body {
	margin: 0px; 
	background-color: #989185;
	color: #000;
	background-image: url('images/bg_page.jpg');
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: tahoma, arial, verdana, helvetica, sans;
}

.bodyTD {
	padding: 20px;
}

.content {
	background-color: #E9E9E9;
	color: #000;
	border: 1px solid #888277;
	padding: 20px;
}

p {
	line-height: 150%;
}


.highlighted {
	/*
	background-color: #E7F56E;
	*/
	font-weight: bold;
}


.testimonial {
}

.testimonial p.source {
	margin-left: 20px;
	margin-top: 5px;
	font-style: italic;	
	padding-top: 0px;
}


a:link {
	color: #233051;	
	color: #0066ff;
	text-decoration: underline;
}
a:active {
	color: #233051;	
	color: #0066ff;
	text-decoration: underline;
}
a:visited {
	color: #233051;	
	color: #0066ff;
	text-decoration: underline;
}
a:hover {
	color: #0066ff;
	text-decoration: none;
}


.bordered {
	border: 1px solid #4D5876;
}




/*======================================================
Our Company
======================================================*/

h2.certs {
	color: #000066;
	font-size: 20px;
	margin: 0px;
}




/*======================================================
Request an Inspection
======================================================*/
td.option {
	font-size: 12px;
	vertical-align: top;
}
.smallprint {
	font-size: 10px;
}



/*======================================================
Photo Gallery
======================================================*/
.gallerylinks {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	cursor: pointer;
	background-color: #233051;
	border: 1px solid #233051;
	font-size: 14px;
}
.gallerylinks img {
	margin-bottom: 2px;
}
a.gallerylinks:link {
	color: #fff;	
	text-decoration: none;
}
a.gallerylinks:active {
	color: #fff;	
	text-decoration: none;
}
a.gallerylinks:visited {
	color: #fff;	
	text-decoration: none;
}
a.gallerylinks:hover {
	color: #ff0;
	background-color: #4D5876;
}





.footer {
	padding: 10px;
	color: #fff;
	font-size: 12px;
	border-top: #4D5876;
	background-color: #5F758B;
}