body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 890px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(../images/header_bg.gif);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
	position: relative;
}

div.socialmedia {
	width: 160px;
	height: 75px;
	padding: 10px 0;
}

#logo {
	float: left;
	padding: 0 0 0 10px;
	background: url(../images/alta_air_logo.gif) no-repeat;
	width: 196px;
	height:85px;
}

span, #name span,#slogan span {
	color: #0072bc;
	font-weight: bold;
}

.newsTpl {
	margin-bottom: 10px;
	padding: 3px 0 10px 0;
	border-bottom: 1px solid #eee;
}

.newsTpl a, .newsTpl a:visited {
	font: 11px/15px Arial, Helvetica, sans-serif;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
	color: #666;
}

#banner {
	width: 880px;
	padding: 0px 40px;
	height: 175px;	
	background: url(../images/top_bg.gif) no-repeat;
	margin: 0px;
	border: none;
}

* html #banner {
	height: 1%;
}

#main_content {
	width:880px;
	background: url(../images/content_bg.gif) no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0;
	height: auto;
}

#main_content a, #main_content a:visited {
	text-decoration: none;
	color: #0072bc;
	border-bottom: 1px dotted #006AC3;
}

#main_content a:hover {
	text-decoration: none;
	border-bottom: none;
}

#content {
	width: 640px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 690px;
}

#border strong {
	color: #990000;
}

#main_footer {
	border-top: 4px solid #E5E5E5;
	width: 880px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#main_footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#main_footer a:hover {
	color: #0072bc;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 880px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

p.small_text {
	font-size: 10px;
}

div#footer-meta a.orange:hover {
	color: #ff6600;
}

.clearer {
	clear: both;
}

div.profile {
	border-bottom: 1px solid #eee;
	margin:7px 5px;
	padding: 10px;
}

div.profile span {
	font-size: 14px;
	font-weight: bold;
	color: #0072bc;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#content div.profile p {
	margin: 0;
}

.right {
	float: right;
	margin: 5px 0 4px 8px;
	padding: 4px;
	border: 1px solid #ccc;
}

.left {
	float: left;
	margin: 5px 8px 4px 0;
	padding: 4px;
	border: 1px solid #ccc;
}

.center {
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #ccc;
}

p.big_img {
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
	color: #666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(../images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #0072bc;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #0072bc;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
	
h4 {
	font-size: 14px;
	color: #0072bc;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
}
	
h5 {
	font-size: 13px;
	color: #0072bc;
	padding: 4px 0;
	margin: 0;
	letter-spacing: -0.5px;
}

#main_content .newsTpl h5 a, #main_content .newsTpl h5 a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	padding: 4px 0;
	margin: 0;
	letter-spacing: -0.5px;
	border-bottom: none;
	text-decoration: none;
}

#main_content .newsTpl h5 a:hover {
	color: #990000;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #ccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #0072bc;
	border-bottom: 1px dotted #0072bc;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #003370;
	border-bottom: none;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #0072bc;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: none;
}

#border div.ck_btn {
	margin: 0 0 15px 14px;
}

#border div.ck_btn a, #subnavigation div.ck_btn a:visited {
	background: url(../images/ck_btn.png);
	height: 36px;
	width: 143px;
	color: #fff;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	line-height: 36px;
	text-decoration: none;
	border: none;
}

#border div.ck_btn a:hover {
	background: url(../images/ck_btn.png) 0 -36px;
	color: #0099ff;
}

#border div.bid_btn {
	margin: 0 0 15px 14px;
}

#border div.bid_btn a, #subnavigation div.bid_btn a:visited {
	background: url(../images/bid_btn.png);
	height: 36px;
	width: 143px;
	color: #fff;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	line-height: 36px;
	text-decoration: none;
	border: none;
}

#border div.bid_btn a:hover {
	background: url(../images/bid_btn.png) 0 -36px;
	color: #ff0000;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

/* MENU DROP DOWN */

 /* common styling */
 div.menu {
	background: url(../images/navbg.gif) repeat-x top left;
	width: 880px;
	height: 24px;
	z-index: 999;
}
 
.menu {
font-family: verdana, sans-serif;  
position:relative; 
font-size:0.85em;
z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff;  
height:24px; 
color:#fff; 
border-right:1px solid #be2f1a; 
border-left:1px solid #6e170a;
padding:0 20px; 
line-height:24px;
float: left;
}
* html .menu ul li a, .menu ul li a:visited {
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff;
background: #cc0000;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:24px;
left:0; 
width:150px;
border-right: none;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:0px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#0072bc; 
color:#fff; 
height:auto; 
line-height:22px; 
padding:0 10px; 
width:129px;
border-right: none;
border-left: none;
}
* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#003399 url(drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#003370; 
color:#fff;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:150px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

.bold {
	font: bold 13px Arial, Helvetica, sans-serif;
	border: none;
}

/* FORM */

div.form-container { margin: 10px 0; padding: 7px; background-color: #FFF; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 130px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 110px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 130px; }
div.form-container div.buttonrow { margin-left: 135px; }

/* AJAX Search */

#search #ajaxSearch_form, #search form {
	position:absolute;
	width:auto;
	height: 20px;
	margin:0;
	padding:0;
	top: 22px;
	left: 670px;
}

#ajaxSearch_intro {
	margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	width: 160px;
	background: #fff;
	font-size: 12px;
	padding: 1px;
	border: 1px inset #ccc;
}

#ajaxSearch_submit {
	height: 20px;
	font-size: 12px;
}

#ajaxSearch_output {
	position: absolute;
	top: 124px;
	left: 510px;
  	font-size: 12px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
  	width: 380px;
	z-index: 1200;
	padding: 10px 8px;
	margin: 15px 0;
	line-height: 16px;
}

.ajaxSearch_paging {
	display: block;
	margin: 5px 0 10px;
}

.AS_ajax_result {
  color: #333;
  margin-bottom: 3px;
}

.AS_ajax_resultLink {
  text-decoration: underline;
  color: #0072bc;
}

.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 0 2px 2px 2px;
}

.AS_ajax_resultsIntroFailure{
  padding: 3px;
}

.AS_intro { display: none;}

#ajaxSearch_form fieldset {
	border: none;
	height: 45px;
	position: relative;
}

#searchClose {
	position: absolute;
	top: 50px;
	left: 235px;
}

#indicator {
	position: absolute;
	top: 50px;
	left: 164px;
}

.ajaxSearch_highlight, ajaxSearch_highlight1 {
	color:#990000;
}


#main_content div.archive ul {
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 2px;
}

#main_content div.archive ul li {
	border-bottom: none;
}

#main_content div.archive ul li a, #main_content div.archive ul li a:visited {
	line-height: 18px;
	color: #0072bc;
	text-indent: 4px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}

#main_content div.archive ul li a:hover {
	color: #8f0000;
}

#main_content div.archive ul li ul.archive_year_inner {
	padding: 0 15px 0 0;
	margin: 0;
	border-bottom: none;
}

#main_content div.archive ul li ul.archive_year_inner li a, #main_content div.archive ul li ul.archive_year_inner a:visited {
	display: block;
	color: #0072bc;
	border-top: 1px dotted #ddd;
	border-bottom: none;
	text-indent: 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 5px;
}

#main_content div.archive ul li ul.archive_year_inner li a:hover {
	color: #8f0000;
}



#container div.socialmedia a {
	border: none;
	margin-bottom: 10px;
}	

#container a.twitter {
	display: block;
	float: left;
	width: 160px;
	height: 27px;
	border: none;
	background: url(../images/follow_me-c.png) no-repeat;
}

#container a.facebook {
	display: block;
	float: left;
	width: 160px;
	height: 38px;
	border: none;
	background: url(../images/facebook1.gif) no-repeat;
}
