/*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:#fff; }	
a:hover {color:#333;}
	
h1 {font-size:280%;}
h2 {font-size:175%;}
h3 {font-size:130%;}

em {
	font-style:oblique;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#536BB1 url(../images/bg2.jpg) repeat-x;
	color:#fff;
	font:14px arial, sans-serif;
	line-height:1.3;
	padding-top:15px;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:1000px;
	}	
	
#header {
	width:980px;
	height:375px;
	background:url(../images/banner2.jpg) no-repeat;
        background-position: 0 75px;
	}
	
#header h1 {
	font-size:12px;
	color:#b2c7dc;
	float:left;
	width:500px;
	line-height:14px;
	padding-top:25px;
	font-weight:bold;
	}
	
#header h1 a {
	color:#fff;
	font:30px 'arial narrow', arial, verdana, sans-serif;
	text-decoration:none;
	}
	
#header h1 img {
	float:left;
	margin-right:10px;
	vertical-align:bottom;
	margin-top:-25px;
	}
	
#header h2 {
	float:right;
	
	font-size:14px;
	color:#fff;
	line-height:14px;
	margin-left:15px;
	font-weight:bold;
	text-align: right;
	}
	
#header h2 strong {
	color:#fff;
	font:36px 'arial narrow', arial, verdana, sans-serif;;
	}

#main {
	color:#fff;
	font-size:24px;
	position:absolute;
	margin-top:180px;
	margin-left:90px;
	}
	
ul#nav {
	position:relative;
	width:1000px;
	text-align:center;
	margin:0 auto;
	}
	
ul#nav li {
	display:inline;
	background:url(../images/nav.gif) left 0 no-repeat;
	padding:3px 15px 7px 30px;
	margin:0 15px;
	}
	
ul#nav li a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	}
	
ul#nav li a:hover, ul.nav1 li a.one, ul.nav2 li a.two, ul.nav3 li a.three, ul.nav4 li a.four, ul.nav5 li a.five {
	color:#addfff!important;
	}
	
#left {
	float:left;
	width:605px;
	padding-left:55px;
	margin-top:45px;
	}
	
#left p, #left ul {
	margin-left:25px;
	}
	
#left ul li {
	list-style-type:disc;
	margin:2px 0 4px 15px;
	}
	
#left h1 {
	font:24px 'arial narrow', arial, verdana, sans-serif;
	}
	
#cta {
	float:left;
	width:603px;
	border-top:1px solid #6a7f99;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
#cta img {
	float:left;
	}
	
#cta p.cta {
	background:url(../images/ctabg2.gif) repeat-y;
	color:#fff;
	margin:0;
	font-size:17px;
	font-weight:bold;
	padding:10px 20px;
	width:564px;
	text-align:center;
	clear:both;
	}
	
#cta p.cta strong {
	font-size:24px;
	}
	
#right {
	float:left;
	border-left:1px solid #6a7f99;
	width:285px;
	padding-left:20px;
	margin-left:15px;
	margin-top:55px;
	margin-bottom:15px;
	}
	
#right img {
	float:left;
	}
	
#right h3.round, #right p.round, #right ul.round {
	background:url(../images/bg.gif) repeat-y;
	color:#fff;
	margin:0;
	padding:0 10px;
	font-weight:bold;
	font-size:14px;
	float:left;
	clear:both;
	width:207px;
	}
	
#right p.round, #right ul.round {
	font-size:12px;
	font-weight:normal;
	}
	
#right p.round strong {
	font-size:22px;
	}
	
#right ul.round strong {
	float:left;
	width:70px;
	}
	
#right ul.round em {
	float:left;
	width:100px;
	}
	
#right ul.round li {
	clear:both;
	float:left;
	width:207px;
	}
	
#right form {
	float:left;
	width:207px;
	padding:0 10px;
	background:url(../images/formbg.gif) repeat-y;
	color:#e7f5fd;
	}
	
#right form label {
	float:left;
	width:80px;
	font-weight:bold;
	margin-bottom:4px;
	}
	
#right form input, #right form textarea {
	float:left;
	width:120px;
	margin-bottom:4px;
	}
	
#right form input.submit {
	float:right;
	width:auto;
	height:auto;
	}
	
#footer {
	background:url(../images/footerbg2.gif) no-repeat;
	color:#fff;
	float:left;
	clear:both;
	width:1000px;
	text-align:center;
	font-size:11px;
	padding-top:50px;
	padding-bottom:10px;
	}

#footer p {
	margin:0;
	}
	
#footer ul {
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:center;
	}
	
#footer ul li {
	display:inline;
	margin:0 10px;
	}
	
#footer a {
	color:#fff;
	}
	
img.float-left {
	float:left;
	margin:15px 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	width:180px;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: #fff;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
	padding:0 10px 5px 10px;
}

