@charset "utf-8";
/* CSS Document */

/************ 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/background.jpg) repeat-x;
	background-color:#1a64b9;
	font:normal 1.0em/1.0em Tahoma, Geneva, sans-serif;
	color:#000;
	height:100%;
	margin: 0 auto;
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #861115;
	font:normal 1.7em/1.8em Tahoma, Geneva, sans-serif;
	padding: 5px 0 0 10px;
}

h2 {
	color: #861115;
	font:bold 1.0em/1.0em Tahoma, Geneva, sans-serif;
	padding: 5px 0 0 10px;
}

p {
	font:normal 1.0em/1.6em Tahoma, Geneva, sans-serif;
	margin:0;
	padding: 5px 0 5px 10px;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

ul,ol {
	font:normal 1em/1.6em Tahoma, Geneva, sans-serif;
	padding: 10px  0 10px 40px; 
}

li {
	list-style-position: outside;
	list-style-image:url(../images/bullet.png);
	padding: 0 ;
	vertical-align: 0;
}

ul.alt-list{
	margin:0;
	padding:10px 0 10px 10px;
}

ul.alt-list li{
	list-style:none;
	font-size:11px;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

hr {
	background:url(../images/brake_line.png) no-repeat;
	border:none;	
	height:20px;
	margin:0;
	padding:0;
	width:940px;
}

.shadow {
  -moz-box-shadow:2px 2px 5px 4px #164f83;
  -webkit-box-shadow:2px 2px 5px 4px #164f83;
  box-shadow:2px 2px 5px 4px #164f83;
}

blockquote p {
    background: url("../images/quote_down.png") no-repeat scroll right bottom transparent;
	color:#194174;
    float: left;
    padding: 0 20px 0 0;
}

blockquote {
    background: url("../images/quote_up.png") no-repeat scroll left top transparent;
    padding: 20px;
}

cite {
	color:#5a5a5a;
    float: right;
    font:bold 1.7em/1.8em Tahoma, Geneva, sans-serif;
}

#wrapper {
	margin:0 auto;
	min-height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

/************ BANNER ************/
header {
	background:url(../images/headerBackground.png) no-repeat;
	height: 125px;
	margin:5px auto 0;
	width: 980px;
}

#logo  {
	background:url(../images/logo.png) no-repeat;
	float:left;
	height:88px;
	margin: 20px 0 0 25px;
	padding: 0;
	width:308px;
}

#logo a {
	display: block;
	height: 91px;
	width: 295px;
}

#header_phone {
	background:url(../images/header_phone.png) no-repeat;
	float:right;
	height: 100px;
	margin-top:4px;
	padding-top:2px;
	width: 322px;
}

#header_phone p {
	font:normal 1em/1.2em  Tahoma, Geneva, sans-serif;
	color:#fff;
	letter-spacing:0.04em;
	padding:18px 0 0 75px;
}

#header_phone strong {
	font:bold 1.75em/1.0em  Tahoma, Geneva, sans-serif;
	color:#fff;
}

/************ MAIN ************/
#main {
	background:url(../images/contentBackground.png) repeat-y;
	height:100%;
	margin:0 auto;
	min-height:700px;
	padding:0 0 75px 0;
	width: 980px;
}

/************ NAVIGATION ************/
nav {
	background:url(../images/nav_background.png) no-repeat;
	height: 57px;
	width: 980px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:560px;
}

nav ul li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
}

nav ul a {	
	border-right: 1px solid #0d2d52;
	color: #fff;
	display: block;
	float: left;
	font:bold 0.8em/1.4em Tahoma, Geneva, sans-serif;
	margin:0;
	padding: 5px 10px;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #000;
}

nav ul a span {
	font:normal 0.8em/0.8em Tahoma, Geneva, sans-serif;	
}

nav ul a.active,nav ul a:hover {
	color: #fff;
	background: url(../images/nav_background_active.png) repeat-x;
}

/************ CONTENT ************/
#feature {
	background: url(../images/feature.jpg) no-repeat;
	float:left;
	height:281px;
	margin:-9px 0 0 20px;
	width:560px;
}

.thank_you #feature {
	margin:0 0 0 20px;	
}

section#content {
	float:left;
	margin:0 0 0 25px;
	width: 525px;
}

img.caption {
    background-color: #EFF8FF;
    border: 1px solid #DFDFDF;
    float: right;
    margin: 10px;
    padding: 3px;
}

#program_box {
	background: #f7c93e; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7c93e 0%, #deab11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c93e), color-stop(100%,#deab11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7c93e 0%,#deab11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7c93e 0%,#deab11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7c93e 0%,#deab11 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7c93e 0%,#deab11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c93e', endColorstr='#deab11',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;  
    border-radius: 10px;
	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .25);
	box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, .25);
	margin:10px auto;
	padding:10px;
	width:335px;
}

#program_box a {
	color:#145fac;
	font:bold 18px/18px 'Trebuchet MS','Tahoma',serif;
}
#program_box > p {
    font: bold 17px 'arial',sans-serif;
    padding: 10px 0 0;
    text-align: center;
}
/************ FORM ************/
#form {
	float: right;
	height: auto;
	margin: -355px 0 0 0;
	width: 410px;
}

#form_header {
	background: url(../images/form_header.png) no-repeat bottom left;
	height: 161px;
	width: 410px;
}

#form_header p {
	color:#fff;
	font:bold 2.0em/1.0em Tahoma, Geneva, sans-serif;	
	padding:30px 0 0 60px;
	text-shadow:1px 1px 0 #000;
}

#form_content {
	background: url(../images/form_background.png) repeat-y;
	padding: 10px 0 0 0;
	width: 410px;
}

#form_content p {
	color:#fff;
	font: bold 1.2em/1.5em Tahoma, Geneva, sans-serif;	
	margin:0 auto;
	padding: 10px 10px 5px 25px;
}

#form_steps {
	background: #FEFFDD;
	border-bottom:solid 2px #FFD42A;
	height: 88px;
	margin:-90px 0 10px 19px;
	width:382px;
}

#form_steps ul {
	margin: 0 auto;
	padding: 0;
}

#form_steps li {
	background: none;
	color: #484848;
	float: left;
	font: italic 12px/16px 'Arial', sans-serif;
	height: 88px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 126px;
}

#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 #FFD42A;
	border-right: 1px solid #FFD42A;
}

#form_steps strong {
	color: #4d4e50;
	display: block;
	font: italic 2.0em/1.8em Tahoma, Geneva, sans-serif;
	padding: 2px 0 0 0;
}

#form_steps .active strong {
	color: #134991;
	font:bold 2.0em/1.8em Tahoma, Geneva, sans-serif;
}

#form_step2 {
	height:60px;
}

#step2 {
	display:none;
}

#step3 {
	display:none;	
}

#form_footer {
	background:url(../images/form_footer.png) no-repeat;
	height:33px;
	width:410px;	
}

/************ FORM STYLES ************/
label {
	color: #000;
	display: block;
	float: left;
	font: normal 1.0em/1.2 Tahoma, Geneva, sans-serif;
	margin: 3px 5px 0 0;
	padding: 0 5px 15px 10px;
	text-align: right;
	width: 130px;
}

/*#step2 label,#step3 label {
	padding: 0 0 15px 5px;
}*/

label.stack {
	float: none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 25px;
	text-align: left;
	width: 320px;
}

label.error {
	color: #ff0000;
	font: bold 1.0em/1.5em Tahoma, Geneva, sans-serif;
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	width: 300px;
}

#form br {
	clear: left;
}

#form i {
	color:#F00;
	font:bold 0.8em/1.0em Tahoma, Geneva, sans-serif;	
	margin:0 0 0 290px;
}

textarea {
	border:1px solid #000;
	float: left;
	font: normal 0.8em/1.0em Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
}

select {
	border:solid 1px #000;
	font: normal 0.9em/1.0em Tahoma, Geneva, sans-serif;
	height:30px;
	margin:0 0 15px 0;	
	width: 235px;
}

select.stack {
	height:30px;
	margin:0 0 0 25px;
	width: 355px;
}

input {
	border:1px solid #000;
	font: normal 0.9em/1.0em Tahoma, Geneva, sans-serif;
	height:30px;
	margin:0 0 15px 0;
	width: 235px;
}

input:focus, input.sffocus { 
	border: 1px solid #DF000E; 
}

input:focus.button,input.sffocus.button { 
	border: none;
}

/** FORM BUTTONS **/
#step1 a.next {
	background: url(../images/step_2_btn.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 80px;
	margin: 20px 0 0 25px;
	padding: 0;
	width: 368px;
}

#step2 a.next {
	background: url(../images/step_3_btn.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 80px;
	margin: 10px 0 0 25px;
	padding: 0;
	width: 368px;
}

#submit {
	background:none;
	border: 0;
	box-shadow:none;
	cursor: pointer;
	height: 80px;
	width: 368px;
	padding: 10px 0 0 25px;
}

#step2 a.back,#step3 a.back {
	background: url(../images/back_btn.png) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	margin: 10px 0 0 25px;
	padding: 0;
	width: 62px;
}

img#loading_image {
	margin: 10px 0 0 165px;
}

#privacy_policy {
	background:url(../images/privacy_policy.png) no-repeat;
	height:45px;
	margin:0 auto;
	width:205px;	
}

#privacy_policy a {
	display:block;
	height:45px;
	width:205px;	
}

#form_content p.consent {
	color: #333;
	font-size: 10px;
	line-height: 12px;
    margin: 0 20px 0;
}

/************ FOOTER ************/
footer {
	background:url(../images/footer_background.png) no-repeat;
	clear: both;
	margin:-75px auto 0;
	position: relative;
	height: 75px;
	width: 980px;
}

#footer_content {
	width:940px;
	height:8px;
	margin:0 auto;
	padding:12px 0 0 0;
}

#footer_content p {
	color: #000;
	font: normal 0.6em/1.9em Verdana, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#footer_content a {
	text-decoration:none;
	color: #000;
	padding: 0 10px 0 10px;
}

#footer_content a:hover {
	text-decoration: underline;
}

#footer_content a.last_child {
	border: none;	
}

#copyright {
	float: right;
	padding: 10px 15px 0 14px;
}

#copyright a {
	font-style: italic;
	padding: 0;
}