/* main css declarations */

body {
	margin:0px; 
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* negative-margin centering technique */

#wrapper  {
	position:relative;
	margin: 0 auto 0 auto; 
	width:800px;
	text-align: left;
	padding:0px;
	background-color:#fff;
	}
	
#labmast {	
	position:absolute;
	width:800px;
	height:83px;
	background-color:#083D5C; 
	left:50%;
	margin-left:-400px;
}
#labmast img{	
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	}

#main, #mainsplash {
	position:absolute;
	width:800px;
	margin-top:86px;
	padding:0px;
}
 #mainsplash {

}
#masthead{
	width:800px;
	height:185px;
	padding:0;
	margin:0;
}
#masthead img  {
	height:185px;
	border:none;
}

/* content areas */

/* splash page */

#contentsplash {
	/*width:690px;*/
	width:790px;
	margin-bottom:0;	
	padding-bottom:0;	
} 

#contentSplashLeft {
	float:left;
	width:35%;
	border-right: 1px solid black;
	padding-right:10px;
}
#contentSplashRight {
	float:right;
	width:60%;	
	/*border: 1px dashed blue;	*/
}
#contentSplashRightTop {
	border-bottom: 1px solid black;
	margin-bottom:30px;
	padding-bottom:20px;
}
#contentSplashBotLeft, #contentSplashBotRight {
	width:45%;
}
#contentSplashBotLeft {
	float:left;
	border-right: 1px solid black;
	clear:both;		
	padding-right:20px;
}
#contentSplashBotRight {
	float:left;
	padding-left:20px;	
}
#contentSplashLeft p {
	font-size:11px;
}
.splashList {
	list-style:none;
	margin-left:-40px;			
}
ul.splashList li {
	border-bottom:1px dashed black;
	padding:5px .2em 5px .2em;
	}
ul.splashList li.last {
	border-bottom:none;
}

ul.splashList li a, ul.splashList li a:hover {
	color:black;	
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:0 .2em 0 .2em;		
}
ul.splashList li a:hover {
	background-color:#AAE0FA;
	color:black;		
}
ul.splashList li a:visited {
	color:#999;	
}
li.splashSafetyList {
	text-transform:uppercase
}
#content,  #contentsplash {
	width:760px; /* 20px padding each side */
	/*48px right margin to allow for border on either side*/
	margin:50px 0 20px 0;	
	padding:0 10px 15px 15px;
	font-size:13px;	
	line-height:150%;	
}
a:link, a:visited{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	/*color:#cc0b13; */
}

/* begin content area */	
#content2col, #contentNav {
	margin-top:50px;
}
#content {
	margin-top:60px;	
}
#content2col {
	width:610px;
	margin-left: 150px;	
	margin-bottom: 20px;
	padding-top:10px;			
	padding-left:20px;
	font-size:13px;	
	line-height:150%;
	border-left:1px solid black;
}
div#contentNav {
	float:left;
	width:140px;
	margin-right:5px;
	padding:0;
}

/* content menus */
ul#contentMenu {
	margin-left:0px;
}
ul#contentMenu, ul#contentMenu li ul li {
	list-style:none;
	width:100%;
}
ul#contentMenu li {
	border-bottom:1px dashed black;
	padding:5px .2em 5px .2em;	
}
ul#contentMenu li ul li {
	margin-left:-20px;
	border-bottom:none;
}
#contentMenu, #contentMenu a, #contentMenu a:hover {
	font-size:86%;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:0 .2em 0 .2em;		
}
#contentMenu a:hover, #contentMenu li.selected, #contentMenu li a.selected {
	background-color:#AAE0FA;
	color:black;		
}
/* end secondary nav */

#footer {
	width:800px;
	text-align:center;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:10px;	
	border-top:1px solid #ccc;
}

#footer a, #footer a:visited {color:#999;}

#footer a, #footer a:visited  {
	text-transform:uppercase;
	font-size:11px; 
	font-weight:bold;
	letter-spacing:.1em;
}
#footer a:visited {
	color:#999;
}
#footer img {
	margin:5px 0px 5px 0px
}
.normal {
	font-size:80%; color:black; text-transform:none
}

h1, h2, h3 {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:normal;
	color:#5885af;	
}

h1 {
	margin-bottom:25px;
	font-size:150%;
}
h2 {
	margin-top:20px;
	font-size:120%;
	font-weight:bold;
}
h3 {
	margin-top:20px;
	font-size:100%;
	font-weight:bold;
}
h3.first {
	margin-top:0px;
}
.navhead h3, h3.navhead a {
	font-size:90%;
	font-weight:bold;
	color:#51cde9;
}
hr {
	height:1px;
	color:black;
	}
a:link, ul a:link, ol a:link {
	color:#36c 
}
.hidden {
	visibility:hidden
}
.lastupdated {
	margin-top:20px;
	color:#999;
	font-size:small
}

#feedback {
	text-align:center;
	margin-bottom:20px;
}

.zebra {
	background-color:#f1f1f1;
}

/* imgs */

.lfImg{
	float:left;
	margin:0px 1.5em 5px 0px;
}
.rfImg{
	float:right;
	margin:0px 0px 5px 1.5em;
}
.rfImg img, .rfImg img{
	margin-bottom:.1em;
}
.caption, .lfImg, .rfImg {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	width:auto;
	height:auto;
	/*border-bottom:1px solid #999;*/
	text-align:center;
}
.lfImg a img, .rfImg a img {
	border:none;
}
p.lfImg#DCM  a img {
	margin-top:30px;
	border:2px solid #999;
	padding:0;	
	width:105px;
}
#lablogo img, #footernav img, #footernavtert img  {
	border:none;
}
