@charset "utf-8";
/* CSS Document */

/*********************************
TABLE OF CONTENTS
**********************************
1. Reset
2. Default Classes
3. Banner
4. Navigation
5. Main
6. Content
7. Form
8. Form Styles
9. Footer
*********************************/

/************ 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-family: inherit;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	background: url(../images/body_bar_bg.gif) repeat-x;
	background-color: #636d71;
}

body {
	margin: auto;
	width: 838px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	background: url(../images/title_underline.gif) no-repeat bottom left;
	color: #015393;
	font: bold 1.7em/1 Arial, Trebuchet MS, Helvetica, sans-serif;
	padding: 0 0 0.1em 0;
	text-transform: none;
}

h2 {
	color: #1b1b1b;
	font: bold 1em/1.4em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

h3 {
	color: #000;
	font: bold 0.9em/1em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

p {
	color: #262626;
	font: normal 0.8em/1.5em Verdana, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

p.indent {
	margin: 0 0 0 20px;
	padding: 0 15px 0 0;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

ul,ol {
	color: #262626;
	margin: 0 0 0 25px;
	padding: 1em 0 0 0;
}

li {
	background: url(../images/bullet.gif) no-repeat 0% 4px;
	font: normal 0.8em/1.5em Verdana, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 20px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

.image_float {
	float: right;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 189px;
	width: 838px;
}

.thank_you#banner {
	background: url(../images/banner_ty.jpg) no-repeat;
}

#logo  {
	padding: 60px 0 0 50px;
}

#logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 61px;
	width: 329px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav.gif) no-repeat;
	height: 47px;
	width: 838px;
}

.thank_you#navigation {
	background: url(../images/nav_ty.gif) no-repeat;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
}

ul.menu li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.menu a {
	border-right: none;
	color: #FFF;
	display: block;
	float: left;
	font: bold 14px/14px Arial, Trebuchet MS, Helvetica, sans-serif;
	line-height: 36px;
	margin-top: 5px;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
}

ul.menu a.nav1 {
	margin-left: 16px;
	_margin-left: 8px;
	width: 103px;	
}

ul.menu a.nav2 {
	width: 109px;	
}

ul.menu a.nav3 {
	width: 117px;	
}

ul.menu a.nav4 {
	width: 90px;	
}

ul.menu a.nav2, ul.menu a.nav3, ul.menu a.nav4 {
	margin-left: 2px;
}

ul.menu a.active {
	background-color: #003c69;
}

ul.menu a:hover {
	background-color: #4f97cd;
	color: #FFF;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 838px;
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	width: 405px;
}

.thank_you#content {
	width: 700px;
}

#content_top {
	background: url(../images/main_top.gif) no-repeat;
	float: left;
	height: 85px;
	margin: -10px 0 10px -21px;
	width: 445px;
}

/************ FORM ************/
#form {
	float: right;
	height: auto;
	margin: 0 -7px 0 0;
	width: 381px;
}

#form_header {
	background: url(../images/form_header.gif) no-repeat;
	height: 85px;
	width: 355px;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	margin: 0 0 0 4px;
	padding: 10px 0 0 0;
	width: 347px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 37px;
	margin: 0 0 0 4px;
	width: 347px;
}

#step2 {
	padding: 10px 0 0 5px;	
}

/************ 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 0;
	text-align: right;
	width: 125px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 35px;
	text-align: left;
	width: 300px;
}

label.error {
	color: #FFDC14;
	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: 300px;
}

#form span {
	color: #000;
	font-size: 14px;
}

#form br {
	clear: left;
}

input,select,textarea {
	float: left;
	margin-bottom: 10px;
}

input {
	width: 160px;
}

input:focus, input.sffocus { 
	border: 2px solid #FFDC14; 
}

select {
	position: inherit;
	width: 165px;
}

select.stack {
	margin: 0 0 5px 35px;
	width: 274px;
}

.button {
	margin: 0 0 0 38px;
	padding: 5px 0 10px 0;
}

input:focus.button,input.sffocus.button { 
	border: none;
}

input.button {
	float: none;
	width: auto;
}

.radio {
	float: none;
	display: inline;
	font-weight: normal;
	margin: 0 12px 0 0;
	padding: 0 0 0 0;
}

.radio input {
	float: none;
	margin: 0 0 0 0;
	width: auto;
}

/************ FOOTER ************/
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: auto;
	padding: 10px 0 1em 0;
	text-align: center;
	width: 838px;
}

#footer p {
	color: #c2cacd;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	*margin-top: 30px;
	padding: 5px 0 0 0;
}

#footer a {
	border-right: 1px solid #FFF;
	color: #c2cacd;
	padding: 0 10px 0 10px;
}

#footer a.last_child {
	border: none;	
}