/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
html {overflow-y: scroll;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight: bold;
}
.cls {
		clear:both;
}
.img-block {
	display: inline-block;
    width: 100%;

	
}
.img-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.img-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.img-bottom {
	padding-bottom: 35px;
}
@font-face {
	font-family: Footlight;
	src: url('../fonts/footlight.eot');
}
@font-face {
	font-family: Footlight;
	src: url('../fonts/footlight.TTF');
}
.img-top {
	padding-top: 15px;
}

#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 102px;
	width: 100%;
}
#logo {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 21px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav {
	background-image: url(../images/nav-repeat.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}
#nav > ul {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
#nav > ul li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: relative;
}
#nav ul .first {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul li a {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	line-height: 34px;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background-image: url(../images/nav-hover.png);
	background-repeat: repeat-x;
	color: #000;
	background-position: 0px 1px;
}
#nav ul li a:active {
}
#nav ul li .sub_about {
	background-image: url(../images/nav-sub-bg.png);
	background-size: 200px 120px;
	background-repeat: no-repeat;
	position: absolute;
	left: -3px;
	top: 32px;
	background-position: 0px 0px;
	height: 100px;
	width: 164px;
	display:none;
}
#nav ul li:hover .sub_about{
	display:block;
}
#nav ul li .sub_about li {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li .sub_about li a {
	width: 136px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
}
#nav ul li .sub_about li a:hover {
	color: #3B3639;
	background-image: none;
}
#nav ul li .sub_about li a span {
	font-size: 10px;
	padding-right: 3px;
}

#nav ul li .sub_prog {
	background-image: url(../images/nav-sub-bg.png);
	background-size: 520px 135px;
	background-repeat: no-repeat;
	position: absolute;
	left: -3px;
	top: 32px;
	background-position: 0px 0px;
	height: 135px;
	width: 520px;
	display:none;
}
#nav ul li:hover .sub_prog{
	display:block;
}
#nav ul li .sub_prog li {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul li .sub_prog li a {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
}
#nav ul li .sub_prog li a:hover {
	color: #3B3639;
	background-image: none;
}
#nav ul li .sub_prog li a span {
	font-size: 10px;
	padding-right: 3px;
}
#menu-left {
	width:250px;
	display:block;
	float:left;
}
#menu-right {
	width:250px;
	display:block;
	float:right;
}

#nav ul li a.active {
	background-image: url(../images/nav-hover.png);
	background-repeat: repeat-x;
	color: #000;
	background-position: 0px 1px;
}

#banner {
	background-image: url(../uploads/banner_home_v2.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 275px;
	width: 100%;
}
#banner .slogan {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	color: #858585;
	padding-top: 110px;

	font-size: 20px;
	font-style: italic;
	line-height: 24px;
}
#banner .slogan p {
	font-size: 17px;
	line-height: 19px;
	padding-left: 205px;
}
#banner .slogan h1 {
	padding-left: 205px;
}
#banner .slogan h1 span {
	color: #283864;
}
#banner-02 {
	background-image: url(../uploads/banner_about_v2.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-03 {
	background-image: url(../uploads/banner-03.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-04 {
	background-image: url(../uploads/banner-04.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}







#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 48px;
	position: relative;
	background-image: url(../images/plane-bg.png);
	background-repeat: no-repeat;
	background-position: center 225px;
		
}

#wrapper td {
	vertical-align:top;
	padding:9px;
}

#wrapper  h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
#wrapper h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
#wrapper  blockquote {
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#wrapper  .blue-heading {
	font-size: 17px;
	line-height: 21px;
	color: #0988bd;
	font-weight: bold;
	padding-bottom: 15px;
}
#wrapper .no-padding {
	padding: 0px;
}

#wrapper .blue-txt  {
	font-size: 15px;
	line-height: 19px;
	color: #0988bd;
}
#wrapper  .dark-blue {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #283864;
}



#wrapper  p {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
#wrapper  a {
	color: #1e71b8;
}
#wrapper a:hover {
	color: #000;
}
#wrapper a:active {
	text-decoration: none;
}
#wrapper.about-us {
	background-position: center 275px;
}
#wrapper.lcf-prog {
	background-position: center 260px;
}
#wrapper.lcf-fleet{
	background-position: center 305px;
}
#wrapper.none {
	background-image: none;
}

#content-lcf-prog {
	padding-right: 50px;
	padding-left: 50px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;

}

#content-lcf-fleet {
	padding-right: 50px;
	padding-left: 50px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;

}
#content  {
	padding-right: 170px;
	padding-left: 170px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
}
#content-02 {
	padding-right: 50px;
	padding-left: 170px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
}
#content-02-prog {
	padding-right: 0px;
	padding-left: 220px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
}
#content-03 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content-03 .right {
	float: left;
	width: 428px;
	padding-left: 35px;
}
#content-03-innovation {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 220px;
	position: relative;
}
#content-03-innovation .right {
	float: left;
	width: 390px;
	padding-left: 35px;
}

#content-04 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
}
#content-04 ul {
	color: #FFF;
	margin-left: -35px;
	padding-top: 5px;



}
#content-04 ul li {
	background-image: url(../images/no-01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	padding-left: 35px;
}
#content-04 ul .n-02 {
		background-image: url(../images/no-02.png);
}
#content-04 ul .n-03 {
		background-image: url(../images/no-03.png);
}
#content-04 ul .n-04 {
		background-image: url(../images/no-04.png);
}
#content-04 ul .n-05 {
		background-image: url(../images/no-05.png);
}
#content-04 ul .n-06 {
		background-image: url(../images/no-06.png);
}
#content-04 ul .n-07 {
		background-image: url(../images/no-07.png);
}
#content-04 ul .n-08 {
		background-image: url(../images/no-08.png);
}
#content-04 ul .n-09 {
		background-image: url(../images/no-09.png);
}
#content-04 ul .n-10 {
		background-image: url(../images/no-10.png);
}
#content-04 ul .n-11 {
		background-image: url(../images/no-11.jpg);
}
#content-04 ul .n-12 {
		background-image: url(../images/no-12.jpg);
}
#content-04 ul .n-13 {
		background-image: url(../images/no-13.jpg);
}
#content-04 ul li p {
	color: #000;
}
#page-a340 {
	background-image: url(../images/plane-icon-02.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	width: 100%;
	padding-bottom: 20px;
}
#page-a340 .center {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
}
#wrapper #page-a340.b777 {
	background-position: center 50px;
}

#page-a340-02 {
	background-image: url(../images/plane-icon-02.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 7px;
}
#page-a340-02 .center {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
}


#page-a340-03 {
	background-image: url(../images/plane-icon-02.jpg);
	background-repeat: no-repeat;
	background-position: center 7px;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 15px;
}
#page-a340-03 .center {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
}
#page-a340 .contact {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 110px;
	min-height:300px;
}
#page-a340.contact-page {
	background-position: center 6px;
	padding-top: 15px;
}






#sidebar {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#sidebar .sidebar-links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
}

#sidebar .sidebar-links li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
}
#sidebar .sidebar-links li a {
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar .sidebar-links li a:hover {
	background-color: #b0b0b0;
}

#sidebar .sidebar-links li a span {
	font-size: 10px;
	padding-right: 6px;
}
#sidebar .sidebar-links li a.active {
	background-color: #b0b0b0;
}

#sidebar-2 {
	height: 150px;
	width: 130px;
	position: absolute;
	left: 30px;
	top: 0px;
}

#sidebar-2 .sidebar-links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
}

#sidebar-2 .sidebar-links li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
}
#sidebar-2 .sidebar-links li a {
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar-2 .sidebar-links li a:hover {
	background-color: #b0b0b0;
}

#sidebar-2 .sidebar-links li a span {
	font-size: 10px;
	padding-right: 6px;
}
#sidebar-2 .sidebar-links li a.active {
	background-color: #b0b0b0;
}

#sidebar-3 {
	height: 150px;
	width: 190px;
	position: absolute;
	left: -10px;
	top: 0px;
}

#sidebar-3 .sidebar-links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
}

#sidebar-3 .sidebar-links li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
}
#sidebar-3 .sidebar-links li a {
	font-size: 12px;
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar-3 .sidebar-links li a:hover {
	background-color: #b0b0b0;
}

#sidebar-3 .sidebar-links li a span {
	font-size: 10px;
	padding-right: 6px;
}
#sidebar-3 .sidebar-links li a.active {
	background-color: #b0b0b0;
}


.innovation-pics {
	width: 265px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper .news {
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 65px;
	padding-left: 15px;
	padding-top: 25px;
}
#wrapper .news .thumbnail {
	float: left;
	width: 145px;
}
#wrapper .news .news-content {
	float: left;
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdd0;
}


#wrapper .news  h1 {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #0988bd;
	padding: 0px;
}
.read-more img {
	vertical-align: middle;
	padding-right: 8px;
}








#footer {
	height: 25px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d9da;
	border-bottom-color: #d8d9da;
	color: #000;
	font-size: 12px;
	clear: both;
}
#footer .links {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer .links a:hover {
	color: #747477;
	text-decoration: underline;
}
#copyright {
	font-size: 10px;
	color: #747477;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright  a {
	color: #747477;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}


#copyright .left {
	float: left;
	width: 45%;
}
#copyright .right {
	float: right;
	width: 45%;
	text-align: right;
}




#footer .links a {
	font-size: 12px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#banner-05 {
	background-image: url(../uploads/banner-06.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-06 {
	background-image: url(../uploads/banner-07.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-07 {
	background-image: url(../uploads/banner-08.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-a330{
	background-image: url(../uploads/banner_A330_v2.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-news {
	background-image: url(../images/banner_news_v2.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
#banner-contact {
	background-image: url(../images/banner_contact_v2.jpg);
    background-repeat:no-repeat;
    background-color:black;
    background-position:center center;
    background-size:cover;
	height: 128px;
	width: 100%;
}
ul.bullet-points {
	list-style:circle;
}


#wrapper.con {
	width:1024px;
}
#page-a340.con {
	background-size:100%;
		margin-top: -75px;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	background-image: url(../images/contact_bg3.jpg);
	z-index: -1;
}
#page-a340.conv2 {
	background-size:100%;
		margin-top: -75px;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	background-image: url(../images/contact_bg4.jpg);
	z-index: -1;
}
#page-a340 .con2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 110px;
	min-height:1024px;
	
}
#contact-text {
	position:absolute;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	margin-left:485px;
	margin-right:auto;
	margin-top:-830px;
}

.bold{font-weight:bold;}