/* CSS Document */

body {
margin: 0;
font: 62.5% Arial, Verdana, sans-serif, Nimbus Sans L;
}

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}

.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 {
font-size: 1.2em;
}

h1 {
font-size: 1.5em;
color: #000000;
padding-bottom: 5px;
}

h2 {
font-size: 1.2em;
/*color: #2B7DB8;*/
color: #000;
}

h1.top_heading, h2.top_heading {
/*this class is used to negate any top margin*/
margin-top: 0;
}

#housekeeping ul {
list-style-type: none;
display: block;
}

#housekeeping ul li {
display: inline;
padding: 0 5px;
padding-right:13px;
padding-left:13px;
/*border-left:1px solid #000000;*/
}
#housekeeping ul li.x {

border-left:0px solid #ffffff;
}
#housekeeping ul li.first 
{
	padding-left:0px;
	border-left:none;
}

#housekeeping_nav ul {
list-style-type: none;
display: block;
}

#housekeeping_nav ul li {
display: inline;
padding: 0 5px;
padding-right:13px;
padding-left:13px;
border-left:1px solid #000000;
}
#housekeeping_nav ul li.first 
{
	padding-left:0px;
	border-left:none;
}

.floatLeft {
float: left; 
}

.float_right {
float: right;	
}

.selected, #housekeeping a.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: #2382C2;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #2382C2;
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_left {
margin-right: 10px;
padding-bottom: 10px;
float: left;
}

img.img_right {
margin-left: 10px;
padding-bottom: 10px;
float: right;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.black {
color: #000;
}

.blue {
color: #2C7EB8;
}

.text_right {
text-align: right;
}

.text_left {
text-align: left;
}

.cancel_margins_and_padding {
padding: 0;
margin: 0;
}

.normalFontWeight, #businessSignUp .normalFontWeight {
font-weight: normal;
}
