/* ===============================================
Pentastar Aviation

--------------------------------------------------
AUTHOR(S): 
	mbixby@topspotims.com
=================================================*/

/* ==== mini-reset ============================== */
body, h1, h2, h3, h4, p, form, fieldset, label, img, ul, li, div {
	margin: 0;
	padding: 0;
	border: none;
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
a:focus {
	outline: none;
	border: none;
}
a { 
	text-decoration: none; 
}
	a:hover { 
		text-decoration: underline; 
	}
/* ==== General Stuffs ============================== */
body { 
	background: URL(../images/body-bg.jpg) #0a5cb2 repeat-x top; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 62.5%; 
}
h1 { 
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif; 
}
h2 { 
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #336eae;
}
h3 { 
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333;
}
h4 { 
	font-size: 1.2em; 
}

/* ==== Layout ============================== */
#main-wrapper {
	margin: 0 auto;
	width: 1003px;
	clear: both;
	overflow: auto;
}
	#main-wrapper.home {
		padding-top: 20px;
	}
#main-top.home {
	width: 1003px;
	height: 106px;
	background: url(../images/main-top-bg.png) top left no-repeat;
}
#main-top.home h1 {
	margin: 0 0 0 300px;
	padding-top: 80px;
	display: block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 2.4em;
}
#main.home {
	width: 1003px;
	background: url(../images/main-bg.png) top left repeat-y;
	overflow: auto;
}
	#main.home .left {
		width: 290px;
		padding-top: 10px;
		float: left;
		margin-top: 10px;
	}
	#main.home .left.home {
		margin-top: 0;
	}
	#main.home .right {
		width: 670px;
		padding: 10px;
		margin-left: 5px;
		float: left;
	}
		/*#main.home*/ .right p {
			font-size: 1.2em;
			color: #666;
			margin-bottom: 20px;
			line-height: 1.6em;
		}
.home-plane {
	float: right;
	margin-right: 10px;
}

/* == Current Specials == */
#current-specials {
	width: 230px;
	border: 1px solid #ccdce8;
	margin-left: 30px;
	clear: left;
}
	#current-specials h2 {
		background: url(../images/current-specials-h2-bg.gif) top left repeat-x;
		height: 42px;
		color: #75cbef;
		font-weight: bold;
		text-align: center;
		padding: 8px 0 0 0;
		border-bottom: 1px solid #ccdce8;
	}
	#current-specials h2 span {
		display: block;
		color: #333;
		font-weight: normal;
		font-family: Arial, sans-serif;
		font-size: .7em;
	}
ul#specials-inner {
	list-style: none;
}
	ul#specials-inner li {
		background: #f7f9fb;
		border-bottom: 1px solid #ccdce8;
		padding:5px 0 8px 10px;
	}
	ul#specials-inner li.odd {
		background: #dce7ee;
	}
	ul#specials-inner li p.date {
		font-weight: bold;
		font-size: 1.1em;
	}
		ul#specials-inner li p.date span {
			color: #1784d0;
		}
	ul#specials-inner li p.location {
		margin-bottom: 7px;
	}
	ul#specials-inner li a.reserve-btn, a.reserve-btn-all {
		color: #FFF;
		background: url(../images/current-specials-reserve-btn.gif) top left repeat-x;
		padding: 4px 4px 2px 4px;
		font-weight: bold;
		border: 1px solid #8adaf3;
		font-family: Arial, Helvetica, sans-serif; 
	}
	ul#specials-inner li a.reserve-btn-all {
		margin: 0 auto;
	}
	
/* == Social Media == */
#social-media {
	margin: 40px 0 20px 0;
	overflow: auto;
}
	#social-media img {
		float: left;
		border: none;
	}
	#social-media a.rfq-btn {
		width: 200px;
		height: 34px;
		padding: 15px 0 0 0;
		margin-left: 20px;
		background: #74ccef;
		display: block;
		float: left;
		text-align: center;
		color: #fff;
		font-size: 1.7em;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
		#social-media a.rfq-btn:hover {
			background: #FFF;
			border: 1px solid #74ccef;
			color: #74ccef;
			text-decoration: none;
			height: 32px;
		}

/* ==== HEADER ============================================================================= */
#header-wrapper {
	width: 1011px;
	margin: 0 auto;
	position: relative;
}

/* == GLOBAL == */
a#logo img {
	float: left;
	margin: 20px 0 20px 20px;
}

p.phone {
	color: #77c5ee;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	float: right;
	display: block;
	margin: 25px 35px 20px 0;
	font-weight: bold;
	clear: right;
	text-align: right;
}
	p.phone span {
		color: #FFF;
		font-size: 1.8em;
		margin-top: 10px;
	}
#global-nav {
	list-style: none;
	float: right;
	margin: 26px 45px 0 10px;
}
	#global-nav li {
		position: relative;
		float: left;
	
	}
		#global-nav li a{
			color: #c4e0e9;
			font-size: 1.0em;
			border-right: 1px solid #C4e0e9;
			padding: 0 4px;
		}
		#global-nav li.last a {
			border: none;
		}

/* == PRIMARY NAV ==  */
#primary-nav-wrapper {
	width: 1009px;
	height: 48px;
	background: url(../images/primary-nav-bg.jpg) repeat-x;
	border: 1px solid #4887b1;
	clear: both;	
}
#primary-nav {
	float: left;
	list-style: none;
}
	#primary-nav li {
		position: relative;
		float: left;
	}
		#primary-nav li a {
			width: 99px;
			height: 40px;
			margin: 0 19px;
			padding-top: 8px;
			display: block;
			text-align: center;
			color: #FFF;
			font-size: 1.2em;
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold;
		}
		#primary-nav li.active a {
			background: url(../images/primary-nav-active.gif) bottom center no-repeat;
		}
#primary-nav ul {
	position: absolute;
	top: auto;
	border: 1px solid #BBB;
	border-top: none;
	display: none;
	margin-top: 1px;
	list-style: none;
}
	#primary-nav ul li {
		background: #FFF;
	}
		.inner #primary-nav ul li a, #primary-nav ul li a, #primary-nav li.active ul li a {
			font-family: Arial, sans-serif;
			height: auto;
			width: 179px;
			text-align: left;
			color: #888;
			margin: 0;
			padding: 10px 10px;
			background: url(../images/current-specials-h2-bg.gif) bottom left repeat-x;
			font-weight: normal;
			border-bottom: 1px solid #BBB;
			text-shadow: 0 0 2px #FFF;
		}
		#primary-nav li.active ul li a {
			
		}
		#primary-nav ul li a:hover, #primary-nav li.active ul li a:hover {
			background: #888;
			color: #FFF;
			text-shadow: 0 0 5px #222;
			text-decoration: none;
		}
		#primary-nav ul li.last a, #primary-nav li.active ul li.last a {
			border-bottom: none;
		}
		.inner #primary-nav li a {
			width:140px;
			margin:0 13px;
			height: 30px;
			padding-top: 18px;
		}
		/*
.inner #primary-nav ul li a {
			margin: 0;
			padding-top: 10px;
		}
*/
		
/* == SUB NAV (Wrapper | Nav) == */
#sub-nav-wrapper{
	width: 990px;
	height: 41px;
	background: #f0f2f3;
	float: right;
	margin-right: 11px;
}
#sub-nav-wrapper.home {
	width: 730px;
}

/* == SEARCH FORM == */
#search {
	float: right;
	height: 41px;
}
	#search fieldset {
/* 		background: url(../images/search-bg-2.jpg) top left repeat-x; */
		height: 32px;
		padding: 13px 15px 0 20px;
		display: block;
	}
	#search input {
		border: 1px solid #b4d2e1;
		width: 111px;
		font-size: 1.0em;
		font-weight: bold;
		font-style: italic;
		padding: 2px;
		height: 14px;
		border-right: none;
		margin: 0;
		float: left;
		color: #777;
	}
	#search input.submit {
		width: 22px;
		height: 22px;
		padding: 0;
		background: url(../images/search-submit.gif) no-repeat;
		text-indent: -99999px;
		border: none;
		margin-top: -1px;
		text-shadow: 0 2px 2px #999;
	}
	
/* == Quotes (Call to Action) == */
#quotes {
	border: 1px solid #FFF;
	width: 285px;
	overflow: auto;
	float: left;
	margin: 50px 0 0 10px;;
}
.quote-box {
	border-bottom: 1px solid #FFF;
	overflow: auto;
	background: url(../images/1x1black.png) repeat;
}

.quote-box.last {
	border: none;
}
.quote-box a {
	width: 216px;
	height: 43px;
	padding: 25px 0 0 0;
	display: block;
	vertical-align: middle;
	float: left;
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
}
	.quote-box a.icon {
		float: left;
		width: 47px;
		height: 47px;
		border: 1px solid #FFF;
		padding: 0;
		margin: 10px 10px 9px 10px;
	}
.quote-box.hover, #quotes.inner .quote-box.hover {
	background: url(../images/quote-hover.jpg) top left repeat-x;
}
	.quote-box.hover a, #quotes.inner .quote-box.hover a {
		color: #1769a9;
		text-decoration: none;
	}
	.quote-box.hover a.icon, #quotes.inner .quote-box.hover a.icon {
		border-color: #1769a9;
	}
	
#quotes.inner {
	width: 230px;
	margin: 0 0 30px 30px;
	border-color: #ccdce8;
}
	#quotes.inner .quote-box {
		border-color: #ccdce8;
		background: #EEE;
	}
	#quotes.inner .quote-box a {
		color:#666;
		display:block;
		float:left;
		font-size:1.1em;
		font-weight:bold;
		height:33px;
		padding:25px 0 0;
		vertical-align:middle;
		width:160px;
	}
	#quotes.inner .quote-box a.icon {
		float: left;
		width: 47px;
		height: 47px;
		border: 1px solid #FFF;
		padding: 0;
		margin: 5px 10px 4px 5px;
	}

/* == TABBED FORMS (Container) ==  
#tab-forms {
	position: absolute;
	top: 49px;
	left: 10px;
	background: url(../images/tab-forms-wrapper-bg.png) top center repeat-y;
}
#tab-forms-top {
	width: 280px;
	height: 19px;
	background:	url(../images/tab-forms-top.png) top left no-repeat;
}
#tab-forms-bottom {
	position: absolute;
	width: 280px;
	height: 16px;
	bottom: -16px;
	background: url(../images/tab-forms-wrapper-bottom-bg.png) bottom center no-repeat;
}


== TABBED FORMS CONT. (Wrapper | Nav | Forms) ==
#forms-wrapper.home {
	display: none;
}
#forms-wrapper {
	width: 261px;
	margin: 0;
	margin-left: 9px;
	padding-bottom: 13px;
	padding-top: 10px;
	background: url(../images/forms-wrapper-bg.png) top left repeat-y;
	overflow: visible;
}
ul#forms-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 231px;
	height: 33px;
	margin: 0 auto;
	background: #77c4ee;
}
	ul#forms-nav li {
		position: relative;
		float: left;
	}
		ul#forms-nav li a {
			width: 57px;
			padding: 6px 10px;
			display: block;
			text-align: center;
			color: #FFF;
			line-height: .9em;
			background: url(../images/form-nav-bg.jpg) top left no-repeat;
			font-weight: bold;
			height: 17px;
		}
		ul#forms-nav li.active a {
			background: url(../images/form-nav-active-bg.gif) top left repeat-x;
		}
*/

		
/* == Book Flight (FORM) ==*/		
form#book-flight {
	width: 229px;
	border: 1px solid #d8e4ee;
	border-top: none;
	display: block;
	margin: 0 auto;
	background: #f4f8fa;
}
	form#book-flight input {
		width: 186px;
		height: 11px;
		border: 1px solid #9ecae2;
		color: #5f5f5f;
		font-size: 1.0em;
		font-weight: bold;
		padding: 6px;
		margin: 0 0 10px 14px;
	}
	form#book-flight input.radio-btn {
		margin: 10px 0 10px 32px;
		height: 15px;
		width: 15px;
		padding: 0;
		display: inline;
	}
	form#book-flight label {
		font-size: 1.1em;
		color: #17486a;
		font-weight: bold;
	}
	form#book-flight input.date-text {
		width: 59px;
		border-right: none;
		float: left;
		font-size: .9em;
	}
	form#book-flight a.dp-choose-date {
		width: 21px;
		height: 25px;
		background: url(../images/dp-btn.gif) top left no-repeat;
		display: block;
		text-indent: -9999px;
		float: left;
	}
	form#book-flight input.submit {
		width: 100px;
		height: 27px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 1.2em;
		font-weight: bold;
		color: #FFF;
		background: #5fb7d8;
		border: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
		clear: left;
		cursor: pointer;
		text-shadow: 0 2px 2px #666;
	}
	form#book-flight input.submit:hover {
		background: #FFF;
		color: #5fb7d8;
		border: 1px solid #5fb7d8;
	}
	form#book-flight p.form-note {
		font-size: 1.0em;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 200px;
		color: #7f7f7f;
		text-align: center;
	}

/* ==== CONTENT ============================================================================= */
#content h1, .right h1 {
	text-shadow: 0 2px 2px #BBB;
	margin: 15px 0;
}
#content h3 {
	padding: 5px 0;
}
#content p {
	margin-bottom: 15px;
}
	#content p strong {
		color: #1784D0;
		font-size: 1.1em;
	}

#content a {
	color: #003a7d;
}

#content ul {
	margin: 0 20px;
	margin-bottom: 15px;
}
	#content ul li {
		font-size: 12px;
		padding: 3px 0;
		color: #666;
	}
	#content ul li ul li {
		font-size: 12px;
	}
		#content li a {
			color: #003A7D;
		}
#content ul ul {
	margin: 0 25px;
}

/* == Compartive Costs Table == */
.costTable {
	width: 100%;
	border: 1px solid #CCDCE8;
	border-collapse: collapse;
	margin-bottom: 10px;
}
	.costTable tr th {
		font-size: 1.2em;
		text-align: center;
		background: #DCE7EE;
		padding: 5px;
		border-right: 1px solid #CCDCE8;
		color: #1784D0;
	}
	.costTable tr th.last {
		border-right: none;
	}
	.costTable td {
		border-right: 1px solid #CCDCE8;
		font-size: 1.2em;
		padding: 5px;
		text-align: center;
	}
	.costTable tr.odd {
		background: #F7F9FB;
		border-bottom: 1px solid #CCDCE8;
		border-top: 1px solid #CCDCE8;
	}

/* == Secondary Nav == */
span.menustart a{
	margin: 0 0 0 30px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #336eae;
	background: url(../images/current-specials-h2-bg.gif) top left repeat-x;
	display: block;
	width: 220px;
	border: 1px solid #ccdce8;
	border-bottom: none;
	padding: 9px 5px 5px 5px;
}
#secondary-nav {
	list-style: none;
	margin: 0 0 30px 30px;
	width: 230px;
	border: 1px solid #ccdce8;
}
	#secondary-nav li {

	}
		#secondary-nav li > a {
			display: block;
			font-size: 1.2em;
			padding: 5px;
			border-bottom: 1px solid #c7c7c7;
			background: url(../images/tab-nav-bg.jpg) top left repeat-x;
			color: #5b6367;
		}
		#secondary-nav li > a:hover {
			background: #888;
			color: #FFF;
			text-shadow: 0 0 5px #222;
			text-decoration: none;
		}
		#secondary-nav li a:hover {
			text-decoration: none;
		}
		#secondary-nav li.last a, #secondary-nav li.last ul li.last a, #secondary-nav li.active.last ul li.last a {
			border: none;
		}
		#secondary-nav li.active > a {
			color: #317acb;
			font-weight: bold;
			background-position: center;
		}
		#secondary-nav li.active > a:hover {
			background: url(../images/tab-nav-bg.jpg) top left repeat-x;
			text-shadow: none;
		}
#secondary-nav ul  {
	list-style: none;
	display: none;
}
#secondary-nav li.active ul {
	display: block
}
	#secondary-nav ul li > a {
		padding-left: 15px;
		font-size: 1.1em;
		background: #f6f6f7;
	}
	#secondary-nav ul li > a:hover {
		background: #DDD;
		text-shadow: none;
		color: #444;
	}
	#secondary-nav ul li.last a, #secondary-nav li.last ul li a, #secondary-nav li.last.active.parent a {
		border-bottom: 1px solid #ccdce8;
	}

/* == Breadcrumbs == */
#breadcrumbs {
	list-style: none;
	/* float: right; 
	width: 535px; */
	margin-top: 12px;
	padding-left: 20px;
}
.B_firstCrumb, .B_homeCrumb, .B_crumb, .B_currentCrumb {
	color: #317acb;
	font-size: 1.1em;
}
.B_currentCrumb {
	color: #555;
}
/* == Banner == */
#banner {
	margin-bottom: 20px;
}

/* == Content == */
#content {
	width: 475px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}
#content.twoCol {
	width: 100%;
}

/* == Sidebar Right ==*/
#sidebar-right {
	width: 175px;
	float: left;
	margin-bottom: 10px;
}
#sidebar-right a.rfq-btn {
		width: 170px;
		height: 32px;
		padding: 17px 0 0 0;
		background: #74ccef;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 1.3em;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-shadow: 0 2px 2px #999;
	}
	#sidebar-right a.rfq-btn:hover {
		text-decoration: none;
	}

/* == Quick Contact (FORM) == */
form#quick-contact, #contact {
	width: 170px;
	background: url(../images/quick-contact-bottom.gif) #e4eff5 center bottom no-repeat;
	padding-bottom: 11px;
	margin: 20px 0 0 0;
}
#contact {
	padding-top: 11px;
}
	form#quick-contact span.title {
		text-align: center;
		font-size: 1.5em;
		padding: 10px;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		
	}
	.right form#quick-contact p.error {
		color: #800;
		background: #FFF;
		display: block;
		margin: 5px 10px;
		padding: 5px;
		border: 1px solid #9ecae2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	form#quick-contact em {
		display: block;
		text-align: center;
		color: #666;
		padding: 0 0 4px 0;
	}
	form#quick-contact input, form#quick-contact textarea,
	#contact input, #contact textarea{
		width: 138px;
		height: 13px;
		border: 1px solid #9ecae2;
		padding: 5px;
		color: #777;
		font-size: 1.2em;
		font-family: Arial, sans-serif;
		margin: 0 auto;
		margin-bottom: 5px;
		display: block;
	}
	form#quick-contact textarea,
	#contact textarea {
		height: 73px;
	}
	form#quick-contact input.submit,
	#contact input.submit {
		width: 95px;
		height: 26px;
		background: #76c7ee;
		border: 1px solid #FFF;
		text-align: center;
		padding: 4px 0;
		margin: 10px auto;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif; 
		text-shadow: 0 2px 2px #999;
		cursor: pointer;
	}
	
/* == Form Validation Stuff ==*/
#quick-contact input.error, #quick-contact textarea.error,
#contact input.error, #contact textarea.error {
	border-color: #F00;
	background: #ffd6d6;
	color: #FF0000;
}
div label.error {
	color: #F00;
	text-align: center;
	padding: 5px 0;
}

/* == EMPTY LEGS (TABLE) */
.empty-legs {
	border-collapse: collapse;
	width: 100%;
}
	.empty-legs th {
		border: 1px solid #888;
		padding: 5px;
		background: #333;
		color: #FFF;
		font-size: 1.2em;
	}
	.empty-legs th.odd {
		background: #111;
	}
	.empty-legs tr {
		background: #FFF;
	}
	.empty-legs tr.odd {
		background: #DCE7EE;
	}
	.empty-legs td {
		font-size: 1.2em;
		padding: 10px;
		text-align: left;
		border: 1px solid #888;
		width: 20%;
	}
	.empty-legs tr.even td.odd {
		background: #EEE;
	}
	.empty-legs tr.odd td.odd {
		background: #c7d6df;
	}
		.empty-legs td.elq-link {
			text-align: center;
		}
	a#eLegs {
		display: block;
		padding: 5px;
		background: url("../images/current-specials-h2-bg.gif") repeat-x scroll left bottom;
		text-align: center;
		font-size: 10px;
		color: #333;
		font-weight: bold;
		text-shadow: 1px 1px 0 #FFF;
	}
		a#eLegs:hover {
			color: #1784D0;
			text-decoration: none;
			text-shadow: 1px 1px 0 #a9dcff;
		}
		
		#elQuote {
			list-style: none;
			margin-left: 10px;
			margin-bottom: 20px;
		}
			#elQuote li {
				font-size: 16px;
				color: #1784D0;
				margin-bottom: 5px;
			}
			#elQuote li strong {
				margin-right: 5px;
				color: #444;
			}

/* == ADD ENTRY TABLE ==*/
#edit-entry {
	background: #eee;
	width: 350px;
	padding: 10px;
	margin-top: 20px;
	overflow: auto;
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#edit-entry label {
		float: left;
		clear: left;
		display: block;
		width: 130px;
		font-size: 1.2em;
		font-weight: bold;
		text-align: right;
		padding-right: 20px;
		margin-top: 14px;
	}
	#edit-entry input {
		float: left;
		display: block;
		padding: 3px;
		margin-top: 7px;
	}
	#edit-entry input.submit {
		width: 100px;
		display: block;
		float: right;
		margin: 10px 45px 0 0;
	}
	#edit-entry input.delete {
		float: left;
		display: block;
	}
	#edit-entry a.cancel {
		padding: 5px;
		margin-top: 10px;
		float: right;
	}
	a.add-new, 	#edit-entry input.submit, #edit-entry a.add-cancel {
		background: #333;
		color: #FFF;
		padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 10px 0;
		display: block;
		width: 80px;
		height: 14px;
		border: none;
		float: right;
		text-align: center;
		font-size: 1.1em;
		font-weight: bold;
	}
		a.add-new:hover {
			background: #DDD;
			color: #222;
			text-decoration: none;
		}
		#edit-entry a.add-cancel {
			background: #F00;
			color: #FFF;
		}
			#edit-entry a.add-cancel:hover {
				text-decoration: none;
			}
	#edit-entry input.submit {
		margin-left: 10px;
		height: 24px;
		background: #008003;
		color: #FFF;
		cursor: pointer;
		margin-right: 40px;
	}

/* ==== TABS LAYOUT ======================================================================== */	
#tab-section {
	/* width: 470px; */
	background: url(../images/bg_mod.png) #f1f1f1 top left repeat-x;
	border:1px solid #D5D9DC;
	margin-bottom:15px;
	min-height:250px;
	overflow:auto;
}

ul#tab-nav {
	border-right:1px solid #BBBBBB;
	float:left;
	list-style:none outside none;
	margin:20px;
	overflow:auto;
	padding-right:20px;
}
	ul#tab-nav li {
		margin:0 0 10px;
		padding:0;
		position:relative;
	}
		ul#tab-nav li a {
			-moz-border-radius:3px;
			-webkit-border-radius: 3px;
			background: url(../images/bg_tab.png) left center repeat-x;
			border:1px solid #E0E0E0;
			color:#5B6367;
			display:block;
			padding:5px 10px;
			width:100px;
		}
		ul#tab-nav li a:hover {
			background-position: top;
		}
		ul#tab-nav li a.active {
			background: url(../images/bg_tab-active.png) left center repeat-x;
			color: #FFF;
			border-color: #84A9C3;
		}
		ul#tab-nav li a.active:hover {
			text-decoration: none;
		}
		
div.tab {
	float:right;
	padding:20px 10px 0 0;
	width:59%;
}
	#content div.tab p.title, #content div.tab p {
		margin: 5px 0;
	}
	#content div.tab p.title {
		color: #317acb;
		font-weight: bold;
	}
	#content div.tab ul li, #content div.tab p  {
		color: #444;
	}
	#content div.tab ul {
		margin: 5px 0 5px 25px;
	}

/* ==== FOOTER ============================================================================= */
#footer {
	width: 1003px;
	height: 240px;
	background: url(../images/footer-bg.png) top left no-repeat;
}
	#footer .left {
		/* width: 400px; */
		padding-top: 110px;
		float: left;
	}
	#footer .right {
		width: 350px;
		float: right;
		padding-top: 50px;
	}
		/* == Footer Nav == */
		ul#footer-nav {
			list-style: none;
			margin-bottom: 70px;
		}
			ul#footer-nav li {
				position: relative;
				float: left;
			}
				ul#footer-nav li a {
					font-weight: bold;
					font-size: 1.1em;
					color: #1b537b;
					border-right: 1px solid #1b537b;
					padding: 0 5px;
				}
				ul#footer-nav li.first a {
					padding-left: 0;
				}
				ul#footer-nav li.last a {
					border: none;
				}
		p.address {
			font-size: 1.1em;
			color: #333;
			clear: both;
		}
.airports {
	float: left;
	margin: 0 0 0 40px;
	width: 160px;
}
	.airports img {
		float: left;
		padding-top: 5px;
	}
	.airports p.title {
		float: left;
		margin-left: 5px;
		font-weight: bold;
		font-size: 1.2em;
		color: #555;
	}
		.airports p.title span {
			display: block;
			font-weight: normal;
		}
	.airports p.phone {
		float: left;
		margin: 5px 0 0 5px;
		color: #888;
		font-family: Arial, sans-serif;
		text-align: center;
		display: block;
	}
	
/* OUR FLEET ==== */

#ourFleet {
	list-style: none;
	overflow: auto;
}
#ourFleet.sub {
	background: #DDD;
	padding: 5px 5px 0 5px;
}
	#ourFleet li {
		font-size: 12px;
		float: left;
		margin-bottom: 8px;
		padding: 1px;
	}
	#ourFleet.sub li {
		background: #FFF;
		margin-bottom: 5px;
		margin-right: 5px;
	}
	#ourFleet.sub li.last {
		margin-right: 0;
	}
		#ourFleet li a {
			color: #2884d9;
		}
		#ourFleet li:hover {
			border: 1px solid #DDD;
			padding: 0;
		}
		#ourFleet.sub li:hover {
			border: 1px solid #BBB;
			padding: 0;
			text-decoration: none;
		}
		#ourFleet li a span {
			text-align: center;
			display: block;
			padding-bottom: 5px;
		}

.planeImgs {
	overflow: auto;
	margin-top: 5px;
}
.planeImgs div {
	border: 1px solid #BBB;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	margin-top: 10px;
}

	.planeImgs a span {
		display: block;
		color: #333;
		border-top: 1px solid #BBB;
		background: url("../images/current-specials-h2-bg.gif") repeat-x left top;
		text-align: center;
		font-size: 12px;
		padding: 5px 0;
	}
	.planeImgs a:hover, .planeImgs a:hover span {
		text-decoration: none;
	}

.jetSpecs {
	border: 1px solid #CCDCE8;
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.jetSpecs tr {
		border-bottom: 1px solid #CCDCE8;
	}
	.jetSpecs tr.odd {
	
	}
	.jetSpecs tr td {
		font-size: 12px;
		padding: 5px 10px;
	}
	.jetSpecs td.title {
		background: #DCE7EE;
		color: #222;
		text-align: right;
	}



#fleetWrapper {
	border: 1px solid #d6d7d9;
	background: #e9eaee;
	overflow: visible;
}

#fleetNav {
	background: url(../images/fleetMainNavBg.jpg) left center repeat-x;
	overflow: auto;
}
#fleetNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#fleetNav ul li {
		position: relative;
		float: left;
		width: 33.3%;
	}
		#fleetNav ul li a {
			display: block;
			text-align: center;
			color: #2c77dc;
			text-decoration: none;
			font-family: Arial, Tahoma, sans-serif;
			padding: 10px 0;
			outline: none;
			font-size: 14px;
		}
		#fleetNav ul li a:hover {
			background: url(../images/fleetMainNavBgHover.jpg) left center repeat-x;
		}
		#fleetNav ul li a.active {
			color: #333;
			font-weight: bold;
			background: #e9eaee;
		}
		
#sectionWrapper {
	clear: both;
	position: relative;
	width: 100%;
	overflow: auto;
}

/*
.section {
	position: absolute;
	top: auto;
	width: 100%;
	background: #e9eaee;
}
*/

ul.nav {
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
	list-style: none;
}
	ul.nav li {

	}
		ul.nav li a {
			color: #2884d9;
			text-decoration: none;
			font-family: Arial, Tahoma, sans-serif;
			font-size: 12px;
			padding: 10px;
			display: block;
		}
		ul.nav li a.active {
			background: url(../images/navActive.jpg) left center repeat-x;
			color: #FFF;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			border: 1px solid #FFF;
			border-left: none;
		}
.fleetItemWrapper {
	float: right;
	width: 70%;
}
.fleetItem {
	padding: 10px 10px 5px 10px;
}
.fleetItem img {
	border: 2px solid #BBB;
}
.detail {
	float: left;
	margin-right: 10px;
}
.detail ul {
	margin:0 0 10px 20px;
}

.imgWrapper {
	clear: both;
	padding-top: 10px;
}
ul.imgNav {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: auto;
}
	ul.imgNav li {
		float: right;
		padding: 10px;

	}
		ul.imgNav li a {
			font-size: 12px;
			color: #999;
		}
		
		ul.imgNav li a.active {
			background: #d1d6da;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			color: #2884d9;
			padding: 5px 10px;
			font-weight: bold;
		}

/* == Sitemap == */
ul#sitemap {

}
	ul#sitemap li {
		padding: 2px 0;	
	}
		ul#sitemap li a {
			color: #2884d9;
		}
		ul#sitemap li.level1 a {
			font-size: 16px;
			text-decoration: underline;
			font-weight: bold;
		}
		ul#sitemap li.level2 a {
			font-size: 14px;
			text-decoration: none;
			font-weight: normal;
		}
		ul#sitemap li.level3 a {
			font-size: 12px;
		}
		ul#sitemap li.level4 a {
			font-size: 11px;
		}

ul#sitemap ul {
	margin-left: 25px;
}

/* == AJAX Search == */
.ajaxSearch_result {
	
}
	.ajaxSearch_resultLink {
		display: block;
		font-size: 14px;
		color: #2884d9;
	}
	.ajaxSearch_resultDescription {
		
	}
	.ajaxSearch_highlight {
		background: #2884d9;
		color: #FFF;
		padding: 0 2px;
	}
	.ajaxSearch_paging {
		margin-bottom: 10px;
		display: block;
	}
	.ajaxSearch_resultExtract {
		margin-bottom: 0;
		border-bottom: 1px solid #BBB;
	}
	.AS_ajax_resultsIntroFailure {
		font-size: 14px;
		color: #D00;
	}

.right .bioTitle {
	clear: both;
	border-bottom: 1px dashed #BBB;
	margin-bottom: 10px;
	margin-top: 20px;
}
.right .bioText {
	overflow: auto;
}
.bioPic {
	float: left;
	padding: 0 10px 10px 10px;
}
/* == News Ditto Style == */
#content .newsContent p {
	margin-bottom: 5px;
}
#content p.published {
	margin-bottom: 5px;
}
ul#latestNews {
	list-style: none;
	margin: 0;
}
	ul#latestNews li {
		border-bottom: 1px solid #BBB;
		overflow: auto;
	}
	a.readMore {
		float: right;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		clear: both;
	}
		#content a.readMore:hover {
			background: #333;
			color: #FFF;
			text-decoration: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
/* == Current Openings Ditto Style == */
#content a.currentOpeningsBtn {
	padding: 7px;
	background: #336EAE;
	color: #FFF;
	display: block;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}
	#content a.currentOpeningsBtn:hover {
		background: #333;
		color: #FFF;
		text-decoration: none;
	}
#content h2.dittoTitle {
	font-size: 16px;
	margin: 10px 0;
	padding: 5px;
	border-bottom: 1px solid #BBB;
	background: #336EAE;
	color: #FFF;
}

.dittoWrapper {
	border-bottom: 1px solid #BBB;
	padding-bottom: 5px;
	overflow: auto;
}
	span.dittoDate {
		float: right;
		font-size: 14px;
		color: #333;
		margin-right: 10px;
		font-weight: bold;
	}
	a.dittoReadMore {
		float: right;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
	}
		#content a.dittoReadMore:hover {
			background: #333;
			color: #FFF;
			text-decoration: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
	#content .dittoSummary p {
		margin-bottom: 5px;
		margin-top: 5px;
	}
#ditto_pages{
	color:#666666;
	font-size:1.2em;
	text-align:center;
}
	
	#ditto_pages a.ditto_page, #ditto_pages span.ditto_currentpage{
		padding:0px 4px;
	}
	
	
	
	
/*========================================== SIGN UP FORM ======================================*/
#signupForm{
	margin-top:15px;
}
#signupForm h3{
	background:url(../images/sign-up-header.jpg) no-repeat left top;
	width:181px;
	height:75px;
	text-indent:-999em;
	display:block;
	margin-left:-11px;
}
form#subForm{
	background:#E4EFF5 url(../images/quick-contact-bottom.gif) no-repeat scroll center bottom;
	padding-left:10px;
	width:160px;
	height:135px;
}
	form#subForm p{
		margin-top:0px;
		margin-bottom:2px;
		font-weight:bold;
	}
form#subForm input{
	border:1px solid #9ECAE2;
	color:#777777;
	margin-bottom:8px;
	padding:3px;
	font-size:10pt;
	width:143px;
}
form#subForm input.subscribe{
	background-color:#76C7EE;
	border:solid 1px #ffffff;
	color:#ffffff;
	font-size:10pt;
	width:75px;
	padding:2px;
	cursor:pointer;
}
#social-media #signBtn{
	color:#336EAE;
}
#social-media #signBtn:hover{
	text-decoration:underline;
	cursor:pointer;
}
p span#signBtn{
	color:#336EAE;
}
p span#signBtn:hover{
	text-decoration:underline;
	cursor:pointer;
}

#signup-form #subForm{
	background:none;
	height:115px;
}
#signup-form h3{
	background:none;
	margin-bottom:10px;
}



