@charset "utf-8";
body  {
	background: #566071;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*LINKS ection*/
a:link {
	color: #004276;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #535B71;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

/*CONTAINER Section*/
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #566071;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 225px;
	width: 100%;
	background-image: url(../../02_Toilets/WP_2011_L2_Toilets_TopBanner.jpg);
	background-repeat: no-repeat;
}
/* MAIN CONTENT Section*/
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 30px;
	float: left;
	clear: none;
	width: 650px;
	border-radius: 11px;
	box-shadow: 0px 1px 1px 1px #333;
	-webkit-box-shadow: 0px 1px 1px 1px #333;
} 
.twoColFixRtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	/* [disabled]text-align: left; */
}
.twoColFixRtHdr #mainContent h1 {
	/* [disabled]background-image: url(../WP08_Toilets_MainC_h1_Bkgd1.gif); */
	/* [disabled]background-repeat: no-repeat; */
	margin-left: -30px;
	padding-left: 20px;
	height: 40px;
	margin-top: 0px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-right: -20px;
	background-color: #555;
	border-radius: 10px 10px 0px 0px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: 900;
	margin-bottom: -5px;
}
.twoColFixRtHdr  #mainContent  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 900;
	margin-bottom: -7px;
}
.twoColFixRtHdr   #mainContent   h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bolder;
	margin-bottom: -7px;
	margin-left: 15px;
}
.twoColFixRtHdr #mainContent h5 {
	color: #004276;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #mainContent h6 {
	/* [disabled]background-image: url(../WP08_Toilets_MainC_h6_Bkgd1.gif); */
	margin-left: -30px;
	margin-right: -20px;
	height: 15px;
	/* [disabled]background-repeat: no-repeat; */
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 4px;
	line-height: 1.4em;
}

/*SIDE BAR Section*/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-radius: 11px;
	box-shadow: 0px 1px 1px 1px #333;
	-webkit-box-shadow: 0px 1px 1px 1px #333;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	/* [disabled]background-image: url(../WP08_Toilets_SdeBar_h1_Bkgd1.gif); */
	/* [disabled]background-repeat: no-repeat; */
	height: 40px;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #555;
	border-radius: 10px 10px 0px 0px;
}
.twoColFixRtHdr #sidebar1 h6 {
	background-image: url(../WP08_Toilets_SdeBar_h6_Bkgd1.png);
	height: 15px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.twoColFixRtHdr #sidebar1  p    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 1.4em;
	color: #333333;
}

/*FOOTER Section*/
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EBEBEB;
	/* [disabled]background-image: url(../WP08_Toilets_Ftr_Top_Bkgd1.gif); */
	/* [disabled]background-repeat: no-repeat; */
	-moz-border-radius: 10px;
	border-radius: 7px;
	box-shadow: 0px 1px 1px 1px #333;
	-webkit-box-shadow: 0px 1px 1px 1px #333;
} 
.twoColFixRtHdr #footer h6 {
	/* [disabled]background-image: url(../WP08_Toilets_Ftr_Btm_Bkgd1.gif); */
	background-repeat: no-repeat;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -20px;
	height: 10px;
	margin-top: -10px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.twoColFixRtHdr #footer2 {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
} 
.twoColFixRtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer2 a:link {
	color: #3399CC;
}
#footer2 a:visited {
	color: #339999;
}
#footer2 a:hover {
	color: #339933;
}

/*OTHER Section*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:20px;
	font-size: 10px;
	line-height: 10px;
}
