/* Environmental Solutions International */
/* authored by GilbertStudios */
/* all main styles - wrapper, h1, mainPage, content, mainNav, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background: #755327;
	min-width: 750px;
	text-align: center;
}
a {
	color: #377500;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #85B923;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapBack {
	background: #755327 url(../z_images/bkgdTile.jpg);
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 750px;
	_overflow: hidden;
	text-align: left;
	color: #000;
	background: #FFF;
	border: 5px solid #FFF;
}
h1 {
	width: 750px;
	_overflow: hidden;
	background: url(../z_images/bk-mastHead.jpg) no-repeat;
	text-indent: -999em;
	font-size: 12px;
}
h1 a {
	display: block;
	height: 250px;
	_line-height: 250px;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	position: relative;
	width: 750px;
	background: #FFF url(../z_images/bk-sideTile.jpg) repeat-y;
	border-top: 10px solid #FFF;
	border-bottom: 5px solid #FFF;
}
/*
      ************************************  content  ***
*/
#content {
	position: relative;
	display: inline;
	float: left;
	width: 540px;
	margin: 0 0 10px 210px;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 21px;
	font-weight: normal;
	color: #214B91;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
h3 {
	margin: 15px 0 7px 0;
	font-size: 17px;
	font-weight: normal;
	color: #214B91;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
#content img {
	margin: 10px 0 10px 20px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #9B131A;
}
#content img.noFloat {
	float: none;
}
#content img.left {
	margin: 10px 20px 10px 0;
	float: left;
}
.fixgap {
	float: right;
	height: 0;
}
.clear {
	clear: both;
}
/*
      ************************************  mainNav & nav  ***
*/
#mainNav {
	margin: 0 0 10px -750px;
	display: inline;
	float: left;
	width: 200px;
}
#mainNav ul {
	margin: 10px 0;
	display: inline;
	float: left;
	width: 200px;
	list-style: none;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#mainNav ul li a:hover {
	text-decoration: none;
	color: #AD8658;
	background: #FFF;
}
#mainNav ul li.navSubServices a {
	margin: 3px 0;
	font-size: 15px;
	font-weight: normal;
}
/*
      ************************************  footer  ***
*/
#footer {
	margin: 0;
	position: relative;
	text-align: center;
	color: #FFF;
	background: #755327;
	font-size: 13px;
	border: 11px solid #755327;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #AD8658;
	background: #FFF;
}
p#footNav {
	font-size: 11px;
	font-weight: normal;
}
p#footNav a {
	font-weight: normal;
	color: #FFF;
}
p#design, p#design a {
	font-size: 11px;
	color: #AD8658;
	font-weight: normal;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***
*/
p#LandfillReduction {
	width: 540px;
	height: 315px;
	_overflow: hidden;
	background: url(../z_images/pic02-greenWasteSolution.jpg) no-repeat;
	text-indent: -999em;
}
/*
      ************************************  #pgFaq  ***
*/
dt {
	margin: 15px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #320F30;
}
dd {
	margin: 5px 0 10px 20px;
}
/*
      ************************************  #pgTesty  ***
*/
#pgTesty dd {
	margin: 15px 0 5px 10px;
}
#pgTesty dt {
	margin: 5px 0 15px 0;
	padding: 0 0 5px 250px;
	font-size: 12px;
	color: #7B3A63;
	border-bottom: 1px solid #7B3A63;
}
/*
      ************************************  CEB Production Steps  ***
*/
#content ul li a.currentStep {
	cursor:default;
	text-decoration: none;
	color:#000;
}

