@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
----------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration: none;
	color: #4badcf;
}
a:hover {
	color: #003366;	
}

h2, h3 {
	margin-top: 10px;
	text-align: left;
	font-size: 36px;
	color: #003366;
	font-weight: normal;
	line-height: 1.0em;
}
h2 span {
	font-size: 16px;
	color: #488729;
}

h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
}
h3 span {
	font-weight: bold;
	font-style: italic;
	color: #488729;
}

h3.steps {
	margin-top: 2px;
}
.howto div img {
	padding-top: 7px;
}
div#wrapper {
	margin: 0 auto;
	text-align: center;
	background: transparent url(images/bg_body.gif) repeat-x top left;
}

div#headerWrap {
	width: 996px;
	margin: 0 auto;
	background: #ffffff url(images/bg_header_wrap.jpg) repeat-x top left;
	text-align: center;
}
div#header{
	width: 996px;
	text-align: left;
	position: relative;
	z-index: 2;
}
div#logo {
	width: 591px;
	margin-left: 18px;
}
div#login {
	width: 445px;
	position: absolute;
	right: 18px;
	top: 2px;
}
div.loginTitle {
	font-size: 11px;
	font-weight:bold;
	line-height:150%;
	padding: 2px 0 0;
	color: #003366;
}
form.leftLabel ul, form.apply ul {
	width: 100%;
}
form.leftLabel li {	
	width: 37%;
	padding: 2px 0 0;
	float:left;
	margin-right: 2px;
}
form.leftLabel li.button {
	width: auto;
	padding: 0;
	margin-left: 5px;
}
form.leftLabel li div p {	
	text-indent: 68px;
	padding: 2px 0 0;
}
form.leftLabel li div p a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #003366;
}
label.desc {
	width:34%;
	text-align:right;
	float:left;
	margin:0 4px 0 0;
	padding: 1px 0 0;
	display:block;
	font-size: 11px;
	font-weight:bold;
	line-height:150%;
	color: #003366;
}
input {
	width: 135px;
}
input.small {
	width: 90px;
}
input.text {
	padding: 1px 0;
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-style: solid;
	border-width: 1px;color:#333333;
	font-size:12px;
	margin:0;
	color: #333;
}
div#wrap {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	
}
#mainContent {
	width: 960px;
	position: relative;
	z-index: 1;
	text-align: left;
	float: left;
	padding-bottom: 10px;
	clear: both;
}
#colMainLeft {
	width: 630px;
	float: left;
	padding-top: 5px;
}
#colMainLeft p {
	color: #444444;
	font-size: 14px;
	line-height: 1.35em;
	padding-bottom: 5px;
}
#colMainLeft p.hightlight {
	font-weight: bold;
	padding: 5px 0 10px;
}
#colMainLeft p.one {
	color: #498929
}
#colMainLeft p.two {
	color: #003366
}

#colMainLeft ul {
	color: #444444;
	font-size: 14px;
	list-style:disc;
	margin-left: 15px;
	padding: 5px 0 10px 0;
	clear: both;
}
#colMainLeft li ol {
	list-style-type: decimal;
	margin: 3px 0;
}
#colMainLeft ul li {
	margin: 0 0 3px 15px;
	line-height: 1.5em;
}
.center {
	text-align: center;
}
p.btn {
	margin: 30px 0 10px;
	width: 100%;
	display: block;
}
#colMainRight {
	float: right;
	width: 310px;
	padding-top: 0;
}
#colMainRight.sub {
	margin-top: 170px;
}

#colMainRight.subnohead {
	margin-top: 310px;
}
#colMainRight div.blockText {
	clear: both;
}
#colMainRight div.alone {
	margin-top: 170px;
}
#colMainRight div.blockText h5 {
	padding: 10px 20px 10px;
	color: #003366;
	font-size: 22px;
}
#colMainRight div.blockText p {
	padding: 0 20px 20px;
	color: #003366;
	line-height: 1.5em;
}
#boxQualify {
	height: 420px;
	width: 310px;
	background: #ffffff url(images/bg_doyouqualifty.jpg) no-repeat top left;
	margin-top: 25px;
	color: #003366;
	padding-top: 20px;
	clear: both;
}
#boxQualify.contactus {
	background: #ffffff url(images/bg_contactusbox.jpg) no-repeat top left;
}

#boxQualify h4 {
	text-indent: 65px;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0em;
	
}
#boxQualify p {
	margin: 30px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
}
#boxQualify ul {
	width: 270px;
	list-style:disc;
	margin-left: 15px;
	padding: 15px 0 0 0;
}
#boxQualify ul li {
	margin: 0 0 12px 15px;
	line-height: 1.5em;
}
#boxQualify #formContact ul {
	list-style: none;
	padding: 0;
	width: 100%;
}
#boxQualify #formContact form.apply {
	margin: 0 0 0 15px;
}
#boxQualify #formContact ul li {
	margin: 0;
	float: left;
	margin-right:2px;
	padding:9px 0 0;
	width:90%;
	line-height: normal;
}
#boxQualify #formContact p {
	margin: 2px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#boxQualify #formContact div {
	padding-top: 0;
	text-align: left;
	display: block;
}
#boxQualify div {
	padding-top: 10px;
	text-align: center;
	display: block;
}

ul#nav  {
	width: auto;
}
ul#nav li {
	float: left;
}
ul#nav li a {
	display: block;
	padding: 5px 13px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
div#applyBox {
	width: 306px;
	height: 442px;
	position: absolute;
	right: 32px;
	top: 71px;
	background: transparent url(images/bg_applybox.png) no-repeat top left;
	z-index: 5;
}
form.apply {
	margin: 110px 0 0 30px;
}
form.apply li {	
	width: 90%;
	padding: 9px 0 0;
	float:left;
	margin-right: 2px;
}
form.apply li.button input.btn {
	margin-left: 42%;
}
form.apply li.button input.btn, form.leftLabel li.button input.btn {
	width: 81px;
}
form.apply label.desc {
	width:42%;
	text-align:right;
	float:left;
	margin:0 4px 0 0;
	padding: 3px 0 0;
	display:block;
	font-size: 11px;
	font-weight:bold;
	line-height: 1.0em;
	color: #003366;
}
.full {
width:100% !important;
}
form li span {
float:left;
}
li.complex div {
width: 135px;
float:left;
}
form li div.col span {
display:block;
float:left;
padding:0;
width:100%;
}

form li div label, form li span label {
clear:both;
color:#444444;
display:block;
font-size:10px;
margin:0;
padding-top:2px;
}
input.checkbox {
	display: block;
	height: 13px;
	line-height: 1.5em;
	margin: 0 0 0 3px;
	width: 13px;
}
label.choice {
	color: #003366;
	display:block;
	font-size:11px;
	line-height:1.25em;
	margin:-1.65em 0 0 25px;
	padding:5px 0 5px;
	width:95%;
}
label.choice a {
	color: #003366;
	text-decoration: underline;
}
div.col {
	width: 88%;
	float:left;
}

#mainBoxes {
	width: 960px;
	height: 180px;
	float: left;
	background: transparent url(images/bg_home_greenboxes.gif) no-repeat top left;
}
#mainBoxes div.boxed h4 {
	color: #003366;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.0;
	text-indent: 70px;
	margin-top: 30px;
}

div.boxed {
	width: 310px;
	float: left;
	color: #ffffff;
	margin-right: 15px;
}
div.last{
	margin-right: 0;
}
div.boxed div {
	text-align: center;	
	margin-top: 30px;
}
div.boxed p {
	margin: 20px 0 0 20px;
	line-height: 16px;
	width: 275px;
	font-size:14px;
	font-weight: bold;
}
div.boxed p strong {
	font-weight: bold;
}
div.boxed ul {
	list-style:disc;
	margin-left: 15px;
	width: 250px;
	padding: 20px 0 0 0;
}
div.boxed ul li {
	margin-left: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.35em;
}
div.boxed ul.spaced li {
	margin-bottom: 7px;
}

#footer {
	clear: both;
	background: #ffffff url(images/bg_footer.gif) repeat-x bottom left;
	margin-top: 30px;
}

#footerWrap{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 6px 0 20px;
}
#footerWrap p.detail {
	font-size: 10px;
	color: #fff;
	line-height:1.0em;
	padding: 0 0 5px;
}
#footerWrap p.links {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
}
#footerWrap p.links a {
	color: #fff;
}
hr { display: none; }