@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.78em;
	background: #fff url(/images/bg.jpg) repeat-x ;
	color: #354804;
	font-family: Arial, sans-serif;
}
p {
	padding: 5px 0;
}
h1 {
	font-size: 1.7em
}
h2 {
	font-size: 1.4em;


	padding-top:.5em;
	padding-bottom:.5em;
	border-bottom:1px solid #c7cbcf;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
a, a:visited {
}
a:hover, a:active {
text-decoration: underline;
}
#main-container {
	width: 794px;
	margin: 0 auto;
}
#branding {
	width: 794px;
	height: 324px;
	background: #fff url(/images/main_img.jpg) no-repeat ;
	position:relative;
}
#branding h1 a {
	display:block;
	height:34px;
	left:11px;
	position:absolute;
	top:25px;
	width:444px;
	text-indent:-999em;
}
#branding p {
	display: block;
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	width: 200px;
	height: 20px;
	position:absolute;
	top: 35px;
	left: 535px;
	line-height:15px;
}
.contact-email {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#89c5ff;
	text-decoration:underline;
}
a.rates {
	display: block;
	width: 275px;
	height: 36px;
	position:absolute;
	top: 85px;
	left: 465px;
	text-indent:-9999em;
}
a.sample {
	display: block;
	width: 275px;
	height: 36px;
	position:absolute;
	top: 130px;
	left: 465px;
	text-indent:-9999em;
}
a.request {
	display: block;
	width: 275px;
	height: 36px;
	position:absolute;
	top: 175px;
	left: 465px;
	text-indent:-9999em;
}
a.access  {
	display: block;
	width: 275px;
	height: 36px;
	position:absolute;
	top: 220px;
	left: 465px;
	text-indent:-9999em;
}
#column-container {
	width: 794px;
	background:#e2e6eb;
}
#content-container {
	width: 520px;
	margin: 0 auto;
}
#content-lft {
	width: 250px;
	float: left;
}
#content-rht {
	width: 250px;
	float: right;
}
#leftcol {
	width: 209px;
	float:left;
}
#nav {
	width:209px;
	background: #fff url(/images/bg_nav.jpg) repeat-y;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav  li {
	margin: 0;
	padding: 0;
	line-height:none;
}
#logos-container {
	width: 156px;
	padding-left: 29px;
}
#rightcol {
	width: 585px;
	float:right;
}
#footer {
	width: 794px;
	margin: 0 auto;
	background:#768e34;
	font-size:.74em;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
#footer a{
	color:#fff;
	text-decoration: underline;
}
body.home a#nav-home,
body.about a#nav-about,
body.services  a#nav-services,
body.inspection-overview  a#nav-inspection-overview,
body.access  a#nav-access,
body.sample  a#nav-sample,
body.testimonials  a#nav-testimonials,
body.environmental  a#nav-environmental,
body.contact  a#nav-contact {
	background: url(/images/nav_active.jpg);
	color: #fff;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #c7cbcf;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 304px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}


blockquote {
margin: 10px 10px;
padding: 5px;
background: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
blockquote p {
padding-left: 10px;
}

