@charset "utf-8";
/* CSS Document */

body {
    background:#f3f7fa;
font-family: 'Open Sans', sans-serif;    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}
a {
    color: #06376c;
    text-decoration: none;
}
a:hover {
    color: #bc9b59;
}
.header {
    background: none repeat scroll 0 0 #fff;
}
.wrap {
    margin: 0 auto;
    padding: 10px 0;
    width: 1200px;
}
.wrapper {
    margin: 0 auto;
    width: 1200px;
}
.banner{background:url(../images/banner-bg.jpg) repeat-x;width:100%;border-bottom:1px solid #d5d5d5;}
.headerwrap {
    margin: 0 auto;
    width: 1200px;
}
.logo {
    float: left;
    padding: 7px 0;
    width: 810px;
}
.topmenu {
    background: url("../images/rightbg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    min-height: 82px;
    width: 365px;
}
.topmenu a {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.topmenu a:hover {
    color: #bc9b59;
}
#accessControl {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #999999;
    border-radius: 5px;
    float: right;
    padding: 2px 5px;
}
.menu {
    background: none repeat scroll 0 0 #06376c;
}
.menuwrap {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}
.fl {
    float: left;
}
.fr {
    float: right;
    margin: 5px 0;
}
.screenReader a {
    background: url("../images/reader.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 7px;
    padding-left: 26px;
}
.skipContent a {
    background: url("../images/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-right: 7px;
    padding-left: 17px;
}
.right1 {
    float: right;
    margin: 8px 0 0;
    width: 304px;
}
.txttb {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 5px #888 inset;
    float: left;
    height: 30px;
    padding: 0 40px 0 5px;
    width: 240px;  margin-top: 7px;
}
.searchbtn {
    background: url("../images/btnsearch.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin-left: -27px;
    margin-top: 14px;
    text-indent: -9999px;
    width: 15px;
}
.menuwrap ul {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 15px 4px 17px 0;
    text-align: left;
}
.menuwrap ul li {
     background: none repeat scroll 0 0 #06376c;
    border-right: 1px solid #355d88;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    position: relative;
    transition: all 0.2s ease 0s;
}
.menuwrap ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 15px 28px;
    text-decoration: none;
}
.menuwrap ul li:hover {
    background: none repeat scroll 0 0 #bc9b59;
    color: #fff;
}
.menuwrap ul li ul {
    box-shadow: none;
    display: none;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 48px;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 350px;
    z-index: 9999;
}
.menuwrap ul li ul li {
    display: block;
}
.menuwrap ul li ul li a {
    background: none repeat scroll 0 0 #06376c;
    color: #fff;
    display: block !important;
    padding: 8px;
}
.menuwrap ul li ul li a:hover {
    background: none repeat scroll 0 0 #bc9b59;
}
.menuwrap ul li a.current {
    background: none repeat scroll 0 0 #bc9b59 !important;
    display: block;
}
.menuwrap ul li:hover ul {
    background: none repeat scroll 0 0 #bc9b59;
    display: block;
    opacity: 1;
    visibility: visible;
}
.content {
 background: none repeat scroll 0 0 #ffffff;
    border-left: 1px solid #dae5ed;
    border-right: 1px solid #dae5ed;
    margin: 0 auto;
    padding: 0px 0 20px 20px;
    width: 1178px;}
.login{background:#bc9b59;border-radius:15px;color:#fff !important;padding:2px 8px}
#banner-slide {
    border: 5px solid #fff;
    box-shadow: 0 0 1px #333;
    overflow: hidden;
}
ul.bjqs {
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

li.bjqs-slide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    margin-left: -24px;
    position: absolute;
    top: -10px;
}
ul.bjqs-controls {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
    position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}
ol.bjqs-markers {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ol.bjqs-markers.h-centered {
    text-align: center;
}
ol.bjqs-markers li {
    display: inline;
}
ol.bjqs-markers li a {
    display: inline-block;
}
p.bjqs-caption {
    bottom: 0;
    display: block;
    margin: 0 0 20px;
    padding: 1%;
    position: absolute;
}
ul.bjqs-controls.v-centered li a {
    color: #000;
    display: block;
    height: 40px;
    text-decoration: none;
    width: 40px;
}
ol.bjqs-markers li a {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    margin: 5px;
    padding: 5px 10px;
    text-decoration: none;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
    background: none repeat scroll 0 0 #999;
}
p.bjqs-caption {

    color: #ed1d25;
    font-size: 24px;
    font-weight: bold;
    width: auto;
}
.bjqs-prev a {
    background: url("../images/bg_direction_nav1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 10px;
    text-indent: -9999px;
}
.bjqs-next a {
    background: url("../images/bg_direction_nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 10px;
    text-indent: -9999px;
}
.loginsec{float:right;width:304px;background:#bc9b59;}
.loginstitle{    background: none repeat scroll 0 0 #9e7d3b;
    color: #ffffff;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 11px;
    text-transform: uppercase;}
.banner-area{float:left;height: 360px !important; width:870px;margin:30px 0;}
.textbox{ background: none repeat scroll 0 0 #ac8e51;border: 1px solid #c4a566;color: #eae0cb;font-size: 15px;margin:7px 7px 0 7px;padding: 7px;width: 90%;}
.button{background: none repeat scroll 0 0 #06376c;
    border: medium none;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 93px;}
.button:hover{background:#9e7d3b;}
.toplinks{border-top:4px double #cbb17d;}
.toplinks ul {margin:0;padding:0;list-style:none;}
.toplinks ul li{   background: url("../images/star.png") no-repeat scroll 13px 16px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cbb17d;
    font-size: 15px;
    padding: 10px 0 10px 30px;}
.toplinks ul li a:hover{color:#fff;}
.clearfix{ clear: both;
    display: block;
    height: 0;
    width: 0;}
h1{font-family: "Roboto Condensed",sans-serif;font-size:28px;color:#000000;font-weight:normal;}
h1 span{color:#06376c;}
.starline{background:url(../images/star-line.png) no-repeat;}
.right-cont{float:right;width:300px;background:#eaeaea;}
.left-cont{float:left;width:855px;}
p{font-size:16px;line-height:30px;text-align:justify;}
.sidebartitle{background:#06376c;  color: #ffffff;     display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 11px;
    text-transform: uppercase;}
	.msgcmd {margin-top:10px;padding:10px;}
	.msgcmd .pic{float:left;width:60px;}
	.msgcont{float:left;width:210px;margin-left:10px;   margin-bottom: 20px;}
	.msgcont b{font-size:15px;font-family: "Roboto Condensed",sans-serif;color:#06376c;}
	.msgcont p{ font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: left;}
	.readmore{color:#bc9b59;font-family: "Roboto Condensed",sans-serif;font-weight:bold;font-size:13px;}
	ul.mediaroom{margin:10px  0 0 0; padding:0;list-style:none; }
  ul.mediaroom li{font-size: 13px;background:url("../images/blue-star.png") no-repeat scroll 10px 26px rgba(0, 0, 0, 0);
    line-height: 22px;padding-left: 30px;border-bottom:1px solid #bcc6d1;padding-top:20px;padding-bottom:10px;}
	.adbanner{width:100%}
	.adbanner img{width:100%;}
	.services-block{width:376px;float:left;border-bottom:1px solid #d7cfbb;border-right:1px solid #d7cfbb;padding:10px;}
	.services-block.last2n{border-right:none !important;padding-left:20px;}
	.services-block img{box-shadow:0px 0px 1px #555;border:5px solid #fff;float:left;width:82px;height:71px;}
	.services-block	.msgcont{margin-bottom:0 !important;}
	
	#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {    left: 10px;    background: url(../images/button-previous.png) no-repeat;}

.nbs-flexisel-nav-right {    right: 5px;    background: url(../images/button-next.png) no-repeat;}
.client-logo{background:#eaeaea;width:100%;}
.footer-area{float:left;width:49%;}
ul.events{margin:0;padding:0;}
ul.events li{ background: url("../images/blue-star.png") no-repeat scroll 10px 20px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 22px;
    list-style: none outside none;
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 13px;
}
.link1{font-family: "Roboto Condensed",sans-serif;font-size:18px;margin-left:10px;}
.bottom-footer{background:#06376c;padding:20px;}
.bottom-footer a{color:#fff;font-size:14px;margin-right:40px;}
h3{color:#bc9b59 ;}
.img{border: 5px solid #ffffff; box-shadow: 0 0 1px #555555;}
.fl{float:left;}
ul{  margin: 10px 0 0;padding:0;}
ul li {
     background: url("../images/blue-star.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 10px  0 0 0 ;
    padding: 0 0 0 20px;}
	
	
.office {
    float: left;
    font-size: 14px;
    line-height: 25px;
    margin-right: 60px;
    width: 250px;
}
.contact-info {
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    float: left;
    margin: 30px 0 0;
    padding: 10px;
    width: 670px;
}

.contact-info .col1 {
    font-weight: bold;
}.contact-info .col1 span {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 170px;
}
.contact-info .col1 span {
    font-weight: normal;
}
.col2 {
    display: block;
    font-weight: bold !important;
    width: 390px !important;
}.contact-box {
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    float: left;
    margin: 30px 0 0;
    padding: 10px;
    width: 670px;
}.contact-box strong {
    color: #999;
    font-size: 13px;
    line-height: 22px;
}form {
    margin: 10px auto;
    padding: 3px 0 0;
}fieldset {
    border: medium none;
    margin: 0;
    padding: 10px 20px 25px;
}
.contact-box ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.contact-box li {
    float: left;
    padding: 10px;
}label {
    cursor: pointer;
    display: inline;
    float: left;
    line-height: 24px;
    width: 170px;
}input, textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #e2e2e2, 2px 2px 5px #e2e2e2 inset;
    color: #4d4d4d;
    float: left;
    font: 13px Helvetica,Arial,"Nimbus Sans L",FreeSans,sans-serif;
    padding: 8px 12px;
    width: 300px;
}
.contact-box span {
    color: #999;
    font-size: 13px;
}
.submit_btn {
    background: url("../images/hoverbg.png") repeat-x scroll 0 0 #ca9300;
    border: 1px solid #ca9300;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin-left: 170px;
    text-shadow: 1px 1px #9b6f03;
    width: 160px;
}