/* BASE COLOR CHART

DARK BLUE:	#01467f
LIGHT BLUE:	#91ccad
TEXT:		#376266

*/

/*   =======   RESET    =======   */

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; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #376266;
	background: #01467f url(../images/bg/bg_glow.jpg) no-repeat top center;
}
h1, h2, h3, h4, h5, h6 { color:#376266; margin-bottom: 15px; }
h1	{ font-size: 2.375em;}
h2	{ font-size: 2em; }
h3	{ font-size: 1.5em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .875em; 
	line-height: 150%; 
	margin: 15px 0;
}

a, a:link, a:visited, a:active { color: #01467f; }
a:hover { color: #91ccad;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
.imgLeft { float: left; padding: 5px 20px 10px 0; }
.imgRight { float: left; padding: 0 0 10px 15px; }

/*   =======   LAYOUT  =======   */

#wrapper {
	width: 934px;
	margin: auto;
}
#logo {
	width: 200px;
	height: 92px;
}
#top {
	background: url(../images/bg/bg_topbar.png) no-repeat 0 0;
	width: 902px;
	height: 53px;
	padding: 16px 0 0 32px;
}
#main {
	background: url(../images/bg/bg_mid.png) repeat-y 0 0;
	width: 870px;
	padding: 22px 32px;
	overflow: auto;
}
#bottom {
	background: url(../images/bg/bg_bottom.png) no-repeat 0 0;
	width: 870px;
	padding: 0 32px;
	overflow: auto;
}

/*   =======   NAV - HEADER/FOOTER  =======   */

#nav {
	height: 45px;
}
#nav li {
	float: left;
	display: block;
}
#nav li a {
	float: left;
	display: block;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	font-size: .875em;
	text-decoration: none;
	background: #01467f url(../images/bg/bg_nav_underline.png) no-repeat;
	border-left: 16px solid #01467f;
	border-right: 16px solid #01467f;
}
#nav li a:hover, #nav li.navOn a {
	background: #91ccad url(../images/bg/bg_nav_underlineOn.png) no-repeat;
	color: #376266;
	border-left-color: #91ccad;
	border-right-color: #91ccad;
}

#footer {
	margin: 19px 0 0 0;
	height: 19px;
}
#footer li {
	float: left;
}
#footer li a {
	float: left;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: .625em;
	border-right: 1px solid #fff;
	margin-right: 12px;
	padding-right: 12px;
}
#footer li a:hover {
	color: #91ccad;
}
#footer li a.last {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#copyright {
	float: left;
	color: #fff;
	font-size: 12px;
}
#credit {
	float: right;
	color: #fff;
	font-size: 12px;
}
#credit p, #copyright p {
	margin: 10px 0;
}
#credit a {
	color: #fff;
}


/*   =======   HOME PAGE ELEMENTS  =======   */

#loginForm {
	text-align: right;
	margin: -12px 0 10px 0;
	float: right;
	overflow: auto;
}
#loginForm .textInput {
	width: 110px;
	border: 1px solid #376266;
	color: #376266;
	font-size: .6875em;
	padding: 4px;
	display: block;
	float: left;
	margin-right: 5px;
}
#loginForm .loginButton {
	background: url(../images/elements/button_login.png) no-repeat;
	width: 54px;
	height: 22px;
	color: #1e3f51;
	font-size: .75em;
	text-transform: uppercase;
	border: none !important;
	display: block;
	float: left;
	margin-top: 1px;
}

#headline {
	clear: both;
	background: url(../images/bg/bg_headline_home.jpg) no-repeat;
	width: 870px;
	height: 271px;
	position: relative;
}
#headline h1 {
	padding: 65px 0 0 45px;
	color: #e2f2c6;
	font-weight: normal;
	width: 500px;
}
#headline h3 {
	font-weight: normal;
	color: #fff;
	width: 500px;
	padding-left: 45px;
}

.learnMore {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
}
#headline .learnMore {
	background: url(../images/elements/arrow_header.png) no-repeat; 
}
#headline .learnMore a {
	padding-left: 39px;
	line-height: 25px;
	font-size: .75em;
	color: #fff;
	text-decoration: none;
}
#headline .learnMore a:hover { color: #91ccad; }

.subHeadBox {
	position: relative;
	border: 1px solid #839ea0;
	width: 163px;
	height: 115px;
	float: left;
	margin: 10px 7px 10px 0;
	padding-left: 120px;
}
.last { margin-right: 0 !important; }

.subHeadBox h4 {
	font-size: 1.125em;
	font-weight: normal;
	color: #376266;
	margin: 16px 0 10px;
	
}
.subHeadBox p {
	color: #024680;
	font-size: .875em;
	line-height: 120%;
	margin: 0;
}
.subHeadBox .learnMore {
	right: 0;
	left: auto !important;
	background: url(../images/elements/arrow_subhead.png) no-repeat bottom right;
	height: 17px;
}
.subHeadBox .learnMore a {
	color: #fff;
	padding-right: 25px;
	line-height: 17px;
	font-size: .625em;
	text-decoration: none;
}
.subHeadBox .learnMore a:hover { color: #91ccad;  }

#recert { background: url(../images/bg/bg_subhead_recert.jpg) no-repeat; }
#courses { background: url(../images/bg/bg_subhead_courses.jpg) no-repeat; }
#contactUs { background: url(../images/bg/bg_subhead_contact.jpg) no-repeat; }

#newsletter {
	float: left;
	width: 280px;
}
#aboutUs {
	float: right;
	width: 580px;
}
#newsletter h2, #aboutUs h2 {
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #376266;
	color: #376266;
	font-size: 1.5em;
}
#newsletter p, #aboutUs p {
	line-height: 130%;
	font-size: .75em;
}
#newsletterSignup {
	overflow: auto;
}
#newsletterSignup input.textinput {
	width: 230px;
	border: 1px solid #376266;
	color: #376266;
	font-size: .6875em;
	padding: 4px;
	display: block;
	float: left;
	margin-right: 5px;
}
#newsletterSignup .button {
	background: url(../images/elements/button_go.png) no-repeat;
	width: 33px;
	height: 24px;
	color: #1e3f51;
	font-size: .75em;
	text-transform: uppercase;
	border: none !important;
	text-align: center;
	display: block;
	float: left;
}
#aboutUs a.more {
	float: right;
	font-size: .75em;
	font-weight: bold;
	margin-top: -10px;
}


/*   =======   SUB-PAGE ELEMENTS  =======   */

#pageLeft {
	width: 210px;
	float: left;
	margin-top: 30px;
}
#pageRight {
	width: 640px;
	float: right;
	margin-top: 10px;
}

#sideNav {
	margin-top: 5px;
	border-top: 1px solid #376266;
}
#sideNav li a {
	display: block;
	height: 38px;
	width: 210px;
	border-bottom: 1px solid #376266;
	line-height: 38px;
	font-size: .875em;
	color: #024680;
	text-decoration: none;
}
#sideNav li a:hover {
	color: #91ccad;
}


#error_report{
	color:red;
	margin:3px;
}
#information_report{
	color:blue;
	margin:3px;
}
.clearfloat{
	clear:both;
}

.inputTitle{
	width:150px;
	float:left;
}
#pageRight ul, #pageRight ol {
	font-size:0.875em;
	line-height:150%;
	list-style:disc;
	margin: 1em 0;
}
#pageRight ol { list-style: decimal; }
#pageRight li {
	margin-left: 1em;
	padding-left: .25em;
}

#contactForm {
	font-size: .875em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#contactForm label,#register_membersip label, #register_membersip a.productName {
	display: block;
	width: 220px;
	padding: 5px;
	top: 0;
	font-size:1em;
	text-align: right;
}
#register_membersip label,  #register_membersip a.productName { width: 130px; }
#register_membersip input, #contactForm input, #contactForm textarea {
	margin: .5em 0;
	padding: 4px;
	border:1px solid #376266;
	width: 230px;
}
#contactForm .checkbox, #register_membersip .checkbox { width: 20px; float: left; margin-right: 10px; border: none;}
#contactForm .formText { display: block; float: left; width: 330px; text-align: left;}
#contactForm .submit { clear: both; margin-top: 10px;}
.newsletter_info{
font-size: 0.75em;	
}
#register_membersip a, #register_membersip a.productName  {
 	font-size: .875em;
 	text-align: right; 	
 }
#register_membersip, #register_membersip label {
	font-size: .875em;
}
#register_membersip #submit_button {
	margin: 1em 0 1em 135px;
}