@charset "utf-8";

/* Global */

@font-face {
	font-family: avenir-roman;
	src: url(fonts/avenir-roman.eot); /* EOT file for IE */
}
@font-face {
	font-family: avenir-roman;
	src: url(fonts/avenir-roman.ttf); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: avenir-black;
	src: url(fonts/avenir-black.eot); /* EOT file for IE */
}
@font-face {
	font-family: avenir-black;
	src: url(fonts/avenir-black.ttf); /* TTF file for CSS3 browsers */
}
a {
	font-family: avenir-roman;
	font-size: 12px;
	color: #c8a834;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
}
body {
	margin: 0px;
}
img {
	border: 0px;
	display: block;
}
li {
    font-family: avenir-roman;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 26px;
}
p {
    font-family: avenir-roman;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 26px;
}
span {
    font-family: avenir-roman;
	font-size: 16px;
	color: #FFF;
}
#navigation {
	width: 208px;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 100;
}
#wrapper {
	width: 1158px;
	position: relative;
	margin: 0px auto 0px auto;
}

/**/

.background-additionalservices {
	background: #000 url(images/background-additionalservices.jpg) top center no-repeat;
}
.background-aircraft {
	background: #000 url(images/background-aircraft.jpg) top center no-repeat;
}
.background-charter {
	background: #000 url(images/background-charter.jpg) top center no-repeat;
}
.background-contactus {
	background: #000 url(images/background-contactus.jpg) top center no-repeat;
}
.background-fbo {
	background: #000 url(images/background-fbo.jpg) top center no-repeat;
}
.background-firefighting {
	background: #000 url(images/background-firefighting.jpg) top center no-repeat;
}
.background-home {
	background: #000 url(images/background-home.jpg) top center no-repeat;
}
.background-maintenancesafety {
	background: #000 url(images/background-maintenancesafety.jpg) top center no-repeat;
}
.background-wildlifeservices {
	background: #000 url(images/background-wildlifeservices.jpg) top center no-repeat;
}

/**/

#american-flag {
	width: 30px;
	position: absolute;
	top: 698px;
	left: 834px;
	z-index: 100;
	height: 22px;
}
#fbo-weather {
	width: 637px;
}
#right-side-aircraft {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 684px;
	z-index: 100;
}
#right-side-contactus {
	width: 270px;
	position: absolute;
	top: 240px;
	left: 642px;
	z-index: 100;
}
#right-side-fbo-01 {
	width: 101px;
	position: absolute;
	top: 424px;
	left: 611px;
	z-index: 100;
}
#right-side-fbo-02 {
	width: 460px;
	position: absolute;
	top: 587px;
	left: 588px;
	z-index: 100;
	height: 292px;
}
#right-side-wildlifeservices {
	width: 460px;
	position: absolute;
	top: 438px;
	left: 588px;
	z-index: 100;
	height: 292px;
}


/* Copy */

.aircraft-copy {
	line-height: 23px;
}
.bold {
    font-weight: bold;	
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.bold-italic-02 {
	font-weight: bold;
	font-style: italic;
	color: #c8a834;
}
.fbo-table-copy {
	font-size: 13px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.fbo-table-titles {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.headlines {
    font-family: avenir-black;
	font-size: 70px;
	color: #FFF;
	margin: 74px 0px 6px 0px;
	line-height: 80px;
}
.text-justify {
	text-align: justify;
}


/* Images */

.right-align-image {
	float: right;
	padding: 6px 0px 0px 10px;
	margin: 0px;
}


/* Links */

a.link-white {
	font-family: avenir-roman;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 26px;
	text-decoration: none;
}
a.link-white:hover {
	color: #d1d3d4;
}


/* FBO Table */

.fbo-table {
	background: #000;
	border: 1px solid #FFF;
}
