@charset "utf-8";
/* CSS Document */

html, body {
	background: #2B2E25 url(../images/interface/main_bg.jpg) repeat-x;	
}

em {
	font-style: italic;
}

hr {
	margin: 0 10px 0 10px;
	background: #CFCAA8;
	border: 1px solid #CFCAA8;
	color: #CFCAA8;
}

a {
	color: #7F9F55;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: auto;
	width: 960px;
}

#header {

}

#header img {
	float: left;	
}

#sidebar {
	position: relative;
	float: left;
	width: 220px;
	z-index: 2;	
}

#sidebar img {

}

#content {
	position: relative;
	background:url(../images/interface/panel_bg.jpg) repeat-y;
	color: #3F3E38;
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0 0 0 220px;
	min-height: 610px;
	z-index: 1;
}

#content #slideshow {
	width: 717px;
	height: 178px;
	margin: 0 0 0 12px;
}

#content ul, #content ol {
	list-style: disc;
	margin-left: 50px;
}

#content li {
	line-height: 160%;
	padding-right: 15px;
	color: #3F3E38;
}
/*color: #7F9F55;*/
#content h1 {
	padding: 5px 10px 5px 10px;
	font: bold 22px "Helvetica";
}

#content h2 {
	padding: 5px 10px 5px 10px;
	font: bold 18px "Helvetica";	
}

#content h3 {
	padding: 5px 10px 5px 10px;
	font: bold 14px "Helvetica";
}

#content h4 {
	font: bold 12px Verdana;
	padding: 5px 5px 5px 0;
}

h1, h2, h3, h4 {
	color: #7F9F55;
}

#content p {
	padding: 5px 25px 10px 25px;
	line-height: 180%;
	text-align: justify;
	color: #3F3E38;
}

#content .img-right {
	float: right;		
	position: relative;
	margin: 5px 5px 5px 15px;

}

#content .img-left {
	float: left;		
	position: relative;
	margin: 5px 15px 5px 5px;
}

#content .img-border {
	border: 2px solid #DFD9B5;		
}

#content #call-out {
	width: 500px;
	margin: auto;
}

#content #tech-wrap {
	width: 604px;
	margin: auto;
}

#content .tech {
	width: 131px;
	height: 140px;
	float: left;
	margin: 5px;
	padding: 5px;
	background: #EFEBD1;
}

#content .tech img {
	margin: 5px 25px 0 25px;
}

#content .tech p {
	text-align: left !important;	
}

#content #schedule_inspection td {
	padding: 5px;
}

#content #contact td {
	padding: 5px;
}

#content #contact #captchaimg {
	float: right;	
}

#content #contact .error {
	color: red;	
}

#content .form-element {
	padding: 5px;	
}

#content .clear-left {
	clear: left;	
}

#content .clear-right {
	clear: right;	
}

#captchaimage {
	width: 200px;
	margin: auto;
}

#footer {
	background:url(../images/interface/panel_bottom.jpg) no-repeat top;
	color: #686964;
	font: 10px Verdana, Geneva, sans-serif;
	margin: 0 0 0 220px;
	padding: 15px 0;
	text-align:center;
	width: 740px;
}

#footer p {
	padding: 5px;	
	line-height: 180%;
}

#footer a {
	color: #686964;
}

#footer a:hover {
	color: #f7f7f7;	
}

.clear {
	clear: both;	
}

.form-error {
	padding: 5px 25px 10px 25px;
	color: red !important;
}

.error {
	color: red !important;
}
