html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-repeat:repeat-x;
	background-position:center top;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
	margin:0;
	padding:0;
	color:#6c6d71;
}

input {
	color:#999999;
	font-size:10px;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	/*border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #aeaeae solid');*/
}

select, option {
	border-width:1px;
	border-style:solid;
	border-color:#aeaeae;
	color:#999999;
	font-size:9pt;
	width:210px;
}

select {
	border-style:solid;
	color:#999999; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}


ul,li, ol {
	margin-left:10px;
	padding-left:2px;
}


/*** Div Float Hack ***/
.clearfix:after {content: "."; display: block ;height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.container {
	/*margin:0 auto;*/
	width:100%;
	text-align:left;
	height:0 auto;
}

.bg_container {
	/*margin:0 auto;*/
	width:1000px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	min-height:552px;
  	height:auto !important;
  	height:552px;
	padding-top:10px;
}

.nav_container {
	text-align:left;
	width:120px;
	margin-left:60px;
	float:left;
	margin-top:4px; 
	/*
	min-height:200px;
  	height:auto !important;
  	height:200px;
	*/
}

.content_container {
	text-align:left;
	width:820px;
	float:left;
	/*
	min-height:200px;
  	height:auto !important;
  	height:200px;
	*/
}

.content_container_interior, .content_container_interior_wide {
	text-align:left;
	width:600px;
	float:left;
	padding-top:30px;
}

.content_container_interior_wide {
	width:820px;
}

.heading , h1{
	font-size:38px;
	line-height:45px;
	font-weight:bold;
	color:#89d300;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-align:left;
	width:630px;
}

h1.home_heading{
	font-size:38px;
	line-height:45px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-align:left;
	width:630px;
}

.subheading , h2{
	font-size:16px;
	font-weight:normal;
	color:#999999;
	margin:0;
	margin-bottom:10px;
	margin-left:5px;
	text-align:left;
	width:650px;
}

.content {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*
	line-height:14px;
	margin-top:20px;
	margin-bottom:20px;
	*/
}

.content a {
	color:#89d300;
	text-decoration:none;
}

.content a:hover {
	background-color:#89d300;
	text-decoration:none;
	color:#ffffff;
}

.footer_bg_container {
	margin:0 auto;
	width:1000px;
}

.footer {
	padding-top:30px;
	padding-bottom:10px;
	text-align:right;
}

.footer a {
	color:#f48420;
	text-decoration:none;
}

.footer a:hover {
	background-color:#f48420;
	text-decoration:none;
	color:#ffffff;
}


.subnav, .subnav_selected {
	color:#666666;
	font-size:11px;
	text-align:left;
	width:120px;
	margin-top:6px;
}

.subnav a, .subnav_selected a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	width:80px;
	padding-left:10px;
	text-align:left;
	display:block;
}

.subnav a:hover, .subnav_selected a {
	background-color:#89d300;
	text-decoration:none;
	color:#ffffff;
	width:80px;
}


.subnav_level2, .subnav_level2_selected {
	font-size:11px;
	text-align:left;
	width:120px;
	margin-top:2px;
}

.subnav_level2 a, .subnav_level2_selected a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	width:100px;
	padding-left:10px;
	text-align:left;
	display:block;
}

.subnav_level2 a:hover, .subnav_level2_selected a {
	background-color:#ffffff;
	color:#89d300;
	text-decoration:none;
	width:100px;
	background-image:url(../images/arrow_green_right.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
}


a.btn, a.btn_previous, a.btn_next {
	font-size:11px;
	color:#ffffff;
	background-color:#89d300;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	line-height:16px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	display:inline;
}

a.btn:hover, a.btn_previous:hover, a.btn_next:hover {
	background-color:#89d300;
	text-decoration:none;
	color:#ffffff;
}

a.btn_previous {
	width:120px;
	text-align:right;
	padding-left:30px; 
	padding-right:5px;
	background-image:url(../images/arrow_white_left.jpg);
	background-repeat:no-repeat; 
	background-position:5px 7px;
}

a.btn_next {
	text-align:left;
	padding-right:50px; 
	padding-left:5px;
	background-image:url(../images/arrow_white_right.jpg);
	background-repeat:no-repeat; 
	background-position:68px 7px;
}


a.btn_small, a.btn_small_selected {
	font-size:11px;
	color:#ffffff;
	background-color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
}

a.btn_small:hover, a.btn_small_selected {
	background-color:#89d300;
	text-decoration:none;
	color:#ffffff;
}

.txt {
	height:16px; 
	border:none;
	border-width:0; 
	font-size:12px; 
	color:#999999;
}

.txt_signup {
	height:16px;  
	font-size:12px; 
	color:#999999;
	width:350px; 
	border:#5f5f5f solid 1px;
}

.label{
	font-size:14px;
	font-weight:normal;
	color:#999999;
	text-align:left;
}

.line_item {
	margin-bottom:10px;
}

.bg_plus_signs {
	background-image:url(../images/line_plus_sign_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	height:6px;
}

.line {
	background-color:#cccccc;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	height:1px;
}

.home_heading_posted {
	color:#000000;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	padding:0;
}

.home_heading_fact {
	color:#83bd37;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	margin:0;
	padding:0;
}