/* CSS Document */



*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	}
body{
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#a8be27;
	}
	
a{
	color:#436e19;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}


p{
	margin-bottom:10px;
	margin-top:0px;
	}
.more{
	background-image:url(images/arrow1.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:12px;
	margin-bottom:0px;
	}
.more a{
	color:#436e19;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	}
.more a:hover{
	text-decoration:underline;
	}
.htop{
	background-image:url(images/how_top.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:7px;
}

.hbod{
	background-image:url(images/how_body.jpg);
	background-position:right;
}

.hbot{
	background-image:url(images/how_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:7px;
}

.feature{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.feature li{
	background-image:url(images/featurebullet.jpg);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:4px;
	}
.footer, .footer p{
	color:#70825e;
	font-size:10px;
	}
	
	.copy{
		font-size:11px  !important;
		}
.footer a{
	color:#a1ad95;
	text-transform:uppercase;
	font-size:10px;
	}
.footer .nonfoot{
	color:#70825e !important;
	text-transform:none !important;
	font-size:11px  !important;
	}
	.footer .nonfoot:hover{
	text-decoration:underline;
	color:#a1ad95 !important;
	}
	
	
.featured{
	border:1px solid #999999 !important;
	
	}
.featured:hover{
	border:1px dotted #539114 !important;
	}
	
.thumb{
	padding:2px;
	float:left;
	border:1px solid #999999;
	}
.thumb:hover{
	border:1px solid #96ca60;
	}
.feattable{
	background-color:#508a12;
	}
.feattable tr td{
	background-color:#ffffff;
	}

th{
	background-color:#2e5407;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	}
	
.inq{
	border:1px solid #c3d8ad;
	background-color:#e4f2d5;
	background-image:url(images/subbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:500px;
	margin-bottom:10px;
	}
	.inq tr td{
		padding:4px !important;
		}
.inq:hover{
	border:1px solid #bed4a7  !important;
	background-color:#d3e5bf !important;
	background-image:none !important;
	}
	

.title{
	font-family:Arial, Helvetica, sans-serif;

	font-size:17px;
	padding:10px;
	padding-left:30px;
	margin:0px;
	color:#da9d06;
	font-weight:bold;
	
	}

