@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D; 
	background: #bdbdbd url('../images/airplane_bg.jpg') no-repeat center top;
}

a {
	color: #AC1A2F;
	text-decoration: none;
}
a.blue {
	color: #261257;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a.rss {
	color: #B9271A;
	font-weight: bold;
	text-decoration: none;
}
a.rss:hover {text-decoration: underline;}


h1 {font-size:16px;}
h2 {font-style:italic; font-size: 16px; color:#AC1A2F;}
h3 {font-size: 14px; color:#AC1A2F;}

ul {
	list-style: none; 
	margin: 10px 15px 15px 15px; 
	padding: 0;
}
li {}

#container {
	width:100%;
	min-width:950px;
}

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 41px;
	padding: 35px 0px 4px 0px;
	background: url('../images/logo.gif') no-repeat;
	border-bottom: #AC1A2F solid 20px ;
}
ul.menu {
	height: 25px;
	margin: 0px 0 0px 0;
	
}

ul.menu li{
	display: inline;
	float:left;
	width: 125px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AC1A2F;
	text-transform:uppercase;
	background: #DFDFDF;
	border-right: #AC1A2F solid 1px ;
	
	/*border-bottom: #AC1A2F solid 2px;*/
	padding: 15px 7px 15px 7px;
}


ul.menu li a{color: #AC1A2F; text-decoration:none;font-weight: bold;}
ul.menu li a:hover{text-decoration:underline;}
ul.menu li.begin {
	background: url('../images/nav_begin.gif') no-repeat right; 
	width:60px; }
ul.menu li.end {
	background: url('../images/nav_end.gif') no-repeat left; 
	width:60px; 
	border-right: none;}

#content {
	width: 900px;
	height: 1%; 
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	padding: 0px 0px 0px 0px;
	background: #ffffff  url('../images/airplane_bg_white.jpg') no-repeat center top;
	border-left: #bdbdbd 3px solid ;
	border-right: #bdbdbd 3px solid;
	border-bottom: #bdbdbd 3px solid;
}

#content #main_image {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 35px;
	background: #AC1A2F  url('../images/main.jpg') no-repeat center ;
	padding: 15px 0 3px 0;
	width:900px;
	height: 296px;
	/*border-left: #bdbdbd 3px solid ;
	border-right: #bdbdbd 3px solid;
	border-bottom: #bdbdbd 3px solid;*/
}

#content #control_image {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	background: #AC1A2F  url('../images/control_bw.jpg') no-repeat center;
	padding: 15px 0 3px 0;
	width:900px;
	height: 95px;
}


#copy {
	font-family: "Times New Roman", Times, serif;
	width: 600px;
	font-size: 12px; 
	float:left; 
	padding: 0px 15px 0 50px;
}

#copy p{
	/*padding: 0 0 0 50px;*/
}

#copy ul{padding: 0 0 0 60px; list-style: circle; list-style-position: outside;}

#right {
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	float:right;
	border-left: #bdbdbd dotted 1px; 
	padding: 0px 5px 0 5px;
	margin: 20px 0 0 0;
}

.break_red {
 	height: 7px;
	width: 60px;
	background-color: #AC1A2F; 
	margin: 5px 0 5px 0;
	display:block;
	float: right;
}

.break_gray {
 	height: 45px;
	width: 175px;
	background-color: #303030; 
	margin: 5px 0 5px 0;
	display:block;
	float: right;
}
.gray_box {
	height: 1%; 
	overflow: hidden;
	width: 200px;
	background-color: #b2b2b2;
	padding: 10px 0 10px 0;
}
#right.image {
	float:right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display:block;
}
#right ul{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
}
#right li{padding: 0 5px 3px 5px; font-weight:normal; font-size:11px; width:180px;}
#right li.heading{font-weight:bold; color:#ffffff;}
#right li.heading2{font-weight:bold; color:#303030;}
#right li span{color: #AC1A2F; float:left;display:inline;width:55px; }
#right li span.right{color: #261257; float:right;width:105px; text-align:right;}

fieldset {
	border: #7d7d7d 2px solid;
	padding: 20px;
	margin: 15px auto 15px auto;
	text-align:left;
}

fieldset.check_form {width:350px;}
fieldset.login_form {width:300px;}
fieldset.upload_form {width:600px; text-align:left;}
fieldset.message_form {width:350px;}

legend {
	padding: 3px; 
	color:#AC1A2F;
	font-size: 12px;
	font-weight:bold;
	border: #AC1A2F 1px solid;
	background: #DFDFDF;
	text-transform: uppercase;
}


label {
	color:#000000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0px 0 0;
	text-align:left;
	display:block;
	float:left;
	width:90px;
	height:15px;
}

label.status {float:none; display:inline; padding: 0 5px 3px 5px;font-size: 10px; width:120px}
label.files {width: 95px;}
label.upload {width: 75px;}
label.paxfile {width: 130px;}
label.msg {width: 130px;}

input {
	font-size: 11px;
	color:#000000;
}
input.login {
	color:#AC1A2F;
	width: 125px;
}

select {
	font-size: 11px;
	color:#000000;
	border: #261257 1px solid;
	width: 155px;
}
input.formerror {background-color: pink;}
input.button {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: #bdbdbd;
	border: #000000 1px solid; 
	margin: 0 5px 0 0;

}
input.button:hover {border: #AC1A2F 1px solid;}
.datafield {margin: 10px;}

table#results {
	border: #261257 solid 1px;
	width: 100%;
}
table#results tr{border: #261257 solid 1px;}

#footer ul {
	float:right;
	margin: 0;
	list-style: none;
	padding: 0 0 0 0;
}

#footer li{
	display: inline;
	float:left;
	list-style: none;
	font-size: 10px;
	text-transform:uppercase;
	border-right: #ffffff solid 1px ;
	padding: 2px 5px 2px 5px;
}


#footer li a{color: #ffffff;}
#footer li a:hover{text-decoration:underline; color: #AC1A2F;}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align:center;
}