@CHARSET "UTF-8";
/* start of Base styles */
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;
	vertical-align: baseline;
}

/* @font-face */
@font-face {
    font-family: Open Sans,sans-serif; font-weight: 300;
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),  url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),  url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    zoom:1;
    font-smooth:always;
}
@font-face {
    font-family: Open Sans,sans-serif; font-weight: 800;
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),  url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),  url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    zoom:1;
    font-smooth:always;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section { display: block; }
* { margin: 0; padding: 0; }
ol, ul { /*list-style: none;*/margin-left:1.2em; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	}
html,body{ margin: 0 auto; /*overflow: hidden; */ }
/*end of Base files */
.disNone{ display:none !important; }

body {background:#fff;color:#000000;font-size:0.625em;font-style:normal;font-weight:normal;font-family: Open Sans,sans-serif; font-weight: 300;margin:0 auto;line-height: 1;}


/* Body Tags and common styles*/
p{ margin:1em 0;}
h1{ font-size: 2.4em; margin: 30px 0; font-family: Open Sans,sans-serif; font-weight: 300; font-weight:normal; }
a img {border: none; }
.font16{font-size: 16px; line-height: 20px; }
.font14{font-size: 14px; line-height: 16px; }
.font12{font-size: 12px; line-height: 18px; letter-spacing: 0.8px; }
.bluefont{color: #007DCB;}
.blackfont{color: #000000;}
.whitefont{color: #FFFFFF;}
.bluebg{background: #007DCB;}
.orangebg{background: #F7A800;}
.darkgreybg{background: #c8c7c7; }
.lightgreybg{background: #dddddd; }
.tablehighlight{-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; padding: 2px 5px; position: relative; behavior:url(js/pie/PIE.php) }
.bold{font-family: Open Sans,sans-serif; font-weight: 800;	}

img{max-width:100%;}


table{ -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; padding: 6px 0; position: relative; behavior:url(js/pie/PIE.php) }
#content3_table{
	padding:0;
}
#content3_table td{
	border: 1px solid #FFFFFF;
	padding: 5px 15px;
}

table td div{ display: inline-block; }

.tnc{ color: #000000 !important; text-decoration: none !important; }
.tnc:hover{ text-decoration: underline !important; }

.bg-fast{ background:url(../images/posb_bg.jpg) no-repeat;  }

ul.list-dash{list-style-type:none; margin:1em 0 1em 1em;}
ul.list-dash li{position:relative;}
ul.list-dash li span{position:absolute; left: -12px; top: 5px;}

.clearfix, .box_container {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after, 
.box_container:before, 
.box_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.box_container:after {
  clear: both;
}


header, .container{ width:100%; }
.container { position:relative; top:-55px;}

header .inner{ width:100%; margin:0 auto;  }
.ie7 header .inner, 
.ie7 .container .inner,
.ie8 header .inner, 
.ie8 .container .inner{  width: 946px; }
header .inner{ /*background:url(../images/head-right-bg.png) right top no-repeat;*/ position:relative; }
.container .inner{ width:72.7%; margin: 0 auto; }

header {max-width: 960px; margin: 0 auto;
}

/* header Styles */
header .head-bg{  position: relative; position: relative; min-height: 52px; padding:22px 3% 16px; width:94%;
background: #0754a8; /* Old browsers */
background: -moz-linear-gradient(left,  #007dcb 0%, #0655a8 50%, #0655a8 51%, #0f1f7a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007dcb), color-stop(50%,#0655a8), color-stop(51%,#0655a8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #007dcb 0%,#0655a8 50%,#0655a8 51%,#0f1f7a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #007dcb 0%,#0655a8 50%,#0655a8 51%,#0f1f7a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #007dcb 0%,#0655a8 50%,#0655a8 51%,#0f1f7a 100%); /* IE10+ */
background: linear-gradient(to right,  #007dcb 0%,#0655a8 50%,#0655a8 51%,#0f1f7a 100% !important); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1f7a', endColorstr='#007dcb',GradientType=1 );*/ /* IE6-9 */

-webkit-border-radius:0 0 12px 12px; -moz-border-radius:0 0 12px 12px; border-radius:0 0 12px 12px;
-webkit-box-shadow:1px 4px 4px #07417b; -moz-box-shadow:1px 4px 4px #07417b; box-shadow:1px 4px 4px #07417b;
/*behavior:url(js/pie/PIE.php)*/
 }
 
.ie7 .head-bg,
.ie8 .head-bg{ background:url(../images/head-bg-ie.png) right bottom no-repeat !important; min-height:52px; padding:22px 28px; width: 94%;} 

.head-bg img.round-corner{  left: 0; position: absolute; top: 0; }
.head-bg a{ display: inline-block; width:120px; float:right; }
.head-bg a img{ }
.head-bg span.head-title{ font-size:1.6em; color:#ffffff; float: left; font-family: Open Sans,sans-serif; font-weight: 800; font-weight:normal; margin:30px 0 0 6px; }
.head-bg span.head-title span{ color:#e5af12; }
header span.head-tag{ color:#007dcb; font-size:1.3em; line-height:1.2em; font-family: Open Sans,sans-serif; font-weight: 800; font-weight:normal; background: url(../images/head-tag-bg.png) right bottom no-repeat; margin:0; padding:20px 24px 18px 35px;  position:absolute; left:0; top:86px; }
.ie8 header span.head-tag,
.ie7 header span.head-tag{ top:90px; }

.h-content{ margin: 0 ; padding:0 0 55px; min-height:267px; }
.ie7 .h-content,
.ie8 .h-content{ margin-top: -5px; }
.h-content1{ display: inline-block; width: 100%; margin:30px 0 114px; padding:0; }
.h-content1 h2{ color: #0F207B; float: left; font-size: 3em; width: 40%; text-align:center; line-height: 1.2em; margin: 70px 0 0; font-weight:normal; }
.h-content1 img.plane-image{ float: right; width: 36%; }
.h-content-intro{ /*background-color:yellow;*/ padding: 0; margin:10% 0 0 5%; /*width: 94%;*/width: 52%; display:inline-block; }
.h-content-intro h1{ color: #FFFFFF; font-size:3.0em; max-width: 100%; line-height: 1.2em; margin: 0 0 2.5%; font-weight:normal; }
.h-content-intro .left{ /*width: 70%;*/width: 32%; float: left; display: inline-block; margin: 0 5% 0 0; padding:0; }
.h-content-intro .left img{ max-width:100%; }

.h-content-intro .right{ width:55%; display:inline-block; font-size: 1.4em; color: #0f207b; line-height: 1.4em; float: left; }
.h-content-intro .right span{  color:#515050; }
.h-content-intro .right a{ display: inline-block; }
.h-content-intro .right a img{ max-width:100%; /*height: 39px;*/ margin: 5% 0; padding: 0; }

.h-innercontent-wrapper{padding:1em;}
.h-innercontent-wrapper.boy{background-color:#ffeed8;}
.h-innercontent-wrapper.girl{background-color:#ffeed8;}
.h-innercontent {}
.h-innercontent p{ width:70%; margin:1em 0;}
.h-innercontent img{margin:0 1em 0 0;}
.h-innercontent img, .h-innercontent p{float:left;}



/* container Styles */
.tab-content1, .tab-content2, .tab-content3, .tab-content4{ width:75%; display:inline-block; float: left;  border-right: 1px solid #929497; padding: 0 4%;}
.tab-content1 p{ }
.tab-content1 p strong{ font-family: Open Sans,sans-serif; font-weight: 800; font-weight:normal; }
.tab-content1 p span{ margin:0 0 6px 0; padding:0 0 0 0; display:inline-block; }
.tab-content1 p a{ color:#3f9dd8; text-decoration:underline; }
.tab-content1 p a:hover{ text-decoration:none; }
.tab-content1 ul{ }
.tab-content1 ul li{ list-style:decimal; margin: 0 0 4px 3%; width:97%; padding:0; }
.tab-content1 .top{ width:100%; display:inline-block; }


.tab-content1 .top .repeater{  margin: 0 0 40px; padding: 0; display:inline-block; width:50%; float:left; }
.tab-content1 .top .repeater sup,
.tab-content1 .middle .repeater .right sup{ vertical-align: super; line-height:1em;  }
.tab-content1 .top .repeater img{ }
.tab-content1 .top .repeater div{ }
.tab-content1 .top .repeater div a,
.tab-content1 .middle .repeater .right a{ color:#515050; text-decoration:none; }
.tab-content1 .top .repeater div a:hover,
.tab-content1 .middle .repeater .right a:hover{ text-decoration:underline; }
.tab-content1 .middle{ width:100%; display:inline-block; border-top: 2px dotted #D7D6D4; padding:35px 0 0 0; }
.tab-content1 .middle .repeater{ margin: 0 0 40px; padding: 0; display:inline-block; width:50%; float:left;  min-height: 120px; }
.tab-content1 .middle .repeater img{ display: inline-block; float: left; width: 40%; }
.tab-content1 .middle .repeater .right{ display: inline-block; float: right; margin: 0 5% 0 0; width: 48% }

.tab-content1 .bottom{ width:100%; display:inline-block; border-top: 2px dotted #D7D6D4; padding:35px 0 0 0; margin:0; }
.tab-content1 .bottom a{ color: #3F9DD8; text-decoration: underline; }
.tab-content1 .bottom a:hover{ text-decoration:none; }
.ie7 .tab-content1 .bottom{ margin:40px 0 0 0; }


.tab-content2 .repeater,
.tab-content3 .repeater{ border-bottom: 2px dotted #D7D6D4; margin: 0 0 30px; padding: 0 0 30px; clear:both; display:inline-block; width:100%; }
.tab-content2 .repeater img,
.tab-content3 .repeater img{ width: 25%; display:inline-block; float:left;  }
.tab-content2 .repeater .right,
.tab-content3 .repeater .right{ display: inline-block; float: right; width: 65%; font-size: 1em; margin:0 5% 0 0; padding:0; }
.tab-content3 .repeater .right{ margin:10px 5% 0 0; }


.sidebar{ float: right; display:inline-block; width: 15%; padding:40px 4% 0; }
.sidebar ul{ margin-top: 10px; font-size:1.4em !important; }
.sidebar ul li{ margin: 5px 0; }

hr.dotted {
	border:none;
	border-top:dotted 2px #d7d6d4;
	color: #fff;
	background-color: none;
	height: 1px;
	width:100%;
	margin-bottom:4%;
}
