/* ===============================================
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;
	padding: 0 0 10px 10px;
}
.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; 
}

img{
	border:none;
}

/* ==== 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;
	}
	.right p {
		color: #666;
		font-size: 12px;
		margin-bottom: 20px;
		}
.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: 15px 35px 15px 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;
	position: relative;
	z-index: 2000;
}
#primary-nav {
	float: left;
	list-style: none;
	position: relative;
	z-index: 1000;
}
	#primary-nav li {
		position: relative;
		float: left;
	}
		#primary-nav li a {
			height: 30px;
			padding: 18px 27px 0 27px;
			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;
		}
		
		
/* == 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;
	clear: right;
	height: 23px;
	margin: 0 30px 20px 0;
}
#search input {
	float: left;
	display: block;
	border: none;
	padding: 0;
	}
#search #search-input {
	width: 129px;
	height: 13px;
	padding: 5px 10px;
	color: #999;
	font-weight: bold;
	background: url(../images/search-input.jpg) no-repeat;
	}
#search-submit {
	width: 35px;
	height: 23px;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/search-submit.jpg) no-repeat;
	cursor: pointer;
	}
	
/* == Quotes (Call to Action) == */
#quotes {
	margin: 0 0 15px 25px;
}
#quotes a img {
	margin-bottom: 14px;
	}
/*
.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: 10px 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;
	}
		
/* == 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 {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 15px;
}
	#content p strong {
		color: #1784D0;
		font-size: 1.1em;
	}

#content a {
	color: #003a7d;
}

#content ul, .right ul {
	margin: 0 20px;
	margin-bottom: 15px;
}
	#content ul li, .right ul li {
		font-size: 12px;
		padding: 5px 0;
		color: #666;
	}
	#content ul li ul li, .right ul li ul li {
		font-size: 12px;
	}
		#content li a, .right li a {
			color: #003A7D;
		}
#content ul ul, .right 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 ,
ul.xoxo{
	list-style: none;
	margin: 0 0 15px 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;
	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;
	border:solid 6px #ecf1f4;
}

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

/* == Sidebar Right ==*/
#sidebar-right {
	width: 183px;
	float: left;
	margin-bottom: 10px;
}
#sidebar-right a.rfq-btn, #content a.rfq-btn {
		width: 183px;
		height: 43px;
		padding: 19px 0 0 0;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 16px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
		font-weight: bold;
		margin-bottom: 10px;
		text-shadow: 0 0 4px #000;
		background: url(../images/rfq-btn.jpg)
	}
	#sidebar-right a.rfq-btn:hover, #content a.rfq-btn:hover {
		text-decoration: none;
	}

/* == Quick Contact (FORM) == */
#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;
}
	.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;
	}
	#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;
	}
	#contact textarea {
		height: 73px;
	}
	#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;
	}

/* ------------------------- [ New Quick Contact Form ] ----- */
.module {
	padding-bottom: 12px;
	margin-bottom: 8px;
	background: url(../images/module-foot.jpg) left bottom no-repeat;
	}
#quick-contact,
#signupForm {
	background: #f7f7f7;
	border: 1px solid #9e9e9e;
	border-bottom: none;
	width: 181px;
	padding-bottom: 8px;
	}
#quick-contact input, #quick-contact textarea,
#signupForm input {
	width: 150px;
	height: 18px;
	display: block;
	background: #FFF;
	border: 1px solid #9e9e9e;
	color: #888;
	padding: 5px 5px;
	margin: 0 0 10px 9px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
#quick-contact textarea {
	padding: 5px;
	height: 92px;
	}
#quick-contact input.submit,
#signupForm input.subscribe {
	margin-bottom: 0;
	width: 98px;
	height: 34px;
	margin: 0 auto;
	border: none;
	padding: 0;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	background: url(../images/quick-contact-submit.jpg) no-repeat;
	}

/* ------------------------- [ New Signup Form ] ----- */
#signupForm input.subscribe {
	width: 112px;
	height: 36px;
	background: url(../images/newsletter-submit.jpg) no-repeat;
	}

/* == 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: 16%;
	}
	.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 {
	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 {
		padding-top: 100px;
		float: left;
	}
	#footer .right {
		width: 390px;
		float: right;
		padding-top: 50px;
	}
		/* == Footer Nav == */
		ul#footer-nav {
			list-style: none;
			margin-bottom: 70px;
			margin-left:0px;
		}
			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;
			padding-left:20px;
		}
.airports {
	float: left;
	margin: 0 0 0 15px;
	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: 2px 0 0 2px;
		color: #888;
		font-family: Arial, sans-serif;
		text-align: left;
		display: block;
		clear:both;
		width:150px;
	}
	
/* 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;
}

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;
	}
	
	
	
#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;
}

form#quick-contact input.valid{
display: none;
}

/* ------------------------- [ Redesigned Stuff] ----- */
#home-plane-quotes {
	width: 1100px;
	height: 276px;
	margin: 0 auto;
	position: relative;
	}
#quote-box {
	width: 287px;
	position: absolute;
	top: 30px;
	left: 70px;
	}
.home-plane {
	position: absolute;
	right: -40px;
	width: 740px;
	height: 296px;
	background: url(../images/plane-home.png) no-repeat;
	}

#middle {
	float: left;
	width: 493px;
	margin: 0 10px 0 10px;
	}
	#middle h2 {
		margin: 10px 0;
		}
	#middle p {
		font-family: Tahoma, Arial, sans-serif;
		color: #666666;
		font-size: 12px;
		margin-bottom: 10px;
		}
#right {
	float: left;
	width: 183px;
	}
	#bookflight-btn {
		width: 183px;
		height: 62px;
		display: block;
		text-indent: -9999px;
		line-height: 0;
		margin-bottom: 8px;
		background: url(../images/bookflight-btn-home.jpg) no-repeat;
		}
#social-media-mini {
	float: right;
	}
	
/* ------------------------- [ Blog Specific Styles] ----- */

h2.entry-title {
	font-size: 1.8em;
}
	h2.entry-title a ,
	h2.entry-title a:hover,
	h2.entry-title a:visited{
		color: #003A7D;
	}
		h2.entrytitle a:hover {
			text-decoration: underline;
		}
div.entry-meta, div.entry-utility {
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}
	div.entry-meta a ,
	div.entry-meta a:hover,
	div.entry-meta a:visited,
	div.entry-utility a ,
	div.entry-utility a:hover,
	div.entry-utility a:visited 	{
		color: #003A7D;
	}
		div.entry-meta a:hover,
		div.entry-utility a:hover		{
			text-decoration: underline;
		}
#searchform {
	background-color: #2F6EB1;
	padding: 10px 3px;
}
	#searchform label {
		color: #FFFFFF;
	}
	#searchform #s { width: 90px; }
	#searchform #searchsubmit { 
		float: right;
	}
ul.xoxo li#text-6 div.textwidget { background: none; border: 0; }
ul.xoxo li, ul.xoxo li div.textwidget {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/images/current-specials-h2-bg.gif") repeat-x scroll left top;
}
	ul.xoxo li h3, ul.xoxo li div.textwidget a { display: block; padding: 10px; font-size: 1.3em; font-weight: normal; color: #003A7D; }
	ul.xoxo li ul{ list-style: none; }
	ul.xoxo li ul li {
		background: url("../images/tab-nav-bg.jpg") repeat-x scroll left top transparent;
		border-bottom: 1px solid #C7C7C7;
		color: #5B6367;
		display: block;
		font-size: 1.2em;
		padding: 7px 30px 7px 10px;
	}
	ul.xoxo li ul li > a { color: #5B6367; text-decoration: underline; margin-left: 10px; }
#commentform p input ,
#commentform p textarea { display: block; }


.locationMichigan{
	float:left;
	clear:both;
	margin-right:17px;
}
.locationCalifornia{
	float:left;
}



#aInventory th{
	font-size:10pt;
	text-align:center;
}
#aInventory td{
	padding:0px 10px;
	font-size:10pt;
	text-align:center;
}
#aInventory td img{
	margin-right:30px;
}

#aInventory td a{
	color:#003A7D;
	font-weight:bold;
}


#aiInventory td.mainImage{
	height:190px;
}
#aiInventory td.mainImage img{
	margin-right:30px;
}
#aiInventory td ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
#aiInventory td #inventoryGallery{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#aiInventory td #inventoryGallery li{
	float:left;
	margin-right:4px;
}

#aiInventory td a.offerBtn{
	font-size:10pt;
	color:#003A7D;
	font-weight:bold;
}
#aiInventory td a{
	cursor:pointer;
}


#question-contact-form label{
	display:block;
	font-weight:bold;
	font-size:10pt;
	color:#666666;
}
#question-contact-form input, #question-contact-form textarea{
	border:solid 1px #9ECAE2;
	width:300px;
	padding:4px;
	margin-bottom:8px;
}

#question-contact-form textarea{
	display:block;
	height:9em;
}
#question-contact-form input.submitQuestion{
	width:inherit;
}
#question-contact-form input[name="subject"]{
	border:solid 1px #aaaaaa;
	color:#aaaaaa;
}
#question-contact-form input[name="offer"]{
	display:block;
}
#question-contact-form label span.small{
	font-weight:normal;
	font-size:8pt;
}
#question-contact-form input.valid{
	display:none;
}
p.contact-callout {
        border: 1px solid #b0b0b0;
        clear: both;
        color: #393939;     /* adjust accordingly */
        font-size: 12px;  /*adjust accordingly*/
        font-weight: 700;
        line-height: 1.2;
        padding: 0.5em;
        text-align: center;
        width: 80%;
        margin: 15px 20px 10px;
        display: block;
        float: left;
}
        p.contact-callout a.emphasis {
               color: #000;
               display: block;
               text-decoration: underline;
               text-transform: uppercase;
        }

#socialBar {width: 55px; list-style: none;}
#socialBar li {padding: 0; margin: 0; float: left; width: 16px; margin-right: 2px;}
#socialBar li a {display: block; background-image: url(../images/social/socialtoolbar.png);background-repeat: no-repeat; height: 16px;}
#socialBar li a.emailButton {background-position:0px 0px;}
#socialBar li a:hover.emailButton {background-position:0px -16px;}
#socialBar li a.printButton  {background-position:-19px 0px;}
#socialBar li a:hover.printButton  {background-position:-19px -16px;}
#socialBar li a.twitterButton {background-position:-38px 0px;}
#socialBar li a:hover.twitterButton {background-position:-38px -16px;}	
.socialLineOne {margin-bottom: 5px; margin-left: -19px;}
.social-bar-container {width: 130px; margin: 0 0 10px 0; padding: 0;}


table#bowlGames{
	border: 1px solid #CCDCE8;
	border-collapse:collapse;
}
table#bowlGames th{
	background-color:#DCE7EE;
	color:#1784D0;
	border-right: 1px solid #CCDCE8;
	padding:3px;
	font-size:1.2em;
}
table#bowlGames td{
	font-size:8pt;
	border-right: 1px solid #CCDCE8;
	border-bottom: 1px solid #CCDCE8;
	padding:5px;
}


div.mContacts{
	float:left;
	width:45%;
	margin-right:10px;
	margin-bottom:10px;
}

