@charset "utf-8";
html {
/*overflow: -moz-scrollbars-vertical;	*/
overflow-y:scroll;
	}
body {margin:0;padding:0;
font: small Arial, Helvetica, sans-serif;
color: #333;}

#wrapper{
	position: absolute;
	top: 0;
	width: 100%;
} 
#contentwrapper { border: 2px solid #9dd6ef;	
	width: 890px;
	margin: 10px auto 50px;}

#nav {background:white url(../img/Logo2.gif) no-repeat top right;
width: 100%;
border-bottom: 2px solid #9dd6ef;
font-size: 1.1em;
}
#nav ul {margin:0;padding:0;list-style:none; width:280px;background:silver;
	border-right: 2px solid #9dd6ef;
}

#nav li a {
/*	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;*/
	}	
	
#nav li a:link, #nav li a:visited {
  	height: 17px;
	text-decoration: none;
	color: #124783;
	display: block;
	background: #9dd6ef url(../img/nav1.gif) no-repeat;
	padding: 5px 0 5px 30px;
	}
	
#nav li a:hover {
	color: #3688BA;
	background: #fff url(../img/nav1.gif) 0 -27px no-repeat;
	}

#content {/*background:white;*/
margin: 0 150px 50px 100px;}
#content table {margin: 0 -100px 0 -50px;}
th, td {padding: 5px;vertical-align:top;border-bottom:1px solid #ccc;}
th p, td p {margin:0}
tr.firstrow th, tr.firstrow td {border-bottom:2px solid #ccc;}
th {white-space:nowrap;text-align:left;color:#124783;}

.floatcontainer:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}

#content a {text-decoration:none;font-weight:bold;	color: #033;background-color:#C1DBF7;}
#content a:hover {color: #0C3058;background-color:transparent;}
#content li {margin-bottom: 2px;}

#footer {
position: absolute;
bottom: 0; width: 100%; height: 50px;
text-align:right;	
}
#footer p {width:870px;padding: 5px 20px 5px 0; /*left: 890*/
margin:0 auto;color:#329dcd;}

#footer a {color:#329dcd;}

h1 {text-indent: -70px;margin:0;color:#124783;padding:0.5em 0 0;font-size:2em}
h2 {margin:0;color:#124783;padding:0.3em 0 0;font-weight:normal;font-size:1.4em;border-bottom:1px solid #124783}
.todo {color: #999;}




.specimentype, .reporttype {border-bottom: 1px dashed #124783;color:#124783}
.pdf {background: url(../img/icon_pdf.png) right top no-repeat; padding-right: 15px;}
address {margin:1em auto;color:#333;width:50%;}
.clearboth {clear:both;}

/* img jquery hover*/
#bigimg {
position: absolute;
padding: .5em;
background: #efefef;
border: 1px solid #e3e3e3;
}
.imghover {float:left;background: #e3e3e3;padding:.2em;margin: 0 5px 2px 0;}
.imghover img {border:none;}


