@charset "utf-8";
body {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
}
.H2 {
	color:#E2C140;
	font-weight:bold;
	font-size:1em;
}
.H3 {
	color:#888888;
	font-weight:bold;
	font-size:1em;
}
.nav {
	list-style-type: none;
	float: none;
	color: #999999;
	padding:0;
	margin:0;
}
.nav a, .nav a:visited {
	color: #999999;
	text-decoration: none;
}
.loginimg {
	position: relative;
	top: 6px;
}


.nav a:hover {
	color: #CCCCCC;
}

.nav li {
	margin: 0;
	padding: 0 .5em 0 0;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
/*	vertical-align: middle;*/
	display: inline;
/*	line-height: 32px;
*/	font-weight: bold;
}
#login {
	margin:0;
	padding:0;
	float:right;
	font-size: 11px;
	text-align:center;
	height:60px;

}
.login  {
	padding:0;
	margin:0;
	color: #99B850;
	vertical-align: middle;
/*	display: block;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.login .text {
	font-size: 10px;
	border: #999999 2px solid;
	background-color: #000000;
	vertical-align: middle;
	width:40px;
	color:#666666;
}

.wrapper #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	background-color: #000000;
	border: 3px solid #99B850;
	padding: 0 10px 10px 10px;
	margin-bottom:15px;
	margin-top:10px;
	float:left;
	width:754px;
/*	height: 160px;*/
}
.wrapper #mainContent {
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#000000;
	margin:0;
	float:left;
	width:754px !important;
	border: 3px solid #99B850;
}
#sidebar {
	float:right;
	width:250px;
}

#sidebar2 {
	float:right;
	width:250px;
	text-align:center;
}

#sidebar2 a img {
	border:none;

}

#sidebar2 img {
	margin-top:40px;
}

#sidebar ul {
	list-style:none;
	width:250px;
	margin-left:-25px;
	text-align:center;
	color:#99B850;
}
#sidebar li {

	list-style:none;
	padding:20px 0px 10px 0px;
	
}
#sidebar a img {
	border:none !important;
}
.wrapper #footer {
	padding: 5px 10px 5px 10px;
	margin-top:15px;
	width:754px;
	border: 3px solid #99b850;
}
#footer ul {
	display:inline;
	margin:5px 0px 10px 0px;
}

#footer li {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	list-style:none;
	list-style-type:none;
	margin:4px 3px 4px 3px;
	display:inline;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#999999;
	border-bottom:#999999 1px dotted;
}
.err {
	color:#cc0000;
}
.nobutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
}
/* * html .nobutton {
cursor:hand;
} /* alternate cursor style for ie */
.rounded {
	float: left;
/*	background-color: #000000;*/
	width: 780px;
	margin-left: -13px;
	display:inline;
}

b.roundedt, b.roundedt b, b.roundedb, b.roundedb b {
	display: block;
	height: 10px;
	font-size: 1px;
	background:url("/images/greencorners.jpg") no-repeat;
	position:relative;
}

b.roundedt {
	margin-top:-3px;
	top: 0px; 
	left: 0px;
}

b.roundedt b {
	background-position:100% -10px; 
	left: 0px;
}

b.roundedb {
	background-position:0 -20px; 
	top:0px; 
	left: 0px;
	margin-top:-2px;
}

b.roundedb b {
	background-position:100% -30px; 
	left: 0px;
}

.question {
	color:#E2C140;
	font-weight:bold;
	
}

#mainContent .application {
	background-color: #111111;
}
#mainContent #application {
	background-color: #111111;
}
#application .apq1 {
	float:left;
	width:210px;
	background-color:#CCCCCC;
	padding:5px 0px 5px 10px;
}

#application .apq2 {
	float:left;
	width:210px;
	background-color:#99b850;
	padding:5px 0px 5px 10px;
}

#application .apq3 {
	float:left;
	width:440px;
	background-color: #bbbbbb;
	padding:5px 0px 5px 0px;
}
#application  select {
	height:21px;
}
#application input {
	height:15px;
}

.normalbutton {
	height:25px !important;
}

#application .apq4 {
	float:left;
	width:440px;
	padding:5px 0px 5px 0px;
	background-color: #111111;
}
#application .apq5 {
	float:left;
	width:420px;
	background-color:#111111;
	padding: 5px 10px 5px 10px;
}

#application .apq6 {
	float:left;
	width:440px;
	padding:5px 0px 5px 0px;
	background-color:#99b850;
}

#application .apq1 p, .apq2 p, .apq3 p, .apq4 p, .apq5 p, .apq6 p { 
	padding:2px 0 2px 0;
	margin:0;
	font-size:.78em;
	font-weight:bold;
	text-align:left;
}	

#application .apq3 p, .apq4 p, .apq6 p {
	text-align:center !important;
}

#application .apq5 p {
	text-align:justify !important;
}

#mainContent .faq {
	background-color: #111111;
	text-align: justify;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

.ee {
COLOR:#E2C140;
}

#mainContent img {
	padding-top: 15px;
	padding-bottom: 15px;
}

#mainContent #login img {
	padding:0 !important;
}
#headrgt {
	float: right;
}
#headimg {
	float: left;
	width:310px;
}

.thanks {
	text-align:center;
	background-color:#99b850;
	color:#444444;
	width:488px; 
	margin:0 auto;
	padding:20px 5px 20px 5px; 
	border:#aaaaaa 1px solid;
}
.cf {
	font-size: 0px;
	clear: both;
}
.clrflt {
	clear:both;
}

.noheight {
	font-size:0px;
}

.middle {
	text-align:center;
}

.err_field {
	background-color:#ff4444;
	color:#ffffff;
}

.required {
	border-left:#E2C140 4px solid;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
.nreq {
	border:none;
}
.err_txt {
	color:#ff0000;
}
#contact #button {
	margin-top: 10px;
}

.even, .odd {
	font-style:italic;
	padding:7px 7px 2px 5px;
	font-size:14px;
	background-image:url("/images/quotes.png");
	background-repeat:no-repeat;
	background-position:-5px -5px;
	text-indent: 30px;
}

.odd {
	background-color:#222222;
}
#mainContent img {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.captcha {
	vertical-align: middle;
	border: 1px solid #000000;
}