/* 
ADVP Boilerplate
Copyright 2013
www.advp.com
*/

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, sup, 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;
}
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;
}

h3 {font-size: 14px; font-weight: bold; color: #001A42l}

/* For Dropshadows and Border Radius to work in IE add
behavior: url(ie-css3.htc);
to your class
*/

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
Website Name:
Author:
Copyright 2013
Adventure Web Productions
*/

/* START HERE */
body {
	font:13px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#464646;
	background:url(../img/bg-body.png);
}
.fRight {float:right;}
.fLeft {float:left;}
a {
	color:#001a42;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
img {display: block;}

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.page {
	width:1020px;
	margin:0 auto;
}
.header {
	height:88px;
	width:1020px;
	margin:0 auto;
	padding:66px 0 0;
	position: relative;
	z-index: 5;
}
.header .row {
	overflow: hidden;
}
.phone {
	float:right;
	padding:0 0 0 34px;
	margin:  0 0 9px;
	color:#001a42;
	font:bold 18px/22px Times, "Times New Roman", serif;
	background:url(../img/ico01.png) no-repeat;
}
.navbar {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	height:110px;
}
.navbar:after {
	clear: both;
	display: table;
	content: "";
}
.navbar:before {
	width: 100%;
	content: "";
	height: 22px;
	background:url(../img/shadow01.png) no-repeat;
	position: absolute;
	bottom: -18px;
	left: 0;
}
.logo {
	float:left;
	width:174px;
	height:78px;
	margin:16px 0 0 14px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	background-size: 100%;
}
.logo a {
	display:block;
	height:100%;
}

ul.nav {
	float:right;
	padding:37px 0 0;
}
ul.nav li {
	float:left;
	background: url(../img/separator01.png) no-repeat;
	padding:0 25px;
	font:14px/48px Times, "Times New Roman", serif;
}
ul.nav li:first-child {background: none;}
ul.nav a {
color: #666666;
    display: block;
    font-size: 18px;
 

 	display:block;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
ul.nav a:hover {
	color:#001a42;
	
}
ul.nav li:hover a,
ul.nav li:hover ul a:hover {
	color:#001a42;
	text-decoration:none;
}
.promo {
	width:100%;
	margin: -5px 0 0;
	overflow: hidden;
}
.promo img {margin: 0 auto;}
.cntBox {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	margin: 0 0 20px;
}
.cntBox:before,
.cntBox:after {
	width: 100%;
	content: "";
	height: 83px;
	background:url(../img/shadow02.png) no-repeat 50% 0;
	position: absolute;
	top: 0;
	left: 0;
}
.cntBox:after {
	position: absolute;
	top: auto;
	bottom: -83px;
	left: 0;
}

.intro {
	overflow:hidden;
	padding: 42px 0 55px;
	position: relative;
}
.learnMore {
	float: left;
	border: solid rgba(0,0,0,0.1);
	border-width:1px 1px 1px 0;
	background: #001a42;
	color:  #fff;
	width: 500px;
	padding: 6px 10px 6px 15px;
}
.learnMore h2 {
	font: bold 19px/35px Times, "Times New Roman", serif;
	float: left;
}	
.btn01 {
	float: right;
	text-indent: -9999px;
	background: url(../img/btn-learn-more.png) no-repeat ;
	width: 99px;
	height: 35px;
}	
.intro ul.list {
	float: left;
	width: 485px;
}
.intro ul.list li {
	float: left;
	text-align: center;
	width: 25%;
	font: bold 13px/14px Times, "Times New Roman", serif;
}
.intro ul.list a {
	display: inline-block;
	padding: 35px 0 0;
}
.intro ul.list .item01 a {
	background: url(../img/ico02.png) no-repeat 50% 0;
}
.intro ul.list .item02 a {
	background: url(../img/ico03.png) no-repeat 50% 0;
}
.intro ul.list .item03 a {
	background: url(../img/ico04.png) no-repeat 50% 0;
}
.intro ul.list .item04 a {
	background: url(../img/ico05.png) no-repeat 50% 0;
}
	
.infoArea {
	background: #e8edf1;
	padding: 50px 0 75px 65px;
	position: relative;
}
.infoArea:after {
	width: 100%;
	content: "";
	height: 83px;
	background:url(../img/shadow03.png) no-repeat 50% 0;
	position: absolute;
	top: -76px;
	left: 0;
}
.infoArea img.fRight {
	margin:0 -25px 0 45px;
}
.infoArea h2 {
	font:bold 21px/22px Times, "Times New Roman", serif;
	color: #001a42;
	margin: 0 0 20px;
}	
.infoArea p {
	margin: 0 0 20px;	
}

.login {
	margin: 0 50px 30px;
	border: solid #001a42;
	border-width: 0 1px;
	padding: 15px 0 0 38px;
}
.login h2 {
	color: #001a42;
	font:bold 21px/22px Times, "Times New Roman", serif;
	margin: 0 0 15px;
}
.login input.text {
	 background: none repeat scroll 0 0 #9CA9B6;
    border: 0 none;
    color: #001A42;
    float: left;
    font: bold 13px Times,"Times New Roman",serif;
    margin: 0 20px 0 0;
    padding: 11px 15px;
    position: relative;
    width: 282px;
    z-index: 999999
}
.login input.text::-webkit-input-placeholder {
   color: #001a42;
}
.login input.text:-moz-placeholder {
   color: #001a42;  
}
.login input.text::-moz-placeholder {
   color: #001a42;  
}
.login input.text:-ms-input-placeholder {  
   color: #001a42;  
}
.login input.button {
	cursor: pointer;
	background:url(../img/btn-login.png) no-repeat 50% 0;
	width: 121px;
	height: 38px;
	border: 0;
	float: left;
	margin: 0 22px 0 0;
	text-indent: -9999px;
	font: 0/0 Arial;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}



.login input.button:hover {

opacity: .7;
}


.login a {
	font:bold 12px/22px Times, "Times New Roman", serif;
}

.footer {
	width:100%;
	background:#222;
	margin:  0 0 30px;
	overflow:hidden;
	color:#656565;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	padding:25px 0;
	font:11px/14px Times, "Times New Roman", serif;
}
.footer .row {
	width: 1020px;
	margin: 0 auto;
}
.footer a {color:#656565;}
.footer ul {
	float: right;
}
.footer ul li {
	float:left;
	padding: 0 7px 0 8px;
	background: url(../img/separator02.png) no-repeat 0 2px;
}
.footer ul li:first-child {background: none;}
.footer p {
	float: left;
}


.topform { background-color: #fff;
	
	background-color: #FFFFFF;
    border-bottom: 1px solid;
    height: 95px ;
    display:none;
}


