@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

html, body{
	height:100%;
	padding:0px;
	margin:0px;
}

body{
	background-color: #FFFFFF;
	background-image: url(../img/body_background.jpg);
	background-repeat: repeat-x;
	color:#4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
}

/* Layout */

div#container{
	background-image: url(../img/container_background.png);
	background-repeat: repeat-y;
	 position:relative; /* needed for footer positioning */
	margin:0 auto;
	width:780px;
	padding-left:9px;
	padding-right:9px;
}

div#header{
	position:relative;
	background-color:#f4f2f1;
	margin:0 auto;
	height:75px; /* real browsers */
	width:780px;
	float:left;
}

div#menu_banner{
	position:relative;
	float:left;
	background-repeat: no-repeat;
	margin:0 auto;
	height:200px; /* real browsers */
	width:780px;
}

div#logo{
	position:absolute;
	top:0;
	left:31px;
	z-index:100;
}

div#menu_banner div#menu{
	width:190px;
	height:200px;
	background-image:url(../img/menu_background.png);
}

div#menu_banner div#menu ul{
	position:absolute;
	top:40px;
	padding:0px;
	margin:0px;
	list-style:none;
}

div#menu_banner div#menu li{
	display:block;
	background-image: url(../img/navdots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left:30px;
	padding-right:30px;
	width:130px;
	height:26px;
}

div#menu_banner div#menu li a{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

div#menu_banner div#menu li a:hover, div#menu_banner div#menu li.selected a{
	color: #8d8677;
}

color: #8d8677;

ul#fleetmenu{
	padding:0px;
	margin:0px;
	list-style:none;
}

ul#fleetmenu li{
	display:block;
	padding-left:2px;
	padding-right:2px;
	width:130px;
	margin-bottom:10px;
}

ul#fleetmenu li a, .theFLink a{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4d2e0f;
	text-decoration:none;
}

ul#fleetmenu li a:hover, ul#fleetmenu li.selected a , .theFLink a:hover{
	color: #8d8677;
}

div#left_home{
	float:left;
	padding: 20px;
	padding-top:0px;
	padding-left:9px;
	width: 157px;
	font-size:12px;
	margin-top:20px;
}

div#content{
	float:left;
}

div#contentcontainer{
	background-image: url(../img/container_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f4f2f1;
}

div#right_home{
	float:left;
	padding: 20px;
	padding-top:0px;
	background-image: url(../img/vdots.gif);
	background-repeat: repeat-y;
	margin-left:3px;
	margin-top:16px;
	margin-bottom:16px;
	width: 550px;
	font-size:14px;
}

div#right_home h1{
	color: #4d2e0f;
	font-size:24px;
	font-weight:normal;
	clear:both;
}

div#right_home h2{
	color: #4d2e0f;
	font-size:18px;
	font-weight:normal;
	clear:both;
}

div#right_home p{
	padding-top:1em;
	padding-bottom:1em;
	line-height:24px;
}

div#right_home ul{
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:1.5em;
}

div#right_home ul li{
	padding-top:0.2em;
	padding-bottom:0.2em;
}

div#footer{
	clear:both;
	margin:0 auto;
	width:720px;
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
}
div#footer p{
	padding-top:15px;
	padding-bottom:15px;
}

/* Elements */
a, a:link, a:visited, a:active{
	color:#4d2e0f;
}

a:hover{
	text-decoration:none;
}

div.hr {
	height: 1px;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: center;
	clear:both;
}
div.hr hr {
	display: none;
}

div.leftbox{
	background-image: url(../img/leftbox_background.png);
	background-repeat:no-repeat;
	width:130px;
	height:160px;
	padding:8px;
	padding-left:22px;
	background-position: 14px;
}

div.leftbox p{
	padding:10px;
}

div#right_home p.planepicture1{
	float:left;
	padding:0px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

div#right_home p.planepicture2{
	float:right;
	padding:0px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

div#right_home p.planepicture1 img, div#right_home p.planepicture2 img{
	border:7px solid #FFFFFF;
}
