/* Common */
body,table,input,select,textarea { 
  font-family: verdana, Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}
a:active, a:focus {
	outline: 0;
	}
body {   
  color: #fff;  
  background: #0b4a8b url('../images/i-bg.jpg') repeat-x;
  padding-bottom:20px;
}

h1 {
  margin: 30px 0 30px 0;
  text-align:right;
  color:#fff;
  font-weight:normal;
  font-size:2.5em;
  white-space: nowrap;
}
h1 span.sml {
	font-size:0.675em;
	}
h2 {
  margin: 1em 0 0.5em 0;
}

h3 {
	font-family: calibri, verdana, sans-serif;
	margin: 0;
	font-weight:normal;
	font-size:1.25em;
	}
.ctas h3 {
	font-family: verdana, sans-serif;
}
#content p, #content dl { 
  margin: 1em 0;
  color:#d1dbe8;
  font-size: 0.75em; 
  line-height:1.875em;
}

#content ul, #content ol {
  margin: 1em 1.25em;
  font-size: 0.75em;
}
#content ol {
	list-style-type: lower-alpha;
	}
#content ol.list-numbered {
  list-style-type: decimal;
  }
#content li {
  margin: 0 0 0.5em 0;
  color:#d1dbe8;
}

#content a {
  color: #a9a8a9;
  /* text-decoration:none; */
}

#content a:hover {
  color: #fff;
}

dl.col {
  font-size: 0.75em;
  line-height:1.675em;
}

dl.col dt { 
  float: left; 
  width: 8em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 9em;
  margin-bottom: 7px;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}
.clear-right {
		clear: right;
}
.right {
  float: right;
}

.left {
  float: left;
}

#content .txt-right {
	text-align:right;
	}
#content .txt-center {
	text-align:center;
	}

/* messages / errors box */
#content .msg, #content .msg li {
  color: #000;
  line-height: 1em;
}

#content .msg ul  {
	margin: 0.25em 0.25em 0.25em 0;
  padding: .8em .8em 0.2em .8em;
  border: 1px solid #000;
}

/* Layout */

#constrain {
	margin: 0 auto;
	width:974px;
	background:transparent url('../images/i-bg-lines.png') no-repeat -51px 0;
	}
#lhs {
	background:#2a4f7c url('../images/i-lhs.jpg') no-repeat;
	float:left;
	width:262px;
	}
#lhs .airborne-watermark {
  display: block;
  background-color: #0b4a8b;
  padding: 10px;
  padding-top: 50px;
}

#lhs .airborne-watermark img {
  max-width: 100%;
  height: auto;
  opacity: 0.1;
}
  
#logo {
	margin: 70px 0 40px 51px;
	}
#rhs {
	margin-left: 281px;
	}
#lhs img.lhsimg {
	margin: 10px 0;
	}
#lhs p.phone {
	color:#fff;
	text-align:center;
	font-family: calibri, verdana, sans-serif;
	text-transform:uppercase;
	font-size:1.15em;
	margin:15px 0 20px 0;
	}
#hero {
	height:223px;
	overflow-y: hidden;
	width:689px;
	border: 2px solid #a9a8a9;
	display:inline-block;
	padding-top: 1px;
	}
#hero img {
  position: absolute;
}
#prof {
	margin: 28px 0 26px 0;
	float:left;
	}
	
/* Navigation */
#nav {
	list-style-type:none;
	font-size:0.75em;
	border-bottom:1px solid #1b457d;
	margin: 0 0 10px 0;
	}
#nav li {
	border-top:1px solid #1b457d;
}
#nav li a {
	color:#a9a8a9;
	display: block;
	text-decoration:none;
	line-height:34px;
	padding: 0 0 0 50px;
	}
#nav li a:hover, #nav li.nav-current a {
	background:transparent url('../images/i-lhs-over-2.png');
	}

/* Sub Nav */
#nav li ul {
	display:none;
	list-style-type:none;
	background:transparent url('../images/i-lhs-subnav.png');
	border-top: 1px solid #1b457d;
	padding: 7px 0 7px 50px;
	}
#nav li ul li {
	border: 0;
	}
#nav li ul li a, #nav li.nav-current ul li a {
	line-height: 1.6em;
	font-size:0.9em;
	color:#fff;
	padding: 0.2em 0 0.2em 12px;
	background: transparent url('../images/i-subnav.gif') no-repeat 0 10px;
	}
#nav li ul li a:hover {
	background: transparent url('../images/i-subnav.gif') no-repeat 0 10px;
	color:#a9a8a9;
	}
#nav li.nav-current ul {
	display:block;
	}
	
/* Search */
#search {
	float:right;
	margin: 24px 0 0 0;
	}
#search input {
	font-size:0.675em;
	border: 1px solid #a9a8a9;
	color:#666;
	padding:3px;
	width:200px;
	float:left;
	margin-right:5px;
	}
#search .search-submit {
	background:transparent url('../images/i-search-button.gif') no-repeat;
	width:22px;
	height:24px;
	border: 0;
	text-indent: -100000px;
	font-size:0.1em;
	cursor:pointer;
	margin:0;
	}
	
/* Breadcrumbs */
#breadcrumbs {
	background:transparent url('../images/i-breadcrumbs.jpg');
	padding: 2px 8px;
	margin: 10px 0;
	}
#breadcrumbs p {
	margin: 0;
	font-size:0.675em;
	}
#breadcrumbs p a {
	color:#fff;
	text-decoration:none;
	}
#breadcrumbs p a:hover {
	color:#a9a8a9;
	}

/* Footer */
#footer-wrap {
	text-align:right;
	margin-top: 40px;
	}
#footer-wrap .professionals-tagline {
  margin: 8px 0px;
  }
#footer {
	background:#345b8b url('../images/i-footer-bg.gif') no-repeat right top;
	width:977px;
	height:177px;
	text-align:left;
	}
.footer-section {
	width: 305px;
	padding: 5px 25px;
	}
#footer h2 {
	font-size:1em;
	text-transform:uppercase;
	border-bottom:1px solid #a9a8a9;
	font-weight:normal;
	}
#footer ul {
	list-style-type:none;
	}
#footer ul li {
	float:left;
	width: 140px;
	background:transparent url('../images/i-subnav.gif') no-repeat 0 13px;
	padding-left:10px;
}
#footer ul li a {
	color:#fff;
	font-size: 0.675em;
	line-height:2.5em;
	text-decoration:none;
	}
#footer ul li a:hover {
	color:#a9a8a9;
	}
#footer img {
	margin: 20px 0 0 30px;
	}	
#footer dl {
	font-size:0.675em;
	line-height:2.5em;
	}
#footer dl dt {
	float:left;
	width:100px;
	}
#footer dl dd {
	margin-left:100px;
	}
#footer dl dd a {
	color:#fff;
	text-decoration:none;
	}
#footer dl dd a:hover {
	color:#a9a8a9;
	}
.footer-logos {
  opacity: 0.5;
}  
#authorcoc {
	float:right;
	}
#authorcoc p a {
	color:#85a5c5;
	line-height:86px;
	font-size:0.675em;
	text-decoration:none;
	}
#authorcoc p a:hover {
	color:#fff;
	}
	
/* CTA boxes on front page */
.ctas {
		height:265px;
}
.ctas div {
	background:#135d9a;
	border:2px solid #a9a8a9;
	padding:8px;
	width:190px;
	float:left;
	}
.ctas div.ctas-middle {
	margin: 0 29px;
	}
.ctas div h3 {
	background:#a9a8a9;
	color:#333;
	text-transform:uppercase;
	font-size:0.675em;
	font-weight:normal;
	text-align:center;
	padding:3px;
	}
#content .ctas div p {
	margin:5px 0 0 0;
	font-size:0.675em;
	line-height:1.5em;
	}
#content .ctas div p a {
	display:block;
	background:#0c4a8a url('../images/i-cta-arrow.gif') no-repeat 182px 10px;
	color:#fff;
	text-align:right;
	text-decoration:none;
	padding:2px 14px;
	}
#content .ctas div p a:hover {
	background:#0d4d8f url('../images/i-cta-arrow.gif') no-repeat 182px 10px;
	}
/* Location Pages */
.location {
	float:right;
	margin:-13px 0 0 0;
	border:0;
	}
#content ul.location-ul {
	width:400px;
	}
#content ul.location-ul li {
	width:200px;
	float:left;
	}
.location-address {
	background:transparent url('../images/i-lhs.png');
	padding: 1px 15px;
	/*width:155px;*/
	display:inline-block;
	float:left;
	color:#fff;
	margin: -105px 0 0 0;
	}
.location-photo {
		border: 2px solid #a9a8a9;
		padding:2px;
}
.location-images {
		float:right;
		width:220px;
}
/* More info links */
#content p.moreinfo {
	background:#345b8b;
	font-size:0.675em;
	text-align:right;
	padding: 0 5px 0 0;
	margin-bottom:3em;
	}
	
/* Aircraft info */
#content dl.aircraft {
	margin-top: 2em;
	}
dl.aircraft dt {
	float:left;
	width: 110px;
	background: #345b8b;
}
dl.aircraft dd, dl.aircraft dt {
	padding:3px 6px;
	}
dl.aircraft dd {
	height:25px;
	margin-left: 125px;
	}

.aircraft-image {
	width: 200px;
	float:right;
	margin: 0 0 0 10px;
	}
.aircraft-image img {
	border: 2px solid #a9a8a9;
	padding: 2px;
	margin-bottom: 10px;
	float:right;
	}
#content ul.aircraft-titles {
	list-style-type:none;
	margin: 0;
	}
#content ul.aircraft-titles li {
	width: 338px;
	float:left;
	margin-right:5px;
	}
#content ul.aircraft-titles li a {
	background:transparent url('../images/i-aircraft.png') no-repeat;
	width: 328px;
	height:30px;
	display:block;
	font-size: 1.25em;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	}
#content ul.aircraft-titles li a:hover {
	background-position: 0 -30px;
	}

.required {
	color:#fff;
	font-weight:normal;
	font-size:0.875em;
	}

/* Sales */
.featured-aircraft img {
	border: 2px solid #a9a8a9;
}


/* Search*/
#cse-search-results {
	overflow-x:hidden;
	height:1100px;
	overflow-y:hidden;
	}
.gs-visibleUrl, .gs-visibleUrl-short {
	color:#fff;
	}

/* Aircraft List */
#content .aircraft-list {
	list-style-type:none;
	margin: 1em 0;
	font-size:0.675em;
}
#content .aircraft-list li {
		width: 225px;
		height:2em;
		overflow: hidden;
		margin-right: 5px;
		float:left;
}
#content .aircraft-list li a {
		background:#20538b;
		display:block;
		padding: 3px 5px;
}
#content .aircraft-list li a:hover {
		background:#345B8B;
}
hr {
	color:#20538b;
	background:#20538b;
	height:2px;
	margin: 30px 0 0 0;
}
.img-row {
		margin: 30px 0;
}
.img-row.img-row-single {
	text-align:center;
	width: 325px;
	display:inline-block;
	vertical-align:top;
	margin: 1em 5px;
}
.img-row img, .contactimg {	
	border: 2px solid #a9a8a9;
	padding:2px;
	margin-right: 10px;
}
.contactimg {
		margin-top: 20px;
}

#cse-search-results iframe body {
		display:none;
}

.locations {
	height:170px;
}
.team-photo {
	border: 2px solid #a9a8a9;
	padding:2px;
	float:left;	
	margin-right: 30px;
}
.team ul {
	min-height:100px;
}

#print-logo {
	display:none;
}
label.screen-reader-text { display: none; }


/* Footer Phone Number */
#footer-phone {
	background:#315786;
	text-transform: uppercase;
	width: 207px;
	height: 135px;
	display:inline-block;
	margin: 19px 0 0 30px;
	padding: 0;
}
#footer-phone p {
	text-align:center;
	font-size: 18px;
}
#footer-phone .footer-phone-number {
	background:#416185;
	color:#a9a8a9;
	padding: 13px 0;
	font-size:24px;
	margin: 0 17px 7px 17px;
}
#footer-phone .phone-title {
	margin: 0 0 5px -30px;
	font-size: 22px;
}

/* Buttons on quote page */
#content .button-add {
	background:transparent url('../images/g-button-add.gif') no-repeat;
	font-size:10px;
	height: 18px;
	padding: 0 0 0 14px;
	width:120px;
	border: 0;
	color: #fff;
	text-align:left;
	cursor:pointer;
}
#content .button-remove {
	background:transparent url('../images/g-button-remove.gif') no-repeat;
	font-size:10px;
	height: 18px;
	padding: 0 0 0 14px;
	width:71px;
	border: 0;
	color: #fff;
	text-align:left;
	cursor:pointer;
}
a:active, a:focus {
	outline:0;
}
.dangerous-img {
	border: 15px solid #fff;
}

#content a.button {
	background:#345b8b url('../images/g-submit.gif') no-repeat right -39px;
	color:#fff;
	width:150px;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	border:1px solid #a9a8a9;
	text-decoration: none;
	}
#content a.button:hover {
	background:#375e8d url('../images/g-submit.gif') no-repeat right top;
	}
.for-sale-row {
	height:90px;
	padding-top:10px;
}
	.for-sale-row img.left {
		margin: 0 20px 0 0;
		border: 2px solid #a9a8a9;
		padding:2px;
	}
	
/* Finance Partner Box */
.focus-box {
	background:#20538b;
	padding:20px;
	margin:1em 0;
}
.focus-box img.left {
	margin-top:7px;
}
.finance-partner-inner {
	margin-left:70px;
}
.focus-box h2 {
	margin-top:0;
}
.finance-partner-inner dl.col dt {
	width:55px;
	margin-bottom: 2px;
}
.finance-partner-inner dl.col dd {
	margin-left:55px;
	margin-bottom: 2px;
}
#content .finance-partner-inner dl.col  {
	float:right;
	width:300px;
	margin:0;
}
#content .finance-partner-inner p {
	margin: 5px 0;
}
.fb-like { 
	float:left;margin:25px 0px 0px 50px;
}
#content .agent-logo-region {
  text-align: center;
}
#content .agent-logo-region img.agent-logo.tsirc-agent-logo {
  padding: 8px;
  background-color: #fff;
}
