/*color*/
/* 

orange - d1661d

green 00480f
med green 095f1b


text 111111

yellow bg ffe88f


*/
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
	 margin:0;
	 padding:0;
	} 

a{
	color:#00480f;
	text-decoration:underline;
	outline:0;
	}
a:hover{
	background-color:transparent;
	color:#d1661d;
	text-decoration:none;
	}

body{
	background:#00480f url(images/body-bg.gif) repeat-y top center;
	color:#111111;
	font-family: verdana, sans-serif;
	line-height:1.6;
	font-size:11px;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}

.clearfix:after { /*to clear FLOATS*/
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


.content{
	padding:15px 142px;
	width:auto;
	}
		

.footer{
	border-top:1px solid #00480f;
	color:#00480f;
	clear:both;
	margin:15px 142px;
	width:auto;
	}

h1{
	color:#095f1b;
	font-size:24px;
	font-weight:normal;
	line-height:1.125;
	}


h2, h1.home{
	color:#095f1b;
	font-size:18px;
	line-height:1.125;
	font-weight:normal;
	margin:12px 0;
	}
 h1.home{
 	line-height:1.25;
 	}

h3{
	color:#095f1b;
	font-size:16px;	
	line-height:1.125;
	margin:12px 0;
	}

.header{
	height:150px;
	position:relative;
	}

	
.logo {
	display:block;
	height:92px;
	left:197px;
	top:10px;
	position:absolute;
	width:273px;
	}
.logo img{
	display:block;
	}
	

 /*- - - */
	
.nav{
	
	height:33px;
	position:absolute;
	left: 127px;
	top:112px;
	width:auto;
	}

.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.nav ul li{
	display:block;
	float:left;
	width:auto;
	}

.nav ul li a{
	display:block;
	color:#00480f;
	font-weight:bold;
	font-size:12px;
	padding:10px 15px 10px 15px;
	text-decoration:none;
	line-height:1;
	
	}
.nav ul li a:hover{
	color:#d1661d;
	}

	
/* --- end nav --- */

.no_margin{
	margin-right:0;
	margin-left:0;
	}

p, ul{
	margin:12px 0;
	}


table, td, th {
	border-collapse:collapse;
	}
table.form td{
	font-size:11px;
	padding:3px 3px 3px 0;
	}
	
ul, ul li{ /*   ALL lists are without bullets unless given style .bullet */
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	}	
	
ul.list li{
	background:url(images/bullet.png) no-repeat 20px 14px;
	padding:6px 0 6px 30px;
	}

ul.list ul {
	margin:2px 0 0 0;
	}	

ul.list ul li{
	padding:3px 0 3px 30px;
	background:url(images/bullet.png) no-repeat 20px 11px;
	}	
	
.services_nav{
	width:200px;
	float:right;
	margin:15px 0 15px 15px;
	padding:5px 15px 15px 15px;
	border:1px solid #095f1b;
	}
	
.services_nav ul{
	font-size:9px;
	list-style-type:none;
	margin:0;
	}

.services_nav li{
	list-style-type:none;
	line-height: 1.125;
	padding:6px 0;
	}	
		
.wrap_outer{
	background:url(images/bg-x.gif) repeat-x 0 0;
	width:100%;
	}

.wrap{
	background:url(images/wrap_bg.jpg) no-repeat 0 0;
	width:924px;
	margin:0 auto;
	}
