@CHARSET "ISO-8859-1";
@import url("reset.css");
@import url("base.css");
body{
font-family: Arial,Helvetica,sans-serif;
margin:0px;
padding:0px;
background: url('images/bg.jpg') #46668b repeat-x;
}
p, h1, h2 ,h3, img, a{
margin:0px;
padding: 0px;
border:none;
}
table, td, th{
 border:none;
}
h1,h2,h3{
color:#da3d00;
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;;
}
h1{font-size:24px;font-weight:normal;}
h2{font-size:20px;}
h3{font-size:16px;}
#wrapper{
width:786px;
text-align:left;
}
#top_header{
border-left: 3px solid #475573;
border-right: 3px solid #475573;
height:122px;
}
#header{
border-right:3px solid #505f78;
border-left: 3px solid #505f78;
height:216px;
}
#navigation_wrapper{
border-right:3px solid #7187a4;
border-left: 3px solid #7187a4;
height:20px;
font-size:14px;
padding:9px;
background: url('images/nav_bg.jpg') repeat-x;
}
#navigation a{
color:#FFF;
padding:10px 10px 10px 10px;
text-decoration: none;
text-transform:lowercase;
}
#navigation{ 
	display:none;
}
#navigation_wrapper{
	
}
#navigation a:hover{
color:#f78539;
}
#body{
border-right:3px solid #748ca8;
border-left: 3px solid #748ca8;	
background: #bbc7d4;
color:#000;
font-size:12px;
padding: 30px 15px 10px 15px;
min-height:300px;
}
#body a{
	color: #da3d00;
	font-size:13px;
	text-decoration:none;
}
#body a:hover{
	text-decoration: underline;
}
#body p{
color:#333;
padding: 0px 0px 8px 0px;
line-height:150%;
}
#body ul li{
	color:#333354;
	line-height:130%;
	list-style-type: square;
	margin:8px 0px;	
}
hr{
	border:none;
	border-top:1px solid #a1b2c5;
	height:0px;
	margin:0 0 25px 0;
}
.clear_both{clear:both;}
#footer_wrapper{
background: url('images/footer_outside_bg.jpg') repeat-x;
width:100%;
height:172px;
}
#footer{
width: 706px;
padding: 45px 40px 0px 40px;
height:127px;
text-align:left;
font-size:14px;
color:#FFF;
background: url('images/footer_bg.jpg') no-repeat;
}
#footer img{
float: left;
margin-right: 15px;
}
#right_content{
min-height:280px;
width: 356px;
margin-left:10px;
float:right;
}
.orange{
color:#da3d00;
}
.small_orange{
padding-bottom:6px;
font-size: 20px;
color:#ff6000;
}
.quote{
margin-left:15px;
font-size:11px;
font-style:italic;
}
.blue_text{
color: #266ab9;
}
.lightblue_text{
color: #abc6e3;
}
.right_main_img{
margin:0px 0px 10px 5px;
}

/* Image styling */
.right_img{
	float:right;
	clear:both;
	border-bottom:2px solid #505F78;
	border-top:2px solid #505F78;
	margin: 0 0 0 10px;
}
#body p.right_img_cap{
	color:#DA3D00;
	font-style:italic;
	clear:both;
	float:right;
	padding:0px;
	margin: 5px 10px 5px 10px;
}

/* Dates table styling */
table.dates_table{
	width:90%;
	color:#333;
	border-collapse:separate;
	border:1px solid #93a7bd;
	margin: 5px auto;
}
table.dates_table td{
	border:none;
	text-align:center;
}
table.dates_table th{
	color:#000;	
	border:none;
	background: #93a7bd;
}
tr.odd_row{background:#aebecf;} 
tr.even_row{}
.airport html table{
background: #000;
}
#footer a{color:#FFFFFF;}

#body a.printer_friendly{font-size:10px;float:right;}