@charset "UTF-8";
/* CSS Document */

* {
	outline: hidden;
}


.picboarder {
border-style:solid;
border-color:#8A98B2; 
padding:3px;
}


p

{
font-size: 16px;
}

p.bold {
font-weight:bold;
}

body {
	/*--font-family: Arial, sans-serif; --*/
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #0E2D62;
}

a {
	color: #639aff; /*old 6699ff*/
}

a:hover {
	color: #FFFFFF;
}

#headline {
	margin-bottom: 10px;
}

table {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

h2 span {
	font-size: 12px;
	color: #AAAAAA;
	font-style: italic;
}

h3 {
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	text-align: left;
}

td.formcell {
	padding: 4px 0px;
}

li {
	padding: 4px;
}

ul.leftside li {
	padding: 1px;
}

.bold {
	font-weight: bold;
}

img {
	margin: 0px;
	padding: 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

/***#container {
	background-image: url(/images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100%;
}**/

* html #container {
	height: 100%;
}

#header {
	background-image: url(/images/header-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 141px;  /* was 141 */
	overflow: visable;
}

#inner-header {
	position: relative;
	width: 970px;
	margin: 0px auto;
}

.bluebox {
	width: 291px;
	margin: 10px auto 0px 15px;
	background-color: #576C91;
	clear: none;
}

.bluebox-header {
	background-color: #8A98B2;
	padding: 5px ;
	margin: 0px auto;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	width: 281px;
	height: 14px;
}	

.bluebox-content {
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
}

.bluebox-content div {
	margin: 6px;
}

#main {
	width: 970px; /*was 970 */
	margin: 0px auto;
}

#content {
	width: 690px; /*was 690*/
	padding: 15px 15px 50px 15px; /*was 15px 15px 50px 15px;*/
	float: right;
	clear: none;
}

#flash-container {
	height: 141px; /*was 141*/
	width: 779px;
}

.brokerageBox {
	background-color: #CCCCCC;
	color: #222222;
	font-weight: normal;
	font-size: 11px;
	width: 700px;
	margin: 0px auto 15px auto;
	clear: both;
}

.brokerageBoxHeader {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding: 3px;
	width: 694px;
}

.brokerageBoxContent {
	padding: 10px;
	width: 680px;
}

.brokerageBoxContent a {
	color: #003366;
}

.brokerageBoxContent a:hover {
	color: #3366FF;
}

#nav {
	width: 779px; /* 779 old number*/
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding-top: 11px; /*was 11*/
	clear: both;
}

#flash-testimonial {
	width: 779px;
	height: 80px;
	padding-top: 0px;
	float: left;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/groupair_call_us.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#homepage-image {
	padding: 10px 0px;
}

#sidebar {
	width: 146px; /* was 216 original */
	float: left;
	border-right: 1px solid #FFFFFF;
	margin: 10px 0px; /*was 20px 0px */

}

#aircraftmenu{
	width: 100px;
	height: 320px; 
	float: right;
	border-left: 1px solid #FFFFFF;
	margin: 00px 0px 10px 5px;
	padding-left:10px;
	vertical-align:top;


}



#footer {
	width: 870px;
	height: 20px;
	margin: 10px auto;
	padding: 1px 50px 1px 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}

#disclaimer {
	font-size: 10px;
	color: #BBBBBB;
	font-weight: lighter;
	text-align: justify;
	width: 970px;
	margin: 0px auto 30px auto;
}

#address {
	font-size: 11px;
	width: 430px;
	margin: 10px auto;
}


a.header:link {color:blue}    /* unvisited link */
a.header:visited {color:blue} /* visited link */
a.header:hover {color:red}   /* mouse over link */

a.whitepaper:link {color:black}    /* unvisited link */
a.whitepaper:visited {color:black} /* visited link */
a.whitepaper:hover {color:white}   /* mouse over link */

a.body:link {color:blue}    /* unvisited link */
a.body:visited {color:blue} /* visited link */
a.body:hover {color:red}   /* mouse over link */	

#phonenumber {
	vertical-align:top;
	float:right;
	width: 97px;
	height: 29px;	

                 padding-top: -100px;
}

.whitepaper {
font-size: 14px;
}



