@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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
* { margin: 0; padding: 0; }
body { line-height: 1; font-family: 'futura_ltboldoblique'; font-size: 65%;}
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:#000;font-size:0.625em;font-style:normal;font-weight:normal;font-family: 'Open Sans', sans-serif;font-weight: 400;margin:0 auto;}
/* @font-face */
@font-face {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	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: 700;
	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;
}

/* Body Tags and comon styles*/
p{ margin:1em 0;}
p.footnote{ /*font-size:0.600em;*/font-size:0.800em; line-height: 1.5em;}
h1{ font-size: 2.4em; margin: 30px 0; font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; }
h3{ font-size: 1.6em; margin: 30px 0; font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; }
h3:first-child{margin-top:10px;}
h4{ color:#007dcb; font-size:1.3em; margin: 15px 0; font-weight:normal; }
h4:first-child{margin-top:10px;}
a{ text-decoration:underline; color:#3f9dd8; }
a:hover{ text-decoration:none; }
img{max-width:100%;}


.background{ /*background:#d7edf8 url(../images/main-bg.jpg) center top repeat-x;*/background-color:#f2f2f2; width: 100%; overflow: hidden; }
.bg-myeduplan{ background:url(../images/posb_bg.png) 20% bottom no-repeat;  }
table{ }
table tr { background-color:#f3f2f1;}
table tr.dark { background-color:#e6e5e4;}
table td, table th{ padding:12px 4%; vertical-align:middle; text-align: left; }
table th{ color:#ffffff; font-size: 1.2em; text-shadow:1px 1px 3px #a09f9f; font-weight:normal; background:#eba704 url(../images/table-head-bg.jpg) 0 0 repeat-x;  font-family: 'Open Sans',sans-serif; font-weight: 700; }
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, footer{ width:100%; }
.container { position:relative; top:-55px;}

header .inner, .container .inner, footer .inner{ width:75%; margin:0 auto;  }
.ie7 header .inner, 
.ie7 .container .inner, 
.ie7 footer .inner,
.ie8 header .inner, 
.ie8 .container .inner, 
.ie8 footer .inner{  width: 946px; }
header .inner{ /*background:url(../images/head-right-bg.png) right top no-repeat;*/ position:relative; }

/* header Styles */
header .head-bg{  position: relative; min-height: 52px; padding:22px 3% 16px; width:94%;
background: #0754a8; /* Old browsers */
background: -moz-linear-gradient(left,  #0f1f7a 0%, #0655a8 50%, #0655a8 51%, #007dcb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(50%,#0655a8), color-stop(51%,#0655a8), color-stop(100%,#007dcb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0f1f7a 0%,#0655a8 50%,#0655a8 51%,#007dcb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0f1f7a 0%,#0655a8 50%,#0655a8 51%,#007dcb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0f1f7a 0%,#0655a8 50%,#0655a8 51%,#007dcb 100%); /* IE10+ */
background: linear-gradient(to right,  #0f1f7a 0%,#0655a8 50%,#0655a8 51%,#007dcb 100%); /* 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 2px 2px #07417b; -moz-box-shadow:1px 2px 2px #07417b; box-shadow:1px 2px 2px #07417b;
 }
.ie7 .head-bg,
.ie8 .head-bg{ background:url(../images/head-bg-ie.png) left bottom no-repeat !important; min-height:52px; padding:22px 30px; } 

.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: 700; font-weight:normal; margin:30px 0 0 0; }
.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: 700; font-weight:normal; background:url(../images/head-tag-bg.png) right bottom no-repeat; margin:0; padding:22px 32px 16px 22px;  position:absolute; left:0; top:80px; }
.ie8 header span.head-tag,
.ie7 header span.head-tag{ left:2px; }

.h-content{ margin: 0 ; padding:0 0 55px; min-height:391px; }
.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% 5% 0 0; /*width: 94%;*/width: 52%; display:inline-block; float:right; }
.h-content-intro h1{ color: #0c1a7c; font-size:2.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-content2 .middle{ display: inline-block; width: 35%; float:left; margin: 100px 0 0 4%; }
.h-content2 .middle img{ float: none; }
.h-content2 .middle span{ font-size:1.3em; line-height:2em; color:#0f1f7a; display:block;  margin: 10px 0 0; padding:0; clear:both; }*/

.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;}


/* footer Styles */
footer{ background:#ffffff; }
footer .inner{ color: #707070; font-size: 1.5em; line-height: 2em; padding: 35px 0 45px; display: block; }
footer .inner div{ }
footer .inner a{ color:#707070; text-decoration:none; }
footer .inner a:hover{ text-decoration:underline; }
footer .inner span{ text-align:center; padding:0 6px; }
footer .inner span.copyrights{ text-align:left; padding:0; }



/* container Styles */
.tab-content1, .tab-content2, .tab-content3, .tab-content4{ width:100%; display:inline-block; }
.tab-content1 p{ }
.tab-content1 p strong{ font-family: 'Open Sans',sans-serif; font-weight: 700; 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 h3{ font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; font-size:1.6em; margin: 40px 0 30px; padding: 0; }*/
.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 h4{ color:#007dcb; font-size: 1.3em; display:block; line-height:2em; font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; }*/
.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 .middle .repeater .right h4{ color:#007dcb; font-size: 1.3em; display:block;  line-height:1.3em; font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; }*/
.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; }
/*.tab-content2 .repeater .right h4, .tab-content3 .repeater .right h4{ color:#007dcb; font-size:1.3em; line-height: 2em; font-weight:normal; }*/
/*.tab-content2 .repeater .right sup,
.tab-content3 .repeater .right sup{ font-size:0.9em; vertical-align: super; line-height:1em; }*/
/*.tab-content2 a,
.tab-content3 a{ text-decoration:underline; color:#3f9dd8; }
.tab-content2 a:hover,
.tab-content3 a:hover{ text-decoration:none; }*/
/*.tab-content3  h3{ font-size: 1.3em; margin: 20px 0 30px; font-family: 'Open Sans',sans-serif; font-weight: 700; font-weight:normal; }*/

/*.tab-content4{ width: 75%; }*/
/*.tab-content4 .repeater{ margin: 0 0 30px; padding: 0 0 0; clear:both; display:inline-block; width:100%; }
.tab-content4 .repeater h4{ color:#007dcb; font-size:1.3em; line-height: 2em; font-weight:normal; }
.tab-content4 .bottom{  margin: 20px 0 0; }*/

.tab-content4 .wrapper { width:75%;}


#horizontalTab{ background:url(../images/tabs-bg.jpg) left top no-repeat; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }


/*Calculator Tab */

.Display-Block{display:block;} 	
.Display-None{display:none;} 	
.ErrorMsg{color:#FF0000; font-size:12px; font-weight:bold;} 	
table#tblFNACalc tr td{ font-size: 12px; font-weight: bold; padding: 10px 10px 10px 10px;} 	
table#tblFNACalc tr td#TopBtm{padding: 0px;} 	
table#tblFNACalc tr td#Red{color:#d0100f;} 	
table#tblFNACalc tr td#Desc{font-weight: normal;} 	
table#tblFNACalc tr td select{width:180px;} 	
td#CostContainer{width: 180px; border: solid 1px #666666;} 	
.FNACalcPrint_Header{font-size: 16px; font-weight: bold; color:#d0100f; padding: 5px 0px 5px 0px;}


#divCalc {
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	border-radius:8px;
	border:solid 1px #cacaca;
	background-color:#e7e7e7;
	padding:6%;
}


div.box_container {
	width:100%;
	margin:0 0 10% 0;
}

div.box_container.last{
	margin-bottom:0;
}

#divCalcResult div.box_container {
	margin:15px 0;
}

div.box_btn {
	margin:5% 0;
}

div.box_btn img.btn-calculate{
	max-width:100%;
}

div.question_container {
	min-height:15px;
	max-width:100%;
	float:left;
	padding:5px 0;
}

div.input_container {/*width:120px;*/
	width:40%;
	float:right;
}

div.input_container span { display:inline-block; margin-right:5%;}
div.input_container .CostContainer{ display:inline-block; width: 70%; padding:4px 5px; border: solid 1px #666666; text-align: right;}


div.input_container select, div.input_container input[type=text] {
	width:100%;
	color:#aaaaaa;
}

div.input_container select {
	height:30px;
	background:url(../images/bg-selectbox.jpg) no-repeat right top;
	border:inset 1px;
	-webkit-appearance:none;
	-moz-appearance:none;
   	appearance:none;
}

.ie7 div.input_container select, .ie8 div.input_container select{
	background:none;
}

hr.dotted {
	border:none;
	border-top:dotted 2px #d7d6d4;
	color: #fff;
	background-color: none;
	height: 1px;
	width:100%;
	margin-bottom:4%;
}

.highlight{color:#007dcb; font-size:1.2em;}
img.imgSize{ width:50%;}