@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:800,800italic,400,400italic,600,600italic,700");
@import url("font-awesome.min.css");
html {-webkit-font-smoothing: antialiased;}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx){-webkit-font-smoothing: subpixel-antialiased;}
html, body {
	margin: 0!important;
	padding: 0!important;
	width: 100%;
	height: 100%;
}
body {
	background:#f0f0f0 url(../images/bg.png) top repeat-x;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#5a5a5a;
}
a, a:visited, a:link, a:active {
	color:#6b4724;
	text-decoration:none;
	outline:none
}
a:hover { text-decoration:none; color: #943533}
img{border:0;}
ul{list-style:none}
h1, h2, h3, h4, h5, h6, p, ul, li, div{
	display:block;
	padding:0;
	margin:0;
	font-weight:normal
}
#container, .inner{
	position:relative;
	display:block;
	margin:0 auto;
	width:1168px;
	padding:0;
}
header{
	position:relative;
	width:100%;
	display:inline-block;
	text-align: center;
	padding: 0 10px;
}
header h1, i.fbIcon, i.inIcon, i.mailIcon, .ftrLeft h2{
	background: url(../images/one-bg.png) no-repeat;
	text-indent: -999999px;
}
header h1{
	float: left;
	width:302px;
	height:53px;
	margin:30px 0 0 7px;
}
.topLink{
	width: 100%;
	font-weight:700;
	font-size: 14px;
	padding:6px 0 0 10px;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
}
.topLink a{
	vertical-align: middle;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.7);
	border-right:1px solid #444;
	padding: 2px 25px 2px 0;
	margin-right: -4px;
}
.topLink a:last-child{
	border-right:0;
	border-left:1px solid #939393;
	padding: 2px 0 2px 20px
}
.topLink a:hover{
	text-decoration: underline;
}
.topLink i{
	display: inline-block;
	width: 2px;
	height: 23px;
	margin: 0 20px;
	background: url(../images/topDiv.png) no-repeat;
	vertical-align: top
}
.hRyt{
	float: right;
	width: 200px;
	text-align: center;
	display: inline-block;
	margin: 18px 0 0
}
.hRyt h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
i.fbIcon, i.inIcon, i.mailIcon{
	display: inline-block;
	width: 32px;
	height: 31px;
	background-position: 0 -121px;
	margin: 0 3px
}
i.inIcon{background-position: -43px -121px;}
i.mailIcon{background-position: -86px -121px;}
.show-menu {
	width: 39px;
	height: 39px;
	background: #004f7a url(../images/navMob.png) center center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}
nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
.navtxt{display:none;}
nav{
	position:relative;
	width: 100%;
	display:inline-block;
	margin: 15px auto 1px;
	vertical-align: top;
	text-align:center;
}
nav ul{
	display:inline-block;
}
nav li{
	position: relative;
	display:inline-block;
	margin: 9px 0 0;
	background: url(../images/menuDiv.png) right top no-repeat;
}
nav li:last-child{
	background:none;
}
nav li a{
	display:block;
	font-size:14px;
	font-weight: 600;
	color:#fff!important;
	text-shadow:1px 1px 0 rgba(0,0,0,.5);
	padding:1px 14px 8px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav li.drpArrw a{
	padding:1px 38px 11px 14px;
	background: url(../images/menuArrow.png) right 14px top 7px no-repeat;
}
nav li a:hover{
	text-decoration: none;
	color: #cbedff!important
}
nav ul li ul {
  padding: 0;
  position:absolute;
  top:31px;
  left:0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 9999;
  background: #00304a;
  padding: 0;
}
nav ul li ul li { 
  display: block; 
  margin: 5px 0;
  text-align: left;
  background: none
}
nav ul li ul li a{ 
  color: #fff!important;
  text-shadow: none;
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
}
nav ul li.drpArrw ul li a{ 
  background: none
}
nav ul li ul li a:hover { 
	color: #cbedff!important;
	text-decoration: none;
}
nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.subHdr{
	background: #b3aa99 url(../images/key.jpg) top center no-repeat;
	width: 100%;
	height: 436px;
	padding-top: 70px;
}
.hdrBox{
	width: 510px;
	background: rgba(0,0,0,.8);
	padding: 20px;
}
.hdrBox h2{
	font-size: 34px;
	font-weight: 600;
	color: #aeebff;
}
.hdrBox p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 10px 0;
}
.hdrBox a{
	display: inline-block;
	background:#0078ad url(../images/bluBtn.png) bottom repeat-x;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px 20px
}
.eachBox{
	display: inline-block;
	width: 375px;
	vertical-align: top;
	padding: 0 0 10px;
	background: #fff;
	margin: 30px 5px;
}
.eachBox h3{
	height: 48px;
	background: url(../images/bgBar.png) top repeat-x;
	font-size: 26px;
	color: #fff;
	line-height: 48px;
	padding: 0 20px;
}
.eachBox h4{
	font-size: 18px;
	color: #004164;
	line-height: 20px;
	padding: 10px 20px 0;
}
.eachBox p{
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px;
}
.eachBox span{
	display: block;
	width: 90%;
	margin: 0 5% 10px;
}
.eachBox span img{
	height: auto;
	width: 100%;
}
.btmTxt{
	margin: 0 0 30px;
}
.btmTxt h3{
	font-size: 30px;
	font-weight: 700;
	color: #015582;
	text-transform: uppercase;
}
.btmTxt p{
	font-size: 14px;
	line-height: 24px
}
.defaultCont{
	margin: 20px 0;
}
.defaultCont h1, .defaultCont h2, .defaultCont h3, .defaultCont h4, .defaultCont h5, .defaultCont h6{
	margin: 20px 0;
}
.defaultCont p{
	margin: 20px 0;
	font-size: 14px;
	line-height: 24px;
}
.defaultCont ol li, .defaultCont ul li{
	display: list-item;
	list-style-position: inside;
	margin: 4px 0;
}
.defaultCont ul{list-style: circle}
.defaultCont ol{
	padding: 0;
	margin: 20px 0;
}


footer{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 40px 0;
	background: #dbdbdb;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	color: #353434;
}
footer a{color: #353434!important}
footer a:hover{text-decoration: underline}
.ftrLeft, .ftrRight{
	display: inline-block;
	width: 275px;
	text-align: left;
	vertical-align: top;
	margin-right: 120px;
}
.ftrLeft h2{
	display:block;
	width: 250px;
	height: 43px;
	background-position: 0 -65px;
}
.ftrLeft tel{
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin: 6px 0;
}
.ftrLeft tel span{
	color: #656565
}
.ftrLeft a{
	display: block;
	color: #535353;
	text-transform: uppercase;
	font-weight: 700;
}
.ftrSM i{margin: 10px 10px 0 0}
.ftrCnt{
	display: inline-block;
	width: 280px;
	font-size: 12px;
	text-align: left;
}
.ftrCnt h3, .ftrRight h3{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase
}
.ftrCnt address{
	margin: 10px 0 15px;
	line-height: 18px;
	font-style: normal;
}
.ftrRight{width: 320px; margin: 0;}
.ftrRight ul{margin-top: 15px;}
.ftrRight li{
	margin:3px 0;
	font-size: 12px;
	font-weight: 600;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */

}

|:-moz-any-link:focus {outline: none;}
input[type="image"]:focus {outline: none;}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
abbr[title], acronym[title] {border-bottom: none;}
*:focus {outline : none;}

