@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_bg.gif) repeat-x;
	background-color: #720000;
}

body {
	margin: auto;
	width: 800px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	background: url(../images/title_underline.gif) no-repeat bottom left;
	color: #074a84;
	font: bold 1.7em/1 Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0.1em 0;
	font-variant: small-caps;
}

h2 {
	color: #323131;
	font: bold 1em/1.4em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

h3 {
	color: #074a84;
	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;
}

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% 6px;
	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;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 200px;
	width: 800px;
}

.thank_you#banner {
	background: url(../images/banner-ty.jpg) no-repeat;
}

#logo  {
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
}

#logo a {
	display: block;
	height: 70px;
	width: 350px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.gif) no-repeat;
	height: 48px;
	width: 800px;
}

.thank_you#navigation {
	background: url(../images/nav_bg-ty.gif) no-repeat;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 0 22px;
	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: 1px solid #720000;
	color: #720000;
	display: block;
	float: left;
	font: bold 14px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 39px;
	margin: 0 0 0 0;
	padding: 0 16px 0 16px;
	text-decoration: none;
}

ul.menu a.active {
	background-color: #ADAF78;
	color: #3F3F3F;
}

ul.menu a:hover {
	background-color: #ADAF78;
	color: #3F3F3F;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 800px;
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 0 0 0 39px;
	padding: 0 40px 0 0;
	width: 400px;
}

.thank_you#content {
	width: 400px;
}

/************ FORM ************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 296px;
}

#form_header {
	background: url(../images/form_header.gif) no-repeat bottom left;
	height: 30px;
	width: 296px;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 0 0;
	width: 296px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 69px;
	width: 296px;
}

#step2 {
	padding: 15px 5px 0 0;	
}

/************ FORM STYLES ************/
label {
	color: #074a84;
	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: 100px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 15px;
	text-align: left;
	width: 300px;
}

label.error {
	color: #DF000E;
	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: 280px;
}

#form span {
	color: #ff0000;
	font-size: 14px;
}

#form br {
	clear: left;
}

input,select,textarea {
	float: left;
	margin-bottom: 5px;
}

input {
	width: 140px;
}

input:focus, input.sffocus { 
	border: 2px solid #DF000E; 
}

select {
	position: inherit;
	width: 145px;
}

select.stack {
	margin: 0 0 5px 15px;
	width: 262px;
}

select.IE6fix {
	_position: absolute;	
}

.button {
	margin: 15px 0 0 21px;
}

input:focus.button,input.sffocus.button { 
	border: none;
}

input.button {
	float: none;
	width: auto;
}

/************ FOOTER ************/
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: auto;
	padding: 6px 0 1em 0;
	text-align: center;
	width: 800px;
}

#footer p {
	color: #FFF;
	font: normal 11px/20px Verdana, Helvetica, sans-serif;
	padding: 35px 0 0 0;
}

#footer a {
	border-right: 1px solid #FFF;
	color: #FFF;
	padding: 0 10px 0 10px;
}

#footer a.last_child {
	border: none;	
}
