@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #C8C8C8;
	margin-top: 0px;
	/*background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;*/
}

#container {
	position:relative;
	width:900px;
	height:1000px;
	background-color: #E6E6FF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	z-index:1;
}

#topbar {
	/*position: relative;*/
	float: left;
	width: 855px;
	height: 50px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #E6E6FF;
	background-image: url(images/fpage/bg_bar.jpg);
	background-repeat: no-repeat;
}

#banner {
	float: left;
	width: 858px;
	height: 167px;
	margin-top: 6px;
	margin-left: 20px;
	background-image: url(images/fpage/bg_banner.jpg);
	background-repeat: no-repeat;
}

#banner_flash {
	float: right;
	width: 300px;
	height: 100px;
	margin-top: 30px;
	margin-right: 20px;
}
#banner_slide {
	float: right;
	width: 320px;
	height: 120px;
	margin-top: 20px;
	margin-right: 10px;
}
#air_links {
	float: left;
	width: 855px;
	height: 144px;
	margin-top: 10px;
	margin-left: 20px;
}

#about {
	float: left;
	width: 690px;
	height: 176px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: center;
	/*padding-left: 4px;*/
	background-image: url(images/fpage/bg_about.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#about_inner {
	position: relative;
	width: 682px;
	height: 168px;
	margin: 4px;
	text-align: left;
}

#sidebar {
	float: right;
	width: 155px;
	height: 530px;
	text-align: left;
	margin-right: 25px;
	margin-top: 10px;
	background-image: url(images/fpage/bg_sidebar.gif);
	background-repeat: no-repeat;
}

#services {
	float: left;
	width: 690px;
	height: 178px;
	text-align: left;
	padding-left: 4px;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(images/fpage/bg_services.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#inner_services {
	position: relative;
	width: 682px;
	height: 170px;
	margin: 4px;
	text-align: left;
}

#bottom {
	float: left;
	width: 690px;
	height: 155px;
	margin-top: 10px;
	margin-left: 20px;
}

#footer {
	float: left;
	width: 855px;
	height: 50px;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 6px;
	background-color: #E6E6FF;
	background-image: url(images/fpage/bg_bar.jpg);
	background-repeat: no-repeat;
}

#bottom table tr td.address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(images/fpage/bg_address.gif);
	background-repeat: no-repeat;
}

/*-----Text Styles-----*/
.bluebold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1B3D67;
}

.sidebar_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar_text strong {
	color: #1B3D67;
}

.bigcap {
	font-size: 120%;
	font-weight: bolder;
	color: #006;
}

.sidebar_text a:link, a:visited {
	color: #E9650C;
	text-decoration: none;
}

.sidebar_text a:hover, a:active {
	color: #C7430A;
	text-decoration: underline;
}

.about_text {
	font-size: 1em;
	line-height: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	font-weight: bold;
}

.footer_text a:link, a:visited {
	color:#C7430A;
	text-decoration: none;
}

.footer_text a:hover, a:active {
	color: #FF9;
	text-decoration: underline;
}

.about_text a:link, a:visited {
	color: #E9650C;
	text-decoration: none;
}

.about_text a:hover, a:active {
	color: #C7430A;
	text-decoration: underline;
}