﻿body {
  margin: 0;
  padding: 0;
  font: 12px "Arial", "Helvetica", sans-serif;
  background: #024788;
}

input, select {
  font-size: 10px;
}

a {
  color: #ED4507;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

img
 {
  behavior: url(./png.htc);
}

#wrapper {
  width: 990px;
  margin: 0 auto;
  
  position: relative;
}

#nav {
  width: 990px;
  height: 49px;
  background: url(../image/nav_bg.gif) repeat-x;
}

#btn_home {
  width: 106px;
  height: 49px;
  background: url(../image/btn-home.gif) no-repeat top left;
  float: left;
}

#btn_home:hover, #btn_home_active {
  width: 106px;
  height: 49px;
  background: url(../image/btn-home.gif) no-repeat bottom left;
  float: left;
}

#btn_programs {
  width: 133px;
  height: 49px;
  background: url(../image/btn-programs.gif) no-repeat top left;
  float: left;
}

#btn_programs:hover, #btn_programs_active {
  width: 133px;
  height: 49px;
  background: url(../image/btn-programs.gif) no-repeat bottom left;
  float: left;
}

#btn_history {
  width: 178px;
  height: 49px;
  background: url(../image/btn-history.gif) no-repeat top left;
  float: left;
}

#btn_history:hover, #btn_history_active {
  width: 178px;
  height: 49px;
  background: url(../image/btn-history.gif) no-repeat bottom left;
  float: left;
}

#btn_benefits {
  width: 200px;
  height: 49px;
  background: url(../image/btn-benefits.gif) no-repeat top left;
  float: left;
}

#btn_benefits:hover, #btn_benefits_active {
  width: 200px;
  height: 49px;
  background: url(../image/btn-benefits.gif) no-repeat bottom left;
  float: left;
}

#btn_info {
  width: 183px;
  height: 49px;
  background: url(../image/btn-info.gif) no-repeat top left;
  float: left;
}

#btn_info:hover, #btn_info_active {
  width: 183px;
  height: 49px;
  background: url(../image/btn-info.gif) no-repeat bottom left;
  float: left;
}

#sub-nav-box {
  position: absolute;
  width: 500px;
  height: 20px;
}

#btn_aviation {
  width: 120px;
  height: 20px;
  background: url(../image/btn-aviation.gif) no-repeat top left;
  float: left;
}

#btn_aviation:hover, #btn_aviation_active {
  width: 120px;
  height: 20px;
  background: url(../image/btn-aviation.gif) no-repeat bottom left;
  float: left;
}

#btn_maintenance {
  width: 130px;
  height: 20px;
  background: url(../image/btn-maintenance.gif) no-repeat top left;
  float: left;
}

#btn_maintenance:hover, #btn_maintenance_active {
  width: 130px;
  height: 20px;
  background: url(../image/btn-maintenance.gif) no-repeat bottom left;
  float: left;
}

#btn_destructive {
  width: 216px;
  height: 20px;
  background: url(../image/btn-destructive.gif) no-repeat top left;
  float: left;
}

#btn_destructive:hover, #btn_destructive_active {
  width: 216px;
  height: 20px;
  background: url(../image/btn-destructive.gif) no-repeat bottom left;
  float: left;
}

#container, #container_altBackground {
  width: 800px;
  height: 533px;
}

#content-box {
  width: 491px;
  height: 409px;
  position: absolute;
  margin: 78px 0 0 242px;
}

#content-header {
  width: 491px;
  height: 73px;
}

#content-left {
  float: left;
  width: 224px;
  height: 332px;
}

#content-right {
  float: left;
  width: 266px;
  background: #FFF;
  opacity: .7;
	filter: alpha(opacity=70);
  -moz-opacity: .7;
}

p {
  margin: 0;
  padding: 0 6px 4px 6px;
  line-height: 17px;
}

p.smalltext {
  margin: 0;
  padding: 0 6px 4px 6px;
  font-size: 12px;
  line-height: 16px;
}

p.smalllinktext {
  margin: 0;
  padding: 0 6px 4px 6px;
  font-size: 9px;
  font-weight: bold;
  line-height: 16px;
}

p.formpara {
  margin: 0;
  padding: 6px 6px 0 6px;
  text-transform: uppercase;
  color: #ED4507;
  font-size: 10px;
  font-weight: bold;
  width: 225px;
  text-align: left;
}

h2 {
  margin: 0;
  padding: 6px 6px 0 6px;
  font: 17px "Arial", "Helvetica", sans-serif;
  font-weight: bold;
}

#form_box {
  float: left;
  padding: 0 0 0 8px;
}

.form_line {
  margin: 3px 0;
  float: left;
}

.form_line2 {
  margin: 0;
  float: left;
}

.checkbox {
  float: left;
  margin: 2px 0px;
  padding: 0px;
}

h4 {
  float: left;
  width: 115px;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 5px 0px 0px;
  text-align: right;
  font-size: 10px;
}

h4.check {
  float: left;
  width: 275px;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 5px 2px 5px;
  text-align: left;
  font-size: 10px;
}

.text_field {
  margin: 0 15px 0 0;
  float: right;
}

#logo {
  width: 189px;
  height: 72px;
  margin: 461px 0 0 0;
  position: absolute;
  background: url(../image/logo.gif) no-repeat;
}

#accreditation {
  color: #FFF;
  font-size: 12px;
  position: relative;
  left: 0;
  top: 553px;
  width: 990px;
  text-align: center;
}

.hiddenPic {
  display: none;
}

#title_graphic_new {
	position: relative;
	left: 224px;
}





#formArea {
	background: url("../image/background_form.gif") repeat-y;
	height: 464px;
	padding: 34px 12px;
	width: 236px;
	
	position: absolute;
	top: 49px;
	left: 740px;
}
	#formArea h1 {
		background: url("../image/text_TakeYourFuture.png") no-repeat;
		height: 55px;
		margin-top: 0;
		margin-bottom: 15px;
		text-indent: -9999px;
		width: 207px;
	}
	
	#formArea h1#thanksHeader {
		background: url("../image/text_YouAreApproaching.png") no-repeat;
		height: 53px;
		margin-bottom: 15px;
		text-indent: -9999px;
		width: 230px;
	}
	
	#formArea p { 
		color: #333;
		font: normal 12px Arial, Helvetica, sans-serif;
		margin-bottom: 5px;
		
		position: relative; 
	}
	
	#formArea p#formIntro {
		color: #000;
		font: bold 12px/15px Arial, Helvetica, sans-serif;
		margin-bottom: 20px;
	}
	
#stepOne label {
	color: #333;
	display: block;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#stepTwo label {
	color: #333;
	display: inline-block;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 80px;
}
	#stepTwo label.longLabel { text-align: left; width: 100%; }

.check {
	margin: 0;
	padding: 0;
	width: 200px;
}

.formAdjust {
	position: relative;
	top: 0;
	left: 15px;
}

select {
	width: 100%;
}

#stepTwo input {
	width: 121px;
}

#stepTwo select {
	width: 125px;
}
		
#btn_Submit, #btn_Next {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 55px;
}


#stepOne label.errorMessage {
	background: #fff;
	border: 1px solid #f00;
	color: #f00;	
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	
	position: absolute;
	bottom: -6px;
	left: 6px;
} 

#stepOne p.validate_checkbox label.errorMessage {
	line-height: 20px;
	
	position: absolute;
	top: 25px;
	left: 115px;
}

#stepTwo label.errorMessage {
	background: #fff;
	border: 1px solid #f00;
	color: #f00;	
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	
	position: absolute;
	top: 0;
	left: 87px;
}

#stepTwo p.longLabel label.errorMessage {
	position: absolute;
	top: 30px;
	left: 5px;
}

select.errorMessage {
	background: #f00;
	color: #fff;
}	

#grad_year, #stepTwo select#relocation { width: auto; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#stepTwo p.selectParagraph label.errorMessage {
		position: absolute;
		top: 1px;
		left: 87px; 
	}
	
	#stepTwo p.longLabel label.errorMessage {
		position: absolute;
		top: 31px;
		left: 5px;
	}
}