/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

/*Start of Layout Styles*/

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/RepeatingBackground.jpg) repeat-y;
}

#bottom_layer {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/RepeatingBackground.jpg) repeat-y;
	z-index: 0;
}

#wrapper_home {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/HomeWrapper.jpg) 0px 160px no-repeat;
	z-index: 1;
}


#content_home {
	padding-top: 111px;
	z-index: 3;
	margin-left: 30px;
	min-height: 630px;
}

#content {
	padding-top: 111px;
	z-index: 3;
	margin-left: 225px;
	min-height: 630px;
}


#inner_content {
	padding: 0px;
	margin: 0px;
	padding-top: 75px;
	padding-right: 50px;
	z-index: 4
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header {
	position: absolute;
	top:0;
	left:0;
	width:1028px;
	height:111px;
	z-index: 4;
}

#logo {
	position: absolute;
	top:0;
	left: 250px;
	width: 531px;
	height: 160px;
	z-index: 40;
}

#left {
	margin-top: 111px;
	float: left;
	z-index: 5;
	width: 205px;
}

#left_repeating {
	background: url(../images/LeftMenu-Repeating.png) repeat-y;
	z-index: 6;
}

#left_top {
	background: url(../images/LeftMenu-Top.png) no-repeat;
	z-index: 10;
}


* html #left {margin-right:-3px;padding-bottom:54px}/*fix gap in ie next to float and padding at bottom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	width: 1028px;
	height: 32px;
	background: url(../images/Footer.jpg) no-repeat;
	z-index: 9;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
	padding-top: 8px;
}

/*End of Layout Styles*/
/*Start of Left menu styles*/

#left ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/LeftMenu-Top.png) no-repeat;
}

#left ul.nav li {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 1.25em;
	font-weight: bold;
	z-index: 10;
	width: 190px;
}

#left ul.nav li a {
	color: black;
	text-decoration: none;
	z-index: 10;
}

#left ul.nav li a:hover {
	text-decoration: none;
	color: #376400;
}

#left ul.nav, #left ul.nav li {
	position: relative;
	list-style: none;
	z-index: 10;
}

#left ul.nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #376400;
	color: white;
	z-index: 10;
}

#left ul.nav li ul li, #left ul.nav li ul li a {
	z-index: 10;
}

#left ul.nav li.hover ul {
	top: 0px;
	left: 10.5em;
}

#left ul.nav li { z-index: 1; } #left ul.nav li.hover { z-index: 10; }

#left ul.nav li ul {
	width: 12em;
}

#left ul.nav li ul li {
	width: 12em;
	margin: 0;
	padding: 0.25em;
	font-size: 1em;
	border-bottom: none;
}

#left ul.nav li ul li a {
	color: white;
}

/*End of Left Menu Styles*/
/*Start of regular styles*/

p {
	margin: 0;
	padding: 0;
	padding-top: 0em;
	padding-bottom: 1em;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	margin-bottom: 1.25em;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #D9760E;
	padding-bottom: 10px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	color: #D9760E;
	padding-bottom: 10px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #376400;
	padding-bottom: 10px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #376400;
}

#contact_us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #376400;
}

a:visited {
	color: #376400;
}

a:hover {
	color: #FA922F;
}

.price {
	float: right;
	font-weight: bold;
	margin-left: 1em;
}

ul.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form label {
	font-size: .8em;
	padding-top: .25em;
	float: left;
	color: #02632E;    
}

ul.checklist {
	margin-top: 25px;
}

ul.checklist input {
	margin-left: -2em;
	padding-left: 0;
}

.error {
	color: red;
	font-weight: bold;
}

td.quote_label {
	text-align: right;
}