/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}

h1
{
	color: #486A8E;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

h2
{
	color: #486A8E;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	text-transform: none;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h3
{
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4
{
	font-size: 15px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 0px 20px 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5
{
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a
{
	text-decoration: none;
	color: #486A8E;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{
	padding: 0px 0px 10px 35px;
}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 18px 0px;}

img {border: 0;}

dd {
	margin: 0;
	padding: 0 0 20px 200px;
}
dl {margin: 0; padding: 0 0 20px;}

.contactTitle
{
	font-size: 16px;
	font-weight: bold;
}

#page
{
	width: 864px;
	margin: 0 auto;
	position: relative;
}

/* Classes */

.popup {
	display: none;
	background: #555555;
	border: 1px white solid;
	padding: 20px;
	width: 250px;
	position: absolute;
	margin: 20px;
}

.nav, .navActive
{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(http://www.evojets.com/images/navBG.jpg) repeat-x top;
	cursor: pointer;
}

.nav a, .navActive a
{
	color: #000;
	padding: 0 7px;
	text-decoration: none;
}

.navActive {background: url(http://www.evojets.com/images/navBGactive.jpg) repeat-x top;}

.navActive a {color: #fff;}
.nav a:hover, .navActive a:hover {text-decoration: none}

#requestInfo {
	background: #e5e5e7 url(http://www.evojets.com/images/requestInfoBG.jpg) repeat;
	margin: 5px 0;
}

.homeBody {	background: #e5e5e7 url(http://www.evojets.com/images/homeBG.jpg) repeat-x top;}

.main {padding: 21px 17px 20px 31px;}

.homeText
{
	color: #000;
	line-height: 17px;
	font-size: 14px;
}

.homeBlurb
{
	color: #486A8E;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 20px 0;
}
.homeBlurb a
{
	text-decoration: underline;
	font-size: 11px;
}

.footer {
	background: url(http://www.evojets.com/images/footer.jpg) bottom center no-repeat;
	text-align: center;
	color: #fff;
}

.footer a
{
	color: #E1E0DF;
	font-size: 10px;
	padding: 0 4px;
}

.disclaimer
{
	margin: 0 auto;
	text-align: center;
	color: #C2C2C2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	line-height: 12px;
}	

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 30px 0;
	text-decoration: none;
	text-align: center;
	color: #c2c2c2;
}


/* Drop Down styles */

.aboutDD, .evolvedMemDD, .charterPlusDD, .safetyDD, .servicesDD, .learnMoreDD
{
	background: url(http://www.evojets.com/images/aboutDD_BG.png) repeat-y left;
	padding: 5px 0 0px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

.aboutDD a, .evolvedMemDD a, .charterPlusDD a, .safetyDD a, .servicesDD a, .learnMoreDD a
{
	color: #999999;	
}

.aboutDD a:hover, .evolvedMemDD a:hover, .charterPlusDD a:hover, .safetyDD a:hover, .servicesDD a:hover, .learnMoreDD a:hover 
{color: #8BA7CA; text-decoration: none;}

.evolvedMemDD {background: url(http://www.evojets.com/images/evolvedMembershipDD_BG.png) repeat-y left;}
.charterPlusDD {background: url(http://www.evojets.com/images/charterPlusDD_BG.png) repeat-y left;}
.safetyDD {background: url(http://www.evojets.com/images/safetyDD_BG.png) repeat-y left;}
.servicesDD {background: url(http://www.evojets.com/images/servicesDD_BG.png) repeat-y left;}
.learnMoreDD {background: url(http://www.evojets.com/images/learnMoreDD_BG.png) repeat-y left;}

/* Form Sizing */
.fieldSmaller {
	width: 30px;
}
.fieldSmall {
	width: 165px;
}
.fieldMedium {width: 260px;}
.fieldLarge {
	width: 540px;
}

/* Sub Page classes*/
.subHeader
{
	padding: 37px 39px 0 0;
	;
	color: #fff;
	font-style: italic;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subHeader h1
{
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	text-transform: none;
	text-decoration: none;
}

#btn_requestInfo {margin: 5px -13px 0 0;}

.subBody {background: #fff url(http://www.evojets.com/images/subBG.jpg) repeat-x top;}

.breadcrumbs
{ 
	padding: 0 10px; 
	color: #808080;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.breadcrumbs a
{
	color: #808080;
	text-transform: uppercase;	
}

.quickLinks 
{
	color: #808080;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	padding: 15px 20px;
	line-height: 17px;
	margin-bottom: 20px;
} 

.quickLinks a {color: #808080; padding: 0 5px;}

.subTable {
	margin: -10px 0 40px;
}
.subLeftCol {border-left: #808080 1px solid;}

.subBodyText {
	padding: 0 60px 0 50px;
}

.subBodyText li, .postFlightText li
{
	list-style-image: url(http://www.evojets.com/images/bulletIcon.jpg);
}

.blueText {
	color: #899FB6;
	font-size: 15px;
}

.aboutPic {background: #fff url(http://www.evojets.com/images/aboutPic1.jpg) no-repeat top;}
.evolvedMembershipPic { background: #fff url(http://www.evojets.com/images/charterPlusPic1.jpg) no-repeat top;}
.charterPlusPic {background: #fff url(http://www.evojets.com/images/charterPlusPic1.jpg) no-repeat top;}
.safetyPic {
	background: #fff url(http://www.evojets.com/images/safetyPic1.jpg) no-repeat top;
}
.aircraftPic {background: #fff url(http://www.evojets.com/images/aircraftPic1.jpg) no-repeat top;}
.servciesPic {background: #fff url(http://www.evojets.com/images/servicesPic1.jpg) no-repeat top;}
.learnMorePic {background: #fff url(http://www.evojets.com/images/charterPlusPic1.jpg) no-repeat top;}

.postFlightText {
	padding: 40px 120px 20px 130px;
}

.hidden
{
	display: none; 
}

.visible
{
	display: block;
}

.required {color: #486A8E; font-weight: bold;}

.bulletHeading
{
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #486A8E;
}

.contactInfo {font-size: 14px;}

.freqTopInq a
{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.subBodyText h1, .subBodyText h2
{
	text-decoration: none;
	border-bottom: #486A8E solid 1px;
}
