@charset "utf-8";
/* CSS Document */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	background-color:#000000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
a{
	color:#6D817F;
}
a:hover{
	color:#FFFFFF;
}

#wrapper {
	width:100%
}
#phone-top {
	width:950px;
	height:25px;
	position:relative;
	margin:auto;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 0 20px;
	color:#999999;
}
#main {
	width:1000px;
	position:relative;
	margin:auto;
	background-image: url(../img/bg_content_0.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
}
#content {
   padding: 0 60px 0 60px;
}
#footer {
	padding: 0 0 0 0;
	font-size: 11px;
	color:#666666;
	clear:both;
	background-color:#000000;
	background-image: url(../img/bg_footer2.jpg);
	background-repeat: no-repeat;
	padding: 23px 60px 0 60px;
	height:110px;
}
#footer a{
	color:#666666;
	text-decoration: none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer #footer_1 {
	width: 880px;
	height: 20px;
	float:left;
	text-align:center;
	margin: 14px 0 0 3px;
}
#footer #footer_1 a{
padding:12px;
}
#footer #footer_2 {
	width: 880px;
	height: 20px;
	/*float:right;*/
	float:left;
	font-size:10px;
	text-align:center;
	margin: 10px 3px 0 0;
}
#footer #footer_3 {
	width: 880px;
	height: 15px;
	text-align:center;
	float:left;
	margin:23px 0 3px 0;
}
#footer #footer_1 a{
	color:#fff;
}
#footer #footer_4 {
	width: 880px;
	text-align:center;
	float:left;
}
h2 {
	font-size: 24px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top:9px;
}
/*/////////////////*/
#home {
	width: 880px;
}
#home #box1 {
	width: 223px;
	height: 298px;
	float:left;
	margin: 3px;
	background-image: url(../img/bg_special.jpg);
    background-repeat: no-repeat;
    background-color:#252F30;
}
#home #box2 {
	background-color:#252F30;
	width: 223px;
	height: 298px;
	float:left;
	margin:3px;
}
#home #box3 {
	background-color:#4C5657;
	width: 187px;
	height: 149px;
	float:left;
	margin: 3px;
	background-image: url(../img/home_title_card_box3.jpg);
  	background-repeat: no-repeat;
}
/*#home #box3 img{
   margin-top:35px;
}*/
#home #box4 {
	background-color:#4C5657;
	background-image: url(../img/home_title_news.jpg);
    background-repeat: no-repeat;
	font-size:9px;
	width: 223px;
	height: 149px;
	float:right;
	margin: 3px;
}
#home #box4 #box4_in #submit_news{
   float:right;

}
#home #box4 #box4_in {
   margin:45px 10px 0px 10px;

}
#home #box5 {
	background-color:#252F30;
	background-image: url(../img/home_title_resources.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 157px;
	height: 143px;
	margin: 3px;
}
#home #box5 #box5_in  {
   margin:45px 0px 0px 15px;
}

#home #box6 {
	background-color:#252F30;
	background-image: url(../img/home_title_time_zone.jpg);
	background-repeat: no-repeat;
	float:right;
	width: 253px;
	height: 143px;
	margin: 3px;
}

#home #box7 {
	background-color:#252F30;
	width: 223px;
	height: 298px;
	float:left;
	margin: 3px;
	background-image: url(../img/home_aviation_news.jpg);
 	 background-repeat: no-repeat;
}

#home #box7 #box7_in  {
   margin:45px 15px 0px 15px;
}

#home #box7 #box7_in p {
   margin-bottom:2px;
}

/*////////////*/
#left_column_internal {
	width: 223px;
	float:left;
	margin:3px;
}
#right_column_internal {
	width: 640px;
	float: right;

}
#left_column_internal #box1 {
	width: 223px;
	height: 248px;
	float:left;
	margin: 3px 3px 3px 0px;
	background-image: url(../img/bg_special.jpg);
    background-repeat: no-repeat;
    background-color:#252F30;
}

#left_column_internal #box2 {
	background-color:#252F30;
	width: 223px;
	height: 298px;
	float:left;
	margin: 3px 3px 3px 0px;
}
#left_column_internal #box3 {
    background-color:#2F2F2F;
	width: 223px;
	height: 149px;
	float:left;
	margin: 3px 3px 3px 0px;
/*	
	background-image: url(../img/home_title_card2_box3.jpg);
    background-repeat: no-repeat;*/
}
/*#left_column_internal #box3 img{
   margin-top:35px;
}*/
#left_column_internal #box4 {
	background-color:#4C5657;
	background-image: url(../img/home_title_news2.jpg);
    background-repeat: no-repeat;
	font-size:9px;
	width: 223px;
	height: 160px;
	float:left;
	margin: 3px 3px 3px 0px;
}
#left_column_internal #box4 #box4_in #submit_news{
   float:right;

}
#left_column_internal #box4 #box4_in {
   margin:45px 10px 0px 10px;

}
/*        FORM      */
.form_input {
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #666666;
	width: 80%;
}
.form_input2 {
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #666666;
	width: 80%;
}
.dark_red {
	color: #CC0000;
	font-size: 11px;
}
/*   */
#box_contact {
	background-color:#252F30;
	font-size: 18px;
	width: 90%;
	text-align:center;
	padding:10px;
}
/*  GALLERY  */
#jets {
    background-color:#4C5657;
	background-image: url(../img/gallery/title_bg.jpg);
    background-repeat: no-repeat;
	width: 100px;
	height: 500px;
	margin: 3px;
	float:left;
	text-align:center;
	border-bottom: 1px solid gray;
}
#jets h3{
font-size:12px;
margin-top:12px;
margin-bottom:0px;

}
#jets p{
margin-top:8px;

}
#jets li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
#jets li a, #jets h3 a {
text-decoration: none;
color:#FFFFFF;
}
#jets li a:hover, #jets h3 a:hover{
color:#cccccc;
text-decoration:underline;
}
#jets ul { 
padding-left: 0;
margin-left: 0;
}
#t_galerry { 
float:left;
background-color:#252F30;
font-size:10px;
margin: 3px;
width: 630px;
text-align:center;
}
#t_galerry #left{ 
text-align:left;
}
#main_jet{ 
	width: 620px;
	height: 300px;
	padding:10px;
	background-color:#4C5657;
	background-image: url(../img/bg_gallery_1.jpg);
    background-repeat: no-repeat;
}
#main_jet a{ 
color:#FFFFFF;
}
#main_jet a:hover{ 
color:#cccccc;
}
#main_jet img{
float:right;
}
#main_jet ul{
float:left;
}
#t_skycard{ 
text-align:center;
}
#t_skycard span{
font-size:10px;
}.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
