@font-face {
	font-family: MyriadPro-Regular;
	src: url(/fonts/MyriadPro-Regular.otf);
}
@font-face {
	font-family: MyriadPro-Cond;
	src: url(/fonts/MyriadPro-Cond.otf);	
}
@font-face {
	font-family: BureauGrotesque-OneFive;
	src: url(/fonts/BureauGrotesque-OneFive.otf);	
}

body {
	background: white; /* Old browsers */
	font: 12px/18px MyriadPro-Regular, Arial, sans-serif;
	color: #828282;
}
.hidden {
	display: none;
}
#top {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	width: 100%;
	height: 55px;
	position: absolute;
	z-index: -1;
}
#wrap {
	width: 970px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.separator {
	clear: both;
}
nav li {
	float: left;
}
header {
	margin-bottom: 15px;
}
header nav.top {
	float: right;
	color: #5e5e5e;
	margin-top: 5px;
	font-size: 10px;
}
header nav.top a {
	display: block;
	background: url(/images/icons.gif) no-repeat 0 1000px;
	color: #5e5e5e;
	text-decoration: none;
	padding: 0 10px;
	text-transform: uppercase;
}
header nav.top a:hover {
	color: black;
}
header nav.top .contact {
	background-position: 0 4px;
	padding: 2px 10px 0 16px;
	margin: 0 10px;
	border-right: 1px solid #5e5e5e;
}
header nav.top .instructor {
	background-position: 0 -27px;
	padding: 2px 10px 0 15px;
	margin-right: 10px;	
	border-right: 1px solid #5e5e5e;
}
header nav.top .chat {
	background-position: 0 -56px;
	padding: 2px 0 0 20px;
	margin-right: 20px;	
}
header nav.top input[type=search] {
	background: #d8d8d8;
	width: 150px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	padding: 2px 5px;
}
header nav.main a {
	display: block;
	height: 32px;
	background: url(/images/nav.jpg) center top;
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
	padding: 13px 20px;
	font-size: 14px;
	line-height: 15px;
}
header nav.main a:hover {
	background-position: center bottom;
}
header nav.main a.first {
	background-position: left top;
	padding-left: 24px;
}
header nav.main a.first:hover {
	background-position: left bottom;
}
header nav.main a.last {
	background-position: right top;
	padding-right: 24px;
}
header nav.main a.last:hover {
	background-position: right bottom;
}
header nav.main .bar {
	display: block;
	background: url(/images/nav-bar.jpg);
	width: 5px;
	height: 58px;
}
#shadow {
	position: absolute;
	z-index: 2;
	float: left;
	margin-left: -19px;
}
#banner {
	float: left;
	margin-left: -19px;
}
#enroll {
	display: block;
	background: url(/images/enroll-btn.jpg);
	width: 150px;
	height: 39px;
}
#enroll:hover {
	background-position: bottom;
}
#banner #enroll {
	position: absolute;
	margin: 380px 0 0 555px;
}
#enroll span {
	display: none;
}
.separator {
	clear: both;
	background: url(/images/separator.gif);
	width: 937px;
	height: 10px;
	margin: 5px auto;
}
#saying p {
	font-size: 26px;
	line-height: normal;
	font-weight: bold;
}
#saying #video {
	float: right;
	background-image: url(/images/play.png), url(/images/video.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 295px;
	height: 165px;
	margin-top: -20px;
	box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-o-box-shadow: 2px 2px 5px #666;
	cursor: pointer;
}
#saying label {
	float: right;
	width: 185px;
	margin: 45px 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#saying a {
	float: left;
	width: 145px;
	margin-right: 15px;
	color: #002b5d;
	text-decoration: none;
	/*font: 13px MyriadPro-Cond;*/
	font-size: 13px;
}
#saying a img {
	margin-top: 5px;
	box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-o-box-shadow: 2px 2px 5px #666;
}
#saying a em {
	font-style: normal;
	color: #c12a4f;
}
#saying a span {
	color: #828282;
	font-size: 11px;
}
#ctas {
	margin: 15px 0;
}
#ctas p {
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	text-align: right;
}
#ctas p label {
	color: #c12a4f;
}
#ctas a {
	float: right;
	width: 221px;
	margin-left: 20px;
	color: white;
	text-decoration: none;
}
#ctas a span {
	position: absolute;
	display: block;
	background: black;
	width: 221px;
	height: 30px;
	margin-top: 128px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#ctas a label {	
	position: absolute;
	text-transform: uppercase;
	width: 221px;
	text-align: center;
	font-size: 15px;
	margin-top: 134px;
}
footer nav.top {
	background: #e0e0e0;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	font-size: 24px;
	padding: 10px 15px;
}
footer nav.top .question {
	margin-right: 20px;
}
footer nav.top a {
	display: block;
	background: url(/images/icons-lrg.gif) no-repeat 0 1000px;
	color: #5e5e5e;
	text-decoration: none;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 16px;
}
footer nav.top a:hover {
	color: black;
}
footer nav.top .contact {
	background-position: 0 5px;
	padding: 2px 10px 0 24px;
	margin: 0 10px;
	border-right: 1px solid white;
}
footer nav.top .chat {
	background-position: 0 -27px;
	padding: 2px 10px 0 27px;
	margin-right: 10px;	
	border-right: 1px solid white;
}
footer nav.top .instructor {
	background-position: 0 -60px;
	padding: 2px 10px 0 20px;
	margin-right: 10px;	
	border-right: 1px solid white;
}
footer nav.top .faq {
	background-position: 0 -89px;
	padding: 2px 0 0 25px;
}
footer nav.top .search {
	float: right;
}
footer nav.top input[type=search] {
	background: #c5c5c5;
	width: 190px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-o-border-radius: 5px; 
	padding: 2px 5px;
	font-size: 16px;
}
footer h2 {
	font-size: 26px;
	line-height: normal;
	font-weight: bold;
	margin-top: 20px;
}
footer p {
	font-size: 17px;
	line-height: normal;
}
footer p a {
	color: #828282;
	text-decoration: underline;
}
footer p a:hover {
	color: black;
}
footer p em {
	color: #1f1f1f;
	font-weight: bold;
}
footer #copy {
	float: right;
	margin: 5px 0;
}
footer nav.all {
	font-size: 10px;
	margin: 5px 0 10px 0;
}
footer nav.all a {
	padding: 0 3px;	
	color: #828282;
	text-decoration: none;
}
footer nav.all a:hover {
	color: black;
}
footer nav.all .first {
	padding-left: 0;
}
footer nav.all span {
	padding-left: 3px;
}
#private-pilot-license {
	text-align: center;
	font-size: 26px;
	line-height: normal;
}
#private-pilot-license p.center {
	width: 800px;
	font-size: 18px;	
	margin: 15px auto;
}
#private-pilot-license p.center strong {
	font-size: 28px;
	color: #404040;
}
#private-pilot-license p.center em {
	color: #404040;
	font-weight: bold;
}
#steps {
	float: left;
	text-align: left;
	font-size: 26px;
	margin: 15px 0 10px 0;
}
#steps a {	
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	color: #717171;
	text-decoration: none;	
}
#steps img {
	float: right;
}
#steps label {
	display: block;
	color: #c5c5c5;
	font-size: 80px;
	text-transform: uppercase;
	font-family: BureauGrotesque-OneFive;
	cursor: pointer;
}
#steps label span {
	color: #828282;
	margin-left: 8px;
}
#steps a:hover label, #steps a label.active {
	position: relative;
	z-index: 1;
	color: #828282;
}
#steps a:hover label span, #steps a label.active span {
	position: relative;
	z-index: 1;
	color: #c0274d;
}
#steps span.name.active {
	position: relative;
	z-index: 1;
	color: #717171;
}
#steps .description {
	position: absolute;
	z-index: 1;
	width: 780px;
	margin-left: 180px;
	font-size: 20px;
	color: #404040;
}
#steps .description p {
	margin-bottom: 20px;
}
#steps .description a {
	float: right;
	width: auto;
	margin-left: 20px;
	font-size: 14px;
	text-decoration: underline;
}
#steps .description a.signup {
	color: #c0274d;
}
#steps .description a:hover {
	color: black;
}
#steps .bg {
	position: absolute;
	background: white;
	width: 970px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#ebook {
	display: block;
	background: url(/images/ebook-btn.jpg);
	width: 150px;
	height: 39px;
	margin: 10px auto 20px auto;
}
#ebook:hover {
	background-position: bottom;
}
#international-students {
	font-size: 18px;
	line-height: normal;
}
#international-students #banner {
	position: relative;
	z-index: 1;
	margin-bottom: -10px;
}
#international-students h2 {
	font-size: 28px;
	color: #404040;
	text-align: center;
}
#international-students p {
	text-align: center;
	margin-bottom: 20px;
}
#international-students a {
	color: #828282;
}
#international-students a:hover {
	color: black;
}
#international-students .testimonials {
	margin-top: 10px;
}
#international-students .testimonials p {
	font-size: 30px;
	line-height: 32px;
	text-align: right;	
	margin: 0;
}
#international-students .testimonials span {
	color: #c12a4f;
	font-weight: bold;
	font-size: 24px;
}
#international-students .testimonials a {
	float: right;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	width: 221px;
	height: 158px;
	margin-left: 20px;
	color: white;
	text-decoration: none;
}
#international-students .testimonials a span {
	position: absolute;
	display: block;
	background: black;
	width: 221px;
	height: 30px;
	margin-top: 128px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#international-students .testimonials a label {	
	position: absolute;
	width: 221px;
	font-size: 19px;
	margin-top: 131px;
	padding-left: 10px;
	font-family: MyriadPro-Cond;
}
#international-students ul {
	margin: 20px 0 20px 20px;
}
#international-students #enroll {
	margin: 20px auto;
}