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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,
html {
	min-width:998px;
	height:100%;
}
body{
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#14315c url(../images/bg-page.gif) repeat-x;
}
img{border-style:none;}
a{text-decoration:none; color:#1d4a8a;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
img.alignleft {
	float: left;
	margin: 3px 15px 10px 0px;
}
img.alignright {
	float: right;
	margin: 3px 0px 10px 15px;
}
/* Page Layout Styles */
#wrapper {
	width:100%;
	overflow:hidden;
	min-height:100%;
	position:relative;
	background:url(../images/bg-wrapper.gif) repeat-y 50% 0;
}
.wrapper-holder {
	width:100%;
	overflow:hidden;
	position:relative;
}
.wrapper-frame{
	margin:0 auto;
	width:920px;
	padding:10px 19px 0 20px;
	position: relative;
}
.wrapper-frame:after {
	content:'';
	display:block;
	clear:both;
}
.text-trust {
	display: block;
	width:56px;
	height:336px;
	background:url(../images/text-trust.png) no-repeat;
	position:absolute;
	right:-55px;
	bottom:162px;
	text-indent:-9999px;
	overflow:hidden;
}
.tom-link {
	display: block;
	width:74px;
	height:114px;
	background:url(../images/tom-link.png?r=2) no-repeat;
	position:absolute;
	right:-55px;
	bottom:43px;
	text-indent:-9999px;
	overflow:hidden;
}
/* End Page Layout Styles */

/* Header Area Styles */
#header {
	width:905px;
	height: 140px;
	padding:10px 7px 0 8px;
	background:#1d4a8a url(../images/bg-header.gif) no-repeat;
	position: relative;
}
body.form #header {
	height: 80px;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
.logo{
	width:412px;
	height:62px;
	background:url(../images/logo.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
.logo a {
	display:block;
	height:100%;
}
#header-button, #header-button:hover {
	display: block;
	text-decoration: none;
	width: 418px;
	height: 130px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: -9999px;
	background: transparent url(../images/header-btn.png) top left no-repeat;
}
#support-button {
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	left: 10px;
	color: #fff;
	background: #628fbb;
	border: 0px none;
	border-radius: 5px;
	font-size: 18px;
	padding: 8px 20px;
}
#support-button:hover {
	background: #44719e;	
}
/* End Header Styles */


/* Content Area Styles */
#main {
	width:920px;
	padding:0;
	margin: 0;
	background:#fff;
	position:relative;
	min-height: 825px;
	overflow: hidden;
}
#main:after {
	content:'';
	display:block;
	clear:both;
}
#form.fullwidth {
	float: left;
	width: 860px;
	padding: 30px;
}
div.half {
	width: 45%;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
}
p.btn_desc {
	text-align: center;
	padding: 10px 35px;
	font-size: 14px;
}
a.big_btn {
	display: block;
	width: 300px;
	height: 25px;
	color: #fff;
	font: bold 24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 20px auto;
	padding: 25px 15px;
	background: transparent url(../images/blank-btn.gif?r=2) top left no-repeat;
	text-align: center;
}
a.big_btn:hover {
	color: #fff;
	text-decoration: none;
}

#slideshow-nav {
	display: block;
	position: absolute;
	top: 130px;
	left: 40px;
	width: 255px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100000;
	border: 1px solid #333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/css/PIE.htc);
	background: #fff;
}
#slideshow-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #385c90;
	background: transparent;
}
#slideshow-nav li.last {
	border-bottom: 0px none;
}
#slideshow-nav li a {
	display: block;
	width: 180px;
	height: 70px;
	padding: 20px 10px 10px 65px;
	margin: 0;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #15396b;
	text-decoration: none;;
	background: transparent url(../images/nav-one.gif?r=3) top left no-repeat;
	cursor: pointer;
	position: relative;
	border: 0px none;
}
#slideshow-nav li a:hover, #slideshow-nav li a.active {
	background-color: #618fba;
	background-position: bottom left;
	color: #fff;
}
#slideshow-nav li.first {
	position: relative;
	-moz-border-radius-topleft: 12px;
  	-moz-border-radius-topright: 12px;
  	-webkit-border-top-right-radius: 12px;
  	-webkit-border-top-left-radius: 12px;
  	-khtml-border-top-right-radius: 12px;
  	-khtml-border-top-left-radius: 12px;
  	border-top-right-radius: 12px;
  	border-top-left-radius: 12px;
  	border-radius: 12px 12px 0px 0px;
  	behavior: url(/css/PIE.htc);
}
#slideshow-nav li a.one, #slideshow-nav li a.one:hover, #slideshow-nav li a.one.active {
	position: relative;
	-moz-border-radius-topleft: 12px;
  	-moz-border-radius-topright: 12px;
  	-webkit-border-top-right-radius: 12px;
  	-webkit-border-top-left-radius: 12px;
  	-khtml-border-top-right-radius: 12px;
  	-khtml-border-top-left-radius: 12px;
  	border-radius: 12px 12px 0px 0px;
  	behavior: url(/css/PIE.htc);
}
#slideshow-nav li a.two {
	background-image: url(../images/nav-two.gif);
	padding: 30px 10px 0px 65px; 
}
#slideshow-nav li a.three {
	background-image: url(../images/nav-three.gif);
}
#slideshow-nav li a.four {
	background-image: url(../images/nav-four.gif);
}
#slideshow-nav li a.five {
	background-image: url(../images/nav-five.gif);
	padding: 40px 10px 0px 65px; 
	height: 60px;
}
#slideshow-nav li a.six {
	background-image: url(../images/nav-six.gif);
	padding: 40px 10px 0px 65px; 
	height: 60px;
}
#slideshow-nav li a.seven {
	background-image: url(../images/nav-seven.gif);
	padding: 30px 10px 0px 65px; 
}
#slideshow-nav li a.eight, #slideshow-nav li a.eight:hover, #slideshow-nav li a.eight.active {
	background-image: url(../images/nav-eight.gif);
	padding: 30px 10px 0px 65px; 
	position: relative;
	-moz-border-radius-bottomleft: 12px;
  	-moz-border-radius-bottomright: 12px;
  	-webkit-border-bottom-right-radius: 12px;
  	-webkit-border-bottom-left-radius: 12px;
  	-khtml-border-bottom-right-radius: 12px;
  	-khtml-border-bottom-left-radius: 12px;
  	border-bottom-right-radius: 12px;
  	border-bottom-left-radius: 12px;
  	border-radius: 0px 0px 12px 12px;
  	behavior: url(/css/PIE.htc);
}
#slideshow-nav li.last {
	position: relative;
	-moz-border-radius-bottomleft: 12px;
  	-moz-border-radius-bottomright: 12px;
  	-webkit-border-bottom-right-radius: 12px;
  	-webkit-border-bottom-left-radius: 12px;
  	-khtml-border-bottom-right-radius: 12px;
  	-khtml-border-bottom-left-radius: 12px;
  	border-bottom-right-radius: 12px;
  	border-bottom-left-radius: 12px;
  	border-radius: 0px 0px 12px 12px;
  	behavior: url(/css/PIE.htc);
}

#slider {
	width: auto;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	z-index: 100;
	float: left;
}

#slider .screen {
	width: 605px;
	margin: 0;
	padding: 0 20px 30px 295px;
	height: auto;
	background: #fff url(../images/h1-bg.gif) top left repeat-x;
	z-index: 100;
	float: left;
}

.screen h1 {
	color: #fff;
	background: #628fbb url(../images/nav-one.gif) bottom left no-repeat;
	height: 80px;
	padding: 20px 15px 0px 70px;
	margin: 0;
	font: bold 26px Arial, Helvetica, sans-serif;
}
.screen h1.two {
	background-image: url(../images/nav-two.gif);
	padding-top: 35px;
	height: 65px;
}
.screen h1.three {
	background-image: url(../images/nav-three.gif);
}
.screen h1.four {
	background-image: url(../images/nav-four.gif);
}
.screen h1.five {
	background-image: url(../images/nav-five.gif);
	padding-top: 35px;
	height: 65px;
}
.screen h1.six {
	background-image: url(../images/nav-six.gif);
	padding-top: 35px;
	height: 65px;
}
.screen h1.seven {
	background-image: url(../images/nav-seven.gif);
	padding-top: 35px;
	height: 65px;
}
.screen h1.eight {
	background-image: url(../images/nav-eight.gif);
	padding-top: 35px;
	height: 65px;
}
.screen p, #form p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 3px 0 10px 0;
	line-height: 1.6;
}
.screen h2, .screen h3, .screen h4, .screen h5, .screen h6, #form h2 {
	font-size: 16px;
	color: #00529b;
	padding: 25px 0 0;
	margin: 0;
	font-weight: bold;
}
#form h2 {
	padding-top: 0;
	font-size: 24px;
}
.screen ul, .screen ol {
	padding: 3px 0 10px 0;
	margin: 0 0 0 24px;
	line-height: 1.4;
	font-size: 14px;
	list-style: disc;
	color: #333;
}
.screen ol {
	list-style-type: decimal;
	margin-left: 29px;
}
.screen p + ul, .screen p + ol {
	margin-top: -6px;
}
.screen ul li, .screen ol li {
	padding: 2px 0;
	margin: 0;
}
.screen p strong, .screen li strong, #form p strong {
	background: #c8e2fc;
}
.screen p a, #form p a {
	font-weight: bold;
}
.screen p a.hidden {
	display: none;
}
.screen .group {
	margin: 20px 0 30px;
	clear: both;
	width: 100%;
}
.screen .group.left {
	float: left;
}
.screen .group.right {
	float: right;
}
.bottom-button, .bottom-buttton:hover {
	display: block;
	text-decoration: none;
	width: 481px;
	height: 116px;
	text-indent: -9999px;
	margin: 20px 80px 20px 50px;
	padding: 0;
	background: transparent url(../images/bottom-btn.gif) top left no-repeat;	
	clear: both;
}
/* End Content Styles */


/* Form Styles */
#form {
	padding: 30px;
	text-align: left;
	float: left;
}
form {
	margin-top: 25px;
	float: left;
}
form h6 {
	float: left;
	width: 850px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #00529B;
}
form h6 label {
	float: left;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #00529B;
	width: 280px;
}
form h6 textarea {
	width: 500px;
}
form h6 input.email {
	width: 300px;
}
form input#submit {
	padding: 10px 25px;
	background: #628fbb;
	color: #fff;
	border: 0px none;
	margin: 20px 5px 0 280px;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
input#submit:hover {
	background: #1D4A8A;
}
form h6 div.radio, form h6 div.checkbox {
	display: block;
	position: relative;
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 24px;
}
/* End Form Styles */


/* Footer Area Styles */
#footer {
	width:100%;
	overflow:hidden;
	padding:11px 0 15px;
}
.footer-nav {
	margin:0 0 0 -3px;
	float:left;
}
.footer-nav li {
	float:left;
	padding:0 3px 0 5px;
	background:url(../images/divider-footer.gif) no-repeat 0 3px;
}
.footer-nav a {
	color:#1d4a8a;
	font-weight:bold;
}
.copyright {
	float:right;
	color:#1d4a8a;
	font-weight:bold;
}
/* End Footer Styles */