@charset "utf-8";
html, body, ul, ol, li, p, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
html {
overflow: scroll;
} 

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2C2C2C;
	background-color: #dbdbdb;
	background-image: url(../images/vertGradBG.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
}
.twoColFixLtHdr #container {
	width: 925px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container1 {
	width: 925px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/topGradShadow.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}
.twoColFixLtHdr #container2 {
	width: 875px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	background-image: url(../images/headerBG.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #headerLogo {
	float: left;
	padding-top: 25px;
	padding-left: 15px;
}
.twoColFixLtHdr #headerMenu {
	height: 40px;
	clear: none;
	margin-top: 92px;
	float: right;
	margin-right: 13px;
}
.twoColFixLtHdr #headerImage {
	padding: 0px;
	background-image: url(../images/aircraft.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 164px;
	background-position: center;
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 85%;
	
}
.twoColFixLtHdr #sidebar1Mod1 {
	background-image: url(../images/newsBG.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
} 
.twoColFixLtHdr #sidebar1Mod1 a:link {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1Mod1 a:visited {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1Mod1 a:hover {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1Mod1 a:active {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1Mod2 {
	background-image: url(../images/specialsBG.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: auto;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

} 
.twoColFixLtHdr #mainContent a:link {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:active {
	color: #0046A6;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h1{
	color: #003d8f;
	font-size: 125%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent h2{
	color: #025c9e;
	font-size: 115%;
	padding: 0px;
}
.twoColFixLtHdr #mainContent h3{
	color: #025c9e;
	font-size: 100%;
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	height: 84px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	padding-top: 27px;
	padding-right: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #FFF;
	line-height: 18px;
	margin: 0;
}
 
.twoColFixLtHdr #footer p a:link {
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:visited {
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover {
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:active {
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #footerShadow {
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer_shadow2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	background-color: #00297B;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgSpace {
	padding-right: 10px;
	padding-bottom: 25px;
}
label {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
input {
	background-color: #EAEAEA;
	border: 1px solid #DBDBDB;
	clear: both;
}
textarea{
	background-color: #EAEAEA;
	border: 1px solid #DBDBDB;
	padding-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 82%;
	color: #2c2c2c;
}
select {
	background-color: #EEE;
	border: 1px solid #DBDBDB;
	padding-left: 3px;
} 
.redText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	color: #F00;
}
.space {
	padding-top: 11px;
	padding-bottom: 11px;
}
s

