@charset "utf-8";
body { margin: 0; padding: 0; background:#f1f1f1; font-size:14px; font-weight:400; }
*,
input[type="search"] { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img { max-width: 100%; }
.wrapper a:focus { text-decoration: none; outline: none; }
a { color:#0088cc; text-decoration: none; }
a:hover .BodyText,
.BodyText a:hover,
a:hover,
a:focus { color: #191919; text-decoration: none; }

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Book.svg#7510147900d23fa3ad697e74bf146ea2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GothamBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamBold.svg#4b05af1f343b473876284bf412b923ab') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

.container { padding: 0 15px; }
/***Header***/
.header-wrp{ position:relative; }
.logo-block {
	bottom: 0;
	color: #ffffff;
	font-size: 24px;
	left: 0;
	position: relative;
	right: 0;
	z-index: 2;
	font-family: 'GothamBold';
	font-weight: 700;
	height: 100%;
	max-height: 160px;
}
.logo-block img{
	height: 90%;
    margin-left: 20px;
    position: absolute;
    top: -15px;
}
.header .navbar { margin-bottom: 0; }
.header { position: relative; }
.navbar .container { width: 1170px; padding: 0 15px; }
.header .navbar-inner { position:relative; background: #100378; padding:0; border-bottom:solid 14px #c6c4c4; border-radius:0; box-shadow:0 5px 5px #868686; padding: 0; min-height: inherit; }

.menu{ display:none;}
.navbar .nav{ z-index:3;}
.navbar .nav > li{ font-size:18px; font-weight:700; font-family: 'GothamBold'; padding:10px 25px; }
.navbar .nav > li a{ color:#fff; text-shadow:none; padding:0px; }
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover { background-color:#c6c4c4;
  color: #100378;
  text-decoration: none;
}

/***Header***/

/*===middle-block===*/
.middle-block{ border-radius:15px; background:#fff; border:solid 1px #100378; margin:40px 0 0px; padding:1px 0 30px; }

/*==banner-section==*/
.banner-section{  margin-top:-1px; border-top-left-radius:15px; border-top-right-radius:15px; min-height: 160px; height: 160px; }
.contact-btn-right {
  text-align: right;
  position: relative;
  right: -2px;
  top: -1px;
}
/*==banner-section==*/

/*===middle-block===*/

/*==footer-section==*/
.footer-section{ padding:65px 0 25px; font-family: 'GothamBold';}
ul.footer-links {
  margin: 0 0 5px;
  padding: 0;
}
ul.footer-links li {
  border-right: 2px solid #000;
  display: inline-block;
  line-height: 12px;
  padding: 0 5px;
  vertical-align: middle;
  font-weight:700;
  
}
ul.footer-links li:last-child{ border:none;}
ul.footer-links li a, .footer-txt a {
  color: #000;
}
ul.footer-links li a:hover, .footer-txt a:hover{ text-decoration:underline; }
.footer-txt, .footer-txt p{ font-weight:700;}
.footer-txt p{ line-height:18px; margin:0 0 5px;}
/*==footer-section==*/

/*****Content*****/
#toolBarArea form{text-align:center;}
.loginStrip{text-align:right;}
input[type=text],input[type=password]{height:30px;}
/*****Content*****/
.logo-block div.bannerTitle{
	color: #333;
    font-family: Tahoma;
    font-weight: 500;
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 55px;
}
.logo-block div.bannerImage{
	width: 15%;
}
.logo-block{
	width: 100%;
    display: table;
}