@charset "utf-8";
/* CSS Document */

/*********************************
TABLE OF CONTENTS
**********************************
- Reset
- Default Classes
- Banner
- Navigation
- Main
- Side Navigation
- Content
- Form
- Form Steps
- Form Styles
- 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/background.png) repeat-x;
	background-color: #134991;
}

body {
	font-size: 12px;
	margin: auto;
	width: 900px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #af0101;
	font: normal 26px/34px 'Trebuchet MS', 'Tahoma', serif;
	margin: 0;
	padding: 0;
}

h2 {
	color: #0d4398;
	font: bold 18px/28px 'Tahoma', 'Arial', sans-serif;
	margin: 0;
	padding: 16px 0 0 0;
}

h3 {
	color: #af0101;
	font: bold 16px/24px 'Tahoma', sans-serif;
	margin: 0;
	padding: 14px 0 0 0;
}

p {
	color: #262626;
	font: normal 12px/24px 'Arial', sans-serif;
	margin: 0;
	padding: 16px 0 0 0;
}

p.small {
	font-size: 10px;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

ul,ol {
	color: #303030;
	margin: 0 0 0 20px;
	padding: 16px 0 0 0;
}

li {
	background: url(../images/bullet.gif) no-repeat 0% 7px;
	font: normal 12px/21px 'Arial', sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 3px 20px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

img.caption {
	background-color: #EFF8FF;
	border: 1px solid #DFDFDF;
	float: right;
	margin: 10px;
	padding: 3px;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 180px;
	width: 900px;
}

.thank_you #banner {
	background-image: url(../images/banner-ty.jpg);
}

.nursing #banner {
	background-image: url(../images/banner-nursing.jpg);
}

#logo  {
	float: left;
	padding: 40px 0 0 12px;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 88px;
	width: 308px;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.png) no-repeat;
	height: 52px;
	width: 900px;
}

.thank_you #navigation {
	background-image: url(../images/nav_bg-ty.png);
}

#navigation ul {
	margin: 0;
	padding: 2px 0 0 33px;
}

#navigation li {
	background: url(../images/nav_button_border.gif) no-repeat top right;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#navigation a {
	color: #fff;
	display: block;
	float: left;
	font: bold 13px/14px 'Tahoma', 'Arial', sans-serif;
	height: 39px;
	margin: 0 2px 0 1px;
	_margin: 0 1px 0 0;
	min-width: 95px;
	padding: 8px 17px 0 17px;
	text-decoration: none;
}

#navigation a.first_child {
	border-left: 1px solid #275591;
}

#navigation a span {
	font: normal 10px/16px 'Arial', sans-serif;
}

#navigation a.active {
	background-color: #4b95c8;
}

#navigation a:hover {
	background-color: #4b95c8;
}

/************ MAIN ************/
#main {
	background: url(../images/main_bg.png) repeat-y;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 900px;
}

.thank_you #main {
	margin: 0;
	padding: 0 0 35px 0;
}

/************ SIDE NAVIGATION ************/
#side_nav {
	float: left;
	padding: 20px 0 0 8px;
	width: 152px;
}

#side_nav_top {
	background: url(../images/side_nav_top.png) no-repeat;
	height: 43px;
}

#side_nav_content {
	background: url(../images/side_nav_bg.png) repeat-y;
	height: auto;
}

#side_nav_content ul {
	margin: 0 0 0 7px;
	padding: 0;
	*padding-top: 1px;
	width: 138px;
}

#side_nav_content li {
	background: url(../images/side_nav_button_top.png) no-repeat;
	line-height: 15px;
	margin: 0;
	*margin-top: -1px;
	padding: 1px 0 0 0;
}

#side_nav_content a {
	background: url(../images/side_nav_button.png) repeat-y top left;
	color: #fff;
	display: block;
	font: normal 11px/14px 'Tahoma', 'Arial', sans-serif;
	padding: 8px 10px;
	text-decoration: none;
	width: 118px;
}

#side_nav_content a.active {
	background-position: top right;
}

#side_nav_content a:hover {
	background-position: top right;
}

#side_nav_bottom {
	background: url(../images/side_nav_bottom.png) no-repeat;
	height: 13px;
}

/************ CONTENT ************/
#content {
	float: left;
	padding: 30px 32px 0 35px;
	width: 510px;
}

.thank_you #content {
	width: 650px;
}

img.starburst {
	float: right;
	padding: 10px 0 10px 10px;
}

.directions {
	background-color: #C2DEEF;
	padding: 10px;
}

#location_dropdowns h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 0 0 0;
	padding: 0;
}

#location_dropdowns p {
	line-height: 18px;
	padding: 0 0 0 0;
}

#location_dropdowns p.shout {
	background-color: #c2190c;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe3f3f), to(#bd1506));
	background: -moz-linear-gradient(top,  #fe3f3f,  #bd1506);
	-moz-box-shadow: 1px 1px 2px #707070;
	-webkit-box-shadow: 1px 1px 2px #707070;
	box-shadow: 1px 1px 2px #707070;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe3f3f', endColorstr='#bd1506');
	border: 3px solid #ffc2c2;
	border-radius: 15px;
	color: #fff;
	display: inline;
	float: right;
	font: normal 13px/16px 'Calibri','Arial', sans-serif;
	margin: 0 100px 0 0;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #3d3d3d;
	width: 160px;
}

#location_dropdowns p.shout strong {
	color: #fff;
	display: block;
	font-size: 16px;
	padding-bottom: 4px;
}

/** ACCORDIAN **/
#accordian {
	padding: 15px 0 0 0;
}

#accordian h2 {
	background: url(../images/bullet.gif) no-repeat 0% 12px;
	cursor: pointer;
	padding: 0 0 5px 25px;
}

#accordian h2:hover {
	color: #2a6bcc;
}

#accordian div {
	background-color: #e8eff9;
	border: 1px solid #aaaaaa;
	display: none;
	margin: 0 0 0 15px;
	padding: 0 15px 15px 15px;
	width: 440px;
}

/************ FORM ************/
#form {
	float: left;
	width: 321px;
}

#form_top {
	background: url(../images/form_top.jpg) no-repeat;
	height: 56px;
}

#form_top p {
	color: #3c3615;
	font: normal 14px/21px 'Tahoma', 'Arial', sans-serif;
	margin: 0;
	padding: 4px 2px 0 0;
	text-align: center;
}

#form_top span {
	color: #000;
	font-size: 18px;
}

#form_top strong {
	font-size: 21px;
	font-weight: bold;
}

/************ FORM ************/
#form_steps {
	background: url(../images/form_steps.png) no-repeat;
	height: 88px;
}

#form_steps ul {
	margin: 0 0 0 12px;
	padding: 0;
}

#form_steps li {
	background: none;
	color: #484848;
	float: left;
	font: italic 12px/16px 'Arial', sans-serif;
	height: 82px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100px;
}

#form_steps li.active {
	background: url(../images/steps_arrow.gif) no-repeat 38px bottom;
	background-color: #FFF1C6;
	color: #000;
	font-style: normal;
	font-weight: bold;
}

#form_steps li.borders {
	border-left: 1px solid #F3E1A1;
	border-right: 1px solid #F3E1A1;
}

#form_steps strong {
	color: #4d4e50;
	display: block;
	font: italic 19px/30px 'Tahoma', 'Arial', sans-serif;
	padding: 6px 0 0 0;
}

#form_steps .active strong {
	color: #134991;
	font-style: normal;
	font-weight: bold;
}

#form_content {
	background: url(../images/form_bg.png) repeat-y;
	height: auto;
	padding: 10px 0 0 0;
}

#form_content .highlight {
	background-color: #FEEAA1;
	margin: 0 0 0 14px;
	padding: 10px 0 25px 0;
	width: 296px;
}

#privacy {
	margin: 1.5em 0 0 0;
}
#privacy img {
	border: 0;
}

#form_footer {
	background: url(../images/form_bottom.png) no-repeat;
	height: 18px;
}

/************ FORM STYLES ************/
#contact br {
	clear: left;
}

#contact input,#contact select,#contact textarea {
	float: left;
	margin-bottom: 5px;
}

#contact .step_results {
	margin: 0 0 10px 25px;
	width: 275px;
}

#contact .step_results p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

/** LABELS **/
#contact label {
	color: #000;
	display: block;
	float: left;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 108px;
}

#contact label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 15px;
	text-align: left;
	width: 270px;
}

#contact label.radio {
	cursor: pointer;
	font-weight: normal;
	line-height: 14px;
	margin: 3px 0 0 40px;
	padding: 3px 0 3px 0;
	text-align: left;
	width: 80px;
}

#contact label.radio:hover {
	background-color: #839ABF;	
}

#contact label.error {
	color: #DF000E;
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 280px;
}

/** INPUTS **/
#contact input {
	padding: 3px;
	width: 160px;
}

/** SELECT BOXES **/
#contact select {
	padding: 2px;
	position: inherit;
	width: 170px;
}

#contact select.stack {
	margin: 0 0 5px 15px;
	width: 270px;
}

#step_1 select.stack {
	font-size: 11px;
}

select#program {
	_position: absolute;
}

/** RADIO BUTTONS **/
#contact .radio input {
	border: none;
	cursor: pointer;
	margin: 0 8px 0 25px;
	width: 15px;
}

#contact .radio input:focus, .radio input.sffocus {
	border: none;
	padding-right: 5px;
}

/** NO BORDER ON FOCUS **/
input#submit:focus,input#submit.sffocus,.radio input:focus,.radio input.sffocus { 
	border: none;
}

/** FORM BUTTONS **/
#contact a.next_button {
	display: inline;
	float: right;
	height: 62px;
	margin: 15px 30px 10px 0;
	width: 256px;
}

#step_1 a.next_button {
	background: url(../images/button_step_1.png) no-repeat;
}

#step_2 a.next_button {
	background: url(../images/button_step_2.png) no-repeat;
}

#contact a.back_button {
	background: url(../images/back_button.gif) no-repeat;
	display: inline;
	float: left;
	height: 19px;
	margin: 5px 0 10px 30px;
	width: 56px;
}

input#submit {
	background: url(../images/button_submit.png) no-repeat top;
	border: 0;
	cursor: pointer;
	height: 62px;
	margin: 0 0 10px 22px;
	padding: 0 0 0 0;
	width: 283px;
}

img#loading_image {
	margin: 20px 0 0 160px;
}

/************ FOOTER ************/
#footer_content strong {
	font-weight: normal;
}

.disclosure a:hover {
	text-decoration: none;
}

#footer {
	padding: 30px 0 0 0;
	width: 900px;
}

.thank_you #footer {
	padding: 0;
}

#footer_top {
	background: url(../images/footer_top.png) no-repeat;
	height: 4px;
}

#footer_content {
	background-color: #E2F0FD;
	margin: 0 0 0 3px;
	padding: 0 0 12px 0;
	text-align: center;
	width: 894px;
}

.thank_you #footer_content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
	width: 898px;
}

#footer_content p {
	color: #000;
	font: normal 11px/21px 'Tahoma', 'Arial', sans-serif;
}

#footer_content a {
	color: #002c67;
	text-decoration: none;
}

#footer_content a:hover {
	color: #13509F;
	text-decoration: underline;
}

#footer_bottom {
	background: url(../images/footer_bottom.png) no-repeat;
	height: 3px;
}

