@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: url(../images/body_bg.jpg) repeat-x;
	background-color: #FFF;
	color: #000;
	line-height: 1;
	font: normal 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	margin: auto;
	width: 841px;
}

.clear { clear: both; }

/************ DEFAULT CLASSES ************/
h1 {
	color: #000;
	font: bold 1.8em/1 Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	font: bold 1.0em/1.0em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 0.5em 0;
}

h3 {
	color: #000;
	font: normal 1.0em/1.0em Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding: 0 0 0.2em 0;
}

p {
	color: #1b1b1b;
	padding: 0.5em 0 0.5em 0;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover {
	color: #005BB7;
	text-decoration: none;
}

ul,ol {
	color: #1b1b1b;
	margin: 0 0 0 0.5em;
	padding: 0 0 1.0em 0;
}

li {
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 0.1em 0.5em;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

/************ BANNER ************/
#banner {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 94px;
	width: 841px;
}

#banner_thank_you {
	background: url(../images/header_bg_ty.jpg) no-repeat;
	height: 94px;
	width: 841px;
}

#logo {
	width:125px;
	height:85px;
	background: url(../images/clear.gif);
}

#logo span {display:none;}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 42px;
	width: 841px;
}

.thank_you#navigation {
	background: url(../images/menu_bg_ty.jpg) no-repeat;
}

#navigation ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 6px;
}

#navigation ul li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation ul a {
	border-right: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	font: normal 14px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 42px;
	margin: 0 0 0 0;
	padding: 0 16px 0 16px;
	text-decoration: none;
}

#navigation ul a.active {
	background-color: #fff799;
	color: #000;
}

#navigation ul a:hover {
	background-color: #fff799;
	color: #000;
}



/************ MAIN ************/
#main {
	background:url(../images/content_bg.png) repeat-y;
	height: auto;
	_margin: -20px 0 0 0;
	padding:0;
	width: 841px;
}

/************ CONTENT ************/
#content {
	float: left;
	margin: 0 auto;
	_margin: 0 auto;
	padding: 0;
	width: 468px;
}

#content.thank_you {
	float: left;
	margin: 0 auto;
	_margin: 0 auto;
	padding: 1.0em 0 0 1.0em;
	width: 700px;
	height:400px;
}

#feature {
	height:270px;
	width:468px;
	background:url(../images/feature_image.jpg) top left no-repeat;
	float:left;
}

#feature span {display:none;}

#content_container {
	width:420px;
	padding: 0px;
	margin: 5px 10px 10px 13px;
	float: left;
}

html>body #content_container {
	width:420px;
	padding-left: 0.8em;
	margin: 5px 20px 10px 13px;
}

.programs_select ul,ol {
	color: #1b1b1b;
	font: normal 1.0em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

.programs_select li {
	list-style-position:inside;
	list-style-image:url(../images/bullet.gif);
	line-height:1.5em;
	padding: 0 0 0.8em 0;
	vertical-align: 0;
}

.programs_select p {
	font: normal 1.0em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}

.program_name {
	font: bold 1.0em/1.5em Tahoma, Arial, Helvetica, sans-serif;
}

.image_float_left {
	float:left;
	margin:5px 10px 0 0;
	border:none;
}


/************ FORM ************/
#form {
	float: left;
	margin: 0 auto;
	width: 373px;
}

#form_header {
	background: url(../images/form_top.png) no-repeat;
	width: 373px;
	height:107px;
	margin:0 auto;
	padding:0;
}

#form_content {
	background: url(../images/form_bg.png) repeat-y;
	width: 373px;
	margin:0 auto;
	padding:0;
}

#form_footer {
	background: url(../images/form_footer.png) no-repeat;
	float: left;
	margin: 0 auto;
	width: 373px;
	height: 33px;
}
	



/************ FORM STYLES ************/
label {
	color: #000;
	display: block;
	float: left;
	font: bold 14px/1.2 Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 20px;
	_margin: 3px 5px 0 13px;
	padding: 0 0 12px 0;
	text-align: right;
	width: 110px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 30px;
	text-align: left;
	width: 300px;
}

label.small {
	font-size: 13px;	
}

label.error {
	color: #000;
	float: left;
	font: bold 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 284px;
}

span {
	color: #E7BD88;
	font-size: 12px;
}

#form br {
	clear: left;
}

input {
	float: left;
	margin-bottom: 10px;
}

input {
	width: 160px;
}

input:focus, input.sffocus { 
	border: 2px solid #E28E46; 
}

select {
	position: inherit;
	}

select.stack {
	margin: 0 0 8px 30px;
	width: 270px;
}


textarea {
	margin: 0 0 5px 30px;
}

.button {
	margin: 15px 0 0 -5px;
	*padding: 15px 0 0 -5px;
}

.button input:focus,.button input.sffocus { 
	border: none; 
}

.button input {
	width: 331px;
}


/************ FOOTER ************/
#footer {
	margin-left:5px;
	padding: 0 0 1em 0;
	background: url(../images/footer_bg.jpg) repeat-x;
	width:818px;
	height:33px;
}

#footer ul {
	margin: auto;
	padding: 0.1em 0 0.1em 0;
	text-align: center;
}

#footer li {
	background: none;
	border-right: 1px solid #999;
	display: inline;
	color: #000;
	list-style-image: none;
	list-style-type: none;
	padding: 0 15px 0 10px;
	padding: 0 10px 0 15px \9;
}

#footer li.last_child {
	border-right: none;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer p {
	color: #000;
	font: normal 0.8em/0.8em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	*padding: 0 0 3px 0;
	text-align: center;
}