body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000033;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	padding-left: 10px;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}

.company {
	display: none;
}
a:link {
	color: #1D3375;
	text-decoration: underline;
}
a:hover {
	color: #1D3375;
	text-decoration: none;
}
a:visited {
	color: #1D3375;
}

#wrapper {
	background-color:#FFFFFF;
	height: 600px;
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}

#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 430px;
	z-index: 2;
	top: 45px;
}
#navbar {
	position: absolute;
	margin: 0px;
	padding-left: 10px;
	left: 550px;
	z-index: 2;
	top: 250px;
	width: 210px;
	height: 172px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000000;
}
	#navbar ul {
		list-style-type: none;
		padding-left: 10px;
		padding-top: 0px;
		margin-top: 4px;
		margin-left: 0px;
	}
	#navbar a:link {
		text-decoration: none;
		color: #000000;
	}
	#navbar a:hover {
		text-decoration: underline;
		color: #000000;
	}
#intro {
	font-weight: bold;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 300px;
	z-index: 2;
	top: 270px;
	width: 210px;
}
#imageblock {
	background-image: url(../images/lab_tech.jpg);
	background-repeat: no-repeat;
	height: 456px;
	z-index: 1;
}
#cells {
	background-image: url(../images/bottom_cells.jpg);
	background-repeat: repeat-y;
	height: 144px;
	width: 800px;
	z-index: 1;
	position: relative;
}
#divider {
	background-color: #1C316E;
	width: 800px;
	position: relative;
	top: 231px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 4px;
	font-size: 2px;
	z-index: 1;
}
#transp {
	width: 800px;
	position: relative;
	top: 231px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 221px;
	background-image: url(../images/transp_green.png);
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
	z-index: 1;
}
#vlineOne {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 32px;
	z-index: 3;
	top: 104px;
}
#vlineTwo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 139px;
	z-index: 3;
	top: 184px;
}
#vlineThree {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 246px;
	z-index: 3;
	top: 214px;
}
#photoOne {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 33px;
	z-index: 2;
	top: 244px;
}
#photoTwo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 140px;
	z-index: 2;
	top: 351px;
}
#photoThree {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 33px;
	z-index: 2;
	top: 456px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
}
#quoteOne {
	font-size: 1.6em;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 102px;
	z-index: 3;
	top: 45px;
}
#quoteTwo {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 152px;
	z-index: 2;
	top: 32px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: .35;
}
#quoteThree {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 218px;
	z-index: 2;
	top: 73px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: .35;
}
#quoteFour {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 397px;
	z-index: 2;
	top: 60px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: .35;
}
#quoteFive {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 613px;
	z-index: 2;
	top: 23px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: .35;
}
#quoteSix {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 370px;
	z-index: 2;
	top: 110px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	opacity: .35;
}
#footer {
	color: #D2C5C2;
	font-size: x-small;
	text-align: right;
	padding-top: 2px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/header_cells.jpg);
	background-repeat: repeat-y;
	height: 84px;
	width: 800px;
	z-index: 1;
}
#lab {
	z-index: 1;
	position: absolute;
	left: 400px;
	top: 66px;
}
#breadcrumbs {
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 69px;
}

#mainWrapper {
	background-color:#FFFFFF;
	/*height: auto;*/
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	z-index: 1;
	position: relative;
	padding: 0px;
}
#mainContent {
	/*position: absolute;
	float: left;*/
	border-right: thin dotted black;
	border-bottom: thin solid white;
	margin-left: 36px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	width: 557px;
	height: auto;
	padding: 0px;
}
#mainText {
	margin-top: 20px;
	margin-right: 28px;
	width: 290px;
	padding: 0px;
}
#mainPhoto {
	position: absolute;
	margin-top: 4px;
	left: 360px;
	top: 110px;
}
#mainNav {
	position: absolute;
	left: 610px;
	top: 136px;
}
#mainNav a:link {
	color: #000000;
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}
#mainNav a:visited {
	text-decoration: none;
}
#mainNav ul {
	margin-top: 0px;
	padding-top: 0px;
}

#navlist {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#navlist ul {
	margin-top: 0px;
	padding-top: 0px;
}
#navlist li {
	padding-left: 14px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}

#mainCells {
	background-image: url(../images/cells.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 80px;
	width: 800px;
	z-index: 1;
	margin-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#slogan {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin-top: 20px;
	margin-left: 14px;
	color: #FFFFFF;
}
#green01 {
	color: #FFFFFF;
	line-height: 1.2em;
	padding-left: 6px;
	float: right;
	width: 200px;
	height: 66px;
	background-color: #737F4D;
	margin-top: 14px;
}
#green02 {
	float: right;
	width: 108px;
	height: 66px;
	background-color: #949F74;
	margin-top: 14px;
	margin-right: 4px;
}
#green03 {
	float: right;
	width: 45px;
	height: 66px;
	background-color: #A5B086;
	margin-top: 14px;
	margin-right: 18px;
}
#green04 {
	float: right;
	width: 45px;
	height: 66px;
	background-color: #CCD2B8;
	margin-top: 14px;
	margin-right: 18px;
}
#green05 {
	float: right;
	width: 45px;
	height: 66px;
	background-color: #D7DFCA;
	margin-top: 14px;
	margin-right: 18px;
}
#pathText {
	margin-top: 20px;
	margin-right: 28px;
	width: 480px;
	padding: 0px;
	vertical-align: middle;
	min-height: 200px;
}
