@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 1.5;
}
.subText{
font-family:Verdana, Arial, Helvetica, sans-serif
	margin: 0;
	padding: 12px;
	text-align: left;
	color: #666666;
	font-size: 9px;
	line-height: 1.5;
	background:#CCCCCC;
	display:block;
}
.subTextRed{
font-family:Verdana, Arial, Helvetica, sans-serif
	margin: 0;
	padding: 12px;
	text-align: left;
	color: #990000;
	border:thin;
	border-color:#990000;
	font-size: 9px;
	line-height: 1.3;
	background:#CCCCCC;
	display:block;
}
.subTextRed2{
font-family:Verdana, Arial, Helvetica, sans-serif
	margin: 0;
	padding: 12px;
	text-align: left;
	color: #990000;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.3;
	border:#990000;
	display:block;
}
.twoColFixLtHdr #container {
	width: 800px;
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image:url(images/heading.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:225px;
	text-indent:-9999px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	font-size: 15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: ##000033;
	padding: 15px 10px 10px 0;
	height: 650px;
}
.twoColFixLtHdr #mainContent {
	width:525px;
	float:right;
	padding: 0 20px;
	float: left;
} 
.twoColFixLtHdr #footer { 
	padding: 0; 
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:55px;
	padding-top:8px;
} 
.twoColFixLtHdr #indexfooter { 
	padding: 0; 
	background-image:url(images/indexfooter.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:108px;
	padding-top:21px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
}
.twoColFixLtHdr #indexfooter a{
	font-size:9px;
	line-height:12px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftNav {
	float: left;
	width: 232px;
	background: #000033;
	padding: 0;
	height: 650px;
	position:relative;
}
.leftNavContact {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 1600px;
}
.leftNavConditions {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 8100px;
}
.leftNavnonSurgical {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 4000px;
}
.leftNavnonSurgicalComp {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 3400px;
}
.leftNavnonWellness {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 3000px;
}
.leftNavTest {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 1500px;
}
.leftNavGlossary {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 4250px;
}
.leftNavCase1 {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 3100px;
}
.leftNavCase2 {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 5000px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
.caseManager{
	width:170px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.float {
	float: right;
	width: 170px;
	margin: 5px 10px 5px 10px;
	font-size:9px;
	line-height:10px;
	padding:10px;
	border-color:#003300;
	border:thin;
	border-style:solid;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
.question{
	color: #FF0000;
	font-weight: bold;
	font-size:16px;
}