@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/bg.png) repeat-x;
	background-color: #fff;
}

body {
	margin: auto;
	width: 905px;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #293842;
	font: normal 1em/1 Verdana, "Arial", Helvetica, san-serif;
	padding: 0 0 0.1em 0.3em;
}

h2 {
	color: #000;
	font: normal 1.4em/1.4em "Georgia", "Times New Roman", Times, serif;
	padding: 1em 0 0 0;
}

h3 {
	color: #013d81;
	font: normal 1.0em/1em "Georgia", "Times New Roman", Times, serif;
	padding: 1em 0 0 0;
}

h4 {
	color: #385366;
	font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0 0 0 0;
}

p {
	color: #535354;
	font: normal 0.8em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em 0 0 0;
}

a {
	color: #002f65;
	text-decoration: underline;
}

a:hover {
	color: #002f65;
	text-decoration: none;
}

a:visited {
	color: #5a6872;
}

ul,ol {
	color: #262626;
	margin: 0 0 0 25px;
	padding: 1.5em 0 0 0;
}

li {
	background: url(../images/bullet.gif) no-repeat 0% 10px;
	font: normal 0.8em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px 0 0 25px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #49494a;
	font-weight: bold;
}

/************ BANNER ************/
#banner {
	background: url(../images/banner.gif) no-repeat;
	height: 97px;
	width: 905px;
}

#logo  {
	padding: 25px 0 0 25px;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 67px;
	width: 255px;
}

#phone_no {
	float: right;
	padding: 0 0 0 0;
	margin: -60px 10px 0 0;
}

p.phone {
	color: #d4416a;
	font: bold 1.5em/1 Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
}

/************ NAVIGATION ************/
#navigation {
	background: url(../images/nav_bg.jpg) no-repeat;
	height: 53px;
	width: 905px;
}

#navigation.military {
	background: url(../images/military_nav_bg.jpg) no-repeat;	
}

#navigation.online {
	background: url(../images/online_nav_bg.jpg) no-repeat;	
}

#navigation.business {
	background: url(../images/business_nav_bg.jpg) no-repeat;	
}

#navigation.criminal {
	background: url(../images/criminal_nav_bg.jpg) no-repeat;	
}

#navigation.early {
	background: url(../images/early_nav_bg.jpg) no-repeat;	
}

#navigation.assistant {
	background: url(../images/assistant_nav_bg.jpg) no-repeat;	
}

#navigation.office {
	background: url(../images/office_nav_bg.jpg) no-repeat;	
}

#navigation.network {
	background: url(../images/network_nav_bg.jpg) no-repeat;	
}

#navigation.paralegal {
	background: url(../images/paralegal_nav_bg.jpg) no-repeat;	
}

#navigation.pharmacy {
	background: url(../images/pharmacy_nav_bg.jpg) no-repeat;	
}

#navigation.vocational {
	background: url(../images/vocational_nav_bg.jpg) no-repeat;	
}

#navigation.oAdministration {
	background: url(../images/officeAdmin_nav_bg.jpg) no-repeat;	
}

#navigation.desktop {
	background: url(../images/desktop_nav_bg.jpg) no-repeat;	
}

#navigation ul {
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
}

#navigation ul li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation ul a {
	color: #FFF;
	display: block;
	float: left;
	font: bold 13px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
}

#navigation ul a.active {
	background: url(../images/nav_bg_active.png) repeat-x;
}

#navigation ul a:hover {
	background-color: #2b343a;
	color: #FFF;
}

a.home {
	width: 105px;	
}

a.about {
	width: 129px;	
}

a.programs {
	width: 138px;	
}

a.locations {
	width: 138px;	
}

a.online {
	width: 117px;	
}

a.military {
	width: 115px;	
}

a.accreditation {
	width: 160px;	
}

/************ MAIN ************/
#sub_banner {
	background: url(../images/header.jpg) no-repeat;
	height: 257px;
	width: 905px;
}

#sub_banner.thank_you {
	background: url(../images/header_ty.jpg) no-repeat;	
}

#sub_banner.military {
	background: url(../images/military_header.jpg) no-repeat;	
}

#sub_banner.online {
	background: url(../images/online.jpg) no-repeat;	
}

#sub_banner.business {
	background: url(../images/business_administration.jpg) no-repeat;	
}

#sub_banner.criminal {
	background: url(../images/criminal_justice.jpg) no-repeat;	
}

#sub_banner.early {
	background: url(../images/early_childhood.jpg) no-repeat;	
}

#sub_banner.fitness {
	background: url(../images/fitness_training.jpg) no-repeat;	
}

#sub_banner.massage {
	background: url(../images/massage_therapy.jpg) no-repeat;	
}

#sub_banner.assistant {
	background: url(../images/medical_assistant.jpg) no-repeat;	
}

#sub_banner.office {
	background: url(../images/medical_office_assistant.jpg) no-repeat;	
}

#sub_banner.network {
	background: url(../images/network_administration.jpg) no-repeat;	
}

#sub_banner.paralegal {
	background: url(../images/paralegal.jpg) no-repeat;	
}

#sub_banner.pharmacy {
	background: url(../images/pharmacy_technician.jpg) no-repeat;	
}

#sub_banner.vocational {
	background: url(../images/vocational_nursing.jpg) no-repeat;	
}

#sub_banner.oAdministration {
	background: url(../images/office_administration.jpg) no-repeat;	
}

#sub_banner.desktop {
	background: url(../images/desktop&network_support.jpg) no-repeat;	
}

#main {
	background: url(../images/main_bg.png) repeat-y;
	height: auto;
	min-height: 570px;
	width: 905px;
}

#left_column {
	background: url(../images/content_bg.gif) repeat-y;
	height: auto;
	float: left;
	min-height: 635px;
	width: 501px;
}

#right_column {
	height: auto;
	float: right;
	min-height: 550px;
	width: 404px;
}

.thank_you #main, .thank_you #left_column, .thank_you #right_column {
	min-height: 200px;	
}

/************ CONTENT ************/
#content {
	display: inline;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 40px 10px 0;
	_padding-right: 0px;
	width: 450px;
}

.thank_you #content {
	width: 450px;
}

#easy_steps {
	width: 465px;
}

.green {
	background-color: #fc6e00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 60px;
	float: left;
	margin: 5px 0 15px 5px;
	padding: 0 0;
	text-align: left;
	width: 140px;
}

.green p {
	color: #fff;
	font: normal 12px/1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px 5px 5px 5px;
}

.green span {
	color: #fff;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

.disclaimer {
	font-size:10px;
	margin: 25px 0 10px 0;
}

.disclaimer a {
	color: #333;
}

/************ FORM ************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 404px;
	*width: 404px;
}

#form_header {
	background: url(../images/form_header.jpg) no-repeat top left;
	height: 85px;
	width: 404px;
}
#form_header.ml {
	background: url(../images/form_header2.png) no-repeat;
}

#form_content {
	background: url(../images/form_bg.jpg) repeat-y;
	height: auto;
	padding: 10px 0 5px 0;
	width: 404px;
}

#form_footer {
	background: url(../images/form_footer.jpg) no-repeat;
	height: 40px;
	width: 404px;
}

#privacy_policy {
	background: url(../images/privacy_lock.jpg) no-repeat;
	float: right;
	height: 25px;
	margin: 0 25px 0 0;
	width: 25px;
}

/************ FORM STYLES ************/
#step2 {
	padding: 10px 0 0 0;	
}

label {
	color: #FFF;
	display: block;
	float: left;
	font: bold 13px/1.2 Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 0 10px 30px;
	text-align: right;
	width: 100px;
}

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 55px;
	text-align: left;
	width: 300px;
}


label.error {
	color: #8a1b13;
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	width: 300px;
}

#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 55px;
	width: 274px;
}

.button {
	margin: 10px 0 0 72px;
}

input:focus.button,input.sffocus.button { 
	border: none;
}

input.button {
	float: none;
	width: auto;
}
.unfilled {
	color: #999;
	font-style: italic;
}

#first_block {
	background: #B01E1F;
	border-bottom: 1px solid #C39D78;
	border-top: 1px solid #C39D78;
	margin: 0 40px 1em 30px;
	padding: 15px 0;
}
#first_block label {
	width: 60px;
}
#first_block label.error {
	text-align: left;
	width: 300px;
}
#first_block input {
	width: 200px;
}
#first_block select {
	width: 205px;
}
.madlib p {
	color: #FFF;
	margin: 0 30px 1.5em 30px;
}
.madlib p input, .madlib p select {
	float: none;
}
.madlib #phonenumber:focus {
	color: #000;
	font-style: normal;
}

/************ TESTIMONIAL ************/
#testimonial {
	margin: 275px 0 0 5px;
	_margin-top: 0px;
	width: 375px;	
}

.photo {
	display: none;
	float: left;
	height: 110px;
	width: 111px;
}

#testimonial p {
	color: #494947;
	display: none;
	float: left;
	font: italic 12px/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 30px 0;
	width: 260px;
}

#img1 {
	background: url(../images/test1.jpg) no-repeat;}

#img2 {
	background: url(../images/test2.jpg) no-repeat;}

#img3 {
	background: url(../images/test3.jpg) no-repeat;}

.testimonial1#testimonial #img1, .testimonial1#testimonial p#test1 {
	display: block;	
}

.testimonial2#testimonial #img2, .testimonial2#testimonial p#test2 {
	display: block;	
}

.testimonial3#testimonial #img3, .testimonial3#testimonial p#test3 {
	display: block;	
}

#testimonial span {
	color: #6e6e6c;
	font-style: normal;
}

/************ FOOTER ************/
#form_logo {
	background: url('../images/form_logo.jpg') no-repeat;
	clear: both;
	height: 75px;
	margin: 0 0 0 20px;
	width: 356px;
}

#footer {
	background: url(../images/main_footer.gif) no-repeat;
	height: 64px;
	padding: 0 0 0 0;
	text-align: center;
	width: 905px;
}

#footer p {
	color: #fff;
	font: normal 11px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 3px 0 0 0;
}

#footer a {
	color: #fff;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.last_child {
	border: none;	
}
