@charset "utf-8";
/* CSS Document */

/*********************************
TABLE OF CONTENTS
**********************************
1. Reset
2. Default Classes
3. Banner
4. Navigation
5. Main
6. Sidebar
7. Content
8. Form
9. Form Styles
10. 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/bg_gradient.gif) repeat-x;
	background-color: #1d3c75;
}
		
body {
	margin: auto;
	width: 950px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #af0101;
	font: normal 1.7em/1 Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

h2 {
	color: #002B6F;
	font: bold 1.2em/1.5em tahoma, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

h3 {
	border-bottom: 1px solid #B5CFDF;
	color: #CF0000;
	font: normal 1.4em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
}

p {
	color: #262626;
	font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

p.small {
	font-size: 0.6em;
	padding: 2em 0 0 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	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% 7px;
	font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 0.1em 0 0.1em 20px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

img.float_left {
	float: left;
	padding: 15px 10px 0 0;
}

img.float_right {
	float: right;
	padding: 15px 0 0 10px;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 186px;
	width: 950px;
}

.safety_page #banner {
	background: url(../images/banner_safety.jpg) no-repeat;
}

.thank_you #banner {
	background: url(../images/banner-ty.jpg) no-repeat;
}

#logo  {
	padding: 60px 0 0 118px;
}

#logo a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 86px;
	width: 234px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.gif) no-repeat;
	height: 51px;
	width: 950px;
}

.thank_you #navigation {
	background: url(../images/nav_bg-ty.gif) no-repeat;
}

ul.menu {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 4px 0 0 11px;
}

ul.menu li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.menu a {
	background: url(../images/nav_button.gif) no-repeat bottom left;
	color: #FFF;
	display: block;
	float: left;
	font: bold 12px/13px Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	height: 28px;
	line-height: 26px;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 121px;
}

ul.menu a.active {
	background: url(../images/nav_button.gif) no-repeat top left;
}

ul.menu a:hover {
	background: url(../images/nav_button.gif) no-repeat top left;
	color: #FFF;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 950px;
}

.thank_you #main {
	background: url(../images/main_bg-ty.gif) repeat-y;	
}

/************ SIDEBAR ************/
#sidebar {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 152px;
}

#sidebar_top {
	background: url(../images/side_bar_top.gif) no-repeat;
	height: 9px;
	width: 145px;
}

#sidebar_content {
	background: url(../images/side_bar_bg.gif) repeat-y;
	height: auto;
	margin: 0 0 0 0 !important;
	margin: -10px 0 0 0;
	width: 145px;
}

#sidebar_bottom {
	background: url(../images/side_bar_bottom.gif) no-repeat;
	height: 12px;
	width: 145px;
}

p.nav_title {
	color: #000;
	font: bold 14px/14px Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	padding: 0 0 0 0;
	text-align: center;
}

p.nav_title a.nolink {
	color: #000;
	text-decoration: none;
}

ul.side_nav {
	margin: 0 0 0 15px;
	padding: 8px 0 0 0;
}

.side_nav li {
	background: url(../images/bullet_arrow.gif) no-repeat 0% 7px;
	font: bold 11px/20px Trebuchet MS, Verdana, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 20px;
	vertical-align: 0;
}

.side_nav a {
	color: #2d4d88;
}

.side_nav a.active {
	color: #000;
	text-decoration: none;
}

.side_nav a:hover {
	color: #2F6EC7;
}

.side_nav a.active:hover {
	color: #000;
}

/************ CONTENT ************/
#content {
	background: url(../images/content_bg.gif) no-repeat;
	display: inline;
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	width: 403px;
}

.thank_you #content {
	width: 700px;
}

ul.programs a {
	color: #009;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

ul.programs a:hover {
	color: #03F;
	text-decoration: underline;	
}

#content img {
	border: 1px solid #9F9F9F;
	float: right;
	margin: 15px 0 15px 10px;
}

/** Testimonials **/
.testimonials p {
	background-color: #DFF4FF;
	border-bottom: 1px solid #999;
	border-top: 1px solid #BFBFBF;
	color: #4c4c4c;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
	padding: 10px 5px 10px 5px;
}

.testimonials span {
	color: #a41717;
	font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.testimonials strong {
	color: #000;
	font: bold 14px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

blockquote {
	background: url(../images/quotes.gif) no-repeat top left;
	border-bottom: 2px solid #4990BE;
	color: #1f3a4c;
	font: normal 13px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 10px 0 0 5px;
	padding: 1em 0 10px 28px;
	width: 360px;
}

blockquote.last_child {
	border-bottom: none;
}

.testimonials div {
	background: url(../images/quotes_right.gif) no-repeat bottom right;
}

/** FAQs **/
.faq {
	background: url(../images/faq_top.gif) no-repeat top left;
	height: auto;
	margin: 15px 0 0 0;
	padding: 12px 0 0 0;
	width: 407px;
}

.faq_middle {
	background: url(../images/faq_middle.gif) repeat-y;
	height: auto;
	width: 407px;
}

.faq_bottom {
	background: url(../images/faq_bottom.gif) no-repeat;
	clear: both;
	height: 13px;
	width: 407px;
}

ul.questions a {
	color: #00348F;
	text-decoration: none;
}

ul.questions a:hover {
	color: #1F70FF;
	text-decoration: underline;	
}

.faq p {
	color: #2b4159;
	font: normal 0.8em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1em 10px 0 10px;
}

p.question {
	color: #AF0101;
	font: bold 1em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 10px 0 10px;
}

p.back_top {
	color: #999;
	font-size: 0.6em;
	padding-right: 20px;
	text-align: right;	
}

/** Program Descriptions **/
.descriptions h2 {
	background: url(../images/title_underline.gif) no-repeat bottom left;	
}

.descriptions h2 a {
	background: url(../images/bullet_arrow_plain.gif) no-repeat 0% 28px;
	color: #001B4F;
	margin: 0 0 0 3px;
	padding: 1em 0 3px 27px;
	text-decoration: none;	
}

.descriptions p {
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 0.5em 0 1em 0;
}

.blurb {
	background-color: #DFF2FF;
	padding: 0 10px;
}

.blurb a {
	text-align: right;
}

/** Levels **/
.levels h2 {
	background: url(../images/title_underline.gif) no-repeat bottom left;
}

.levels h2 a {
	background: url(../images/bullet_arrow_plain.gif) no-repeat 0% 28px;
	color: #0040AF;
	margin: 0 0 0 3px;
	padding: 1em 0 3px 27px;
	text-decoration: none;	
}

.levels h2 a:hover {
	color: #1D6EEF;
}

.levels p {
	font-size: 0.8em;
	margin: 10px 0 0 0;
	padding: 0.5em 0 0 0;
}

/************ FORM ************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 15px;
	width: 315px;
}

#form_header {
	background: url(../images/form_header.gif) no-repeat bottom left;
	height: 83px;
	width: 315px;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 0 0;
	width: 315px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 18px;
	width: 315px;
}

#step1 {
	padding: 0 0 20px 0 !important;
	padding: 0 0 30px 0;
}

/************ FORM STYLES ************/
label {
	color: #fff;
	display: block;
	float: left;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	margin: 2px 5px 0 0;
	padding: 0 0 10px 20px;
	text-align: right;
	width: 120px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 35px !important;
	padding: 20px 0 5px 35px;
	text-align: left;
	width: 270px;
}

label.error {
	color: #D7F43F;
	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: 290px;
}

#step1 label.error {
	margin: -5px 0 0 0 !important;
	margin: 0 0 0 0;
	padding: 0 0 10px 0 !important;
	padding: 20px 0 20px 0;
	_position: absolute;	
}

#form span {
	color: #ff0000;
	font-size: 14px;
}

#form br {
	clear: left;
}

input,select,textarea {
	float: left;
	margin-bottom: 5px;
}

input {
	border: 1px solid #2F6D9C;
	padding: 2px;
	width: 148px;
}

input:focus, input.sffocus { 
	border: 1px solid #DF000E;
	padding: 2px 4px;
}

select {
	border: 1px solid #2F6D9C;
	font-size: 10px;
	padding: 2px;
	position: inherit;
	width: 154px;
}

select.stack {
	font-size: 10px;
	margin: 0 0 5px 35px;
	_position: absolute;
	width: 260px;
}

.button {
	margin: 15px 0 0 19px;
}

input:focus.button,input.sffocus.button { 
	border: none;
}

input.button {
	border: none;
	float: none;
	width: auto;
}

/************ FOOTER ************/
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: auto;
	padding: 6px 0 1em 0;
	text-align: center;
	width: 950px;
}

#footer p {
	color: #FFF;
	font: normal 11px/20px Trebuchet MS, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
}

#footer a {
	color: #FFF;
	padding: 0 10px 0 10px;
}

#footer a.last_child {
	border: none;	
}