/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #000;
	background: url(../images/background.gif) repeat-x top;
	background-color: #36455a;
}

ol, ul {
	list-style: none;
}

#container {
	margin: auto;
	width: 822px;
}

#clear { clear: both; }

/*********** DEFAULT CLASSES *************/
h1 {
	color: #36455A;
	font: bold 1.2em/1.4 Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 b {
	color: #000;
}

h2 {
	color: #2B2B2B;
	font: bold 1em/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3 {
	color: #2B2B2B;
	font: bold 1em/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p {
	color: #2B2B2B;
	font: normal 0.8em/1.4 Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
}

ul {
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
}

li {
	color: #2B2B2B;
	font: normal 0.8em/1.4 Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding: 0 0 0 0;
	*padding: 0 0 0 5px;
}

img {
	border: none;
}

a {
	color: #C7953C;
	text-decoration: underline;
}

a:visited {
	color: #775A20;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
	color: #000000;
}

/**************** HEADER *****************/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 197px;
	width: 822px;
}

#header .thank_you {
	background: url(../images/header_ty.jpg) no-repeat;
	height: 197px;
	width: 822px;
}

#logo {
	padding: 32px 0 0 35px;
}

/************* NAVIGATION ***************/
#navigation {
	background: url(../images/nav.gif) no-repeat;
	height: 68px;
	margin: 0px 0px 0px 0px;
	width: 822px;
}

#navigation .thank_you {
	background: url(../images/nav_ty.gif) no-repeat;
	height: 68px;
	margin: 0px 0px 0px 0px;
	width: 822px;
}

#menu {
}

#navigation #statement {
	width: 341px;
	float: left;
}

#navigation #statement p {
	padding: 2px 45px 0 85px;
	font-size: 11px;
}

#navigation #statement p span {
	font-weight: bold;
	color: #36455A;
}

#navigation .thank_you #statement {
	display: none;
}

#navigation .thank_you #statement p span {
	display: none;
}

#navigation .thank_you #statement p {
	display: none;
}

#menu #links {
	height: 68px;
	margin: 0 0 0 0;
	float: left;
	width: 470px;
	line-height: 45px;
	text-align: center;	
}

#menu ul {
	margin: 0 0 0 6px;
	padding: 4px 0 0 0;
}

#menu li {
	display: inline;
	line-height: 38px;
	list-style-position: inside;
	margin: 0 -4px 0 0;
	padding: 0 0 0 0;
}

#menu a {
	border-right: 1px solid #FFF;
	color: #FFF;
	font: bold 13px/1.4 Arial, Helvetica, sans-serif;
	padding: 12px 12px 10px 12px;
	text-decoration: none;
}

#menu a.last_child {
	border-right: none;
}

#menu a:hover {
	background-color: #D8A552;
}

/************** MAIN ***************/
#main {
	background: url(../images/content_back.gif) repeat-y;
	height: auto;
	width: 822px;
}

#main_footer {
	background: url(../images/foot.gif) no-repeat;
	height: 41px;
	width: 822px;
	float: left;
}

/******************** CONTENT *******************/
#content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 20px;
	width: 420px;
}

#content .thank_you {
	width: 720px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 20px;
	_padding: 0 0 35px 0;
}

#content ul {
	padding: 0 0 1em 0;
}

li {
	list-style-image: url(../images/bullet.gif);
}

#title_underline {
	background: url(../images/underline.gif) no-repeat;
	height: 5px;
	width: 407px;
}

/************************ FORM ************************/
#form {
	background: url(../images/form_bg.jpg) repeat-x;
	float: left;
	height: auto;
	margin: 0 0 0 21px;
	_margin: 0 0 0 10px;
	_padding: 0 0 0 1px;
	width: 330px;
}

#form_content {
	background: url(../images/form_body.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 330px;
}

#form_content p {
	color: #251907;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 25px 3px 13px;
	text-align: center;
}

#form_underline {
	background: url(../images/form_underline.gif) no-repeat;
	height: 3px;
	margin: 0px 0px 0px 22px;
	width: 255px;
}

#form_footer {
	background: url(../images/form_foot.gif) no-repeat;
	height: 41px;
	width: 330px;
}

#step1 {
		
}

#step2 {
	margin: 25px 0 0 0;
}

/************ FORM STYLES ************/
label {
	color: #344056;
	clear: both;
	display: block;
	float: left;
	font: bold 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 5px;
	_margin: 3px 5px 0 2px;
	padding: 0 0 10px 0;
	text-align: right;
	width: 135px;
}

label.stack {
	clear: both;
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 30px;
	text-align: left;
	width: 250px;
}

label.error { 
	color: #ED1B2E;
	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: 295px;
}

span {
	color: #1B3A68;
}

#form br {
	clear: left;
}

#form p {
	color: #484540;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	padding: 10px 2px 0 2px;
	text-align: center;
}

input,select,textarea {
	float: left;
	margin-bottom: 5px;
}

input {
	width: 150px;
}

input:focus, input.sffocus { 
	border: 2px solid #2683CF; 
}

select {
	position: inherit;
	width: 155px;
}

select.stack {
	margin: 0 0 5px 40px;
	width: 250px;
}

.button {
	margin: 50px 0 0 42px;
	padding: 20px 0 0 0\9;
}

.submit {
	margin: 15px 0 0 73px;	
}

.last {
	margin: 20px 0 0 42px;
}

.button input:focus,.button input.sffocus {
	border: none;
}

.button input {
	width: auto;
}

.plain {
	display: inline;
	font-weight: normal;
	width: auto;
}

.plain input {
	margin: 0px 5px 0 5px;
	*margin: -3px 5px 0 5px;
	width: auto;
}

/************ AMOUNT COMPLETED ************/
#step {
	background: url(../images/amount_bg.gif) repeat-x;
	border: solid 1px #000;
	height: 10px;
	_height: 0;
	margin: 0 0 0 42px;
	padding: 0 0 0 0;
	width: 245px;
}

#amount {
	background: #F26521;
	height: 10px;
	_margin: -7px 0 0 0;
	width: 0;
}

#form .step_text p {
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 42px 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

/*********************** FOOTER ************************/
#footer {
	background-color: #36455A;
	color: #333;
	margin: auto;
	height: auto;
	text-align: center;
	width: 811px;
}

#footer ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#footer li {
	border-right: 1px solid #000;
	display: inline;
	padding: 0px 10px 0px 5px;
	*padding: 0px 7px 0px 12px;
}

#footer p { padding: 5px 0px 10px 0px; }
#footer .last_child { border-right: none; }
#footer a { color: #C7953C; }
#footer a:hover { color: #FFF; }
