/******************************************************************************
 * ACG main stylesheet.
 * Note: Internet Explorer hacks are in a separate file (all_ie.css)
 * Author: Neal Krouse (krousen@comcast.net)
 *
 * Table of Contents for navigation:
 * _general
 *
 * _wrapper
 *
 * _branding
 *
 * _navigation
 *
 * _primary content
 *
 * _secondary content
 *
 * _ternary content
 *
 * _footer
 *
 ******************************************************************************/
 
 
/*-----------------------------------------------------------------------------
 *	SITE COLORS:
 *
 *	Corp blue:						#2a4b91
 *
 *	Background Color 1:				#808285
 *	Secondary Bkgn Color 1:			#A7AAAE
 *
 *	Background Color 2:				#8a9db8
 *	Secondary Bkgn Color 2:			#53759B
 *
 *	Background Color 3:				#577f9e
 *	Secondary Bkgn Color 3:			#77AAD1
 *
 *	Background Color 4:				#cfd0bc
 *	Secondary Bkgn Color 4:			#97987c
 *
 *----------------------------------------------------------------------------*/
 
 
/* _general
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, tr, td { vertical-align: top; }
td { padding-bottom: 20px; padding-right: 13px; }
td img { border: 2px solid white; }
#media-library_page td img, #logos_page td img { border: none; }


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear:after, .container:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*.clear, .container { height: 1%; }*/
.clear, .container { display: block; }

html 
{ 
	/* Rule removes Page Shift by
	 * adding vertical scrollbars to every page */
	min-height: 100%; 
	margin-bottom: 1px; 
}

body
{
	font-family: serif;
	line-height: 1.64;
	/* Unitless for proper inheritance */
	font-family: verdana, sans-serif;
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body   { font-size: 12px; }  /* Compliant browsers */

h1,h2,h3,h4,h5,h6 { 
	font-family: verdana, sans-serif;
	font-weight: bold;
	clear: both; 
	line-height: 1.1;
 }

h1 { font-size: 2em; }
h2 { font-size: 1.64em; margin-bottom: 1.11em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; margin-bottom: .8em; }
h6 { font-size: 1em; }


strong { font-weight: bold; }
em { font-style: italic; }
p { margin-bottom: 1.64em; }
p.small { font-size: .8em; }
p.large { font-size: 1.2em; }
p.right { text-align: right; }
a, a:link, a:visited
{
	text-decoration: underline; color: inherit;
}
a:hover { text-decoration: none; }

.noprint { display: none; }

/* _wrapper
------------------------------------------------------------------------------*/

#home_page { background-color: #8a9db8; background-image: url(53759B_tile.gif); background-repeat: repeat-y; background-position: left top; }
#about_page { background-color: #577f9e; background-image: url(77AAD1_tile.gif); background-repeat: repeat-y; background-position: left top; }
#leadership_page { background-color: #577f9e; background-image: url(77AAD1_tile.gif); background-repeat: repeat-y; background-position: left top; }
#services_page { background-color: #577f9e; background-image: url(77AAD1_tile.gif); background-repeat: repeat-y; background-position: left top; }
#aircraft-leasing_page { background-color: #808285; background-image: url(A7AAAE_tile.gif); background-repeat: repeat-y; background-position: left top; }
#asset-management_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#advisory-services_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#remarketing_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#technical-support_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#sales-trading_page { background-color: #8a9db8; background-image: url(53759B_tile.gif); background-repeat: repeat-y; background-position: left top; }
#fleet_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#boeing_page { background-color: #577f9e; background-image: url(77AAD1_tile.gif); background-repeat: repeat-y; background-position: left top; }
#airbus_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#clients_page { background-color: #cfd0bc; background-image: url(97987c_tile.gif); background-repeat: repeat-y; background-position: left top; }
#newsroom_page,
#press_page,
#pr_page,
#glance_page,
#logos_page,
#personnel_page,
#livery_page
{ background-color: #808285; background-image: url(A7AAAE_tile.gif); background-repeat: repeat-y; background-position: left top; }
#media-library_page { background-color: #808285; background-image: url(A7AAAE_tile.gif); background-repeat: repeat-y; background-position: left top; }
#contact_page { background-color: #8a9db8; background-image: url(53759B_tile.gif); background-repeat: repeat-y; background-position: left top; }
#email_page { background-color: #577f9e; background-image: url(77AAD1_tile.gif); background-repeat: repeat-y; background-position: left top; }
#legal_page { background-color: #8a9db8; background-image: url(53759B_tile.gif); background-repeat: repeat-y; background-position: left top; }

#wrapper
{
	width: 794px;
	padding-left: 223px;
	background-repeat: no-repeat;
	background-position: left top;
/*	height: 645px;*/
	min-height: 645px;
}

#home_page #wrapper { background-image: url(Blue-Top-A320.jpg); }
#about_page #wrapper { background-image: url(737-Cockpit.jpg); }
#leadership_page #wrapper { background-image: url(737-Cockpit.jpg); }
#services_page #wrapper { background-image: url(737-From-Above.jpg); }
#aircraft-leasing_page #wrapper { background-image: url(A320-Belly.jpg); }
#asset-management_page #wrapper { background-image: url(737-Landing-Gear.jpg); }
#advisory-services_page #wrapper { background-image: url(737-Landing-Gear.jpg); }
#remarketing_page #wrapper { background-image: url(737-Landing-Gear.jpg); }
#technical-support_page #wrapper { background-image: url(737-Landing-Gear.jpg); }
#sales-trading_page #wrapper { background-image: url(737-Landing.jpg); }
#fleet_page #wrapper { background-image: url(Trent-900-Fan.jpg); }
#boeing_page #wrapper { background-image: url(737-Tail-&-Winglet.jpg); }
#airbus_page #wrapper { background-image: url(Grey-A330.jpg); }
#clients_page #wrapper { background-image: url(A320-Winglet-Closeup.jpg); }
#newsroom_page #wrapper,
#press_page #wrapper,
#pr_page #wrapper,
#glance_page #wrapper,
#logos_page #wrapper,
#personnel_page #wrapper,
#livery_page #wrapper
{ background-image: url(A320-Cockpit-Lights.jpg); }
#media-library_page #wrapper { background-image: url(A320-Cockpit-Lights.jpg); }
#contact_page #wrapper { background-image: url(737-Engine.jpg); }
#email_page #wrapper { background-image: url(A330-Winglet.jpg); }
#legal_page #wrapper { background-image: url(Blue-Nose-A320.jpg); }

#top
{
	position: absolute;
	top: 0;
	left: 0;
	width:1%;
	z-index: 100;
}

#skipnav
{
	position: relative;
	text-indent: -9000em;
	overflow: hidden;
}
 

/* _branding
------------------------------------------------------------------------------*/
#branding
{
	position: absolute;
	width: 100%;
	height: 141px;
	top: 98px;
	left: 0;
	z-index: 100;
	background-image: url(branding-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#branding h1
{
}



#branding h1 a 
{
	width: 137px;
	height: 123px;
	display: block;
	position: absolute;
	top: 0;
	left: 72px;
	text-indent: -9999em;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ie6
{
	/* BUG: Class is added by script to the logo in #branding
	 * to correct the clickability problem in IE6. */
	width: 137px;
	height: 123px;
	display: block;
	position: absolute;
	top: 98px;
	left: 72px;
	text-indent: -9999em;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 200;
}
.ie6span
{
	/* BUG: Class is added by script to the logo in #branding
	 * to correct the clickability problem in IE6. */
	width: 137px;
	height: 123px;
	display: block;
	position: absolute;
	top: 98px;
	left: 72px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 199;
}

#branding blockquote
{
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	height: 123px;
	width: 758px;
	background-repeat: no-repeat;
	background-position: left top;
	top: -1px;
	left: 270px;
}
#home_page #branding blockquote { background-image: url(quotes_Hannahs.png); }
#about_page #branding blockquote { background-image: url(quotes_Hannahs2.png); }
#leadership_page #branding blockquote { background-image: url(quotes_Vijayaraghavan.png); }

#services_page #branding blockquote { background-image: url(quotes_cherney.png); }
#aircraft-leasing_page #branding blockquote { background-image: url(quotes_McKean.png); }
#fleet_page #branding blockquote,
	#airbus_page #branding blockquote,
	#boeing_page #branding blockquote
{ background-image: url(quotes_ryan.png); }
#asset-management_page #branding blockquote,
	#advisory-services_page #branding blockquote,
	#remarketing_page #branding blockquote,
	#technical-support_page #branding blockquote
{ background-image: url(quotes_kaprienlian.png); }
#sales-trading_page #branding blockquote { background-image: url(quotes_woodward.png); }
#newsroom_page #branding blockquote,
	#media-library_page #branding blockquote,
	#press_page #branding blockquote,
	#pr_page #branding blockquote,
	#glance_page #branding blockquote,
	#logos_page #branding blockquote,
	#personnel_page #branding blockquote,
	#livery_page #branding blockquote
{ background-image: url(quotes_Hannahs3.png); }
#clients_page #branding blockquote { background-image: url(quotes_dollet.png); }
#contact_page #branding blockquote { background-image: url(quotes_Jung.png); }
#legal_page #branding blockquote { background-image: url(quotes_Jung.png); }

/* _navigation
------------------------------------------------------------------------------*/

#nav
{
	width: 91px;
	float: left;
	display: inline;
	margin-top: 286px;
	margin-right: 13px;
	background-image: url(nav_bkgn.png);
	background-repeat: repeat;
	background-position: left top;
}

#nav li
{
	height: 30px;
	padding: 0 2px 0 8px;
}

#nav li:hover, #nav li.hover
{
	background-image: url(nav_bkgn.png);
	background-repeat: repeat;
	background-position: left top;
}

#nav li:hover a, #nav li.hover a
{
	background-image: url(rt-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li a
{
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: .82em;
	line-height: 30px;
	text-decoration: none;
	background-image: url(rt-arrow.png);
	background-repeat: no-repeat;
	background-position: -999em center;
	position: relative;
	font-family: arial, sans-serif;
}

/* you-are-here */
#home_page #index:hover, #home_page #index.hover,
#home_page #index:hover a, #home_page #index.hover a
{
	/* special rule for home page */
	background-image: none;
	cursor: default;
}
#about_page #about a,
#leadership_page #about a,
#services_page #services a,
#aircraft-leasing_page #services a,
#fleet_page #fleet a,
#boeing_page #fleet a,
#airbus_page #fleet a,
#clients_page #clients a,
#newsroom_page #newsroom a,
#media-library_page #newsroom a,
#contact_page #contact a,
#asset-management_page #services a,
#advisory-services_page #services a,
#remarketing_page #services a,
#technical-support_page #services a,
#sales-trading_page #services a
{
	background-image: url(rt-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* _primary content
------------------------------------------------------------------------------*/
#primary
{
	width: 521px;
	float: left;
	display: inline;
	margin-top: 242px;
	color: #2a4b91;
}

#primary p {}

#primary .top, #primary .links
{
	position: relative; 
	zoom:1;
}

#primary .links a, #primary .details a
{
	color: white;
}

#primary .top a, #primary .links span a
{
	padding: 0 18px 0 0;
	background-image: url(top_icon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
	color: white; 
	zoom:1;
}

#primary .links span a
{
	font-size: .8em;
}

#home_page #primary,
#about_page #primary,
#aircraft-leasing_page #primary,
#leadership_page #primary,
#services_page #primary,
#sales-trading_page #primary,
#boeing_page #primary,
#newsroom_page #primary,
#media-library_page #primary,
#contact_page #primary,
#legal_page #primary,
#press_page #primary,
#pr_page #primary,
#glance_page #primary,
#logos_page #primary,
#personnel_page #primary,
#livery_page #primary
{
	color: white;
}

/* class column is applied by script */
#primary .column
{
	float: left;
	display: inline;
	width: 242px;
	margin-right: 13px;
}
#primary .text { margin-bottom: 2em; }

#primary ul.bullet
{
	padding-left: 2em;
	list-style-type: disc;
}

#primary ul.bullet a
{
	color: white;
}

/* leadership page */
#bio p, #bio h4
{
	padding-left: 130px;
}

#primary h3 a, #primary .column a { color: white; }

#bio h4
{
	line-height: 1.4;
	position: relative;
}

#bio h4 img
{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid white;
	z-index: 10;
}

#bio h4 span
{
	position: absolute;
	z-index: 5;
	width: 110px;
	height: 130px;
	top: 10px;
	left: 10px;
	background-image: url(personnel-shdw.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* team */
.team
{
	margin-top: 1em;
}

.team div
{
	width: 140px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 5%;
}

.team div img
{
	border: 1px solid white;
	margin-bottom: 8px;
	position: relative;
	z-index: 10;
}

.team div span
{
	position: absolute;
	z-index: 5;
	width: 110px;
	height: 130px;
	top: 10px;
	left: 10px;
	background-image: url(personnel-shdw.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* contact */
#offices
{
	background-color: #fafbe6;
	color: #2a4b91;
	padding: 20px;
}

#offices .column
{
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
}


/* contact form */
#form
{
	padding: 20px 0;
}

#form p
{
	margin: 1em 0;
}


input, textarea
{
	width: 50%;
}

#ckbx input { width: auto; }
#ckbx label
{
	width: auto;
	display: inline;
}
#ckbx { padding-left: 169px; }

#form p span
{
	color: white;
	font-weight: bold;
}

#form p.submit, #form p.small
{
	margin-left: 169px;
}

label
{
	width: 169px;
	display: inline-block;
}




#clients_page dt { font-weight: bold; font-size: 1.1em; }
#clients_page dd ul { margin-bottom: 1em; }

#legal_page #primary ul { list-style-type: disc; padding-left: 2em; margin-top: -.5em; margin-bottom: 1em; }
#legal_page #primary ul li { margin-bottom: .5em; }



/* media library */
td a, td a:link, td a:visited
{
	text-decoration: underline; color: white;
}

#media-library_page table, 
#logos_page table, 
#personnel_page table, 
#livery_page table 
{ margin-bottom: 3em; }

#media-library_page td, 
#media-library_page th, 
#logos_page td, 
#logos_page th,
#personnel_page td, 
#personnel_page th,
#livery_page td, 
#livery_page th
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#media-library_page th, 
#logos_page th,
#personnel_page th,
#livery_page th 
{ padding-right: 13px; }
#media-library_page thead th, 
#logos_page thead th, 
#personnel_page thead th, 
#livery_page thead th 
{ border-bottom: 3px solid white; }
#media-library_page tbody td, 
#logos_page tbody td,
#personnel_page tbody td,
#livery_page tbody td 
{ border-bottom: 1px solid white; }
#media-library_page tbody th, 
#logos_page tbody th,
#personnel_page tbody th,
#livery_page tbody th 
{ font-weight: bold; }
#media-library_page h3, 
#logos_page h3,
#personnel_page h3,
#livery_page h3 
{ margin-bottom: 1em; }


/* add icons to links */
a[href ^="mailto:"]
{
	padding-right: 20px;
	background-image: url(icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a[href ^='http://'], a[href ^='https://']
{
	padding-right: 18px;
	background-image: url(icon_external.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a[href $='.pdf']
{
	padding-right: 18px;
	background-image: url(icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a[href $='.doc']
{
	padding-right: 18px;
	background-image: url(icon_doc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a[href $='.docx']
{
	padding-right: 18px;
	background-image: url(icon_doc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


a[href $='javascript:window.print()']
{
	padding-right: 18px;
	background-image: url(icon_print.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



/* _secondary content
------------------------------------------------------------------------------*/
#secondary
{
	width: 156px;
	float: left;
	display: inline;
	padding-top: 286px;
	margin-right: 13px;
}

#secondary li { margin-bottom: 1em; color: white; }
#secondary li a { color: white; }
#secondary li a:hover { text-decoration: none; }
#secondary li ul { padding-left: 60px; margin-top: 1em; font-size: .9em; }

#fleet_page #secondary li a, 
#asset-management_page #secondary li a,
#advisory-services_page #secondary li a,
#remarketing_page #secondary li a,
#technical-support_page #secondary li a,
#airbus_page #secondary li a 
{ color: #2a4b91; }

/* You-are-here rules */
#leadership_page #secondary li a, #leadership_page #secondary li a:hover,
#aircraft-leasing_page #aircraft-leasing, #aircraft-leasing_page #aircraft-leasing:hover,
#asset-management_page #asset-management, #asset-management_page #asset-management:hover,
#advisory-services_page #advisory-services, #advisory-services_page #advisory-services:hover,
#remarketing_page #remarketing, #remarketing_page #remarketing:hover,
#technical-support_page #technical-support, #technical-support_page #technical-support:hover,
#sales-trading_page #sales-trading, #sales-trading_page #sales-trading:hover,
#boeing_page #boeing, #boeing_page #boeing:hover,
#airbus_page #airbus, #airbus_page #airbus:hover,
#media-library_page #media-library, #media-library_page #media-library:hover,
#press_page #press, #press_page #press:hover,
#pr_page #pr, #pr_page #pr:hover,
#glance_page #glance, #glance_page #glance:hover,
#logos_page #logos, #logos_page #logos:hover,
#personnel_page #personnel, #personnel_page #personnel:hover,
#livery_page #livery, #livery_page #livery:hover
{
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

/* placement rules for secondary nav */
#about_page #secondary,
#leadership_page #secondary 
{ padding-top: 322px; }

#fleet_page #secondary,
#boeing_page #secondary,
#airbus_page #secondary
{ padding-top: 382px; }

#aircraft-leasing_page #secondary,
#services_page #secondary, 
#advisory-services_page #secondary, 
#asset-management_page #secondary,
#remarketing_page #secondary, 
#technical-support_page #secondary,
#sales-trading_page #secondary 
{ padding-top: 352px; }

#newsroom_page #secondary,
#media-library_page #secondary,
#press_page #secondary,
#pr_page #secondary,
#glance_page #secondary,
#logos_page #secondary,
#personnel_page #secondary,
#livery_page #secondary
{ padding-top: 442px; }

#contact_page #secondary { color: white; }
#contact_page #wrapper { width: 798px;}


/* _footer
------------------------------------------------------------------------------*/
#footer
{
	margin-left: 496px;
	font-size: .8em;
	padding-top: 6em;
	clear: both;
}

#footer p
{

}

#footer p a
{
	color: black;
}

#footer p a:hover
{
	color: #2a4b91;
}
