/*Reset Styles!*/

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, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#000; }	
a:hover {color:#333;}

h1, h2, h3 {
	}

em {
	font-style:oblique;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#001e48 url(../images/bg.gif) repeat-x;
	color:#000;
	font:12px arial, sans-serif;
	line-height:1.5;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:907px;
	}
	
.wrap {
	float:left;
	width:897px;
	background:#fff;
	padding:0 5px;
	}
	
#header {
	float:left;
	width:877px;
	background:#002554 url(../images/headerbg.gif) repeat-x;
	padding:0 10px 10px 10px;
	}
	
#header h1 {
	float:left;
	width:480px;
	font:36px impact, sans-serif;
	color:#dfe6fa;
	background:/*url(../images/logo.gif) no-repeat;*/

	padding:3px 0 0 55px;
	margin-top:15px;
	}
	
#header h1 a {
	color:#dfe6fa;
	text-decoration:none;
	}
	
#header h1 a:hover {
	background:transparent;
	color:#fff;
	}
	
#header h2 {
	float:right;
	width:320px;
	text-align:right;
	font-size:28px;
	color:#b9c8ef;
	line-height:34px;
	padding:5px 0;
	font:20px arial, sans-serif;
	}
	
#header h2 span {
	font-size:24px;
	}
	
#header h2 strong {
	color:#fff;
	}
	
#header h2 em {
	font-style:italic;
	font-weight:normal;
	}
	
.main {
	float:left;
	width:900px;
	}
	
.main h3 {
	display:none;
	}
	
ul#nav {
	float:left;
	width:887px;
	clear:both;
	background:url(../images/navbg.gif) repeat-x;
	padding:0 5px;
	margin-top:-5px;
	font-size:14px;
	}
	
ul#nav li {
	float:left;
	}
	
ul#nav li a {
	padding:10px 17px;
	text-decoration:none;
	color:#e9eef4;
	font-weight:bold;
	background:url(../images/sep.gif) right top no-repeat;
	float:left;
	}
	
ul#nav li a:hover, ul.nav1 a.one, ul.nav2 a.two, ul.nav3 a.three, ul.nav4 a.four, ul.nav5 a.five, ul.nav6 a.six, ul.nav7 a.seven {
	background:#fff url(../images/navhover.gif) repeat-x!important;
	color:#002655!important;
	}
	
ul#nav li.phone {
	float:right;
	color:#e9eef4;
	font-size:28px;
	}
	
#left {
	float:right;
	width:292px;
	background:#2787b7 url(../images/formbg.gif) repeat-x;
	padding-top:25px;
	}
	
#left h3 {
	text-align:center;
	color:#fff;
	font-size:24px;
	}
	
#left form {
	float:left;
	width:265px;
	padding-left:10px;
	padding-bottom:25px;
	}
	
#left form label {
	float:left;
	width:267px;
	color:#fff;
	margin-top:13px;
	}
	
#left form input, #left form textarea {
	float:left;
	width:262px;
	border:none;
	padding:5px;
	margin-top:5px;
	}
	
#left form textarea {
	height:111px;
	border:none;
	}
	
	
#left form input.submit {
	float:right;
	background:transparent;
	padding:0;
	width:auto;
	margin-right:0;
	height:auto;
	}
	
#right {
	float:left;
	width:585px;
	background:#fff url(../images/contentbg.gif) repeat-x;
	padding:10px;
	}
	
#right ul {
	margin:10px 15px;
	}
	
#right ul li {
	list-style-type:disc;
	}
	
#right h1 {
	font-size:24px;
	color:#002655;
	}
	
#right p.cta {
	color:#000;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	}
	
#right p.cta strong {
	color:#002655;
	}
	
#footer {
	float:left;
	background:#011228;
	width:887px;
	color:#fff;
	font-size:11px;
	margin-top:1px;
	border-bottom:2px solid #fff;
	padding:5px;
	text-align:center;
	}
	
#footer a {
	color:#fff;
	}
	
#footer p.footleft {
	float:left;
	width:auto;
	padding-left:5px;
	}
	
#footer p.footright {
	float:right;
	width:auto;
	padding-right:5px;
	}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	}

img.center {
	margin:0 auto;
	text-align:center;
	display:block;
	}
	
.jsvalidation{
	float:left;
	clear:both;
	width:250px;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: #fff;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
	padding:0 10px 5px 10px;
}
