@charset "utf-8";
/* CSS Document */

body{
margin:100px 0px 50px 0px;
background:url(images/BG_gradient.jpg) repeat-x top;
background-color:#4a5b63;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body a{
color:#0099FF;
text-decoration:none;
}

body a:hover{
color:#0099FF;
text-decoration:underline;
}

.mainContent_wrapper{
margin:0 auto 0 auto;
width:960px;
height:auto;
border:#435258 solid;
border-width:10px;
background-color:#FFFFFF;
overflow:auto;
}

.topBanner {
width:960px;
height:124px;
border-bottom:#435258 thin solid;
background:url(images/one-2-flush-save-water-save-money-fix-a-leak-banner.jpg) no-repeat;

}

.topBannerMenu{
width:325px;
height:23px;
background-color:#00adef;
position:relative;
float:right;
}
.topBannerMenuLinks{
margin-top:5px;
position:relative
color:#FFFFFF;
font-size:11px;
text-align:center;
color:#FFFFFF;
}

.topBannerMenuLinks a{
text-decoration:none;
color:#FFFFFF;
}
.topBannerMenuLinks a:hover{
text-decoration:underline;
color:#66ddff;
}

.mainContentLeftColumn{
height:auto;
float:left;
width:696px;
padding:10px;

}

.mainContentRightColumn{
float:right;
height:560px;
width:222px;
border-left:#CCCCCC thin solid;
padding:10px 0 10px 0;
}

.greenText{
color:#59ad40;
}

.blueText{
color:#003263;
}

.indentSpan{
margin-left:10px;
margin-top:10px;
}

.smallerSpan{
font-size:13px;
line-height:17px;
}

.footer{
width:100%;
overflow:hidden;
border-top:#333333 thin solid;
position:relative;
clear:both;
color:#000066;
font-size:11px;
}
.footer div{
margin:10px;
}

.footer a{
text-decoration:none;
color:#0099FF;
}

.footer a:hover{
text-decoration:underline;
color:#0099FF;

}



