@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(pics/aviation_bg.jpg);
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;

}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pics/sky.png);
}
.logo {
	width: 316px;
	height: 130px;
	margin-top: 20px;
}

.top_banner {
	width: 600px;
	height: 124px;
}

#menu {
	height: 60px;
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	list-style-type: none;
	float: left;
	text-align: center;

}

#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	list-style-position: outside;
	width: 138px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #666666;
	padding-right: 14px;
	padding-left: 14px;
	background-image: url(pics/menu.png);
}

#menu ul li a:hover {
	background-image: url(pics/hmenu.png);
}

#menu ul li a.last {
	font-weight: bold;
	text-decoration: none;
	display: block;
	list-style-position: outside;
	width: 136px;
	color: #666666;
}

#body {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}

.left {
	float: left;
}
.main_pic {
	width: 480px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	height: 272px;
}

.small_pic {
	width: 300px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	height: 300px;
}

.contacts_cont {
	width: 400px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.acontacts_cont {
	width: 400px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.asmall_pic {
	width: 300px;
	border: 1px solid #000;
	padding: 0px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.asmall_pic_cont {
	width: 300px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.main_text {
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.about_text {
	width: 660px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact_content {
	width: 550px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}

.right {
	float: right;
}
.clear30 {
	clear: both;
	width: 1000px;
	height: 30px;
}

.clear {
	clear: both;
	width: 1000px;
	height: 30px;
}

.clear20 {
	clear: both;
	width: 1000px;
	height: 20px;
}

.clear15 {
	clear: both;
	width: 1000px;
	height: 15px;
}

.clear10 {
	clear: both;
	width: 1000px;
	height: 10px;
}

.fclear {
	clear: both;
	height: 10px;
}

.folder {
	clear: both;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.padding {
	padding-top: 10px;
}
.featured_pics {
	width: 1000px;
	height: 100px;
}

h4 {
	text-align: center;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}
a {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: none;
	color: #339;
}

/*FORM*/

#contact_form { padding: 0; margin-bottom: 40px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 400px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form form label { display: block; width: 300px; margin-right: 12px; font-size: 11px }

#contact_form form textarea { 
	width: 400px; 
	height: 160px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.col { float: left; margin: 0 30px 20px 0 }
.half { width: 465px; margin-bottom: 30px }
.one_third { width: 300px }
#content, .two-third { width: 630px }
#sidebar { width: 300px }
.one_fourth { width: 217px }
.h40 { height: 40px }
.h10 { height: 10px }
.post { clear: both; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #eee }
.post h2 { font-size: 24px; margin-bottom: 10px }
.post_meta { margin-bottom: 30px; font-size: 9px; line-height: 10px }
.post_meta span { display: block; float: left; border-left: 1px solid #eee; margin-right: 20px; padding-left: 10px }
.post .img_fl { margin-right: 30px }
.comment_list { margin: 0; padding: 0; list-style: none }
.comment_list .comment_box { padding: 20px; border-bottom: 1px solid #efefef }
.comment_list li { margin-bottom: 20px }
.comment_list li ul { list-style: none; background: none }
.comment_list li ul li { }
.comment_list li ul li .comment_box { background: #efefef }
.comment_content { float: right; width: 480px }
.comment_list li ul li.depth_2 .comment_content  { width: 440px }
.comment_list li ul li.depth_3 .comment_box { background: #ccc }
.comment_list li ul li.depth_3 .comment_content  { width: 400px }


#comment_form { margin-top: 40px }

#comment_form textarea {
	background:#ffffff none repeat fixed 0 0;
	border: 1px solid #cccccc; 
	display: block;
	margin-top: 5px;
	width: 360px; 
	height: 150px;
	padding: 5px; 
	color: #555555; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	padding: 5px;
	width: 200px;
	background:#fff none repeat fixed 0 0;
	border: 1px solid #ccc;
	color: #555555; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comment_form .submit_btn {
	display: block; width: 70px; height: 30px; line-height: 30px; padding: 0 8px; text-align: center; text-decoration: none; font-weight: bold;  background-color: #524239; border: 1px solid #2f2f2f; color: #fff; font-size:11px; cursor: pointer 
}

#gallery { margin: 0; padding: 0 }
#gallery .gallery_box {	padding-bottom: 30px; margin-bottom: 30px }

#contact_form { padding: 0; margin-bottom: 40px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 400px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form form label { display: block; width: 300px; margin-right: 12px; font-size: 11px }

#contact_form form textarea { 
	width: 400px; 
	height: 160px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.more, .submit_btn {
	clear: both;
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background-image: url(pics/menu.png);
	background-repeat: no-repeat;
}

.submit_btn {
	border: none;
	cursor: pointer;
	background-image: url(pics/menu.png);
}

.h20 { height: 20px }
.clear { clear: both; display: block; }
.form {
	margin-top: 20px;
}
.txt {
	margin-right: 50px;
	width: 500px;
	float: left;
}
.txt_field {
	padding: 5px;
	margin-bottom: 2px;
	width: 250px;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt_area {
	border: 1px solid #666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#map {
	height: 350px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.address {
	width: 150px;
	margin-right: 50px;
}
.border {
	border: 1px solid #000;
}
.btn {
	height: 50px;
	width: 150px;
	margin-right: 50px;
	background-image: url(pics/hmenu.png);
}

.btn:hover {
	height: 50px;
	width: 150px;
	margin-right: 50px;
	background-image: url(pics/menu.png);
}
