@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	width: 100%;
	float: left;
	display: block;
	clear: right;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto; 
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
}
.topbar {
	background-color: #000000;
	height: 12px;
	max-height: none;
}
.logobar {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar {
	background-color: #666666;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-left: 0px;
	text-align: center;
}
.navigation {
	width: 100%;
	background-color: #666666;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	clear: both;
}
.greendivider {
	font-size: xx-small;
	background-color: #87a72a;
}
.footer {
	color: #99CC66;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-small;
	vertical-align: bottom;
	left: 0px;
	padding-left: 4px;
}
#div2 {
}
#div3 {
	width: 100%;
	clear: both;
}
#div4 {
	width: 100%;
	clear: both;
}
#newsbox {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 100%;
	font-size: small;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#linkboxleft {
	width: 30%;
	clear: right;
	float: left;
	margin-left: 10px;
}
#contactinfo {
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 90%;
}
#subpageheadline {
	width: 100%;
	margin-left: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
	line-height: 1.25em;
	margin-top: 20px;
}
#subpagephotobox {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
#subpagetextbox {
	color: #666666;
	line-height: 1.25em;
	margin-bottom: 20px;
	font-size: medium;
}
#subpagecontact {
	color: #666666;
	margin-bottom: 20px;
}
#subpagesmallphoto {
	width: 100%;
	margin-bottom: 10px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.topbar {
	background-color: #000000;
	height: 20px;
}
.logobar {
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 10px;
}
.navbar {
	height: 30px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #666666;
	text-align: center;
}
.navigation {
	width: 14.25%;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 9px;
	clear: right;
	margin-top: 6px;
}
.greendivider {
	font-size: xx-small;
	background-color: #87a72a;
}
.footer {
	color: #99CC66;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-small;
	vertical-align: bottom;
	background-image: url(https://ec3c05.claudeassets.com/20161025062111im_/http://globalaviationtechnologies.com/images/gat-footer-720.png);
	height: 120px;
	padding-left: 8px;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 40px;
	line-height: 200px;
}
#div2 {
	width: 100%;
}
#div3 {
	width: 100%;
	float: left;
	clear: left;
}
#div4 {
	width: 100%;
	float: left;
	clear: both;
}
#newsbox {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 100%;
	font-size: small;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	max-height: none;
}
#linkboxleft {
	width: 30%;
	clear: right;
	float: left;
	margin-left: 10px;
}
#contactinfo {
	text-align: right;
	width: 95%;
}
#subpageheadline {
	width: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-large;
	line-height: 1.25em;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#subpagephotobox {
	margin-left: 20px;
	width: 90%;
}
#subpagetextbox {
	padding-left: 0px;
	margin-left: 20px;
	width: 95%;
	color: #666666;
	font-size: small;
	line-height: 1.5em;
}
#subpagecontact {
	margin-left: 20px;
	color: #666666;
	width: 60%;
	float: left;
	clear: left;
}
#subpagesmallphoto {
	width: 60%;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0%; 
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border-left:thin #CCC solid;
	border-right:thin #CCC solid;
}
#div1 {
	clear: both;
}
.header {
}
.topbar {
	background-color: #000000;
	height: 20px;
	max-width: 1000px;
}
.logobar {
	background-color: #FFFFFF;
	max-width: 1000px;
	padding-top: 6px;
	padding-bottom: 10px;
}
.navbar {
	height: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: lighter;
	text-align: center;
	max-width: 1000px;
}
.navigation {
	width: 14.25%;
	clear: right;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 6px;
	max-width: 1000px;
}
.greendivider {
	background-color: #87a72a;
	font-size: xx-small;
	max-width: 1000px;
}
.footer {
	background-image: url(https://9a575c.claudeassets.com/20161025062111im_/http://globalaviationtechnologies.com/images/gat-footer-1000.png);
	height: 160px;
	color: #99CC66;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-small;
	vertical-align: text-bottom;
	text-indent: 80px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 270px;
	max-width: 1000px;
}
#div2 {
	width: 100%;
	clear: both;
	max-width: 1000px;
}
#div3 {
	width: 70%;
	float: left;
	max-width: 70%;
	clear: left;
}
#div4 {
	width: 30%;
	float: right;
	clear: right;
	text-align: left;
	max-width: 300px;
	position: static;
}
#newsbox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #333333;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	width: 95%;
	font-size: small;
	margin-bottom: 0px;
	overflow-x: scroll;
	overflow-y: scroll;
}
#linkboxleft {
	width: 30%;
	left: 0px;
	margin-left: 24px;
	clear: right;
	float: left;
	margin-top: 20px;
}
#contactinfo {
	text-align: right;
	width: 95%;
	color: #666666;
}
#subpageheadline {
	width: 40%;
	margin-top: 40px;
	margin-left: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: x-large;
	line-height: 1.25em;
}
#subpagephotobox {
	width: 50%;
	padding-top: 0px;
	margin-top: 40px;
	float: right;
}
#subpagetextbox {
	width: 48%;
	float: right;
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
	margin-bottom: 20px;
	padding-right: 16px;
	line-height: 1.75em;
}
#subpagecontact {
	width: 40%;
	color: #666666;
	float: left;
	margin-left: 30px;
	clear: left;
	margin-bottom: 20px;
	margin-top: 40px;
}
#subpagesmallphoto {
	width: 40%;
	margin-left: 30px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	padding-top: 22px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (max-width: 480px) {
	#linkboxleft {
		visibility:hidden;
	}
}

/*
     FILE ARCHIVED ON 21:57:32 Oct 13, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:00:31 Jul 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.404
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.034
  esindex: 0.006
  cdx.remote: 10.862
  LoadShardBlock: 139.184 (3)
  PetaboxLoader3.resolve: 243.398 (5)
  PetaboxLoader3.datanode: 88.431 (5)
  load_resource: 226.256 (2)
*/