@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: #F0F8FF;
	background-image: url(../img/bg.gif);
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.thrColFixHdr #container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
	margin: 0px;
} 
.thrColFixHdr #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: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #669;
	text-align: left;
	float: right;
	margin: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	width: 635px;
	float: left;
} 
#di {
	margin-right: 10px;
	margin-bottom: 5px;
}
.di {
	margin-right: 10px;
	margin-bottom: 5px;
}
.fr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
}
#tblForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFC;
	padding: 3px;
	border: 2px inset #FFC;
}
#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: 190px;
	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: #000;
}
#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: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 10px;
}
.bp {
	font-weight: bold;
	list-style-type: square;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.hydroxylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
