@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: #005c54;
}

body {
	font-size: 0.8em;
	margin: auto;
	width: 899px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	background: url(../images/title_underline.gif) no-repeat bottom left;
	color: #f9b807;
	font: bold 1.7em/1 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0 0 0.1em 0;
	text-transform: uppercase;
}

h2 {
	color: #01a193;
	font: normal 1.4em/1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 1em 0 0 0;
	text-transform: uppercase;
}

h3 {
	color: #01a193;
	font: normal 1.2em/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 1em 0 0 0;
	text-transform: uppercase;
}

p {
	color: #666;
	font: normal 1em/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 1em/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: #5d5d5d;
	font-weight: bold;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.png) no-repeat;
	height: 123px;
	position: inherit;
	width: 899px;
}

.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: 123px;
	width: 152px;
}

/************ SUB BANNER ************/
#sub_banner {
	background: url(../images/sub_banner.jpg) no-repeat top left;
	height: 254px;
	width: 546px;
}

.phone_num {
	color: #f9f7f3;
	float: right;
	font: bold 28px Arial, Helvetica, sans-serif;	
	padding: 22px 10px 0 0;
}

/************ NAVIGATION ************/
#navigation {
	width: 529px;
}

#navigation .top_menu {
	background: url(../images/top_nav_bg.gif) no-repeat top left;
	height: 49px;	
}

ul.top_menu {
	list-style-type: none;
	margin: 0 0 0 26px;
	padding: 0 0 0 0;
}

ul.top_menu li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.top_menu a {
	border-right: 1px solid #01bdad;
	border-left: 1px solid #005d55;
	color: #FFF;
	display: block;
	float: left;
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	line-height: 45px;
	margin: 1px 0 1px 1px;
	_margin: 1px 0 1px 0;
	padding: 0 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

ul.top_menu a.active {
	background-color: #019d8f;
}

ul.top_menu a:hover {
	background-color: #019d8f;
	color: #FFF;
}

#navigation .bottom_menu {
	background: url(../images/bottom_nav_bg.gif) no-repeat bottom left;
	height: 31px;
}

ul.bottom_menu {
	list-style-type: none;
	margin: 0 0 0 27px;
	padding: 0 0 0 0;
}

ul.bottom_menu li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.bottom_menu a {
	border-right: 1px solid #dbf5f7;
	border-left: 1px solid #a7dbe0;
	color: #006b62;
	display: block;
	float: left;
	font: bold 11px/14px Verdana, Geneva, sans-serif;
	line-height: 31px;
	margin: 0 0 0 0;
	padding: 0 38px 0 39px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
}

ul.bottom_menu a.active {
	background-color: #dbf5f7;
}

ul.bottom_menu a:hover {
	background-color: #dbf5f7;
	color: #006b62;
}

#navigation a.last_child_left {
	border-left: none;	
}

#navigation a.last_child_right {
	border-right: none;	
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.png) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 899px;
	_width: 910px;
}

#left_column {
	float: left;
	width: 458px;
}

#right_column {
	float: right;
	position: relative;
	width: 350px;
	*width: 350px;
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 25px 0 0 20px;
	padding: 0 40px 0 0;
	width: 500px;
}

.thank_you #content {
	width: 830px;
}

#program_descriptions {
	padding: 15px 0 0 0;
}

#program_descriptions h2 {
	color: #01a193;
	cursor: pointer;
	font: bold 1em/1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 4px;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;	
}

#program_descriptions h2.active {
	background-color: #DBF5F7;
	color: #146F67;
	font-size: 1.3em;
}

#program_descriptions h2:hover {
	background-color: #DBF5F7;
	color: #146F67;
}

#program_descriptions div {
	display: none;
}

#program_descriptions p {
	margin: 0 0 0 20px;
	padding: 6px 0 10px 0;
}

#program_descriptions p.title {
	color: #005C54;
	font-size: 21px;
	font-weight: bold;
}

#program_descriptions p.headline {
	color: #01a193;
	font: normal 1.2em/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	padding: 5px 0 12px 0;
	text-transform: uppercase;
}

/************ TESTIMONIALS ************/
#testimonials {
	margin: 20px 0 5px 0;
	position: absolute;
	bottom: 370px;
}

p.tests {
	background-color: #cde9ec;
	-moz-border-radius: 5px;
	padding: 5px 5px 10px 8px;
	-webkit-border-radius: 5px;
}

span {
	color: #FFF;
	font: normal 20px/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0 5px;
}

#test1, #test2, #test3 {
	clear: both;
	height: auto;
	width: 350px;
}

/************ FORM ************/
#form {
	height: auto;
	position: inherit;
	width: 349px;
}

#form_header {
	background: url(../images/form_header.png) no-repeat top;
	height: 105px;
}

#form_content {
	background: url(../images/form_bg.png) repeat-y;
	height: auto;
	padding: 0 0 5px 0;
}

#form_footer {
	background: url(../images/form_footer.png) no-repeat;
	height: 25px;
}

.submitted#contact {
	height: 100px;
	padding-top: 25px;
}

#post_results {
	display: none;
	font: normal 21px/30px 'Tahoma', sans-serif;
	margin: 0 0 0 22px;
	text-align: center;
	width: 295px;
}

img#loading_image {
	display: none;
	margin: 0 0 0 125px;
	padding-bottom: 20px;
}

/************ FORM STYLES ************/
#step1 {
	padding: 5px 0 10px 0;
	margin: 0 0 0 3px;
	width: 340px;
}

#step2 {
	padding: 15px 0 0 0;	
}

#contact .check {
	display: none;
}

label {
	color: #000;
	display: block;
	float: left;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 0 15px 20px;
	text-align: right;
	width: 120px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 35px;
	text-align: left;
	width: 300px;
}

label.error {
	color: #005C54;
	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: #005C54;
	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 #f5b505; 
}

select {
	position: inherit;
	width: 165px;
}

select.stack {
	margin: 0 0 5px 35px;
	width: 274px;
}

select#program {
	_position: absolute;
}

.button {
	margin: 15px 0 0 55px;
}

input:focus.button,input.sffocus.button { 
	border: none;
}

input.button {
	float: none;
	width: auto;
}

label.radio {
	display: inline;
	float: none;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}

input.radio {
	display: inline;
	float: none;
	position: inherit;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	width: auto;
}

input.yes {
	margin: 0 5px 0 95px;
}

/************ PRIVACY POLICY ************/
#privacy_policy {
	background: url(../images/privacy_policy.png) no-repeat;
	clear: both;
	height: 50px;
	margin: 0 0 0 35px;
	width: 280px;
}

#privacy_policy p {
	color: #655d49;
	font: normal 11px/1.4 Arial, Helvetica, sans-serif;
	margin: -2px 0 0 85px;
}

#form-logo {
	background: url(../images/logo.png) no-repeat;
	height: 199px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	float: left;
	margin: 10px 0 0 50px;
	width: 240px;
}

/************ QUOTE BOX ************/
#quote_box {
	background: url(../images/quote_img.gif) no-repeat top right;
	bottom: 10px;
	display: none;
	height: 208px;
	float: right;
	width: 287px;
}

/************ FOOTER ************/
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: auto;
	padding: 6px 0 1em 0;
	text-align: center;
	width: 899px;
}

#footer p {
	color: #5d5d5d;
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	text-transform: uppercase;
}

#footer a {
	border-right: 1px solid #5d5d5d;
	color: #5d5d5d;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}

#footer a.last_child {
	border: none;	
}
