@charset "utf-8";
body  {
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FC0;
	background-image: url(../img/bg.jpg);
}

a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
#container {
	width: 915px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
} 

#containertop {
	width: 915px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg_top.gif);
	height: 22px;
} 
#containermid {
	width: 915px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:0px;
	background-image: url(../img/bg_mid.gif);
} 
#containerbot {
	width: 915px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 23px;
} 

#sidebar1 {
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669;
	text-align: left;
	float: right;
	margin: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
} 
.di {
	margin-right: 15px;
	margin-bottom: 5px;
}
.fr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

#tblForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFC;
	padding: 3px;
	border: 2px solid #003;
}
#tblForm tr td label {
	font-weight: bold;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFBF0;
	border: 1px solid #009;
	color: #009;
}
.sidebarlist {
	padding-left: 15px;
}
.exptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.disclaim {
	font-size: 11px;
	padding: 3px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #A7C0DE;
} 
.thrColFixHdr #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: 14px;
	font-style: italic;
	font-weight: bolder;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.callnow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #009;
	text-align: center;
}
#cases {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 145px;
	height:140px;
	font-weight: bold;
	color: #F00;
}
.casescroll {
	color: #F00;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	font-weight: bold;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}
.bp {
	font-weight: bold;
	list-style-type: square;
	padding-top: 10px;
	margin-left:450px;
	padding-left: 50px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}
.hydroxylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-weight: normal;
}
