/* CSS Document */

/*

Organized by:

Global Typography
General Layout

Header
Sidebar
Main
Footer

Forms and Tables
Misc.

*/



/* Global Typography
-------------------------------------------------------------- */

body { 
	color: #555; 
	font-family: Arial, Helvetica, sans-serif;
	}

a, a:visited { color: #FF0000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-weight: bold; 
	}

.blue { color: #046BB5; }
	


/* General Layout
-------------------------------------------------------------- */

body { 
	margin: 0;
	background: #FFF url(../img/wallpaper_helicopter.jpg) no-repeat 50% 0; 
	}
body#home { background-image: url(../img/wallpaper_clouds.jpg); }
body#graph { background-image: url(../img/wallpaper_helicopter_graph.jpg); }
	
#wrapper {
	width: 1000px;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	height: 155px; 
	}

#sidebar {
	float: left;
	width: 274px;
	padding-bottom: 17px;
	background: url(../img/bg_sidebar_footer.png) no-repeat bottom left;
	}
#sidebar .container {
	width: 274px;
	padding-top: 17px;
	background: url(../img/bg_sidebar.png) no-repeat top left;
	}
	
#main {
	float: left;
	width: 711px;
	margin-left: 15px;
	}
	
#footer {
	clear: both;
	width: 661px;
	height: 27px;
	padding: 8px 0 0 50px;
	background: url(../img/bg_footer.gif) no-repeat top left;
	}
body#home #footer {
   width: 691px;
   height: 55px;
   padding: 40px 0 0 20px;
   background: url(../img/bg_footer_home.gif) no-repeat top left;
   }

	

/* Header
-------------------------------------------------------------- */

#header h1 {
	position: absolute;
	top: 18px;
	left: 50px;
	width: 155px;
	height: 95px;
	margin: 0;
	padding: 0;
	}
#header h1 a {
	display: block;
	height: 95px;
	background: url(../img/logo.png) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	}
#header h1 a:hover { background-position: bottom left; }

#header h2 {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 477px;
	height: 33px;
	margin: 5px 10px 0 0;
	background: url(../img/title_visibility_accountability_results.png) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	}
	
#nav {
	float: right;
	height: 44px;
	padding-right: 11px;
	background: url(../img/bg_nav_right.png) no-repeat top right;
	}
	
#nav h3 {
	float: right;
	width: 180px;
	height: 30px;
	margin: 5px 10px 0 0;
	background: url(../img/title_intelligent_solutions.gif) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	}
	
#nav ul {
	float: right;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/bg_nav_left.png) no-repeat top left;
	}
#nav li {
	float: left; 
	padding-right: 3px;
	background: url(../img/bg_nav_border.gif) no-repeat 100% 60%;
	}
#nav li.last { background: none; }
#nav li a {
	display: block;
	float: left;
	padding: 12px 10px 7px;
	color: #666;
	font-size: 0.83em;
	}
#nav li a:hover, #nav li.selected a {
	background: url(../img/bg_nav_active.gif) no-repeat 50% 100%; 
	text-decoration: none;
	}
	


/* Sidebar
-------------------------------------------------------------- */

#sidebar a { font-weight: bold; }
#sidebar p { font-size: 0.92em; }

#sidebar .module, #sidebar .module-last {
	width: 240px;
	margin: 0 17px 10px;
	border-bottom: 1px dotted #999;
	}
#sidebar .module-last {
	margin-bottom: 0;
	padding-bottom: 7px;
	background: url(../img/bg_module_last.png) no-repeat bottom left;
	border-bottom: none;
	}

#sidebar .module h3, #sidebar .module-last h3 {
	width: 240px;
	height: 30px;
	margin-bottom: 1px;
	text-indent: -999em;
	overflow: hidden;
	}
	
#sidebar h3.about-hsi { background: url(../img/title_about_hsi.png) no-repeat top left; }
#sidebar h3.contact { background: url(../img/title_contact.png) no-repeat top left; }
#sidebar h3.flightlink-products { background: url(../img/title_flightlink_products.png) no-repeat top left; }
#sidebar h3.revenue-management-services { height: 49px; background: url(../img/title_revenue_management_services.png) no-repeat top left; }
#sidebar h3.talk-to-us { background: url(../img/title_talk_to_us.png) no-repeat top left; }
#sidebar h3.web-based-demo { background: url(../img/title_web_based_demo.png) no-repeat top left; }

#sidebar .gradient {
	margin-bottom: 10px;
	padding: 10px 15px 15px;
	background: #D1D3D4 url(../img/bg_sidebar_gradient.gif) no-repeat top left;
	}
#sidebar .module-last .gradient { margin-bottom: 0; }

#sidebar .inset {
	padding: 10px 15px 0;
	background-color: #FFF;
	border-bottom: 1px solid #92BFDF;
	}
#sidebar .inset a, #sidebar .inset a:hover { color: #0F6CB6; }
#sidebar .inset p span {
	color: #0F6CB6;
	font-weight: bold;
	}

#side-nav {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	}
#side-nav li { border-bottom: 1px solid #92BFDF; }
#side-nav a {
	display: block;
	width: 210px;
	height: 21px;
	padding: 5px 15px 0;
	background: url(../img/bg_side_nav_link.png) no-repeat top left;
	color: #046BB5;
	font-size: 0.92em;
	}
#side-nav a:hover, #side-nav li.selected a {
	width: 233px;
	margin-right: -23px;
	background-position: top right;
	color: #FFF;
	text-decoration: none;
	}

/* Second-level */
#side-nav li.selected ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	}
#side-nav li.selected ul li { border: none; }
#side-nav li.selected ul a, #side-nav li.selected ul a:hover {
	width: 195px;
	margin: 0;
	padding-left: 30px;
	background: #FFF;
	color: #046BB5;
	}
#side-nav li ul a:hover { text-decoration: underline; }



/* Main
-------------------------------------------------------------- */

#main h2 {
	width: 671px;
	margin: 20px 0 0 40px;
	color: #0F6CB6;
	font-size: 3em;
	line-height: 1.25; 
	}
#main h2 span {
	font-size: 0.4em;
	font-style: italic;
	}

#primary-content {
	float: left;
	width: 420px;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 120px;
	}
	
#primary-content a {
	font-size: 0.92em;
	font-weight: bold;
	}

#primary-content h3 {
	font-size: 1.42em; 
	font-weight: normal;
	line-height: 1.5;
	}
#primary-content h3 a, #primary-content h3 a:hover {
	color: #0F6CB6;
	font-weight: normal;
	}
	
#primary-content h4, #primary-content h5 {
	margin-bottom: 0;
	color: #046BB5;
	font-size: 1.42em;
	}
#primary-content h5 { color: #555; }
	
#primary-content li { margin-bottom: 10px; }

#primary-content img.expansive { margin-right: -200px; }

#secondary-content {
	float: left;
	width: 210px;
	margin: 300px 0 0 20px;
	}
	
#secondary-content a { font-weight: bold; }
	
#secondary-content .module, #secondary-content .module-last {
	width: 200px;
	margin: 0 0 15px;
	padding: 5px;
	border-bottom: 1px dotted #999;
	}
#secondary-content .module-last { border-bottom: none; }

#secondary-content .module h3, #secondary-content .module-last h3 {
	margin-bottom: 5px;
	color: #0F6CB6;
	font-size: 1.5em;
	}
	
#secondary-content .module p, #secondary-content .module-last p { font-size: 0.92em; }

.bio { margin: 10px 0 20px; }
.bio img {
	float: left;
	margin-right: 10px;
	}
.bio p {
	float: right;
	width: 299px;
	}
	
ul.site-map {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	color: #FF0000;
	}
ul.site-map li { margin: 10px 0; }
ul.site-map ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	}
	
#splash {
	position: relative;
	width: 711px;
	height: 464px;
	}
#splash a:focus { outline: none; }
	
	
	
/* Footer
-------------------------------------------------------------- */

#footer p {
	color: #FFF;
	font-size: 0.83em;
	}
	
#footer a, #footer a:hover { color: #FFF; }



/* Forms and Tables
-------------------------------------------------------------- */

label, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	font-weight: normal;
	}
	
label {
	display: block;
	float: left;
	width: 125px;
	padding-top: 3px;
	text-align: left;
	font-weight: bold;
	}

input {
	width: 236px;
	margin: 0;
	padding: 5px 10px;
	background-color: #FFF;
	border: 1px solid #AFB1B2;
	}
input#submit {
	width: auto;
	margin: 5px 0 5px 320px;
	padding: 0;
	background: transparent;
	border: none;
	color: #FF0000;
	font-weight: bold;
	}
input#submit:hover {
	cursor: pointer;
	text-decoration: underline;
	}
	
select {
	margin: 0;
	padding: 0;
	}
	
textarea {
	width: 236px;
	height: 78px;
	margin: 0;
	padding: 5px 10px;
	background-color: #FFF;
	border: 1px solid #AFB1B2;
	overflow: auto;
	}
	
form div {
	width: 385px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 1px;
	background-color: #D3D3D3;
	}

form div.inline {
	width: auto; 
	margin: 0;
	padding: 0;
	}
form div.inline input {
	float: left;
	width: 30px;
	margin-right: 10px;
	}
	
form div.multi-option {
	width: auto;
	margin: 0;
	padding: 5px 0 0 125px;
	}
form div.multi-option div {
	width: auto;
	margin-bottom: 10px; 
	padding: 0;
	}
form div.multi-option input {
	width: auto;
	margin-right: 5px;
	padding: 0;
	background: transparent;
	border: none;
	}
form div.multi-option label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
	}
	
#sidebar label {
	width: 60px;
	margin-left: 10px;
	padding-top: 0;
	font-weight: normal;
	}
#sidebar input {
	width: 114px;
	padding: 2px 3px;
	}
#sidebar input#next {
	width: auto;
	margin-left: 110px;
	padding: 0;
	background: transparent;
	border: none;
	color: #FF0000;
	font-weight: bold;
	}
#sidebar input#next:hover {
	cursor: pointer;
	text-decoration: underline;
	}
#sidebar form div {
	width: auto;
	padding: 5px;
	margin-bottom: 2px;
	background-color: #D1D3D4;
	}



/* Misc.
-------------------------------------------------------------- */

.left { float: left; }
.right { float: right; }

img.right {
	margin-left: 10px;
	margin-bottom: 15px;
	}
img.left {
	margin-right: 10px;
	margin-bottom: 15px;
	}

.center { text-align: center; }

.bumper {
	margin-top: 40px;
	margin-bottom: 40px;
	}
	