:link,:visited { text-decoration:none }
ul,ol { list-style: circle; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
 a:link, a:visited {
	color: #3f6a03;
	text-decoration: none;
}
 a:hover, a:active {
	color: #3f6a03;
	text-decoration: underline;
}
body
{
	background:#a8b6b0 url(../images/bg.jpg) repeat-x center top;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color:#000;
}

/* navigation links
-------------------------------------------------------- */
ul#nav {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 30px; width: 741px;
	background: #fff url("../images/nav.jpg") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 30px;
		}

		ul#nav li#home a { 
			left: 0; width: 101px;
			background: url("../images/nav.jpg") 0px 0px no-repeat;
			}
		ul#nav li#what a { 
			left: 101px; width: 145px; 
			background: url("../images/nav.jpg") -101px 0 no-repeat;
			}
		ul#nav li#why a { 
			left: 246px; width: 170px; 
			background: url("../images/nav.jpg") -246px 0 no-repeat;
			}
		ul#nav li#who a { 
			left: 416px; width: 196px; 
			background: url("../images/nav.jpg") -416px 0 no-repeat;
			}
		ul#nav li#contact a { 
			left: 612px; width: 132px; 
			background: url("../images/nav.jpg") -612px 0 no-repeat;
			}
		
		
			
ul#nav li#home a:hover  			{ background-position:   0px -30px; }
ul#nav li#what a:hover  			{ background-position: -101px -30px; }
ul#nav li#why a:hover  				{ background-position: -246px -30px; }
ul#nav li#who a:hover  				{ background-position: -416px -30px; }
ul#nav li#contact a:hover  			{ background-position: -612px -30px; }


ul#nav li#home a.active  			{ background-position: 	  0px -60px; }
ul#nav li#what a.active  			{ background-position: -101px -60px; }
ul#nav li#why a.active  			{ background-position: -246px -60px; }
ul#nav li#who a.active 				{ background-position: -416px -60px; }
ul#nav li#contact a.active      	{ background-position: -612px -60px; }

/*----------------------------------------------------------------------------*/

.content {
	background:#a8b6b0;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	width:786px;
	padding: 10px 10px 0 10px;
	color:#000;
	font-size:12px;
	line-height:18px;
}
.content .head{font-size:18px; }
.content .head2{font-size:18px; border-bottom:dotted 2px #697972; }

.services1{
	background:#ebfaca;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	width:786px;
	color:#000;	
}
.services1 .heading{	
font-family:Arial, Helvetica, sans-serif;	
	color:#000;
	font-size:16px; font-weight:bold;	
}
.services1 .heading span{	
color:#58625e;
font-size:11px;  font-weight:normal;	
}


.services2{
	background:#d3f2aa;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	width:786px;
	color:#000;	
}
.services2 .heading{	
font-family:Arial, Helvetica, sans-serif;	
	color:#000;
	font-size:16px; font-weight:bold;	
}
.services2 .heading span{	
color:#58625e;
font-size:11px;  font-weight:normal;	
}
.arrow { font-size:16px; font-weight:bold;	color: #3f6a03; background: url("../images/arrow.jpg") no-repeat; height:28px; } 
.arrow a:link	{font-size:16px; font-weight:bold;	color: #3f6a03; text-decoration: none; padding-left:30px;} 
.arrow a:visited {font-size:16px; font-weight:bold;	color: #3f6a03; text-decoration: none;  padding-left:30px;}  
.arrow a:hover 	{font-size:16px; font-weight:bold;	color: #fff; text-decoration: none;  padding-left:30px;}

.footer { font-size:12px;	color: #fff; background: url("../images/footer.jpg") repeat-x; height:100px;} 
.footer a:link	{font-size:12px; color: #fff; text-decoration: none;} 
.footer a:visited {font-size:12px; text-decoration: none; color : #fff;}  
.footer a:hover 	{font-size:12px; text-decoration: underline; color : #1c598e;}
.footer span{ font-size:11px;	color: #707271; } 