@charset "UTF-8";
/* CSS Document */

* {   margin: 0;   padding: 0;   border: 0;    }

html, body, #wrap {
	height: 100%;
	background-color: #124d8e;
	
	
}

body > #wrap {height: auto; min-height: 100%;}


body {
	
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	
	
}

#main {padding-bottom: 30px;}

#shell {
	width: 795px;
	min-height: 100%;
	margin: 0 auto;
	height: auto;
	height: 100%;
	
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #124d8e;
	text-decoration:none;

}

a:hover {
	color: #4eb6f1;
	
}


.h1, h1 {
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #b7291e;
	font-weight: normal;
	
	
}

.h2, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.h3, h3 {
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #03456a;
	text-decoration: none;
	width:630px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


.h4, h4 {
	display: inline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #064b6e;
	text-decoration: none;
}

.h5, h5 {
	display: inline;
	font: strong 10px Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}



.content {
	float:left;
	width:731px;
	text-align: left;
	position:relative;
}


p {
	font: 11px/16px Verdana, sans-serif;
	
}

ul, li, ul li {
	margin: 0px 0px 0px 0px;
	font: 11px/16px Verdana, sans-serif;
}



/* Header */
.header {
	width:795px;
}



.headerImg a {
	background: url("../images/header.jpg");
	width: 795px;
	height: 123px;
	float:left;
	display:inline;
}



/* background imgs */
.bg {
	width: 795px;
	position:relative;
	
}

.bgTop {
	background: url("../images/bgBox_top.gif");
	width: 795px;
	height: 10px;
	float:left;
	display:inline;
}
.bgLeft {
	background: url("../images/bgBox_left.gif");
	width: 31px;
	height: 488px;
	float:left;
	display:inline;
}
.bgMid {
	background: url("../images/bgBox_mid.gif") repeat-x;
	width: 733px;
	height: 100%;
	float:left;
	display:inline;
	min-height: 488px;
}
.bgRight {
	background: url("../images/bgBox_right.gif");
	width: 31px;
	height: 488px;
	float:right;
	display:inline;
}



/* Footer */
.footer{
	width: 725px;
	height:40px;
	margin: -40px auto 0px auto;
	position:relative;
	clear:both;
}

.footerLogo a{
	background: url("../images/enspire.gif") no-repeat;
	width: 100px;
	height:40px;
	float:left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;
}

* html .clearfix { 
	height: 1%;
}
	
.clearfix {display: block;}

.footerLinks {
	margin: 10px 0px 0px 10px;
	color:#2f88b4;
	font: 9px/16px Verdana, sans-serif;
	float:left;
	display:inline;
}


.footer a{
	text-align: left;
	color:#2f88b4;
	padding: 0px 0px 0px 0px;
	font: 9px/16px Verdana, sans-serif;
	text-decoration: none;
	
}

.footer p{
	float: right;
	display:inline;
	margin: 10px 20px 0px 0px;
	text-align: right;
	color:#2f88b4;
	padding: 0px;
	font: 9px/16px Verdana, sans-serif;
	
}

/* Forms */

.formLabel p {
	font-size: 10px;
	color: #ffffff;
	margin: 2px 0px 0px 0px;
	font-weight: bold;
	float:left;
	display: inline;
	
}


.inputField {
	float:left;
	display: inline;
	margin: 0px 0px 0px 5px;
	border: 1px solid #2f88b4;
	padding: 2px 2px 2px 2px;
	

}



input.submitBtn {
	text-decoration: none;
	color: #ffffff;
	padding: 1px 0px 3px 0px;
	font: bold 10px Verdana, sans-serif;
	background: url("../images/buttonBg.gif") center;
	border: 0px solid; 
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	line-height: 14px;
	float:right;
	display: inline;
	width: 66px;
	height: 20px;
	text-align:center;
	outline: none;	
			
}

*+html input.submitBtn{
	border:1px transparent solid;
		
}
	
input.submitBtn:hover{
	background: url("../images/buttonBg_over.gif") center;
	outline: none;
}

input.submitBtn:focus
{
-moz-outline-style: none;
}

.no_display {
	display: none;
}
	
.error p {
	float: left;
	display: inline-block;
	color:#cd3023;
	margin: 0px 0px 0px 0px;
	background-color:	#e6edf2;	
	padding: 0px 5px;
	font-style:italic;
}


