/* CSS Document */

body {
	margin:0px; 
	padding:0px; 
	background:	#404040;
	font: 1.0em verdana, arial, sans-serif; 
	text-align:center;
		}
		
* 		{ 
	margin:0; 
	padding:0;
		}
		
div#mainwrap {
	width:880px; 
	margin-top:1px; 
	margin-left:auto; 
	margin-right:auto;  
	text-align:left;
		}
		
a, a:link, a:visited {
	color:			#358cf9;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

div#logo {
	height:			150px;
	width:			880px;
	background: 	transparent url(../img/Air-Logo.jpg) repeat scroll left top;
}

div#logo p {
	text-align:		left;
	color:			#246ec9;
	margin-top:		65px;
	margin-left:	200px;
	font-weight:	bold;
	font-size:		1.8em;
}
		
/* navigation menu */
#menu
{ height: 32px;
  width: 880px;
  background: #7a7a7a;
  color: #EEE;
  border-color: #82974B;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
}

#menu li a 
{ display: block;
  float: left;
  height:34px;
  text-decoration:	none; 
  padding:			6px 19px 0px 19px;
  border-right:		2px solid;
  font-weight:		bold;
  font-size:		0.6em;
  background: 		#40403E;
  color: 			#929280;
  border-color:		#2C2C2A;
  background:		transparent url(../img/NAV-TAB-BG.jpg) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #0849cd;
  color: #eee;
  border-color: #2C2C2A;
/* background: transparent url(../img/NAV-TAB-BG-H.jpg) no-repeat scroll left top */; 
}

div#content {
	background:		#000000;
	border-left:	#7a7a7a 1px solid;
	border-right:	#7a7a7a 1px solid;
	border-bottom:	#7a7a7a 1px solid;
}

.box {
	margin-left:	40px;
	width:			800px;
	font-size:		0.9em;
	color:			#ffffff;
/* commented out on Feb 27 2009 per Web request from BP */ 	
/*  background: transparent url(../img/Box.jpg) no-repeat scroll left top; */
}

.box h1 {
	margin-left:	10px;
	margin-top:		5px;
	margin-bottom:	10px;
	font-size: 		1.6em;
	color:			#246ec9;
}

.box p {
	margin-left:	5px;
/*	font-size: 		0.9em;*/
    font-size: 		1.1em;
}

.boxtable {
	font-size:		0.9em;
	color:			#ffffff;
}

div#copyright {
	text-align:		right;
	color:			#72776f;
	font-size:		0.6em;
}
