* { margin: 0px; padding: 0px; border: none; }
img { border: none; }
a, a:hover { outline: 0; color: #FFF; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { -moz-outline-style: none; }

body, html{
	height: 100%;
}

body {
	text-align: left;
	font-family: Arial;
	font-size: 1em;
	text-align: center;
	min-width: 916px;
	color: #FFF;
	background: #3D9F38 url('/images/bg.gif') repeat-x top left;
}

#mainContent {
	width: 916px;
	margin: 0px auto;
	text-align: left;
}
.logos {
	display: block; height: 162px;
}
.heroImage {
	display: block; height: 380px; padding: 0px; margin: 0px; vertical-align: top;
}
#header {
	height: 570px;
}
.navigation {
	margin-top:-11px;
	position: relative; padding-left: 30px;
}
* html .navigation {
	margin-top:-14px;
}
.navigation ul {
	margin:0px; padding:0px;
}
.navigation ul li {
	list-style-type: none;
	padding: 0px; margin: 0px;
	float: left;
	height: 39px;
	background-color: transparent;
}
.navigation ul li a, .navigation ul li a:hover, .navigation ul li a.active {
	display: block;
	height: 39px;
	text-decoration: none;
}
li.about a { width: 151px; background: #44a63f url('/images/buttons_inactive.gif') no-repeat 0px 0px; }
li.updates a { width: 148px; background: #44a63f url('/images/buttons_inactive.gif') no-repeat -150px 0px; }
li.facts a { width: 148px; background: #44a63f url('/images/buttons_inactive.gif') no-repeat -297px 0px; }
li.vision a { width: 150px; background: #44a63f url('/images/buttons_inactive.gif') no-repeat -444px 0px; }
li.about a:hover, li.about a.active { background: #44a63f url('/images/buttons_active.gif') no-repeat 0px 0px; }
li.updates a:hover, li.updates a.active { background: #44a63f url('/images/buttons_active.gif') no-repeat -150px 0px; }
li.facts a:hover, li.facts a.active { background: #44a63f url('/images/buttons_active.gif') no-repeat -297px 0px; }
li.vision a:hover, li.vision a.active { background: #44a63f url('/images/buttons_active.gif') no-repeat -444px 0px; }


#content {
	padding: 30px 0px 10px 30px;
}
.sponsorClass {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFF;
}

.col {  font-size: 0.8em; }
#col12 { float: left; width: 607px; }
#col3 { float: right; width: 207px; }
#col1 { float: left; width: 387px; padding-right: 35px; }
#col2 { float: left; width: 231px; padding-right: 30px; }
* html #col1 { padding-right: 25px; }
* html #col2 { padding-right: 20px; }
.col p {
	margin: 10px 0px; font-weight: bold;
}
.col ul li {
	margin-left: 30px;
}

ul#facts li {
	padding: 2px; 
}

ul.links {
	margin:0px; padding:0px;
}
ul.links li {
	list-style-type: none;
	padding: 0px 0px 0px 20px; margin: 0px 0px;
	background: transparent url('../images/arrow.gif') no-repeat 0px 4px;
}
ul.links li a {
	width: 200px; padding: 2px 2px 2px 0px;
	color: #FFF;
	font-weight: bold;
	height: 13px; vertical-align: top;
}
ul.links li a:hover {
	text-decoration: underline;
}

ul.facts {
	margin:0px; padding:0px;
}
ul.facts li {
	margin: 0px 0px 0px 15px; padding: 3px 0px;
}



.txtStrong { color: #000; font-size: 1.1em; font-weight: bold; }
.txtBig { font-size: 1.1em;}
.colContent { margin-top: 5px; } 

#supportForm {
	margin-top: 5px;
}
#supportForm span {
	padding: 2px;
}
#supportForm div.control {
	height: 16px; padding: 4px;
	background: #44a63f url('/images/inputBg.gif') no-repeat top left;
	margin-bottom: 4px;
}
#supportForm div.control input {
	height: 16px; width: 192px; border: 0px;
}
label {
	font-weight: bold; padding-bottom: 3px; display: block;
}



#footer {
	padding-bottom: 20px;
}
#footer ul {
	margin:0px; padding:0px;
}
#footer ul li {
	list-style-type: none;
	padding: 0px; margin: 0px;
	float: left;
	height: 52px;
	background-color: transparent; margin-right: 20px;
}
#footer ul li a:hover { text-decoration: none; }
.copyright {
	font-size: 0.6em; font-weight: bold;
	text-align: right;
}

.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 */

.validationmessage
{
	color: Yellow;
}