/* ===============================================
PROJECT TITLE

--------------------------------------------------
AUTHOR(S): 
	wes@topspotims.com


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;

=================================================*/

body{
	margin: 0;
	padding: 0;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	background: #786e56;
}

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a {
	color: #5F9C10;
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	color: #85ccd9;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	color: #6e6e6e;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	color: #7c7c7c;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	color: #7c7c7c;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
form ol li {
	margin: 0 0 3px 0;
}
label {
	display: block;
	color: #7c7c7c;
}
input, textarea {
	background: #fff;
	border: 1px solid #bbb;
	color: #7c7c7c;
	padding: 2px;
}

#center p, #center ul {
	font-size: 1.1em;
	line-height: 1.5;
	color: #7c7c7c;
}
#center ul ul, #center ul ul ul, #center ul ul ul ul {
	font-size: 1em;
}


/* WRAPPER   ---------------------------------------*/
#outer {
	background: #fff url(../images/top-shadow2.jpg) repeat-x left top;
}
#wrapper {
	width: 933px;
	margin: 0 auto;
	padding: 0 73px 0;
	background: transparent url(../images/fade3.jpg) no-repeat left top;
}

/* HEADER   ---------------------------------------*/
#header {
	height: 350px;
	background: transparent url(../images/banner-new.jpg) no-repeat left top;
	position: relative;
}
#our-company #header { background-image: url(../images/about.jpg); }
#contact-us #header { background-image: url(../images/contact.jpg); }
#industries-served #header { background-image: url(../images/industries.jpg); }
#permits-and-planning #header { background-image: url(../images/permits-planning.jpg); }
#compliance-assistance #header { background-image: url(../images/services-compliance.jpg); }
#phase-1-esa #header, #phase-2-esa #header { background-image: url(../images/services-esa.jpg); }
#phase-2-esa #header, #phase-2-esa #header { background-image: url(../images/services-esa.jpg); }
#services #header { background-image: url(../images/services-main.jpg); }
#remediation #header { background-image: url(../images/services-remediation2.jpg); }
#on-site-training #header { background-image: url(../images/services-training.jpg); }
#storm-water-pollution-prevention-plans #header { background-image: url(../images/permits-planning.jpg); }
#spill-prevention-control-and-countermeasure #header { background-image: url(../images/permits-planning.jpg); }
#environmental-site-assessment #header, #phase-2-esa #header { background-image: url(../images/services-esa.jpg); }
#storm-water-compliance-assistance-program #header { background-image: url(../images/services-compliance.jpg); }
#storm-water-monitoring-and-sampling #header { background-image: url(../images/services-compliance.jpg); }
#benchmark-exceedance-investigations #header { background-image: url(../images/services-compliance.jpg); }
#annual-compliance-evaluations #header { background-image: url(../images/services-compliance.jpg); }
#numeric-effluent-limitations #header { background-image: url(../images/services-compliance.jpg); }
#state-or-regulatory-agency-management #header { background-image: url(../images/services-compliance.jpg); }
#index #header {
	height: 400px;
	background: transparent url(../images/banner-home.jpg) no-repeat left top;
}

a#logo {
	display: block;
	width: 178px;
	height: 42px;
	background: transparent url(../images/ecoservecorp-logo-final.gif) no-repeat left top;
	text-indent: -9999px;
	position: relative;
	top: 100px;
	left: 20px;
}

/* PRIMARY NAV   ---------------------------------------*/
ul#primaryNav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 1000;
}
#primaryNav li {
	float: left;
	position: relative;
}
#primaryNav a {
	font-size: 1.3em;
	color: #5F9C10;
	display: block;
	padding: 5px 28px;
}
#primaryNav ul, #primaryNav ul ul {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#primaryNav ul {
	background: #fff url(../images/dropdown.jpg) repeat-x bottom left;
	padding: 0;
	border: 1px solid #fff;
	z-index: 1;
}
#primaryNav ul ul {
	z-index: 2;
}
#primaryNav ul a {
	display: block;
	min-width: 200px;
	padding: 8px 20px 8px 6px;
	font-size: 1.2em;
	background: transparent;
	color: #79c911;
	margin: 0 9px 0 9px;
	border-bottom: 1px solid #bed3dc;
}
#primaryNav li:hover ul, #primaryNav li.sfhover ul {
	left: 0;
}
#primaryNav li:hover ul ul, #primaryNav li.sfhover ul ul {
	left: -9999px;
}
#primaryNav li.parent {
	background: transparent url(../images/nav-arrow.png) no-repeat right 7px;
}
#primaryNav li.parent li.parent {
	background: none;
}
#primaryNav li.parent li.parent a {
	background:  transparent url(../images/sub-arrow.png) no-repeat right 8px;
}
#primaryNav li.parent.level2 li a {
	background: none;
}
#primaryNav ul li:hover ul, #primaryNav ul li.sfhover ul {
	left: 0;
	margin-left: 214px;
	margin-top: -20px;
}
#primaryNav li.last a {
	border-bottom: 0;
}

/* SIDE NAV   ---------------------------------------*/
ul.sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 5px 0 0 30px;
}	
.sidenav a {
	color: #5f9c10;
	font-size: 1.2em;
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #cbdce3;
}
.sidenav li.current > a {
	color: #888;
}
.sidenav .sidenav {
	margin: 0 0 0 20px;
}
.sidenav li.level1.last a {
	border: 0;
}

/* BREADCRUMBS   ---------------------------------------*/
#breadcrumbs {
	margin: 0 0 30px -10px;
	color: #c0c0c0;
}	
#breadcrumbs a {
	color: #94dbe9;
}
	
/* CONTENT   ---------------------------------------*/
#left {
	width: 273px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px;
}
#index #left {
	margin: 0;
}
#index h1 { margin-left: 20px; }
#left p.header {
	font-size: 1.8em;
	color: #85CCD9;
	margin: 20px 0 5px 20px;
}
#center {
	width: 367px;
	padding: 0 20px 20px 10px;
	float: left;
	position: relative;
	margin: -113px 0 0;
}
#right {
	width: 220px;
	float: left;
	margin: -113px 0 0;
	padding: 0 0 20px;
}
#index #right {
	width: 640px;
	background: transparent url(../images/bucket-bg.jpg) no-repeat left bottom;
	position: relative; 
	margin: -50px 0 20px;
}
p#phoneNumber {
	margin: 0 0 7px 60px;
	color: #84be00;
	position: relative;
	font-size: 1.3em;
}
ul.services {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services li {
	width: 299px;
	height: 52px;
	background: transparent url(../images/service-icon1.png) no-repeat left top;
	padding: 25px 0 0 80px;
}
li.permits { background-image: url(../images/service-icon1.png); }
li.esa { background-image: url(../images/service-icon2.png); }
li.compliance { background-image: url(../images/service-icon3.png); }
li.training { background-image: url(../images/service-icon4.png); }
li.remediation { background-image: url(../images/service-icon5.png); }
.services a {
	font-size: 1.3em;
}
#rfq {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 60px;
	background: transparent url(../images/rfq.jpg) no-repeat left top;
	margin: 30px 0 0 40px;
}
p.testimonial {
	clear: both;
}
p.testimonial span.sig {
	font-style: italic;
	text-align: right;
	float: right;
	margin: 0 20px 10px 0;
}
ul.testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 110px;
	left: 290px;
	color: #fff;
	width: 565px;
	font-size: 1.2em;
}
.testimonials li {
	display: none;
	line-height: 1.5;
}
.testimonials li.first {
	display: block;
}

/* BUCKETS   ---------------------------------------*/
#buckets {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 20px;
	color: #5F9C10;
}
#buckets li {
	width: 200px;
	height: 152px;
	float: left;
	background: transparent url(../images/bucket.jpg) no-repeat left top;
}
#buckets li li {
	width: auto;
	height: auto;
	float: none;
	background: none;
}
#buckets h2 a {
	color: #85ccd9;
	font-size: .9em;
	margin-left: 25px;
	font-weight: normal;
}
#buckets li a {
	display: block;
	padding: 5px 0;
}

/* QUICKFORM   ---------------------------------------*/
#quickform {
	background: transparent url(../images/quickform.jpg) no-repeat left top;
	position: relative;
	height: 268px;
	padding: 4px 0 0;
}
#quickform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#quickform ol {
	margin: 0 0 0 15px;
}
#quickform h2 {
	margin: 7px 0 7px 20px;
	font-weight: normal;
	color: #65badd;
}
#quickform label {
	display: block;
	color: #a9a9a9;
	margin: 0 0 0 5px;
}
#quickform input {
	border: none;
	height: 23px;
	width: 180px;
	background: transparent url(../images/input.jpg) no-repeat left top;
	color: #a9a9a9;
	padding: 7px 0 0 7px;
}
#quickform textarea {
	border: none;
	width: 180px;
	height: 69px;
	padding: 7px 0 0 7px;
	background: transparent url(../images/textarea.jpg) no-repeat left top;
	color: #a9a9a9;
}
#quickform input.submit {
	display: block;
	width: 74px;
	height: 32px;
	margin: 3px 0 0;
	text-indent: -9999px;
	background: transparent url(../images/submit.jpg) no-repeat left top;
}

/* FOOTER   ---------------------------------------*/
#footer {
	clear: both;
	padding: 20px 0 0;
	overflow: auto;
	background: transparent url(../images/footer.jpg) repeat-x left top;
	height: 90px;
}
#footer .cushion {
	width: 913px;
	margin: 0 auto;
}
#footer p {
	float: left;
	color: #fff;
	margin: 0;
	line-height: 1.5;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer ul li {
	float: left;
}
#footer ul a {
	display: block;
	padding: 0 10px;
	color: #fff;
	line-height: .9;
	border-right: 1px solid #fff;
}
#footer ul li.last a {
	border: none;
}