
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 1em Arial, Helvetica, sans-serif;
	height:100%;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #002144;
	text-align: center;
}
html>body #outer {
	height:auto
}
#main-col {
	width: 816px;
	margin: 0 auto;
	text-align: left;
	font-size: .85em;
	color: #333;
	background: #fff;
}
#top-bar {
	height: 134px;
	background: url(../images/top-bar.gif) center no-repeat;
	margin: 0;
	padding: 0;
}
#header {
	background: url(../images/header.jpg);
	height: 274px;
	margin: 0;
	padding: 0;
}
h1#logo {
	margin: 0;
	padding: 0;
}
h1#logo a {
	display: block;
	width: 200px;
	height: 114px;
	float: left;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
/* * * * * * email in header * * * * */
#top-contact {
	width: 400px;
	height: 100px;
	float: right;
	top: 90px;
	padding: 10px 10px 0 0;
	left: 785px;
	font-size: 100%;
	text-align: right;
	
	
}
#top-contact h1 {
	font: 2em "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #2E3192;
	margin: 0;
	padding: 0;
	
}
#top-contact a {
	display: block;
	outline: none;
	font-size: .8em;
} 
#top-contact a:link, #top-contact a:visited {
	color: #971f2b;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
} 
#top-contact a:hover {
	text-decoration: underline;
}  
#top-contact p {
	font: 1.5em "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #2E3192;
	margin: 0;
	padding: 0;
}
#nav {
	width: 200px;
	float: left;
	clear: both;
}
#content {
	padding: 0 20px;
	margin: 0;
	line-height: 18px;
}
#content img {
	border: 3px solid #E9EAD7;
	padding: 1px;
	margin: 10px;
}
p, ul, td {
	font: .9em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 10px 20px;
}

#content td {
	font: Arial, Helvetica, sans-serif;
}
.breadcrumb {
	font-size: .7em;
	margin: 0 20px 10px;
	color: #5C82CF;
}


#need-inspection {
	background: url(../images/need-inspection.gif);
	width: 281px;
	height: 114px;
}

#sample-report {
	background: url(../images/sample-report.gif);
	width: 281px;
	height: 143px;
}
#need-inspection a, #sample-report a {
	display: block;
	height:  50px;
	text-indent: -1500px;

}
#need-inspection p, #sample-report p{
	font: .95em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0px 30px 0 58px;
}
#access {
	background: url(../images/access.gif);
	width: 281px;
	height: 72px;
}
#access a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1500px;
}
/***************Footer******************/
#footer {
	height: 35px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 10px;
	background: #183169;
}
#footer p {
	color: #fff;
	font-size: 9px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #fff;
}
/****************************************/


.cleaner {
	clear: both;
	height: 0;
}

