@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Trebuchet, san-serif;
}
a {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#333;
}
.mainContainer {
	width:860px;
}
.container {
	width:860px;
	float:left;
}
img {
	border:0;
}
.logo {
	width:235px;
	height:39px;
	float:left;
	margin:29px 0 0 0;
}
.topItems {
	height:42px;
	float:right;
	background:url(../img/bg_top_stuff.gif) repeat-x;
	color:#56911D;
	font-size:12px;
	font-weight:bold;
}
.topItems a {
	color:#56911D;
	text-decoration:none;
}
.topItems a:hover {
	color:#56911D;
	text-decoration:underline;
}
td.textItem {
	padding:0 15px 0 15px;
}
td.mobileIcon {
	padding:0 10px 0 15px;
}
td.mobileText {
	padding:0 15px 0 0;
}
.divMark {
	width:1px;
	height:18px;
	border-left:1px solid #b2b2b2;
}
#mainNav, mainNav ul
{
	margin:26px 0 0 0;
	padding:0;
	float:left;
	height:34px;
	width:860px;
	font-size:14px;
	font-weight:bold;
	z-index:2;
	position:relative;
}
#mainNav li
{
	float:left;
	list-style-type:none;
	display:inline;
	height:35px;
	overflow:hidden;
	margin-right:1px;	
}
#mainNav li a {
	padding-top:9px;
	height:26px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#737373;
	
}
#mainNav li.home a {
	width:72px;
	background:url(../img/btn_home.gif) 0 0 no-repeat;
}

/*#mainNav li.started a.isOn,
#mainNav li.started:hover a,
#mainNav li.started a:hover,
#mainNav li.started:hover*/

#mainNav li.home a:hover,
#mainNav li.homeOn a {
	width:72px;
	background:url(../img/btn_home.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.about a {
	width:75px;
	background:url(../img/btn_about.gif) 0 0 no-repeat;
}
#mainNav li.about a:hover,
#mainNav li.aboutOn a,
#mainNav li.about:hover a {
	width:75px;
	background:url(../img/btn_about.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.takeTour a {
	width:105px;
	background:url(../img/btn_take_a_tour.gif) 0 0 no-repeat;
}
#mainNav li.takeTour a:hover,
#mainNav li.takeTourOn a,
#mainNav li.takeTour:hover a {
	width:105px;
	background:url(../img/btn_take_a_tour.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.join a {
	width:112px;
	background:url(../img/btn_join_referred.gif) 0 0 no-repeat;
}
#mainNav li.join a:hover,
#mainNav li.joinOn a,
#mainNav li.join:hover a {
	width:112px;
	background:url(../img/btn_join_referred.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.faq a {
	width:59px;
	background:url(../img/btn_faq.gif) 0 0 no-repeat;
}
#mainNav li.faq a:hover,
#mainNav li.faqOn a,
#mainNav li.faq:hover a {
	width:59px;
	background:url(../img/btn_faq.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.news a {
	width:125px;
	background:url(../img/btn_news_events.gif) 0 0 no-repeat;
}
#mainNav li.news a:hover,
#mainNav li.newsOn a,
#mainNav li.news:hover a {
	width:125px;
	background:url(../img/btn_news_events.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li.contact a {
	width:83px;
	background:url(../img/btn_contact.gif) 0 0 no-repeat;
}
#mainNav li.contact a:hover,
#mainNav li.contactOn a,
#mainNav li.contact:hover a {
	width:83px;
	background:url(../img/btn_contact.gif) 0 -35px no-repeat;
	color:#fff;
}
#mainNav li ul { /* second-level lists */
	position: absolute;
	width:165px;
	height:auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-top:0;
	margin:-1px 0 0 0;
	padding:2px 0 0 0;	
	clear:both;
	background:#56911D;
	left: -999em;
	text-align:left;
	list-style-type:none;
	z-index:6;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#mainNav li ul li.subNav {
	margin:0;
	padding:0;
	width:165px;
	height:auto;
	background:none;
	float:left;
	clear:both;
	color:#fff;	
}
#mainNav li ul li.subNav a,
#mainNav li.about ul li.subNav a,
#mainNav li.takeTour ul li.subNav a,
#mainNav li.faq ul li.subNav a, 
#mainNav li.join ul li.subNav a, 
#mainNav li.news ul li.subNav a, 
#mainNav li.contact ul li.subNav a {
	color:#fff;
	width:150px;
	height:auto;
	background:none;
	text-decoration:none;
	text-align:left;
	padding:5px 0 5px 15px;
}
#mainNav li ul li.subNav a:hover {
	color:#fff;
	text-decoration:none;
	background:#C6C6C6;
	width:auto;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainNav li:hover, #mainNav li.hover {
    position:static;
}

.homeFlash {
	width:860px;
	height:250px;
	float:left;
	border-top:1px solid #a7a9ac;
}
.homeContent {
	width:860px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url(../img/home_content_bg.gif) repeat-x;
	text-align:left;
}
.leftColumn {
	width:480px;
	float:left;
	padding:10px 20px 15px 25px;
}
.rightColumn {
	width:318px;
	float:left;
	padding:25px 0 0 0;
}
h1 {
	font-size:22px;
	font-family:"Trebuchet MS", Trebuchet, san-serif;
	font-weight:normal;
	color:#56911D;
	border-bottom:1px solid #56911D;
}
.homeCurve {
	width:316px;
	height:5px;
	float:left;
}
.registerBox {
	width:316px;
	float:left;
	background:#fff;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	font-size:11px;
}
.registerBox td {
	padding:3px 10px 15px 15px;
}
h4 {
	font-size:15px;
	font-family:"Trebuchet MS", Trebuchet, san-serif;
	font-weight:normal;
	color:#56911D;
	margin:0;
	padding:4px 0 7px 0;
}
input.xForm {
	height:24px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	background:url(../img/form_bg.gif) repeat-x;
}
input.submiter {
	border:0;
	background:url(../img/btn_submit.gif) no-repeat;
	width:109px;
	height:39px;
}
.newsBox {
	width:284px;
	float:left;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	background:#e6e6e6;
	padding:0 15px 0 15px;
	font-size:11px;
}
.newsBox p {
	margin:0;
	padding:0 0 12px 0;
}
.date {
	color:#999;
	font-size:10px;
}

.footer {
	width:860px;
	float:left;
	border-top:1px solid #ccc;
	padding:10px 0 10px 0;
	font-size:10px;
	margin-top:20px;
	text-align:left;
	color:#999;
}
.footer a {
	color:#999;
}
.rightStuff {
	float:right;
}
.rrsIcon {
	float:right;
	width:40px;
	height:13px;
	margin-left:15px;
}
.breadCrumb {
	float:left;
	width:843px;
	background:url(../img/breadcrumb_bg.gif) repeat-x;
	padding:10px 0 10px 15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	border:1px solid #bbbdbf;
}
.breadCrumb a {
 	color:#fff;
}
.t2Content {
	width:860px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url(../img/t2_bg.gif) repeat-x;
	text-align:left;
}
