/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	float: left;
}
#header h1 a:link, #header h1 a:visited	{
	display: block;
	width: 300px;
	height: 55px;
	border: 0;
	background: url(/images/nav/eagle_header_logo.gif) top left no-repeat;
}
p {
	padding-bottom: 1em;
	line-height: 1.4em;
}	
body {
	background-color: #CCCCCC;
	xtext-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
	background-image: url(/images/nav/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a:link {
	color: #013475;
	text-decoration: none;

}
a:visited {
	color: #013475;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: #5B7CA6;
	
}
.photo {
	border: 1px solid #CCC;
	padding: 9px;
	margin-bottom: 1.4em;
}
.photoleft {
	border: 1px solid #CCCCCC;
	padding: 9px;
	margin-bottom: 1.4em;
	margin-right: 1.4em;
	float: left;	
}
.photoright {
	border: 1px solid #CCCCCC;
	padding: 9px;
	margin-bottom: 1.4em;
	margin-left: 1.4em;
	float: right;	
}
h2 {
	font-size: 1.5em;
	color: #666666;
	padding-bottom: .5em;
	text-transform: uppercase;
		
	
}
h3 {
	font-size: 1.35em;
	color: #666666;
	padding-bottom: 1em;	
}
h4 {
	font-size: 1.1em;
	color: #666666;
	padding-bottom: .5em;		
}
hr {
	margin: 1em 0;
}
blockquote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #013475;
	line-height: 1.6em;
	text-align: left;
}
#home blockquote {
	font-size: 20px;
	text-align: center;
}	
form {
  background: #eee;
  padding: 5px 10px;
  
}
form th {
  white-space:nowrap; 
		
}
form h3 {
	color: #999999;
	font-size: 125%;
	
}
form td em {
	font-style: italic;
	color: #0066CA;
  
}
form table td, form table th {
  padding:5px 10px 5px 0;
  border-bottom:1px dotted #ccb;
  font-weight:normal;
  font-size:85%;
 }
.post .float {
  float: left;
  text-align: center;
  width:250px;
  height:225px;
}
.thumbs img {
	margin: 0 5px;
	border: 1px solid #CCC;
	padding: 7px;
}
small {
	color: #999999;

	


/*****************************************************************/

}
#banner {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #013475;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0;
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 20px;
	width: 758px;
	background-color: #FFFFFF;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #666666;
	display: block;
	
}	
* html div#container {
        width: 800px; 
        w\idth: 758px;
		
}
#sidebar {
	width: 208px;
	margin: 0 0 0 545px;
	text-align: center;
	
}
#sidebar h4 {
	font-size: 1em;
	color: #013475;
}
#sidebar ul {
	line-height: 1.3em;
}
#sidebar li {
	list-style-position: inside;
	text-align: left;
	font-size: .9em;
}
#maincontent {
	width: 530px;
	float: left;
}
#home #maincontent { /* makes the homepage the full width of the container */
	width: 758px;
	float: none;
		
}
#maincontent ul {
	width: 450px;
	
}
#maincontent li {
	margin-bottom: .8em;
	list-style-position: inside;
}		
#header {
	height: 55px;
	width: 800px;
	margin: 0px auto;

}
x#header h1 a {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(/images/eagle_header_logo.gif);
	width: 300px;
	height: 55px;
	display: block;
	top: 0px;
}
x#header img {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 50px;
	border: none;
}
x#header h1 span {
	display: none;
	
/*****************************************************************/

}
#subnav {
	padding: 21px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}
x#subnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#subnav li {
	display: inline;
	margin-right: 15px;
}
#subnav li a {
	text-decoration: none;
	color: #FFFFFF;
}
#subnav li a:hover {
	xtext-decoration: underline;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}
#logo {
	padding: 0px;
	float: left;
}

/* Navigation Styling */
	
#nav {
	font-size: 11px;
	display: block;
	width: 800px;
	margin: 0 auto;
}
#nav, #nav ul {
	list-style: none;
}
#nav a {
	display: block;
	width: 100px;
	height: 21px;
	color: #fff;
	background: #ccc;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
}
#nav a:hover {
	color: #333333;
	width: 100px;
}
#nav li {
	float: left;
	width: 100px;
}
#nav li ul {
	position: absolute;
	width: 100px;
	left: -9999px;
	background: #ccc;
	font-size: 10px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav-sales a {
	width: 100px;
	background: url(/images/nav/sales.jpg) top left no-repeat;
}
#nav-charter a {
	width: 100px;
	background: url(/images/nav/charter.jpg) top left no-repeat;
}
#nav-maint a {
	width: 100px;
	background: url(/images/nav/maintenance.jpg) top left no-repeat;
}
#nav-parts a {
	width: 100px;
	background: url(/images/nav/parts.jpg) top left no-repeat;
}
#nav-completions a {
	width: 100px;
	background: url(/images/nav/completions.jpg) top left no-repeat;
}
#nav-avionics a {
	width: 100px;
	background: url(/images/nav/avionics.jpg) top left no-repeat;
}
#nav-lineserv a {
	width: 100px;
	background: url(/images/nav/fbo_services.jpg) top left no-repeat;
}
#nav-lineserv li a, #nav-maint li a, #nav-avionics li a {
	background: none;
	text-indent: 0;
	color: #000;
	border: 1px solid #999;
	border-top: 0;
	width: 98px;
}
#nav-lineserv li a:hover, #nav-maint li a:hover, #nav-avionics li a:hover {
	background: #888;
	color: #fff;
	text-indent: 0;
	width: 98px;

}
#nav-ftraining a {
	width: 100px;
	background: url(/images/nav/flight_training.jpg) top left no-repeat;
}
#sales #nav-sales a, #charter #nav-charter a, #completions #nav-completions a, #maint #nav-maint a, #parts #nav-parts a, #avionics #nav-avionics a, #lineserv #nav-lineserv a, #ftraining #nav-ftraining a {
	background-position: -100px 0;
}
#nav-sales a:hover, #nav-charter a:hover, #nav-completions a:hover, #nav-maint a:hover, #nav-parts a:hover, #nav-avionics a:hover, #nav-lineserv a:hover, #nav-ftraining a:hover {
	xfloat: left;
	background-position: -200px 0;
}

/*****************************************************************/


#sectionnav {
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	background-color: #F3F8FF;
	margin-bottom: 1.5em;
}
#sectionnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: .6em 0;
	line-height: 1.7em;
	padding: 0 5px;
}
#sectionnav ul li:before {
        content: "\0020 \0020 \0020 \00BB \0020";
        color: #999;
}
#sectionnav li {
	display: inline;
	margin-right: 12px;
	display: inline;
}
#sectionnav .last {
	margin-right: 0;
}
#sectionnav li a {
	text-decoration: none;
	color:  #013475;
}
#sectionnav li a:hover {
	text-decoration: underline;
	
}
#sectionnav li a.current {
	text-decoration: none;
	color:  #999;


/*****************************************************************/

}
#footer {
	clear: both;
	background-color: #013475;
	margin: 0px auto;
	padding: 8px;
	xheight: 10px;
	width: 782px;
	border-width: 0 1px 5px 1px;
	border-style: solid;
	border-color: #666666;
	border-bottom-color: #000000;
	font-size: 11px;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: center;	
}	
* html div#footer {
        width: 800px; 
        w\idth: 782px;

}
#footer a {
	color: #FFF;
	text-decoration: none;
	
}
#footer a:hover {
	text-decoration: underline	

}	


/** SIDEBAR ROUNDED CORNER BOX ************************************************************************************/

/* End hide from IE-mac */

/* Show only to IE PC \*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto 0 auto;
	width: 200px;
	background: url(/images/sb/sbbody-r.gif) no-repeat bottom right;
	font-size: 90%;
}
.boxhead {
        background: url(/images/sb/sbhead-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;
}
.boxhead h2 {
        background: url(/images/sb/sbhead-l.gif) no-repeat top left;
        margin: 0;
        padding: 22px 30px 5px;
        color: #013475; 
        font-weight: bold; 
        font-size: 1.2em; 
        line-height: 1em;
}
.boxbody {
        background: url(/images/sb/sbbody-l.gif) no-repeat bottom left;
        margin: 0;
        padding: 5px 25px 26px;
}

/** USED FOR CLEARING FLOATS IN A WRAPPER ************************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline /*inline-block*/;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
	
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash #maincontent h2 {
	visibility: hidden;
	
}
p .clearleft {
	clear: both;
}
.employeephotoleft {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 1.4em;
	margin-right: 1.4em;
	float: left;
	
}
.employeephotocenter {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 1.4em;
	background-color: #fff;	
}
#employees h3 {
	font-size: 1.3em;
	color: #333333;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}
#managers {
	padding: 5px;
	xbackground: #fff url(/images/managers_background.jpg) repeat-x top;
	xborder: 1px solid #e6e6e6;
	font-size: .86em;
	text-align: center;
	clear: both;
}
#managers .float {
  float: left;
  text-align: center;
  width:185px;

}
#managers img {
	background: #fff;
	border: 1px solid #999;
	margin-top: 5px;
	padding: 5px;
}

/* Table Styles */


#truckschedule table {
	border: 1px;
	border-right: 0;
	border-style: solid;
	border-color: #CCC;
	width: 100%;
	color: #333333;
	margin-bottom: 2em;
}
#truckschedule table caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 5px 7px;
}	
#truckschedule table tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .9em;
	padding: 5px 7px;
	border-right: 1px solid #CCC;
}
#truckschedule .even td {
	background-color: #E6E6E6;
}

/* Added to Drupal CSS */

.view-content table {
	width: 100%;
	margin-bottom: 2em;
}
.view-content table td, .view-content table th {
	text-align: center;
}
.view-content table td img {
	margin: 5px;
	border: 1px solid #ccc;
}
tr.odd {
	background-color: #F3F3F3;
}
tr.even {
	background-color: #E6E6E6;
}
.photos {
	text-align: center;
	margin: 1em 0;
	clear: both;
}
.photos img {
	border:1px solid #999999;
	margin:10px;
	padding:5px;
}
#disclaimer {
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
	text-align: center;
	color: #999;
}
#listing_header {

}
#listing_header h2 {
	float: left;
}
#xlisting_header #pdf_link {
	float: right;
}
#pdf_link {
	height: 17px;
	text-indent: 22px;
	background: url(/images/pdficon_small.gif) top left no-repeat;
	margin-bottom: 1em;
	float: right;
}
.field-item {
	margin-bottom: 1em;
}
#box {
	padding: 10px;
	background-color: #CCC;
}
#nav li li a {
	background: #ccc;
}
#nav li li a, #nav li li a:hover {
	width: 200px;
	margin-left: -50px;
}