html, body, ul, li { padding: 0; margin: 0; list-style: none;}

body {
	margin: 15px 0;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	background-color: #000;
	font-weight: normal;
	color: #fff;
}

h1 {font-size: 16px; font-weight: bold;}
h2 {font-size: 16px; font-weight: bold;}

img {
border: none;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  }

/* Box model hack \*/
* html #wrapper {
  width: 900px;
  w\idth: 900px;
  }
/* */

.nav {
	position: relative;
	background: #1c1c1c;
	width: 100%;
}

.button1 {
	border-top: 1px solid #1c1c1c;
	border-bottom: 0px solid #1c1c1c;
	width: 110px;
	float: left;
	margin-left: 10px;
}

.button {
	border-top: 1px solid #1c1c1c;
	border-bottom: 0px solid #1c1c1c;
	width: 110px;
	float: left;
	margin-left: 20px;
}

.parent {
	position: relative;
}

.floatfix {margin-right: -3px;}

.dropdown { /* rules for dropdown div */
	width: 150px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(images/execair/bgfix.gif);
}
	
.dropdown div {
	width: 220px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	text-align: left; /* needed because IE misapplies text centering to boxes */
}
	
.dropdown ul { 
  width: 110px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 31px; /* creates "sticky hovering" zones for dropdowns */
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {
margin: 30px 30px 30px 0;
} /* creates "sticky hovering" zones for flyouts */
	
		
.four .dropdown div ul {
margin: 30px 0 30px 30px; 
position: relative;
} /* rule reversal for "visible" right drop flyouts */

.nav li {text-align: left;padding-left: 0px;}

.nav a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding: 4px 0 5px 0;
	text-align: left;
}

.four a {border-right: 0;} /* kills right border on last top link */
	
.nav ul a {
  color: #fff;
  border-right: 0; /* negates right border for dropdowns and flyouts */
  border-bottom: 0px solid #888;  /* borders the bottoms of the dropdown and flyout links */
  }
	
.dropdown li {
	position: relative; 
	vertical-align: bottom; /* IE5/win bugfix */
	padding-bottom: 1px;  
	padding-top: 1px;  
}
				
.parent:hover {
background-color: #3E3C3C;
} 
				
.parent:hover div.dropdown {
left: -31px;
} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 180px; /* this value controls the amount of flyout "overlap" */
	top: -26px; /* this value controls the amount of flyout vertical offset */
}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -210px; 
	top: -26px;
	}

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
  padding: 0;
  width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;	
	background: url(images/execair/bgfix.gif);
}

.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
}

.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
}

.dropdown li:hover {background: #3E3C3C;border-bottom: 0px solid #fff;} /* hover color effect on dropdown links */

.dropdown div li:hover {background: #3E3C3C;} /* hover color effect on flyout links */


/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #3E3C3C;}
.two ul {background: #3E3C3C;}
.three ul {background: #3E3C3C;}
.four ul {background: #3E3C3C;}
.five ul {background: #3E3C3C;}
.six ul {background: #3E3C3C;}
.seven ul {background: #3E3C3C;}
.dropdown div ul {background: #3E3C3C;
} /* colors BG of flyouts */ 
.dropdown div ul a {color: #3E3C3C;} /* colors text of  flyouts */ 


/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/

.one {z-index: 10;}
.one a:link, .one a:hover, .one a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.one li a:hover, .one li a:link, .one li a:visited {border-bottom: 0px solid #1c1c1c;}
.two {z-index: 20;}
.two a:link, .two a:hover, .two a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.two li a:hover, .two li a:link, .two li a:visited {border-bottom: 0px solid #1c1c1c;}
.three {z-index: 30;}
.three a:link, .three a:hover, .three a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.three li a:hover, .three li a:link, .three li a:visited {border-bottom: 0px solid #1c1c1c;}
.four {z-index: 40;}
.four a:link, .four a:hover, .four a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.four li a:hover, .four li a:link, .four li a:visited {border-bottom: 0px solid #1c1c1c;}
.five {z-index: 50;}
.five a:link, .five a:hover, .five a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.five li a:hover, .five li a:link, .five li a:visited {border-bottom: 0px solid #1c1c1c;}
.six {z-index: 60;}
.six a:link, .six a:hover, .six a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}
.seven {z-index: 70;}
.seven a:link, .seven a:hover, .seven a:visited {border-bottom: 1px solid #1c1c1c; padding-left:4px;}.seven li a:hover, .seven li a:link, .seven li a:visited {border-bottom: 0px solid #fff;}
/*.seven:hover {z-index: 20;}
/* this last is a special trick that reverses the stacking order of the rightmost top link when it or its children are hovered. This, and the previous rules work together so that when a user is on the top link of any flyout, they can move 
vertically to the top link directly above and not have the sticky hovering zone
on the flyout get in the way of hovering that top link. */
 
/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */

#main {
padding-left: 20px;
padding-top: 100px;
float: left;
}

#elegs {
padding-left: 20px;
padding-top: 100px;
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 10px;
background-color: #000;
font-weight: normal;
}

td.elegst {
color: #000;
background-color: #fff;
}

#elegs a:link, #elegs a:hover, #elegs a:visited {
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 10px;
background-color: #000;
font-weight: normal;
text-align: left;
text-decoration: none;
}

#lmain {
width: 500px;
float: left;
}

#rmain {
float: right;
padding-left: 20px;
padding-right: 40px;
width: 370px;
}

#rmt {
color: #fff;
  font-family: arial, verdana, sans-serif;
	font-size: 12px;
line-height: 1.3;
background-color: #000;
font-weight: normal;
}

#footer {
}

#foot {
padding-top: 10px;
margin-top: 15px;
width: 900px;
border-top: 1px solid #1c1c1c;
}

#ftext {
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 10px;
background-color: #000;
font-weight: normal;
float: right;
text-align: left;
padding-left: 5px;
}

#ftext a:link, #ftext a:hover, #ftext a:visited {
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 10px;
background-color: #000;
font-weight: normal;
text-align: left;
text-decoration: none;
}

#ftpdf {
float: left;
width: 16px;
}

.latestnews li, .latestnews ul, .latestnews a:link, .latestnews a:hover, .latestnews a:visited {
color: #fff;
text-decoration: none;
}

.latestnewspress li, .latestnewspress ul, .latestnewspress a:link, .latestnewspress a:hover, .latestnewspress a:visited {
color: #fff;
text-decoration: none;
}

table.contentpaneopenlnews, table.contentpaneopenpress {
margin-left: 40px;
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 95%;
background-color: #000;
font-weight: normal;
text-align: left;
text-decoration: none;
float: left;
width: 90%;
}

td.contentpaneopenlnews, td.contentpaneopenpress {
padding-left: 0px;
}

td.contentheadinglnews, td.contentheadingpress {
padding-top: 40px;
margin: 0px;
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 95%;
background-color: #000;
font-weight: normal;
text-align: left;
text-decoration: none;
}

td.createdate {
margin: 0px;
color: #fff;
font-family: arial, verdana, sans-serif;
font-size: 95%;
background-color: #000;
font-weight: normal;
text-align: left;
text-decoration: none;
}

.content3 a:link, .content3 a:hover, .content3 a:visited {
text-decoration: none;
}a:link {	color: #FFFFFF;	text-decoration: none;}a:visited {	color: #FFFFFF;	text-decoration: none;}a:hover {	color: #FFFFFF;	text-decoration: underline;}a:active {	color: #FFFFFF;	text-decoration: none;}

#left{
margin-top:20px;
margin-left:0;
margin-bottom:0;
float:left;
width:520px;
}

#right{
margin-top:20px;
float:right;
width:370px;
}

#footerfbtwit{
width:170px;
float:left;
}
#countryflags{
text-align:right;
width:150px;
float:right;
}

.front {background:url(http://www.execaircharter.com/images/front_1.jpg) top left no-repeat; height: 260px; margin: 0; padding: 20px 0 0 20px;}