HTML { font-size: 100%; }
BODY {
	background: #b7ba81 url(../img/bg.jpg) top repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 18px;
	padding: 0;
	margin: 0;
	text-align: center;
}
IMG { border: 0; }

H1, H2 {
	color: #6b0000;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

H2 {
	font-size: 1.5em;
	letter-spacing: 0;
	padding-top: 20px;
}

#wrap {
	background-color: #fff;
	text-align: left;
	display: table;
	width: 772px;
	padding: 0 14px;
	margin: 0 auto;
}

#header { width: 772px; height: 110px; float: left; }
	#header IMG { padding-right: 25px; float: left; }

#nav-wrap {
	background: #fff url(../img/nav-bg.jpg) no-repeat top left;
	width: 521px;
	height: 74px;
	margin-bottom: 5px;
	float: left;
}
	#nav-wrap UL { list-style: none; margin: 10px 0 0 12px; padding: 0; }
	#nav-wrap LI {
		text-align: center;
		padding-right: 11px;
		float: left;
	}
	#nav-wrap LI A {
		color: #608872;
		font: 1em Arial, Helvetica, sans-serif;
		text-decoration: none;
		display: block;
		padding: 3px 8px;
	}
	#nav-wrap LI A:hover, #nav-wrap LI A.selected { background-color: #608872; color: #fff; }
	
#body { margin: 20px 0; width: 772px; float: left; }
#body P { line-height: 1.5em; }
#body A { color: #608872; text-decoration: none; }

#home { width: 772px; float: left; }

#call {
	text-align: center;
	width: 772px;
	clear: both;
}

#rotator, #serviceslist { margin: 20px 0 0 0; float: left; }
#serviceslist { margin-left: 430px; }
#rotator IMG { position: absolute; display: none; z-index: 1; }
#rotator IMG.active { z-index: 2; }

#serviceslist UL { list-style: none; margin: 0; padding: 0; width: 300px; }
#serviceslist UL LI { height: 45px; }
#services-fire { background: url(../img/services-fire.jpg) no-repeat 15px 50%; }
#services-water { background: url(../img/services-water.jpg) no-repeat 15px 50%; }
#services-mold { background: url(../img/services-mold.jpg) no-repeat 15px 50%; }
#services-esd { background: url(../img/services-esd.jpg) no-repeat 15px 50%; }
#services-clean { background: url(../img/services-clean.jpg) no-repeat 15px 50%; }
#services-vandalism { background: url(../img/services-vandalism.jpg) no-repeat 15px 50%; }
#serviceslist UL LI A {
	color: #333;
	font: 1em/45px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin: 0 0 0 50px;
	width: 300px;
}
#serviceslist UL LI A:hover { font-weight: bold; }

#info { background-color: #fff; border: 1px solid #618872; padding: 10px; margin: 8px; float: right; width: 250px; } 
#info UL { margin: 0 0 0 25px; list-style: square; padding: 0; }
#info UL LI A { color: #333; text-decoration: none; }

#contact-info, #contact-form { width: 386px; float: left; }
LABEL { font-weight: bold; font-size: 0.88em; }
DD { margin: 0; padding: 0 0 10px 0; }

UL#gallery { margin: 0 0 0 25px; padding: 0; float: left; }
UL#gallery LI { list-style: none; height: 100px; width: 115px; float: left; }
UL#gallery LI A, UL#gallery LI A:hover { border: 0; }

#footer {
	border-top: 1px solid #ded785;
	font: 0.75em Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
}
	#footer DIV { float: left; }
	#footer UL { list-style: none; margin: 0; padding: 0; float: right; }
	#footer UL LI { text-align: center; margin: 8px 0 0 0; width: 60px; float: left; }
	#footer UL LI A {
		color: #333;
		text-decoration: none;
	}
	#footer UL LI A:hover { text-decoration: underline; }
