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

*{margin:0;padding:0;}

body {
background:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

a {
color: #ff0000;
font-weight:bold;
text-decoration:none;
}

a:hover {
color: #FF0000;
font-weight:bold;
text-decoration:none;
}

img {
border: 1px #1EB147 solid;
margin: 5px;
}

h1 {
color: #1EB147;
font-family: Arial Black, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
font-size: 24px;
padding: 5px 0px 15px 0px;
line-height: 24px;
}

h2 {
color: #1EB147;
font-size: 12px;
padding: 5px 0px;
}

p {
line-height:18px;
}

#container {
	position:absolute;
	top: 20px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	}
	
#header {
	background: url(images/header.png) no-repeat left top;
	width: auto;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 230px;
	margin:0px;
	}
	
.menu {
	background: #CC0000 url(images/menubg.png) repeat-x left top;
	color: #FFFFFF;
	height: 40px;
	position: relative;
	right: 0px;
	float: right;
	width: 960px;
	margin: 0px;
	}
	
.menu ul {
	margin: 0px 0px 0px 0px;
	}
	
.menu li {
	float: left;
	list-style:none;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	padding: 12px 0px;
	}
	
.menu li.first {
	border-left-width:0px;
	padding-left:3px;
	}
	
.menu li.last {
	border-right-width:0px;
	}
	
.menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	padding: 12px 10px;
 }
 
.menu li a:hover {
	color: #FF0000;
	background-color: #FFE7E7;
    padding: 12px 10px; /* highlight width &amp; height */
	}

#content {
	width: auto;
	clear: both;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.maincontent {
	width: 680px;
	height: auto;
	margin: 5px 0px;
	padding: 10px;
	float: left;
	border: #01831F solid 1px;
	}
	
.maincontent ul {
padding: 10px 10px 10px 24px;
}
	
.front {
	width: 940px;
	color: #FFFFFF;
	margin: 0px;
	height: 257px;
	background: #028220 url(images/frontmaincontentbg.jpg) no-repeat left top;
	border: none;
	}

.front p {
	position: relative;
	margin:0px 500px 0px 0px;
	line-height:15px;
	padding: 10px;
	}
	
.front a {
	color:#FFFFFF;
	}
	
.front h1 {
	position: relative;
	margin:0px 500px 0px 0px;
	color: #d5fbd6;
	padding: 5px 10px;
	}
	
#features {
	width: 960px;
	height: auto;
	margin: 30px 0px 20px 0px;
	float: left;
	border: 0px;
}

#features h1 {
	color:#E00000;
	font-size:16px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px;
	position:relative;
	top: -30px;
	height: 0px;
}

.featuregap {
background: #e00000;
width: 7px;
padding: 10px;
float: left;
}

#feature1 {
	background: #ffe7e7;
	width: 280px;
	height: auto;
	min-height: 220px;
	margin: 0px;
	padding: 10px;
	float: left;
	border: 1px solid #999999;
}

#feature2 {
	background: #ffe7e7;
	width: 280px;
	height: auto;
	min-height: 220px;
	margin: 0px; /* remember to allow for feature box's borders */
	padding: 10px;
	float: left;
	border: 1px solid #999999;
}

#feature3 {
	background: #ffe7e7;
	width: 280px;
	height: auto;
	min-height: 220px;
	margin: 0px;
	padding: 10px;
	float: left;
	border: 1px solid #999999;
}

#sidebar {
	margin: 0px;
	float: right;
	width: 250px;
}
	
#widget1 {
	background: #fff;
	padding: 0px;
	border: #01831F solid 1px;
	margin: 5px 0px 0px 0px;
	}
	
#widget1 h1 {
	background: #01831F;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
	}
	
#widget1 h2 {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	}
	
#widget1 p {
	padding: 10px 10px;
	color:#000;
	font-size: 10px;
	line-height:14px;
	font-weight: normal;
	}
	
#widget1 a {
	color:#01831F;
	text-decoration: none;
	}
	
#widget1 a:hover {
	color:#00CC00;
	text-decoration: none;
	}
	
#widget2 {
	background: #CC0000;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bolder;
	margin: 5px 0px 5px 0px;
	}
	
#widget2 h1 {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	}
	
#widget2 h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 10px 0px 10px;
	}
	
#widget2 p {
	padding: 0px 10px 10px 10px;
	color:#FFF;
	}
	
#widget2 a {
	color:#FFFF00;
	text-decoration: none;
	}
	
#widget2 a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}
	


#widget3 {
	background: #CC0000;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-top: 5px;
	}
	
#widget3 h1 {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	}
	
#widget3 h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 10px 0px 10px;
	}
	
#widget3 p {
	padding: 0px 10px 10px 10px;
	color:#FFF;
	}
	
#widget3 a {
	color:#FFFF00;
	text-decoration: none;
	}
	
#widget3 a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}
	


#widget4 {
	background: #fff;
	padding: 0px;
	border: #01831F solid 1px;
	margin-top: 5px;
	}
	
#widget4 h1 {
	background: #01831F;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
	}
	
#widget4 h2 {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 10px 0px 10px;
	}
	
#widget4 p {
	padding: 5px 10px 10px 10px;
	color:#000;
	font-size: 10px;
	line-height:14px;
	font-weight: normal;
	}
	
#widget4 a {
	color:#01831F;
	text-decoration: none;
	}
	
#widget4 a:hover {
	color:#00CC00;
	text-decoration: none;
	}


#footer {
	margin: 0px;
	background: #1EB147 url(images/footerbg.png) repeat-x left top;
	color: #fff;
	padding: 20px;
	height:100px;
	}
	
#footer a{
	color: #FFFFFF;
	}
	
#footer a:hover {
	color: #FFFF00;
	}

.clear {clear:both;}

.quote {
	color: #00A0AF;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	}
	
.warning {
	color: #FF0000;
	font-weight: bold;
	}
	
.goodnews {
	color: #00CC00;
	font-weight: bold;
	}
	
table.standard tr td{
border: 1px #00A0AF solid;
background: #FFFFFF;
padding: 5px;
}

table.standard thead tr td {
background: #004F5A;
padding: 5px;
font-weight: bold;
color: #fff;
}