@charset "UTF-8";
/* CSS Document */
body {
	background:url(images/grass.jpg) repeat-x scroll left bottom;
	color:#2C3E01;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
	margin:0;
	padding:0;
}
h1, h2, p {margin:0; padding:0;}
i { display:none; }
a img {border:none;}
ul li {list-style:square;}
table {
	margin-bottom:12px;
	font-size:11px;
	color:#666666;
}
#blue-wraper {background:url(images/background.jpg) repeat-x;}
#shell1{
	width:810px;
	margin:0 auto 0 auto;
	padding:30px 15px 0;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:780px;
	height:81px;
	padding:15px 15px 0 15px;
}	
#logo a {
	width:180px;
	height:57px;
	display:block;
	float:left;
}
#global p {
	float:right;
	color:#333131;
	font-size:12px;
	text-align:right;
}
#global a {
	color:#333131;
	text-decoration:none;
}
#global a:hover {
	color:#00a8ff;
	text-decoration:underline;
}
#content-well {
	background:url(images/clear-bkgrnd.png) repeat-y;
	width:800px;
	padding:0 5px 0 5px;
}
#nav {
	background:url(images/nav.jpg) repeat-x;
	height:30px;
	width:800px;
}
#nav a {
	height:23px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding:7px 10px 0 10px;
	display:block;
	float:left;
}
#nav a:hover {
	height:23px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding:7px 10px 0 10px;
	background-color:#00a8ff;
	display:block;
	float:left;
}
#content {
	width:780px;
	background-color:#FFFFFF;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	padding:15px 9px 15px 9px;
}
#feature {
	height:200px;
	width:780px;
	margin-bottom:20px;
}
#home-split {
	width:780px;
}
#hp-left {
	width:450px;
	float:left;
}
#hp-left h1 {
	font-size:18px;
	color:#a8c410;
	margin-bottom:14px;
}
#hp-left p {
	font-size:12px;
	color:#333131;
	margin-bottom:12px;
	line-height:18px;
}
#hp-right {
	padding-top:40px;
	float:right;
	width:311px;
}
#hp-right img {margin-bottom:25px;}
#grid-home {
	width:450px;
}
#grid-home div {
	width:140px;
	float:left;
}
#grid-home div p {text-align:center;}
#grid-home div a {
	color:#00a8ff;
	text-decoration:none;
}
#grid-home div a:hover {
	color:#00a8ff;
	text-decoration:underline;
}
#interior h1 {
	font-size:18px;
	color:#a8c410;
	margin-bottom:18px;
}
#interior h2 {
	font-size:14px;
	color:#6a7d04;
	margin-bottom:0px;
}
#interior p {
	font-size:12px;
	color:#333131;
	margin-bottom:12px;
	line-height:18px;
}
#interior li {
	font-size:12px;
	color:#333131;
	margin-bottom:5px;
}
#interior a {
	color:#00a8ff;
	text-decoration:underline;
}
#interior a:hover {
	color:#00a8ff;
	text-decoration:none;
}
#footer {
	width:790px;
	height:60px;
	background:url(images/footer.jpg) no-repeat;
	padding:10px 10px 10px 10px;
}
#footer p {
	font-size:11px;
	margin-bottom:12px;
}
#footer a {
	color:#00a8ff;
	text-decoration:none;
}
#footer a:hover {
	color:#00a8ff;
	text-decoration:underline;
}
/*CLASSES*/
.clear{clear:both!important;}
.mright15 {margin-right:15px;}