@charset "UTF-8";

@font-face {
	font-family: HelveticaNeue;
	src: url("../fonts/HelveticaNeue.otf"); 
	/*src: url('../fonts/HelveticaNeue.otf?#iefix') format('embedded-opentype');	*/
}			

body{
margin:0;
padding:0;
background-color:#ffffff;
background-repeat:no-repeat;
/*background-position:50% 0%;*/
background-position:0% 0%;
letter-spacing: normal;
font-family:HelveticaNeue, "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#3e3a39;
text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

a{
color: #036;
text-decoration:none;
}

a:hover{
color: #069; 
text-decoration:none;
}

ol {
	font-size:18px;
	font-weight:100;
	padding:0px 20px 0px 20px;
	margin:0px;
	line-height:36px;
}

ol li {
	margin:5px 0px 5px 0px;
}

ul {
	font-size:18px;
	font-weight:100;
	padding:0px 20px 0px 20px;
	margin:0px;
	line-height:28px;
}

ul li {
	margin:5px 0px 5px 0px;
}

.clear{
clear:both;
}

img{
	border:none;
}

p {
	font-size:18px;
	line-height:36px;
}

h1{
	font-size:34px;
	line-height:42px;
	font-weight:100;
	color:#231815;
}


h2{
	font-size:24px;
	line-height:32px;	
	color:#231815;
	margin:30px 0px 30px 0px;
	font-weight:100;
}

h3 {
	background-color:#c7d9f1;
	font-size:22px;
	line-height:32px;	
	color:#595757;
	margin:30px 0px 10px 0px;
	font-weight:100;
	padding:5px 10px 5px 10px;
}

.Note {
	color:#727171
} 	

.ButtonWhite {
	width:400px;
	margin:10px auto 10px auto;
	text-align:center;
}

.ButtonBlue {
	background-color:#020167;
	width:400px;
	margin:10px auto 10px auto;
	text-align:center;
	color:#fff;
	font-size:26px;
	padding:10px;
	border-radius:10px;	
}

	.ButtonBlue:hover { background-color:#ff0000; }


.Header {
	width:1000px;
	margin:0px auto 0px auto;
	height:80px;
	overflow:hidden;
}

	.Logo {		
		padding-left:50px;		
		float:left;
	}
	
	.Icons {
		float:right;
		padding-right:50px;
		text-align:right;		
		margin-top:20px;
	}
	
.Menu {
	width:1000px;
	margin:0px auto 0px auto;
	height:45px;
	overflow:hidden;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
}

	.Menu ul {
		list-style: disc;
		font-size:16px;
		margin:13px 0px 0px 0px;	
		padding:0px 10px 0px 10px;
		line-height: 16px;
	}
	
	.Menu ul li {
		display:inline-block;		
		width:11%;		
		text-align:center;							
		margin:0px;
		padding:0px;		
	}
	
	.Menu .LiDot { 
		display:inline-block;
		width:15px; 
		margin:0px;
		padding:0px;
		color:#c0c0c0;
	}
	.Menu .LiDot:last-child { display:none; }
	
	.Selected { color: #c8c8c8; }
	
	.Menu .MenuSub {
		position:absolute;
		list-style: none;
		font-size:16px;
		margin:10px 0px 0px 0px;	
		padding:0px 0px 0px 0px;
		line-height: 16px;		
		display:none;
		border:2px solid #efefef;
		border-top:0px;
		z-index:10;
	}
	
		.Menu .MenuSub a { color:#fff; }
	
		.Menu .MenuSub li {
			display:block;		
			width:200px;		
			text-align:center;							
			margin:0px;
			padding:10px 5px 10px 10px;				
			background-color:#020167;
			text-align:left;
			border-bottom:1px solid #efefef;
		}
		
		.Menu .MenuSub li:hover { background-color:#ff0000; }
	
.hr {
	background:url('../img/hr.jpg') no-repeat top;
	height:2px;
	width:890px;
	margin:10px auto 10px auto;
}
	
.MainBannerTxtFree {
	overflow:hidden;
	text-align:center;
	margin-top:10px;
}
	
.MainBanner {
	background-color:#efefef;
	overflow:hidden;
}	

	.MainBannerTxt {
		float:left;
		color:#7f7d7e;
		font-size:21px;
		line-height:42px;
		padding:80px 0px 0px 20px;		
	}
	
	.MainBannerImg {
		float:right;		
		width:670px;
		height:430px;
	}
	
	.BannersSlick  { z-index:1; }
	
.Content {
	width:1000px;
	margin:0px auto 0px auto;	
	overflow:hidden;
}	

.PageTxt {
	margin:0px 55px 0px 55px;
}

.PageTxt table td { 
	font-size:18px; 
	border:1px solid #666;
	padding:10px;
}

.BoxTd {
	color:#020167;
}	

.BoxMain {
	font-size:26px;line-height:20px;border-top:1px solid #020167;padding-top:15px;margin-top:10px;
}

	.BoxTd a:hover { color:#ff0000; }
	.BoxTd a:hover  .BoxMain { border-top:1px solid #ff0000; }

.Faq {
	background-color:#020167;
	font-size:20px;
	color:#fff;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	cursor:pointer;
}

.Faq:hover {
	background-color:#ff0000;
}

	.FaqContent {
		display:none;
	}

	.ArrowUp {
		background:url('../img/arrow_up.png') no-repeat bottom;
		width:16px;
		height:20px;
		float:left;
		margin-right:10px;
		display:none;
	}
	
	.ArrowDown {
		background:url('../img/arrow_down.png') no-repeat bottom;
		width:16px;
		height:20px;
		float:left;
		margin-right:10px;		
	}
	
	.FaqQuestion {
		background-color:#c8c8c8;
		color:#020167;
		padding:10px 10px 10px 10px;
		margin:10px 0px 10px 0px;
		font-size:20px;		
		cursor:pointer;
	}
	
	.FaqAnswer {				
		padding:10px 10px 10px 10px;
		margin:10px 0px 10px 0px;
		font-size:18px;
		line-height: 36px;
		display:none;
	}

.Footer {
	width:1000px;
	margin:0px auto 0px auto;	
	overflow:hidden;
	background-color:#efefef;
	color:#595757;
	font-size:14px;
}

.Footer ul { list-style:none; padding:0px; margin:0px; font-size:14px; }
.Footer ul li { margin-bottom:5px; }

.HowToApplyBox {
	width:220px;
	background-color:#020167;
	float:right;	
	margin:30px 0px 0px 10px;
}

	.HowToApplyBox a { color:#fff; }
	.HowToApplyBox ul { list-style:none; margin:0px; padding:0px; }
	.HowToApplyBox ul li { padding:10px 15px 10px 15px; margin:0px; border-bottom:1px dotted #fff; font-size:18px; line-height:20px; }
	.HowToApplyBox ul li:hover { background-color:#666; }
	.HowToApplyBox ul ul li { padding:10px 15px 10px 35px; margin:0px; font-size:16px; }
	.HowToApplyBox .ItemSelected { background-color:#c8c8c8; }
	
.LifeOnJet {
	font-size: 18px;
    line-height: 36px;
	margin:20px 0px 20px 0px;
}

		.LifeOnJetQuoteLeft {
			float:left;
			padding:0px;
			font-size:24px;
			margin:20px 90px 10px 10px;
		}