@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x top center #1f6806;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #503e3e;
	}
#center{
	width: 842px;
	margin: 0 auto;
	padding: 0;
	}
#wrapper{
	background:url(../images/wrapper-bg.gif) left repeat-y;
	width:822px;
	float:left;
	margin:0;
	padding:0 10px 14px 10px;
	}
#topper{
	background:url(../images/topper.jpg) left no-repeat;
	width:812px;
	float:left;
	height:17px;
	margin:0;
	padding:18px 10px 0 20px;
	}
#header{
	background:url(../images/header.jpg) left no-repeat;
	width:702px;
	float:left;
	height:41px;
	margin:0;
	padding:80px 0 0 140px;
	}
#menu{
	background:url(../images/menu.gif) left no-repeat;
	width:790px;
	float:left;
	height:32px;
	margin:0;
	padding:7px 16px 0 16px;
	}
.nav{
	float:left;
	padding: 0 3px;
	}
#wrapper2{
	width:822px;
	float:left;
	margin:0;
	padding:23px 0 0 0;
	}
#content{
	width:569px;
	float:left;
	padding:0 20px 0 27px;
	margin:0;
	}
#social-media {
	width: 206px;
	float: left;
	}
#social-media img {
	float: left;
	margin: 0 0 10px 0;
	}
#feature-area{
	width:206px;
	float:left;
	}
#feature-top{
	background: url(../images/featured-top.gif) left top no-repeat;
	width:196px;
	float:left;
	height:34px;
	padding:8px 0 0 10px;
	}
#feature{
	background:url(../images/featured-bg.jpg) left top no-repeat;
	width:166px;
	float:left;
	height:110px;
	padding:245px 20px 0 20px;
	}
#feature-button{
	background:url(../images/featured-button.gif) left top no-repeat;
	width:178px;
	float:left;
	height:22px;
	padding:7px 13px 0 15px;
	}
#info{
	width:822px;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	}
#footer{
	background:url(../images/footer.jpg) left top no-repeat;
	width: 842px;
	float:left;
	height:38px;
	padding: 20px 0 0 0;
	}
#copyright{
	width:822px;
	float:left;
	height:20px;
	padding:10px 10px 0 10px;
	}
.dot{
	padding:0;
	margin:0 5px;
	}	
	
/* TEXT STYLING */
h1{
	font-size:24px;
	color:#02990b;
	font-weight:bold;
	margin:0;
	padding:0 0 14px 0;
	}
h2{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 14px 0;
	}
	
h3 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0 0 14px 0;
	}
	
p{
	margin:0;
	padding:0 0 14px 0;
	}
	
ul {
	margin: 0 0 14px 0;
	}
	
li {
	margin-bottom: 10px;
	}
	
#topper{
	color: #290202;
	}	
#header{
	font-size:18px;
	font-weight:bold;
	letter-spacing:5px;
	}
#feature{
	font-size:12px;
	}
#feature-top, #feature-button{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	}
#info{
	text-align:center;
	font-size:12px;
	}
#footer{
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	}
#copyright p{
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
	}
/* LINK STYLING */
h1 a{
	color:#02990b;
	text-decoration:none;
	}
h2 a, h3 a, p a, #info a{
	color: #503e3e;
	text-decoration:none;
	}
a.linked, .linked a{
	color:#02990b;
	text-decoration:none;
	font-weight:bold;
	}
a.linked:hover, .linked a:hover{
	color:#02990b;
	text-decoration:underline;
	}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 10px;
	}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
#copyright p a{
	color:#FFFFFF;
	text-decoration:none;
	}
/* MISC STYLING */

img{
	border:0;
	}
