/* ----- HTML GENERAL ----- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-weight:normal;
	background-color: #eeeeee;
	font-size: 100%;
}

/* ----- IDS ----- */

#header {
	/*height: 368px;*/
	background: #FFF;
	width: 996px;
/*	width: 1084px;*/
}

#header #logo {
	width: 124px;
	height: 116px;
	padding: 10px 0 0 25px;
	margin: 0;
	float: left;
}

#header p {
	width: 430px;
		padding: 0px 140px 0 0px;
	color: #024264;
	font-size: 14px;
	line-height: 20px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

#header #directions {
	text-decoration: underline;
}


/* ---- Begin NAV ---- */

#navigation 
{
	margin-top: 00px;
	padding:0px 0px 0px 0px;
	height: 27px;
	background: #695d54;
	width: 996px;
	clear: both;
/*	width: 1084px;*/

}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	height: 27px;
}

#navigation ul li {
	display: inline;
	float: left;
	font-size:12px;
	text-align: center; 
	border-right:1px solid #fff;
	height: 27px;
}

#navigation ul li a {
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align:center;
	padding:0px 27px;
}

#navigation ul li.selected {
  background-color: #e76f00;
}

#navigation ul li a:hover {
    display: inline;
	float: left;
	font-size:12px;
	text-align: center;
	background-color: #e76f00;
	height: 27px;
}


#navigation ul li.lasttab{
  border:none;
}

#navigation ul li.lasttab a{
  width:75px;
}


/* ---- End NAV -----*/

#nosplash {
	width: 996px;
/*	width: 1084px;*/
	margin: 0 auto;
	/*background-image: url(../images/header.jpg);*/
	/*height: 368px;*/
}

#splash {
	width: 996px;
/*	width: 1084px;*/
	margin: 0 auto; 
	background-image: url(/images/header.jpg);
	height: 368px;
}

/* ---- Begin Container -----*/
#contentContainer {
	background: #FFF;
/*	width: 1084px;*/
	width: 996px;
	/*background: url(../images/container_bck.jpg) repeat-y;*/
}

/* ---- Begin contentLeft -----*/
 #contentLeft {
	float: left;
	width: 226px;
	/*width: 250px; */
/*	background: #FFF;*/
	margin-left: 0px;
		
}


/* ---- Begin Right Top container-----*/
#contentLeft #leftTopContainer {
	background: #FFF url(/images/sidebar_sides_226x1_green.jpg) repeat-y;
	background-color:#f6f6f6;
	padding-left: 20px;
	padding-right: 00px;
	padding-bottom: 50px;
	padding-top: 20px;
	
}
#contentLeft img 
{
		float: left;

	padding-left: 0px;
	padding-top: 0px;
	line-height: 0px;
	
}


#contentLeft #leftTopContainer p {
	font-size: 12px;
	color: #565656;
	line-height:17px;
}

#contentLeft #leftTopContainer #index2 h2 {
   width: 180px;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-size:14px;
   font-weight:bold;
   margin: 0 0 0 0px;
   color: #000;
}

#contentLeft #leftTopContainer #leftTopContent {
  padding-top:0px;
}

#contentLeft #leftTopContainer  #index2 h2, 
#contentLeft #leftTopContainer #postnav3 {
   width: 180px;
   padding-top: 0px;
   padding-bottom: 5px;
   font-size:18px;
   font-weight:normal;
   margin: 0 0 0 0px;
   color: #000;
   
}
/*
#contentLeft #leftTopContainer #postnav2 ul{
   padding:0px;
   margin:0px;
   
	list-style-type:none; 
	margin-top:10px;
}

#contentLeft #leftTopContainer #postnav2 ul li
{
	   padding:0px;
   margin:0px;
   
	list-style-type:none; 
	margin-top:10px;
		float:left;
	width: 9em;
	font-size:13px;
	margin-right: 5px;
	margin-bottom:5px;
	margin-top:5px;
	

}
*/
#contentLeft #leftTopContainer #postnav2 ul

{
	margin:0;
	padding:0;
	list-style-type:none; 
	margin-top:10px;
	}
#contentLeft #leftTopContainer #postnav2  li
{
		margin:0;
	padding:0;
 	list-style-type:none; 
	margin-top:10px;
	float:left;
	width: 9em;
	font-size:13px;
	margin-right: 5px;
	margin-bottom:5px;
	margin-top:5px;
}
#contentLeft #leftTopContainer #postnav2 ul a
{
	display:block;
	width:11em;
	padding:5px 0;
	font-weight: bold ; 
	padding:10px 10px; 
	padding-right:25px;
    background: #bed8b7;
    color:#36825c;
    text-decoration:none;
    text-align:left
   }
#contentLeft #leftTopContainer #postnav2 ul a:hover
{
	background:#36825c;
	color:#FFFFFF
}
#contentLeft #leftTopContainer #postnav2 ul a.sel 
{  
	background-color:#368256; 
	color:#FFFFFF;
 
 }

/*

#contentLeft #leftTopContainer #postnav2 ul li a
{
	display:block;width:11em;padding:5px 0;font-weight: bold ; padding:10px 10px; padding-right:25px;
    background: #bed8b7;color:#36825c;
    text-decoration:none;text-align:left}
#contentLeft #leftTopContainer #postnav2  a:hover{background:#36825c;color:#FFF}
#contentLeft #leftTopContainer #postnav2  a.sel {  background-color:#368256; color:#fff; }
*/
#contentLeft #leftTopContainer h4 a{
   color: #565656;
}


/* ---- End ContentLeft-----*/

/* ---- Begin LeftTop Container -----*/
   #LeftTopContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #FFF url(images/sidebar_sides_226x1_green.jpg) repeat-y;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 23px; /* padding keeps the content of the div away from the edges */
	color: #565656;
	font-size: 12px;
	line-height: 17px;
	margin-top: 15px;
	/*margin-left: 20px;*/
}

ul.postnav,ul.postnav li
{
	margin:0;
	padding:0;
	list-style-type:none; 
	margin-top:10px;
	}
ul.postnav li
{
	float:left;
	width: 9em;
	font-size:13px;
	margin-right: 5px;
	margin-bottom:5px;
	margin-top:5px;
}
ul.postnav a
{
	display:block;width:11em;padding:5px 0;font-weight: bold ; padding:10px 10px; padding-right:25px;
    background: #bed8b7;color:#36825c;
    text-decoration:none;text-align:left}
ul.postnav a:hover{background:#36825c;color:#FFFFFF}
ul.postnav a.sel {  background-color:#368256; color:#FFFFFF; }
  


ul.postnav2,ul.postnav2 li
{
	margin:0;
	padding:0;
	list-style-type:none; 
	margin-top:10px;
	}
ul.postnav2 li
{
	float:left;
	width: 9em;
	font-size:13px;
	margin-right: 5px;
	margin-bottom:5px;
	margin-top:5px;
}
ul.postnav2 a
{
	display:block;width:11em;padding:5px 0;font-weight: bold ; padding:10px 10px; padding-right:25px;
    background: #bed8b7;color:#36825c;
    text-decoration:none;text-align:left}
ul.postnav2 a:hover
{
	background:#36825c;
	color:#FFFFFF;
	clear:both;
	}
ul.postnav2 a.sel {  background-color:#368256; color:#FFFFFF; }
  



/* ---- End LeftTop Container-----*/



/* ---- Begin Content Middle -----*/
#contentMiddle {
	padding: 20px 0 0 0px;
	float: left;
	width: 452px;
	margin-left: 18px;
	margin-right: 20px;
}

#contentMiddle p {
	text-align:left;
	font-size:13px;
	line-height:21px;
}

#contentMiddle p a{
    text-decoration:underline;
}

#contentMiddle ul {
	padding: 0 0 0 40px;
    font-size:17px;
	line-height:21px;
	text-align:justify;
	margin: 0;
}

#contentMiddle img{
       float:left;
}

#contentMiddle #searchcontrol
{
    padding-left:0px;
    margin-left:30px;
}

#contentMiddle #searchcontrol #load {
    padding-left:10px; 
    font:bold;
    
}   

.gsc-resultsRoot
{
    width:510px;
} 


/* ----- Begin LogoFooter specific -----------*/
#contentMiddle #logoFooter {
    width:635px;
	height:80px;
    border-top: 1px solid #dce0e3;
	border-bottom: 1px solid #dce0e3;
	margin-top: 40px;
	margin-left: 20px;
	padding: 0 0 0 25px;
}

#contentMiddle #home #logoFooter{
       margin-top:184px;
}

#contentMiddle #aboutfooter #logoFooter{
       margin-top:142px;
}

/*#contentMiddle #newsfooter #logoFooter{
       margin-top:450px;
}*/

#contentMiddle #transfooter #logoFooter{
       margin-top:292px;
}

#contentMiddle #contactfooter #logoFooter{
       margin-top:84px;
}

/* ----- End LogoFooter specific -----------*/

 
/* ---- End Content Middle -----*/






/* ---- Begin Content Right -----*/
#contentRight {
	width: 260px;
	float: right;
	padding-top: 15px;
}

#contentRight #sidebarImg
{
	/*margin-top: 35px;*/
}

#contentRight img {
	float: left;
}

/* ---- Begin Right Top container-----*/
#contentRight #rightTopContainer {
	background: #FFF url(/images/sidebar_sides_248x1_blue.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 1px;
}


#contentRight #rightTopContainer p {
	font-size: 12px;
	color: #565656;
	line-height: 17px;
}

#contentRight #rightTopContainer h4 {
   width: 208px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   font-size:14px;
   font-weight:bold;
   margin: 0 0 0 12px;
   border-bottom: 1px solid #CCC;
   color: #000;
}

#contentRight #rightTopContainer #rightTopContent {
  padding-top:25px;
}

#contentRight #rightTopContainer #newslinks ul{
   padding:0px;
   margin:0px;
}

#contentRight #rightTopContainer #newslinks ul li{
    list-style:none;
     padding-left: 1.2em;
	 background: url(/images/arrow.gif) no-repeat left center;
	border-bottom:1px solid #dff0f1;
	padding-bottom:15px;
	padding-top:15px;
}


#contentRight #rightBottomContainer #newslinks ul{
   padding:0px;
   margin:0px;
}

#contentRight #rightBottomContainer #newslinks ul li{
     list-style:none;
     padding-left: 1.2em;
	 background: url(/images/arrow.gif) no-repeat left center;
	border-bottom:1px solid #dff0f1;
	padding-bottom:15px;
	padding-top:15px;
}



#contentRight #rightTopContainer  #index h4, #contentRight #rightTopContainer #aboutus h4{
   width: 209px;
   padding-top: 35px;
   padding-bottom: 5px;
   font-size:18px;
   font-weight:normal;
   margin: 0 0 0 9px;
   border-bottom: 1px solid #CCC;
   color: #000;
}


#contentRight #rightTopContainer h4 a{
   color: #a9233e;
}


/* ---- Begin Right Bottom container-----*/
#contentRight #rightBottomContainer {
	background: #FFF url(/images/sidebar_sides_248x1_orange.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 1px;
}


#contentRight #rightBottomContainer p {
	font-size: 12px;
	color: #565656;
	line-height: 17px;
}

#contentRight #rightBottomContainer h4 {
   width: 208px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   font-size:14px;
   font-weight:bold;
   margin: 0 0 0 12px;
   border-bottom: 1px solid #CCC;
   color: #000;
}

#contentRight #rightBottomContainer #rightBottomContent {
  padding-top:25px;
}

#contentRight #rightBottomContainer #index{
}

#contentRight #rightBottomContainer  #index h4, #contentRight #rightBottomContainer #aboutus h4{
   width: 209px;
   padding-top: 35px;
   padding-bottom: 5px;
   font-size:18px;
   font-weight:normal;
   margin: 0 0 0 9px;
   border-bottom: 1px solid #CCC;
   color: #000;
}


#contentRight #rightBottomContainer h4 a{
   color: #a9233e;
}

#contentLeftMiddleRight {
	padding: 0px 0 0 0px;
	float: left;
	width: 960px;
	margin-left: 0px;
	margin-right: 0px;
}
#contentLeftMiddleRight.frame
{
   width: 960px;
} 

/* ---- Begin Content Middle Right-----*/
#contentMiddleRight {
	padding: 20px 0 0 0px;
	float: left;
	width: 730px;
	margin-left: 10px;
	margin-right: 10px;
}

#contentMiddleRight.frame {
   padding-left:10px;
   width:730px;
}
#contentMiddleRight p, li {
	text-align:left;
	font-size:13px;
	line-height:21px;
}




#contentMiddleRight p a{
    text-decoration:underline;
}

#contentMiddleRight ul {
	padding: 0 0 0 40px;
    font-size:17px;
	line-height:21px;
	text-align:justify;
	margin: 0;
}

#contentMiddleRight img{
       float:left;
}

#contentMiddleRight #searchcontrol
{
    padding-left:10px;
}

#contentMiddleRight #searchcontrol #load {
    padding-left:10px; 
    font:bold;
    
}   

.gsc-resultsRoot
{
    width:425px;
} 
/* DOS Search */

#contentMiddleRight #DOSAlert 
{
	color:Red;

		font-size:15px;
	line-height:21px;
}
#contentMiddleRight #DOSLegal 
{
	/*color:Navy;	
	font-size:small;*/
	font-size:13px;
	line-height:21px;
}

#contentMiddleRight #TestTable 
{
	width: 325px;
	border: 0px;
	
}


#contentMiddleRight #TestHeader
{
	color:Blue;
	font-size:large;
}

#contentMiddleRight #TestKeyword
{
	background-color: red; 
	color: yellow
}


#contentMiddleRight #TestLine a
{
	/*color: red;	*/
	font-size:small;
	font-weight:bold;
}

#contentMiddleRight #TestLine a:hover
{
	/*color: orange;	*/
	font-size:small;
	font-weight:bold;
}
#contentMiddleRight #TestSubLine
{
	/*color:Navy;	*/
	font-size:smaller;
	font-style:italic;
	display: none;
}


#contentMiddleRight #DetailTable td
{
	width: 325px;
		border: 0px;
}

#contentMiddleRight #DetailTable2 td
{
	width: 325px;
		border: 0px;
}
#contentMiddleRight #DetailTable3 td
{
	width: 325px;
		border: 0px;
}
#contentMiddleRight #DetailTable4 td
{
	width: 325px;
		border: 0px;
}
#contentMiddleRight #DetailTestName 
{
	/*color:Green;*/
	font-size:larger;
}

#contentMiddleRight #SmallHR 
{
	color:Blue;
	height:3px;
}
#contentMiddleRight HR 
{
	color:Blue;
	height:5px;
}

#contentMiddleRight #DetailTestInfo
{
	/*color:Green;*/
	font-size:large;
}

#contentMiddleRight #DetailHeader 
{
	color:Blue;
	font-size:medium;
}
#contentMiddleRight #DetailLine 
{
	/*color:Navy;	*/
	font-size:small;
	
}

/* END DOS Search */

/* Diag Codes */

#contentMiddleRight #DiagnosisHeader
{
	font-size:16px;
	line-height:21px;
}

#contentMiddleRight #DiagnosisItem
{
	font-size:13px;
	line-height:21px;
}


/* Client Order */


#contentMiddleRight .ClientOrderLabel 
{
	
	/*color: Red;*/
	font-size:small;
	font-weight: bold;

}

#contentMiddleRight .ClientOrderInfo
{
	
	/*color: Blue;*/
	font-size:smaller;
	

}

#contentMiddleRight .ClientOrderComplete
{
	
	color: Green;
	font-size:smaller;
	

}


/* End client order */


/* Specimen Pickup  */

#contentMiddleRight .SpecimenHeader
{
	
	/*color: Red;*/
	font-size:medium;
	font-weight: bold;

}

#contentMiddleRight .SpecimenLabel 
{
	
	/*color: Red;*/
	font-size:small;
	font-weight: bold;

}
#contentMiddleRight .SpecimenInfo
{
	
	/*color: Blue;*/
	font-size:smaller;
	

}




/* End Specimen Pickup */



/* ----- Begin LogoFooter specific -----------*/
#contentMiddleRight #logoFooter {
    width:635px;
	height:80px;
    border-top: 1px solid #dce0e3;
	border-bottom: 1px solid #dce0e3;
	margin-top: 40px;
	margin-left: 20px;
	padding: 0 0 0 25px;
}

#contentMiddleRight #home #logoFooter{
       margin-top:184px;
}

#contentMiddleRight #aboutfooter #logoFooter{
       margin-top:142px;
}

/*#contentMiddle #newsfooter #logoFooter{
       margin-top:450px;
}*/

#contentMiddleRight #transfooter #logoFooter{
       margin-top:292px;
}

#contentMiddleRight #contactfooter #logoFooter{
       margin-top:84px;
}

/* ----- End LogoFooter specific -----------*/

 
/* ---- End Content Middle Right-----*/



/* ----- Footer ----- */
 #footer {
	padding: 10px 0;
	text-align: left;
	background-color: #FFF;
	width: 996px;
/*	width: 1084px;*/
	/*background:url(../images/container_bck.jpg) repeat-y;*/
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin-left:235px;
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #d2cece; 
	margin-right:15px;
	padding-top:10px;
}

#footer ul li.right {
    margin-left:120px;
}


#footer ul li {
	display: inline;
	text-decoration: none;
}
/* ----- Footer ----- */

/* ----- CLASSES ----- */

.clear {
	clear: both;
}



.center {
	width: 979px;
	margin: 0px auto;
	padding: 0;
}

.phoneBig {
	font-size: 28px;
	font-weight: normal;
	color: #e76f00;
	line-height: 26px;
}

.companyBig {
	font-size: 20px;
	font-weight: normal;
	color: #024264;
}

#search {
  background-color:#fff;
  width:190px;
  height:35px;
  margin-left:10px;
  padding:0px 10px;
  padding-top:10px;
}

#search .text {
   display:block;
  width:110px;
  float:left;
}

#search .button { 
  display:block;
  height:15px;
  padding-top:5px;
  padding-left:5px;
}

#cse-search-results {
  width:400px;
}

#res h2 .r{
  font-size:11px;
}

.bb {
  width:300px !important;
}

#contentMiddle.frame {
   padding-left:10px;
   width:750px;
}

/* ----- HEADINGS ----- */

h1 {
	font-size: 23px;
	line-height: 27px;
	font-weight: normal;
	color: #024264;
	border-bottom:1px solid #d2cece;
	padding-bottom:10px;
}

h2 {
	padding: 0 0 0 25px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #024264;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

h4 {
   width: 217px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   font-size:18px;
   font-weight:normal;
   margin: 0 0 0 15px;
   border-bottom: 1px solid #CCC;
}

h5 {
  margin:0px;
}
/* ----- IMAGES ----- */

img{
	border: 0;
}

/* ----- LINKS ----- */

a, a:link {
	text-decoration:none;
	color: #565656;
}

#contentMiddle a {
  text-decoration:underline;
  font-weight:bold;
}

a:hover, a:active {
	color: #a9233e;
}

a.selected {
	color: #EB9100;
	
}

/* ----- LISTS ----- */

ul li {
	font-size: 0.75em;
}

/* ----- FORMS ----- 

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}*/


/* ---nifty corners ---*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* ----drop down menu ---------*/
#dropmenudiv{
position:absolute;
border-top:1px solid white;
border-bottom-width: 0;
line-height:18px;
}

#dropmenudiv a{
font-size:12px;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 5px 0px;
text-decoration: none;
font-weight: bold;
color:#fff;
padding-left:15px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e76f00;
}



/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
  /*  background: #FFF url(../images/sidebar_sides_248x1_blue.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 1px;
*//**/
	border: 1px solid #3399ff;
    color: white;
    background-color: #3399ff; 
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

 .accordionHeader a:hover
{
	color:Green;
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #3399ff;
    color: white;
    background-color: #3399ff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

 .accordionHeaderSelected a:hover
{
	color: Green;
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #cad9ef;
    /*border: 1px dashed #2F4F4F; */
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modalBackground
{
	background-color:White;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
