body  {
	background: #333333 url(../images/pattern2.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p,  li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #3b3b3b;
}
h1 {
	color: #0c54a2;
	font: bold 15pt/24px Arial;
	margin-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0c54a2;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3b3b3b;
	font-style: normal;
	font-weight: bold;
}
.right {
	float: right;
}

a:link {
	text-decoration: none;
	color: #0c54a2;
}
a:visited {
	text-decoration: none;
	color: #0c54a2;
}
a:hover {
	text-decoration: underline;
	color: #0c54a2;
}
a:active {
	text-decoration: none;
	color: #0c54a2;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(../images/header_prive_jets.png) right -10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	position: relative;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header div.contactInfo {
	height: 100px;
	width: 427px;
	float: right;
	margin-top: 40px;
}
#header img {
	float: left;
}
#header .livechat img {
	position: absolute;
	left: 461px;
	top: 70px;
}




#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent {
	margin: 0 0 20; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 630px;
} 
#mainContent2 {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1, #mainContent2 h1 {
	margin-top:20px;
}
#footer {
	padding: 0px 20px 10px;
	border-top: 1px dotted #CCCCCC;
	background: #F7F7F7;
} 
.rightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#airports_aircrafts {
	padding: 0 10px 0 0px;
	border-top: 1px dotted #CCCCCC;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
}
#footer ul {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 24px;
	background: #EBEBEB;
	border-bottom: 1px dotted #DFDFDF;
	border-right: 1px dotted #DFDFDF;
	border-left: 1px dotted #DFDFDF;
}
#footer li {
	display: inline;
}
#footer li a {
	padding-right: 12px;
	padding-left: 12px;
	line-height: 24px;
	display: block;
	float: left;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
mainNavigation is the root UL and mainNavigation ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#mainNavigation {
	background-repeat: repeat-x;
	background-position: left top;
	width: 980px;
	background-image: url(../images/nav_background.png);
	height: 29px;
	background-color: #FFFFFF;
	z-index: 10;
}

#mainNavigation, #mainNavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 11;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#mainNavigation a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	color: #00499B;
	line-height: 23px;
	padding-top: 3px;
	padding-right: 1.3em;
	padding-bottom: 3px;
	padding-left: 1.3em;
	font-weight: bold;
	z-index: 12;
}

/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the mainNavigation a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#mainNavigation a.trigger {
	padding: 5px 16px 5px 10px;
	background: no-repeat right center;
	z-index: 13;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#mainNavigation li {
	float: left;
	width: auto;
	z-index: 14;
}

#mainNavigation ul.aircraft_ul {
	float: left;
	width: 240px;
	z-index: 14;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#mainNavigation li ul, #mainNavigation ul li  {
	width: 18em;
	z-index: 15;
}

/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#mainNavigation ul li a  {
	color: #FFFFFF;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	z-index: 16;
	
}

/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#mainNavigation li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
	z-index: 17;
}

/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mainNavigation li:hover a, #mainNavigation a:focus,
#mainNavigation a:active, #mainNavigation li.p7hvr a {
	color: #000000;
	display: block;
	z-index: 18;
	background: url(../images/nav_background_over.png);
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mainNavigation li:hover ul, #mainNavigation li.p7hvr ul {
	display: block;
	z-index: 19;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #mainNavigation ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#mainNavigation li:hover ul a, #mainNavigation li.p7hvr ul a {
	color: #000000;
	z-index: 20;
	background: transparent url(none);
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/

#mainNavigation ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	z-index: 21;
}

#mainNavigation ul.aircraft_ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	z-index: 21;
	width: 212px;
}

#mainNavigation ul .turbo a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_turbo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#mainNavigation ul .helicopters a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_helicopters.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#mainNavigation ul .lightjets a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_lightjets.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#mainNavigation ul .mediumjets a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_mediumjets.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#mainNavigation ul .supermediumjets a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_supermediumjets.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#mainNavigation ul .heavyjets a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
	background-image: url(/images/nav_heavyjets.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
}

#request_button {
	display: none;
}
#showcase #request_button {
	display: block;
}
#showcase #quotebox {
	display: none;
}

#quotebox2 {
	clear: both;
	background-image: url(../images/quote_box/quotebox.png);
	background-position: left top;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 200px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#showcase > img:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#showcase #request_button:link , #showcase #request_button:visited{
	position: absolute;
	right: 360px;
	top: 234px;
	background-image: url(../images/request_a_free_quote.png);
	height: 46px;
	width: 262px;
	color: #FFF;
	line-height: 43px;
	font-size: 18px;
	text-indent: 25px;
	margin-top: 33px;
	text-decoration: none;
	background-position: right;
}
#showcase #request_button:hover , #showcase  .selected{
	background-position: left;
}

#showcase {
	width: 980px;
	position: relative;
	clear: both;
}

#showcase.showcaseHome {
	width: 980px;
	background: url(../images/header1.jpg) no-repeat left top;
	height: 402px;
}
#showcase  object {
	width: 764px;
	float: left;
}
#showcase  .smallbanner {
	border-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
	
}
#showcase .pageTitle {
	position: absolute;
	right: 0px;
	top: 120px;
	background: #000000;
	color: #FFFFFF;
	height: auto;
	width: 280px;
	line-height: 30px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 5px;
}


ul#rotator {
	list-style: none;
	overflow: hidden;
	width:980px;
	height:234px;
	margin: 0px;
	padding: 0px;
}

#quotebox {
	height: 167px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	background: #121212 repeat-x left top;
	list-style: none;
	clear: both;
	position: relative;
	top: 1px;
}

#quotebox  span {
	display: none;
	margin: 0px;
	padding: 0px;
}

#quotebox li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 167px;
}

#quotebox a.charterx {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat left top;
	padding: 0px;
	margin: 0px;
}
#quotebox  a.charterx:hover {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 980px top;
	padding: 0px;
	margin: 0px;
}
#quotebox  a.avinode {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 1470px top;
	margin: 0px;
	padding: 0px;
}
#quotebox   a.avinode:hover {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 490px bottom;
	margin: 0px;
	padding: 0px;
}


.outerBox {
	background-image: url(../images/sides_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 288px;
	margin-bottom: 20px;
}

.Box {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #000000;
	padding-right: 20px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
	background-image: url(../images/top_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.Box li {
	padding-bottom: 10px;
}

.Box h3 {
	color: #0C54A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 5px;
	background-position: left top;
	padding-right: 10px;
}

.bottomBox {
	background-image: url(../images/bottom_box.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 288px;
}

.outerblack {
	background-image: url(../../images/sides_box_black.png);
	float: right;
	width: 288px;
}
.topblack {
	background-image: url(../../images/top_box_black.png);
	color: #FFFFFF;
}

.topblack li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	list-style-type: none;
	color: #FFFFFF;
}

.topblack h3 {
	color: #FF9900;
}

.bottomblack {
	background-image: url(../../images/bottom_box_black.png);
}

.Box .content {
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
}

.Box  .content2 {
	margin-left: 30px;
	background-image: url(../images/privewaterm3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.Box  .content  u  {
	line-height: 24px;
}

.vacationPackages {
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	width: 288px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../vacation_packages/images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.vacationPackages  img.ad {
	padding-top: 6px;
	padding-bottom: 6px;
}

.vacationPackages p {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	color: #CCCCCC;
}

.ourClientsBox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	background-image: url(../../images/sideContentBlueGradient.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.ourClientsBox p {
	font-size: 11px;
}

#testimonials {
	text-align: left;
	padding: 10px 0px;
}

#testimonials p {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#testimonials  strong  {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	padding-bottom: 10px;
}

#testimonials   .last  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.airports {
	float: left;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	padding-left: 20px;
	text-transform: capitalize;
	padding-bottom: 40px;
}

#airports {
	margin-left: 20px;
}

#airport_info {
	text-transform: uppercase;
}

#aircraft {
	clear: both;
	margin-left: 20px;
}

.aircraft {
	width: 145px;
	float: left;
	padding-left: 10px;
	margin-bottom: 25px;
}
.aircraft_info {
	float: left;
	padding-right: 30px;
	height: 50px;
}

li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.jetThumbnails {
	width: 112px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	padding-bottom: 25px;
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
}

.jetThumbnails img {
	border: 1px solid #333333;
}

#conceptPage .conceptPage, #whyCharterPage .whyCharterPage, #jetSetterPage .jetSetterPage, #aircraftPage .aircraftPage, #conciergePage .conciergePage, #safetyPage .safetyPage, #contactPage .contactPage, #linksPage .linksPage { background: url(../images/nav_background_over.png); color: #000000; }

#conceptPage #footer .conceptPage, #whyCharterPage #footer .whyCharterPage, #jetSetterPage #footer .jetSetterPage, #aircraftPage #footer .aircraftPage, #conciergePage #footer .conciergePage, #safetyPage #footer .safetyPage, #contactPage #footer .contactPage, #linksPage #footer .linksPage, #blogPage #footer .blogPage, #siteMapPage #footer .siteMapPage { color: #000000; background: #D8D8D8; }


/* forms.css */
label {
	font-weight:bold;
	font-size: 12px;
}

fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}

legend {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #0c54a2;
}

input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}

input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}

input.text, input.title {width:300px;padding:5px;}

input.title {font-size:1.5em;}

textarea {
	width:390px;
	height:125px;
	padding:5px;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}

.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}

.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}

.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}

.error a {color:#8a1f11;}

.notice a {color:#514721;}

.success a {color:#264409;}

/* ============= Navigation Tooltip ============= */

#mainNavigation ul li a:link, #mainNavigation ul li a:visited {
position: relative;

}

#mainNavigation ul li a:link span.tooltip, #mainNavigation ul li a:visited span.tooltip { 
    background:transparent url(/images/tooltip.png); 
    background-repeat: no-repeat;
    font-size:12px; 
    height:183px; 
    width:232px; 
    padding:25px 25px 25px 42px; 
    color:#fff;
    position: absolute;
    left: 205px;
    top: -75px;
	z-index:20;
	display:none;
}
#mainNavigation ul li a:hover span.tooltip {
display:block	
}

#mainNavigation ul li a:link span img, #mainNavigation ul li a:visited span img {
	border:none;
}

#mainNavigation ul li a:hover span.heavy_jets{
background-image: url(/images/heavy_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
z-index:20;

}

#mainNavigation ul li a:hover span.light_jets{
background-image: url(/images/lightjet_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.helicopters{
background-image: url(/images/helicopter_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.turbo_props{
background-image: url(/images/turbo_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.supermed_jets{
background-image: url(/images/supermedjet_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.medium_jets{
background-image: url(/images/medjet_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.airliners{
background-image: url(/images/airliners_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}

#mainNavigation ul li a:hover span.ambulance{
background-image: url(/images/ambulance_thumb.jpg);
height: 133px;
width: 200px;
position: relative;
display: block;
}