/*
----------------------------------------------------------------------------- 
Main Elements (alternate text color: #6D6F71)
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	background: transparent url(../images/site_bg.gif) 0 0 repeat-x;
	background-color: #0E73BB;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #333;
}
ul, ol {
	list-style-image: none;
	list-style-type: none;
}
#wrapper {
	margin: 0;
}

#demo {
	text-align: center;
}
#main_wrapper {
	margin: 10px auto 10px auto;
	width: 520px;
}
#main_wrapper img {
	margin-bottom: 20px;
}
#pop_link {
	margin-bottom: 20px;
}
#pop_link a {
	display: block;
	width: 494px;
	padding: 10px;
	border: 1px solid #FFF;
}
#pop_link a:hover {
	color: #333;
	background-color: #FFFFFF;
}

/*
----------------------------------------------------------------------------- 
Banner elements
-----------------------------------------------------------------------------*/
#airport_banner {
	margin: 10px 0 5px 8px;
}
#right_column {
	position: absolute;
	top: 150px;
	left: 790px;
}
#vert_ad_1 {
	margin-bottom: 8px;
}
#corner_bug {
	margin-left: 6px;
}

/*
----------------------------------------------------------------------------- 
Flash element
-----------------------------------------------------------------------------*/
#flash_content {
	margin: 0 0 0 5px;
}
#copyright {
	width: 778px;
	margin: 0 0 5px 0;
	font-size: 10px;
	text-align: right;
}
#bottom_banner {
	margin: 0 0 10px 6px;
}

/*
----------------------------------------------------------------------------- 
Flash element
-----------------------------------------------------------------------------*/
#footer {
	font-size: 10px;
}

/*
----------------------------------------------------------------------------- 
Misc cleanup
-----------------------------------------------------------------------------*/
.clear_float {
	height: 1;
	float: none;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



