body {
	width: 1000px;
/*	background-color: #454545;  */
	margin: 0 auto;
}

img {
	border: 0;
	padding: 0;
	margin: 0;	
}

a {
	color: blue;
}

div {
	margin: 0;
	padding: 0;	
}

.airportfeed {
	position: relative;
	width: 320px;
	height: 240px;
	margin: 4px 2px;	
	border: 2px solid #000000;
	overflow: hidden;
}

.airportfeed-inner {
	position: relative;
	width: 320px;
	height: 240px;
	overflow: hidden;	
}

.bottom-span {
	clear: both;
	height: 269px;
	background-color: #e8c803;
	font-size: 16pt;
}

.content_frame {
	border: 6px solid black;
	width: 988px;
	border-top: 0px;
/*	background-color: #fae800; */
	margin-bottom: 5px;
	background-image: url(images/bodybg-bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.content_innerframe {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;	
}

.content_left {
	float: left;
	width: 250px;
	margin-left: 65px;
	margin-top: 25px;
	min-height: 500px;
	font-family: sans-serif;
}

.content_left h1 {
	font-size: 16pt;
	color: #121212;
	font-style: italic;
}

.content_right {
	float: right;	
	width: 520px;
	margin-right: 65px;
	margin-top: 20px;
	font-family: sans-serif;
	line-height: 150%;
}

.content_right h1 {
	font-size: 18pt;	
}

.error {
	margin: 10px;
	border: 2px solid red;
	padding: 6px;
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

.findoutmore {
	text-align: right;	
}

.footer {
	display: block;
	text-align: center;
	font-size: 10pt;	
	margin: 8px;
	margin-top: 25px;
}

.footer a{
	text-decoration: none;
	color: black;	
}

.footer-airportfeed {
	clear: both;
	background-color: #fae800;
}

.footer-airportfeed h3 {
	text-align: center;
	color: #fcfcfc;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

.form_input {
	margin: 10px;
}

.input_name {
	font-size: 12pt;
}

.input_value {
	font-size: 12pt;
}

.leftbar {
	float: left;
	width: 630px;
	padding: 5px;
	color: black;
	font-size: 14pt;
}

.leftbar h2 {
	color: black;
	text-transform: uppercase;
	text-decoration: underline;	
	margin: 4px auto;
	text-align: center;  
	font-family: sans-serif;
	font-size: 16pt;
}

.lefttext {
	margin: 0px 70px;
	font-family: sans-serif;
	font-size: 10pt;
}

.logo {
	display: block;
	margin-top: 12px;
}

.module:before {content:url('images/module-top.png');}

.module {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/module-mid.png);	
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.module:after {content:url('images/module-bottom.png'); position: relative; top: 14px;}

.blurb {
	margin: 25px;	
	font-family: sans-serif;
	font-size: 10pt;
}

.blurb h1 {
	font-size: 15pt;
	color: #121212;
	text-align: center;
	border-bottom: 3px double black;
	margin: 0 15px;	
	font-family: sans-serif;
}

.rightbar {
	float: left;
	width: 348px;
}

.rightbar h3 {
	text-align: center;
	font-family: sans-serif;
	margin: 0 15px;
	border-bottom: 3px double #121212;
	color: #121212;
	margin-bottom: 15px;
}

div.rbmodule {
	width: 344px;
	margin: 0px auto;
	padding: 0;
	background-image: url(images/rb-module-mid.png);
	background-repeat: repeat-y;
}

img.rbmodule {
	display: block;
	margin: 0 auto;
}

.nav {
	background-color: #cdcdcd;
	border: 6px solid black;
	padding: 4px;
	text-align: center;
/*	background-image: url(images/navbg.jpg);
	background-position: center center;  */
}

.nav a.navlink, .nav a.navlink_selected {
	display: inline-block;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px 4px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #444444;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.nav a.navlink_selected {
	background-color: #FCEC00;
	cursor: default;	
}

.nav a.navlink:hover {
	color: white;
	background-color: #C03E3E;
	text-decoration: italic;
	
}

.servicelink1, .servicelink2 {
	display: block;
	font-weight: 500;
	padding: 8px 4px 8px 8px;
	background-color: #E1894A;	
	text-decoration: none;
}

.servicelink2 {
	background-color: #F4BC7D;	
}

.servicelink1:hover, .servicelink2:hover {
	color: white;	
}

.serviceheader {
	background-color: #E1894A;
	padding: 4px;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.servicenav {
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: 	#E1894A;
	margin-top: 15px;
}

.success {
	margin: 20px;
	padding: 6px;
	border: 2px solid red;
	color: #222222;
	font-size: 10pt;
}

.system_message {
	margin: 5px 100px;
	border: 2px solid red;
	color: red;
	font-size: 12pt;
	padding: 4px;
}

.text {
	margin: 0px 20px;
	font-family: sans-serif;
	font-size: 10pt;
}

.text h1 {
	font-size: 12pt;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.text ul {
	margin-bottom: 0;
}

.weather {
	margin-top: 15px;
}

#recaptcha_image img { display: block; width: 250px; border: 1px solid black; } 

#recaptcha_image { margin: 15px auto; }


/*
===================================================
	Fixes floated content in containers
===================================================
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
