@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 {
	
}

body {
	background:url(../images/body_bg.gif) repeat-x;
	background-color: #464646;
	margin: auto;
	width: 806px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	background: url(../images/title_underline.gif) no-repeat bottom left;
	color: #1c1c1c;
	font: normal 1.7em/1 Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 0 0.1em 0;
	text-transform: uppercase;
}

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;
}

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: 176px;
	width: 808px;
	
}

.thank_you#banner {
	background: url(../images/banner-ty.jpg) no-repeat;
}

#logo  {
	padding: 0 0 0 0;
}

#logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 176px;
	width: 349px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.gif) no-repeat;
	height: 75px;
	width: 808px;
}

.thank_you#navigation {
	background: url(../images/nav_bg-ty.png) no-repeat;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 26px 0 0 8px;
}

ul.menu li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.menu a {
	color: #FFF;
	text-align:center;
	width: 96px;
	background:url(../images/nav.gif) no-repeat;
	display: block;
	float: left;
	font: bold 14px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 32px;
	margin: 0 0 0 0;
	padding-left:1px;
	text-decoration: none;
}

ul.menu a.active {
	background:url(../images/nav_active.gif) no-repeat;
	width:97px;
}

ul.menu a:hover {
	background:url(../images/nav_active.gif) no-repeat;
	color: #FFF;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.png) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 808px;
}

* html #main {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main_bg.png', sizingMethod='scale');
}

#programs p{
	font-size:12px;
	padding: 0 0 10px 20px;
}

#programs ul a {
	color: #22477F;
	text-decoration:underline;
}

#programs ul a:hover {
	color:#DE3535;
	text-decoration:none;
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 30px 0 0;
	width: 400px;
}

.thank_you#content {
	width: 700px;
}

/************ FORM ************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 303px;
}

#form_header {
	background: url(../images/form_header-phonenum.gif) no-repeat bottom left;
	height: 81px;
	width: 344px;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	padding: 15px 0 0 0;
	width: 344px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 38px;
	width: 344px;
}

/************ FORM STYLES ************/
label {
	color: #000;
	display: block;
	float: left;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 0 17px 25px;
	text-align: right;
	width: 100px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 45px;
	text-align: left;
	width: 340px;
}

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: 295px;
}

#form span {
	color: #ff0000;
	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;
	width: 165px;
}

select.stack {
	margin: 0 0 5px 45px;
	width: 255px;
}

.button {
	margin-left: 60px;
}

.next {
	margin: 15px 0 0 35px;	
}

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: 26px 0 1em 0;
	text-align: center;
	width: 808px;
}

#footer p {
	color: #FFF;
	font: normal 11px/20px Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
}

#footer a {
	border-right: 1px solid #FFF;
	color: #FFF;
	padding: 0 10px 0 10px;
}

#footer a.last_child {
	border: none;	
}