@charset "utf-8";
/* CSS Document */

/************ 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #8398b1;
}

#container {
	margin: auto;
	width: 832px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	background: url(../images/title_underline.gif) no-repeat 0% 23px;
	color: #032f6c;
	font: normal 28px/28px Georgia, Arial, Helvetica, sans-serif;
	padding: 0 0 0.5em 0;
}

h2 {
	color: #ae0413;
	font: italic normal 1.1em/1.3em Georgia, Arial, Helvetica, sans-serif;
	padding: 0 0 1em 0;
}

h3 {
	color: #ae0413;
	font: bold 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 1em 0;
}

p {
	color: #1b1b1b;
	font: normal 0.8em/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 0 1em 0;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

ul,ol {
	color: #1b1b1b;
	margin: 0 0 0 25px;
	padding: 0 0 1em 0;
}

li {
	background: url(../images/bullet.gif) no-repeat 0% 5px;
	font: normal 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0.1em 25px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 197px;
	width: 832px;
}

.thank_you#banner {
	background: url(../images/banner-ty.jpg) no-repeat;
}

.logo img {
	padding: 70px 0 0 40px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.gif) no-repeat;
	height: 64px;
	width: 832px;
}

.thank_you#navigation {
	background: url(../images/nav_bg-ty.gif) no-repeat;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px 0 0 20px;
	*padding: 10px 0 0 20px;
}

ul.menu li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.menu a {
	border-right: 1px solid #FFF;
	color: #FFF;
	font: bold 13px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 38px;
	margin: 0 0 0 -4px;
	*margin: 0 0 0 -3px;
	padding: 8px 12px 8px 12px;
	text-decoration: none;
}

ul.menu a:hover {
	background-color: #BDC8AB;
	color: #FFF;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 10px 0;
	width: 832px;
}

#main_footer {
	background: url(../images/footer.gif) no-repeat;
	height: 29px;
	width: 832px;
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	padding: 1em 16px 0 0;
	width: 392px;
}

.thank_you#content {
	width: 700px;
}

.descriptions h2 {
	color: #032F6C;
	font: normal 1.1em/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0.5em 0 0.5em 0;
	text-decoration: underline;
}

.descriptions h2:hover {
	color: #366BAF;
	text-decoration: none;
}

.descriptions h3 {
	*font-size: 1.2em;
	padding: 0.5em 0 0.5em 45px;
	*padding: 0.5em 0 0.5em 0;
}

.descriptions li {
	margin: 0 0 0.1em 20px;
}

.descriptions p {
	*font-size: 1em;
	padding: 0 0 0.5em 45px;
	*padding: 0 0 0.5em 0;
}

/************ FORM ************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 353px;
}

#form_header {
	background: url(../images/form_header_phone.gif) no-repeat;
	height: 88px;
	width: 353px;
}

.banner#form_header {
	background: url(../images/form_header_phone_banner.gif) no-repeat;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	width: 353px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 37px;
	width: 353px;
}

#step1 {
	padding: 0 0 30px 0;
}

#step2 {
	
}

/************ FORM STYLES ************/
label {
	color: #fff;
	display: block;
	float: left;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 0 10px 30px;
	text-align: right;
	width: 120px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 30px;
	text-align: left;
	width: 300px;
}

label.error {
	color: #fff600;
	float: left;
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 315px;
}

span {
	color: #fff600;
	font-size: 14px;
}

#form br {
	clear: left;
}

input,select,textarea {
	float: left;
	margin-bottom: 5px;
}

input {
	width: 160px;
}

input:focus, input.sffocus { 
	border: 2px solid #DF000E; 
}

select {
	position: inherit;
	_position: absolute;
	width: 165px;
}

select.stack {
	margin: 0 0 5px 35px;
	width: 274px;
}

.IE6fix {
	_position: absolute;
}

.button {
	padding: 15px 0 0 37px;
}

.button input:focus,.button input.sffocus { 
	border: none;
}

.button input {
	width: auto;
}

/************ FOOTER ************/
#footer {
	height: auto;
	padding: 0 0 1em 0;
	text-align: center;
	width: 832px;
}

ul.links  {
	margin: 0 auto;
	padding: 0 180px 3px 180px;
}

.links li {
	background: none;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.links a {
	border-right: 1px solid #fff;
	color: #FFF;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 6px;
	text-decoration: underline;
}

.links a.last_child  {
	border-right: none;
}

.links a:hover {
	color: #FFDFE0;
	text-decoration: none;
}

#footer p {
	color: #FFF;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	line-height: 25px;
}