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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #3d3d3d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: 0f4c08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0f4c08;
}
a:hover {
	text-decoration: none;
	color: #e9e389;
}
a:active {
	text-decoration: none;
	color: #ade6a7;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #e9e389;
}
h2 {
	font-size: 24px;
	color: #e9e389;
}
h3 {
	font-size: 23px;
	color: #2c2c2c;
}
h4 {
	font-size:14px;
	color:#e9e389;
}

div.fillwide {
	float:left;
	width:100%;
}
div.centered {
	width:982px;
	margin:0px auto;
}
div.topmenu {
	background:url(/images/top-menu-bg.jpg) top left repeat-x;
	height:34px;
}
div.mainmenu {
	width:866px;
	margin:0px auto;
	color:#FFF;
}
.nopadmarg {
	padding:0px;
	margin:0px;
}
.ltgreenstripeh3{
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:55px;
}
div.dkgreen {
	background:#3b4530 url(/images/green-block-bg.jpg) top left repeat-x;
}
div.fullblock {
	width:870px;
	float:left;
	margin:10px 56px;
}


/* MENU */
.mainmenu1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mainmenu1 li {
	float: left;
	margin: 0 0.15em;
}
.mainmenu1 li a {
	height: 34px;
	line-height: 34px;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding:0px 20px;
	font-weight:800;
}
.mainmenu1 li a:hover {
	background:url(/images/top-menu-bg.jpg) bottom left repeat-x;
	height: 34px;
	line-height: 34px;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding:0px 20px;
	font-weight:800;
}
.mainmenu1 li a {
	float: none
}


div.footer {
	text-align:center;
	color:#c8c8c8;
	background:url(/images/footer-bg.jpg) top left repeat-x;
	min-height:72px;
	font-size:11px;
}
div.footer a {
	color:#c8c8c8;
	font-size:11px;
	text-decoration:none;
}
div.footer a:hover {
	color:#98d2ba;
	font-size:11px;
	text-decoration:none;
}

div.bannerbg-left {
	height:427px;
	width:50%;
	position:absolute;
	top:34px;
	left:0px;
	z-index:1;
	background:url(/images/banner-bg-left.jpg) top left repeat-x;
}
div.bannerbg-right {
	height:427px;
	width:50%;
	position:absolute;
	top:34px;
	left:50%;
	z-index:1;
	background:url(/images/banner-bg-right.jpg) top left repeat-x;
}
div#topbanner-left {
	position:absolute;
	width:491px;
	height:427px;
	top:34px;
	left:50%;
	margin-left:-491px;
	z-index:10;
}
div#topbanner-right {
	position:absolute;
	width:491px;
	height:427px;
	top:34px;
	left:50%;
	z-index:10;
}

div.specialstripe {
	margin:427px 0px 0px 0px;
	background:url(/images/special-stripe-bg.jpg) top left repeat-x;
	height:129px;
}
div.contentstripe {
	background:#242d1d;
}
div.lrg-left {
	width:680px;
	float:left;
	margin:0px 32px 0px 56px;
}
.grey {
	color:#b8b8b8;
}

.ltgreenh2 {
  color:#98d2ba;
  font-size:14px;
}
.ltgreen {
	color:#98d2ba;
}
.white {
	color:#FFF;
}
div.sm-right {
	width:210px;
	float:left;
	margin:10px 0px 0px 0px;
}
div.ltgreenstripe {
	background:#ade6a7;
	height:55px;
}


/* FORMS */
.formbg {
	background:url(/images/form-bg.gif) top left no-repeat;
	border-bottom:1px solid #d4d0c8;
	border-right:1px solid #d4d0c8;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
}
.quick {
	width:157px;
	margin-bottom:8px;
}