@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../images/background/bkgd_banner.png);
	background-repeat: repeat-x;
	font-size: small;
	color: #333;
}
* {
    outline: none;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
	}
	
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #039;
}
h2 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 160%;
	font-weight: lighter;
	text-transform: uppercase;
}
h3 {
	letter-spacing: 1px;
	line-height: 175%;
	color: #06F;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: lighter;
}
h4 {
	font-size: 140%;
	color: #FFF;
	text-transform: uppercase;
	line-height: 150%;
}
h5 {
	font-size: 110%;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: CCC;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
}
#header {
	height: 116px;
}
#logo {
	width: 431px;
	float: left;
	margin-top: 35px;
}
#banner-contact {
	width: 500px;
	float: right;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
	font-weight: lighter;
	margin-right: 30px;
	height: 110px;
}
ul#topnav {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 35px;
	}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
	}
ul#topnav a.about-us {
	width: 107px;
	background-image: url(../images/nav-btn/nav-btn_about.png);
	background-repeat: no-repeat;
	}
ul#topnav a.simulators {
	width: 153px;
	background-image: url(../images/nav-btn/nav-btn_simulators.png);
	background-repeat: no-repeat;
	}
ul#topnav a.packages {
	width: 138px;
	background-image: url(../images/nav-btn/nav-btn_packages.png);
	background-repeat: no-repeat;
	}
ul#topnav a.aviation {
	width: 217px;
	background-image: url(../images/nav-btn/nav-btn_education.png);
	background-repeat: no-repeat;
	}
ul#topnav a.corporate {
	width: 265px;
	background-image: url(../images/nav-btn/nav-btn_corporate.png);
	background-repeat: no-repeat;
}
ul#topnav a.press {
	width: 101px;
	background-image: url(../images/nav-btn/nav-btn_press.png);
	background-repeat: no-repeat;
	}
ul#topnav a.gallery {
	width: 187px;
	background-image: url(../images/nav-btn/nav-btn_gallery.png);
	background-repeat: no-repeat;
}
ul#topnav a.contact-us {
	width: 157px;
	background-image: url(../images/nav-btn/nav-btn_contact.png);
	background-repeat: no-repeat;
	}
ul#topnav li .sub {
	position: absolute;
	top: 35px;
	left: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-image: url(../images/background/transparent.png);
	-moz-border-radius-bottomleft: 5px;
	}
ul#topnav li .row {
	clear: both; float: left; width: 100%; margin-bottom: 10px;
	}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #9CF;
	text-shadow: 1px 1px 1px #009;
	}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #00F;
	text-shadow: 1px 1px 1px #009;
	}
ul#topnav .sub ul li a {
	color: #ddd;
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	background-image: url(../images/menu/navlist_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	}
ul#topnav .sub ul li a:hover {
	color: #FFF;
	background-position: 5px 16px;
	text-shadow: 1px 1px 1px #006;
	}
#banner {
	float: left;
	width: 765px;
	height: 350px;
}
#side-nav {
	float: left;
	width: 240px;
	list-style-type: none;
	margin-left: 15px;
}
#side-nav ul {
	list-style-type: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #1300A5;
}
#side-nav ul li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1300A5;
	margin-left: -30px;
}
#clear {
	clear: both;
	height: 30px;
}
#middle {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 620px;
	float: left;
	clear: both;
	padding-right: 50px;
	padding-left: 20px;
	margin-right: 5px;
	margin-bottom: 50px;
	line-height: 2em;
}
#side {
	width: 250px;
	float: left;
	margin-bottom: 50px;
	margin-left: 20px;
	padding-left: 10px;
	border: 2px dotted #CCC;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-top: 10px;
	padding-right: 25px;
	line-height: 50%;
}
#side-text {
	padding-left: 25px;
}
#side li{
	font-size: 90%;
	color: #333;
	list-style-type: none;
}
#btm-container {
	clear: both;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
	height: 300px;
	line-height: 150%;
}
#col1 {
	width: 225px;
	float: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 35px;
	height: 250px;
	color: #FFF;
	background-image: url(../images/background/col.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#col2 {
	width: 225px;
	float: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 250px;
	color: #FFF;
	background-image: url(../images/background/col.png);
	background-repeat: no-repeat;
}
#col3 {
	float: left;
	width: 225px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 35px;
	height: 250px;
	color: #FFF;
	background-image: url(../images/background/col.png);
	background-repeat: no-repeat;
}
#btm-nav {
	font-size: 90%;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #006;
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	line-height: 180%;
	padding-top: 5px;
	padding-left: 25px;
}
#footer {
	font-size: 90%;
	text-align: left;
	line-height: 130%;
	clear: both;
	color: #006;
	text-transform: uppercase;
	font-weight: bolder;
	width: 1000px;
	padding-left: 25px;
}
#paypal {
	width: 300px;
	float: right;
	margin-top: -15px;
}
ul li {
	font-size: 110%;
	line-height: 150%;
	color: #333;
}
#box {
	border: 2px dotted #CCC;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 25px;
}
#box2 {
	border: 2px dotted #CCC;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#box3 {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 2px dotted #CCC;
}
#box4 {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 2px dotted #CCC;
}
#box5 {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 2px dotted #CCC;
}
#repeating-txt {
}
.note {
	font-size: x-small;
}
.testimonial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 150%;
	font-size: 110%;
	color: #666;
}
.client {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #009;
}
#next-btn {
	float: right;
	text-align: right;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-image: url(../images/background/col.png);
	background-position: right bottom;
	padding-left: 15px;
}
#side ul li a {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	line-height: 250%;
	display: block;
	margin-left: -30px;
	padding-left: 25px;
	text-transform: uppercase;
}
#side-nav-2 {
}
.media {
	text-align: center;
}
.image {
	width: 200px;
	float: left;
	padding-top: 10px;
	height: 200px;
}
.imageright {
	width: 200px;
	float: left;
	padding-top: 10px;
	height: 200px;
	padding-left: 20px;
}
#imageRow {
	height: 125px;
}
#image1 {
	height: 100px;
	width: 135px;
	border: 1px solid #006;
	float: left;
	margin: 8px;
}
#image2 {
	height: 100px;
	width: 135px;
	border: 1px solid #006;
	float: left;
	margin: 8px;
}
#image3 {
	height: 100px;
	width: 135px;
	border: 1px solid #006;
	margin: 8px;
	float: left;
}
#image4 {
	height: 100px;
	width: 135px;
	border: 1px solid #006;
	margin: 8px;
	clear: right;
	float: left;
}
#flashback-about {
	background-image: url(../images/flashback/about-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-franchiseform {
	background-image: url(../images/flashback/franchise-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-franchise {
	background-image: url(../images/flashback/franchise-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-students {
	background-image: url(../images/flashback/kids-camp-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-pilots {
	background-image: url(../images/flashback/pilot-training-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-contactus {
	background-image: url(../images/flashback/contact-us-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-disclaimer {
	background-image: url(../images/flashback/disclaimer.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-corporate {
	background-image: url(../images/flashback/corporate-events-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-simulators {
	background-image: url(../images/flashback/simulators-2.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-a320 {
	background-image: url(../images/flashback/simulators-A320.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-737 {
	background-image: url(../images/flashback/simulators-737.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-intro {
	background-image: url(../images/flashback/intro-0.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-location {
	background-image: url(../images/flashback/location-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-packages {
	background-image: url(../images/flashback/packages-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-special3 {
	background-image: url(../images/flashback/packages-special-for2.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-pilot-pkg {
	background-image: url(../images/flashback/packages-pilot.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-city {
	background-image: url(../images/flashback/packages-city.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-flight90 {
	background-image: url(../images/flashback/packages-flight90.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-ultimate {
	background-image: url(../images/flashback/packages-ulimate);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-press {
	background-image: url(../images/flashback/press-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-terms {
	background-image: url(../images/flashback/terms.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-testimonial {
	background-image: url(../images/flashback/testimonials-1.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-packages-gc {
	background-image: url(../images/flashback/packages-3.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}
#flashback-packages-paypal {
	background-image: url(../images/flashback/packages-4.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 750px;
}

img, div, a, input { behavior: url(../iepngfix.htc) 
}
.new {
	color: #C00;
	text-decoration: blink;
}
.special {
	font-size: 300%;
	text-transform: uppercase;
	line-height: 110%;
	text-decoration: none;
	text-align: center;
}
.boeing-blue {
	color: #024D93;
	font-size: 18px;
}

