@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0;
	font: 62.5% Arial, Verdana, sans-serif, Nimbus Sans L;
	background: #000;
	margin: 0;
}
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearFix {
	display: inline-block;
}
html[xmlns] .clearFix {
	display: block;
}
* html .clearFix {
	height: 1%;
}
.clearFix_right:after {
	content: ".";
	display: block;
	height: 0;
	clear: right;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6, ol, ul, li, p, form, input, label {
	margin: 0;
	padding: 0;
}
ol li, ul li {
	list-style-position: inside;
}
p, ul {
	color: #fff;
}
h1 {
	font-size: 1.6em;
	color: #dfdfdf;
}
h2 {
	font-size: 1.2em;
	/*color: #2B7DB8;*/
color: #FFF;
}
h3 {
	color: #FFF;
	font-size: 1.2em;
}
h1.top_heading, h2.top_heading {
	/*this class is used to negate any top margin*/
margin-top: 0;
}
.floatLeft {
	float: left;
}
.float_right {
	float: right;
}
ul.housekeeping li.selected, #businessSignUp a.selected, #footer a.selected {
	text-decoration: underline;
	font-weight: bold;
}
#footer ul li a:link.selected, #footer ul li a:visited.selected {
	font-weight: bold;
}
.center {
	text-align: center;
}
.clear {
	clear: left;
}
.clear_right {
	clear: right;
}
clear_both {
	clear: both;
}
.invisible {
	display: none;
}
a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
img.img_normal {
	padding-bottom: 10px;
}
img.img_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: solid 5px #222222;
}
img.img_right {
	border: solid 5px #222222;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	color: #000;
}
.light_grey {
	color: #e7e7e7;
}
.dark_grey {
	color: #ccc;
}
.white {
	color: #fff;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.cancel_margins_and_padding {
	padding: 0;
	margin: 0;
}
.normalFontWeight, #businessSignUp .normalFontWeight {
	font-weight: normal;
}
/*-------------------------------- forms --------------------------------*/
form#myform {
padding-top: 10px;
}
.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.cssform textarea {
	width: 250px;
	height: 100px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}
