/* Coconut Graphics - CSS Style Sheet */

* { margin: 0; padding: 0; border: 0;}
a, a:visited, a:hover, a:active{ text-decoration: none; font-weight: normal; border: 0; }

/* --------------------------- Font Styles */

body { 
	font-size: 14px;
	font-family: arial;
	color: #555555;
	background-image: url(../images/sidebg.gif);
	text-align: left;
	vertical-align: middle;
	}
	
hr {
	border-top: 1px solid #ddd;
	margin: 10px 0;
	}
	

p, td { 
	font-size: 14px;
	font-family: arial ;
	padding	: 1em 0;
	line-height: 1.4em;
	}

td { 
	font-size: 11px;
	font-family: arial;
	line-height: 1.4em;
	}

tr.title, td.title { 
	padding: 15px;
	background-color:#dddddd;
	font-weight:bold;
	}
	
td.description { 
	padding: 10px;
	background-color:#eeeeee;
	width: 340px;
	vertical-align: middle;
	}
	
tr.description { 
	padding: 7px;
	background-color:#eeeeee;
	}
	
#content ul {
	padding: 5px 0px 5px 20px;
	}
	
#content ul li { 
	list-style-image:url(../images/nav_arrow.gif);
	}
	
#content ul.aircraft { 
	list-style:none;
	}
#content li.aircraft { 
	list-style:none;
	}
	
#content label { 
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Arial;
	letter-spacing: -0.05em;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 1em 0;
	padding: 0;
}

h1 { 
	font-size: 22px;
	border-bottom: 1px solid #ff6600;
	padding: 0 0 7px 0;
	display: block;
	width: 100%;
	}
	
h1 em, h1 strong { 
	color:#ff6600;
	font-style:normal;
	font-weight: normal
	}
	
h2 { 
	font-size: 18px;
	font-style:italic;
	color:#ff6600;
	}
	
h2 em { 
	font-size: 0;
	font-style:italic;
	color:#ffffff;
	padding: 0; 
	margin: 0;
	}
	
h3 { 
	font-size: 16px;
	font-weight: normal;
	color:#333333;
	}
	
	
h3 em { 
	color:#ff6600;
	font-style: normal;
	}

h4 { 
	font-size: 14px;
	color:#ff6600;
	font-style:italic;
	}

h5 { 
	font-size: 13px;
	color:#FF6600;
	font-weight:normal;
	}

acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

a, a:visited  { 
	color:#FF6633;
	}

a:hover, a:active { 
	color:#666666;
	}

img {
	border:none;
	}
	
a img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
	}

#content a {
	color: #666666; 
}

#content a:hover, #content a:active {
	color: #f60; 
}
	
#leftNav a, #leftNav a:visited { 
	color: #666666; 
}
#leftNav a:hover, #leftNav a:active { 
	color: #f60; 
}

#leftNav ul{ 
	list-style-image:url(../images/nav_arrow.gif);
	color: #F85814;
	padding: 5px 0px 5px 25px;
	}

#leftNav ul li { 
	list-style-image:url(../images/nav_arrow.gif);
	color: #F85814;
	padding: 5px 0px;
	}
	
/* --------------------------- Navigation Style and Layout */


#nav ul {
	list-style: none;
	}
#nav li{
	float:left;
	}
	
#nav a {
	color: #ffffff;
	display: block;
	padding: 15px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
#nav a:visited {
	color: #ffffff;
	display: block;
	padding: 15px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#nav a:hover {
	color:#ffffff;
	background:url(../images/nav_on.gif) repeat-x;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav a:active {
	color:#ffffff;
	background:url(../images/nav_on.gif) repeat-x;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#nav {
	width: 800px;
	height: 50px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/nav.gif) repeat-x;
	color: #FFF;
	white-space: normal;
	}


/* --------------------------- Page Layout and Design */

#container {
	width: 800px; 
	margin-left: auto;
	margin-right:auto;
	clear: both; 
	position: relative;
	background-color:#FFFFFF;
	}
	
#header {
	height: 150px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#content {
	width:565px;
	text-align:left;
	padding-right: 15px;
	float:right;
	left:0px;
	}	
	
#leftNav {
	width:185px;
	padding-left: 10px;
	padding-right: 5px;


	float:left:;
	background-color: #FFF;
	}

#footer {
	clear:both;
	width: 800px;
	height: 100px;
	background: url(../images/footer.jpg) no-repeat;
	font-size: 10px;
	}
	
#footer_links a { 
	text-decoration: none; 
	border-bottom:none;
	color: #777777;
	}
	
#footer_links a:visited { 
	border-bottom:none;
	color: #777777;
	}

#footer_links a:hover, a:active { 
	color:#FF6600;
	}
	
	
#footer_links {
	text-align: center;
	width: 800px;
	}

#footer_links ul {
	list-style: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

#footer_links li{
	display:inline;
	}

/* FORMS ---------------------------------- */

fieldset{
border: 1px solid #efefef;
background: none;
padding: 5px;
margin: 5px;
}



#leftNav fieldset{
border: none;
background: none;
}

fieldset p{
font-size: 9px;
}

legend{
color: #aaaaaa;
font-weight:bold;
}

input.text, textarea {
	background: #efefef url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ffffff;
	color: #777777;
	font-family: Tahoma;
	padding: 3px 3px 4px 4px;
	width: 160px;
}

select {
	background: #ffffff url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ededed;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ededed;
	color: #777777;
	font-family: Tahoma;
	padding: 5px 5px 6px 6px;
	width: 150px;
}

label {
	padding-top: 8px;
	padding-bottom: 10px;
	text-align:right;
	width: 160px;
	padding-right: 20px;
}

label, input, select, textarea { 
display:block;
float: left;
margin-bottom: 15px;
}

br.clearleft { clear:left; }

textarea {
	margin-bottom: 1.5em;
	width: 300px;
	font-size: 11px;
}

button {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	background: url(../images/design_button.gif) no-repeat;
	width: 90px;
	height: 21px;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	}

button:hover {
	color: #ff3300;
	}
	
.form_error {
	background: #EEC7BF;
	border-bottom: 1px solid #ec1000;
	border-left: 1px solid #ec1000;
	border-right: 1px solid #ec1000;
	border-top: 1px solid #ec1000;
	color: #777777;
	font-family: Tahoma;
	padding: 3px 3px 4px 4px;
	width: 160px;
}
