@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: 11px;
	color: #c8a834;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
body {
	margin: 0px;
}
img {
	border: 0px;
	display: block;
}
li {
    font-family: avenir-roman;
	font-size: 14px;
	color: #123a75;
	line-height: 20px;
}
p {
    font-family: avenir-roman;
	font-size: 14px;
	color: #123a75;
	margin-bottom: 16px;
	line-height: 20px;
}
span {
    font-family: avenir-roman;
	font-size: 14px;
	color: #123a75;
}
#american-flag {
	width: 30px;
	position: absolute;
	top: 1026px;
	left: 276px;
	z-index: 100;
	height: 22px;
}
#navigation {
	width: 320px;
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 100;
}
#wrapper {
	width: 320px;
	position: relative;
	margin: 0px auto 0px auto;
}

/**/

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


/* Copy */

.bold {
    font-weight: bold;	
}
.bold-alt {
    font-weight: bold;
	color: #000;	
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.bold-italic-alt {
	font-weight: bold;
	font-style: italic;
	color: #000;
}
.bold-italic-02 {
	font-weight: bold;
	font-style: italic;
	color: #c8a834;
}
.copy-alt {
	color: #000;
}
.headlines {
    font-family: avenir-black;
	font-size: 36px;
	color: #123a75;
	margin: 18px 0px 6px 0px;
	line-height: 40px;
}
.headlines-alt {
    font-family: avenir-black;
	font-size: 36px;
	color: #000;
	margin: 18px 0px 6px 0px;
	line-height: 40px;
}
.text-justify {
	text-align: justify;
}


/* Images */

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


/* Links */

a.link-alt {
	font-family: avenir-roman;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}