body {
}

@font-face {
    font-family: 'GillSansMTPro-Light';
    src: url('../fonts/GillSansMTPro-Light.eot?') format('eot'), 
         url('../fonts/GillSansMTPro-Light.otf') format('opentype');
}
		 
@font-face {
    font-family: 'GillSansMTPro-Medium';
    src: url('../fonts/GillSansMTPro-Medium.eot?') format('eot'), 
         url('../fonts/GillSansMTPro-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'GillSansMTPro-Bold';
    src: url('../fonts/GillSansMTPro-Bold.eot?') format('eot'), 
         url('../fonts/GillSansMTPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'GillSansMTPro-ExtraBold';
    src: url('../fonts/GillSansMTPro-ExtraBold.eot?') format('eot'), 
         url('../fonts/GillSansMTPro-ExtraBold.otf') format('opentype');
    }

.header {
    height: 90px;
    background: url("../images/bg-header.png") repeat-y left #fff;
}

.share {
    padding-top: 25px;
}

.search {
    padding: 25px 0 0 35px;
}

.menu {
    background: url("../images/navigation-bg.png") repeat-x;
    height: 59px;
    text-align: left;
    vertical-align: middle;
}

.menu-inner {
        height: 59px;
    display: table-cell;
    vertical-align: middle;
 /*   padding-top: 16px; */
}

ul.menu-nav li {
    float:left;
    list-style-type:none;
    display: inline;
    /*margin-right: 8px;*/
    margin-right: 55px;
}

ul.menu-nav li a {
    text-decoration: none;

    font-family: "GillSansMTPro-Medium";
    color: #fff;
    text-decoration: none;
    padding: 5px 10px ;
    font-size: 15px;
    text-shadow: black 0 -1px 1px;
    
}

.menu-current-page {
    background-color: #4e6483;
    border-radius: 7px;
    border: 1px inset #4e6483;
    cursor: default;
}

.screen1 {
    background: url("../images/bg-screen1.png") repeat-y #fff;
/*    height: 564px;*/
}

.screen1-main {
    min-height: 564px;
    position: relative;
    background: url("../images/screen1.png") no-repeat right bottom;
    color: #2a3749;
}

.screen1-txt1 {
    font-family: "GillSansMTPro-Light";
    padding: 30px 0 0 0;
    font-size: 47px;
    line-height: 1.3;
}

.screen1-txt2 {
    font-family: "GillSansMTPro-Bold";
}

.screen1-txt3 {
    padding: 30px 40px 40px 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}

.screen1-txt3-btn {
    margin-bottom: 40px;
}

.slider-navigation {
	vertical-align: bottom;
	position: absolute;
	bottom: 40px;
	right: 10px;
}


ul.nav {
}
    
ul.nav li {
        text-align:center;
        float:left;
        list-style-type:none;
        padding-left: 10px;
        display: inline;
}

ul.nav li a {
    height: 25px;
    width: 25px;
    border:1px solid #0000FF;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-family: "GillSansMTPro-Light";
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d0cfcf;
    color: #818182; 
}

#slider-current-page {
    background-color: #e7ebee;
    border-style: inset;
    color: #2c394a;
    cursor: default;
}




.service-line {
    background: url("../images/bg-slider.png") repeat;
/*    padding-top: 25px;*/
    height: 210px;
}

.service-line-item {
    background: url("../images/slider-non-select.png") no-repeat;
    margin-top: 25px;
    height: 162px;
    width: 300px;
/*    background-color: #e0e5e8;*/
    
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);  IE 5.5+
-moz-opacity: 0.1;  Mozilla 1.6 и ниже 
-khtml-opacity: 0.1;  Konqueror 3.1, Safari 1.1 
opacity: 0.1;  CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ 
zoom: 1;  для элемента в ИЕ, у которого не заданы width и height 
    border-radius: 3px;
    border: 1px solid #fff;*/

}

.service-line-item-select {
    background: url("../images/slider-select.png") no-repeat;
}

.service-line-item-icon {
    height: 62px;
    padding: 15px 9px 0 20px;
    width: 54px;
    float: left;
}

.service-line-item-text1 {
    height: 61px;
    padding: 16px 0 0 0;
    font-family: "GillSansMTPro-Medium";
    font-size: 18px;
    line-height: 1.5;
    color: #cccece;
}

.service-line-item-text2 {
    height: 87px;
    padding: 0 20px; 
    font-family: Arial;
    font-size: 11px;
    line-height: 1.5;
    color: #d9dada;
    display: table-cell;
    vertical-align: middle;
}


/*.slider-select {
    background: url("../images/slider-select.png") center center no-repeat;
    height: 100%;
}

.s-icon {
      height: 65px;
      width: 65px;
      padding: 40px 0 0 20px;
      float: left;
}

.s-text1 {
      height: 65px;
      width: 300px;
      padding: 40px 0 0 0;
	  font-family: "GillSansMTPro-Medium";
      font-size: 18px;
	  line-height: 1.5;
      color: #cccece;
}

.s-text2 {
    height: 80px;
    width: 280px;
    padding: 0 20px; 
    font-family: Arial;
    font-size: 11px;
    color: #d9dada;
    display: table-cell;
    vertical-align: middle;
}*/

.line1 {
    background: #fff;
    height: 100px;
}

.line1-text {
    height: 70px;
    padding-top: 30px;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 34px;
    color: #9a9a9a;
    text-align: center;
}

.content {
    min-height: 810px;
    background: url("../images/bg-content.png") repeat-x #fff;
}

.content-quote-title {
    padding: 45px 0 30px;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 28px;
    color: #2c394a;
}

.content-left-col {
    padding-right: 15px;
}

.content-right-col {
    padding-left: 10px;
}


.content-col {
	position: relative;
}

.content-text {
    font-family: Arial;
    font-size: 14px;
    color: #2c394a;
	line-height: 1.5;
	padding-bottom: 25px;
}

.content-button {
    height: 87px;
}

.view-archives-button {
	padding-left: 40px;
}

hr {
    color: #e0e5e8;
    background-color:#caccce;
    border:0px none; height:1px;
    clear:both;
}

.content-title {
    font-family: "GillSansMTPro-Light";
    font-size: 28px;
    color: #2c394a;
    padding: 50px 0 37px;
}

.content-news {
    margin-left: -30px;
    padding-bottom: 22px;
}

.news-col1 {
	width: 40px;
	float: left;
}

.date-month-small {
    height: 30px;
    width: 30px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    color: #5a5a5a;
    text-align: center;
}

.date-small {
    height: 15px;
/*    width: 28px;
    padding: 0 0 3px 0;
   display: table-cell;
    vertical-align: middle;*/
    font-family: "GillSansMTPro-ExtraBold";
    font-size: 12px;
}

.month-small {
    height: 15px;
    margin: 0 3px;
    /*    padding: 0 0 2px 0;*/
/*    display: inline-block;*/
    width: auto;
/*    display: table-cell;
    vertical-align: middle;*/
    border-top: 1px solid #d3d3d3;
    font-family: "GillSansMTPro-Light";
    font-size: 9px;
   text-align: center;
}


.content-text2 {
	display: table-cell;
    font-family: Arial;
    font-size: 14px;
    color: #47484a;
    padding-bottom: 25px;
	line-height: 1.5;
}

.content-text2 a:link, .content-text2 a:visited {
    color: #47484a;
}

.ul-news {
    list-style-image: url("../images/bg-date-small.png");
    padding-left: 30px;
}

.line2 {
    background: #E0E5E8;
    height: 33px;
    padding-top: 20px;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
}

.line2 a:link, .line2 a:visited {
    text-decoration: none;
    color: #6e7e94;
}

.links {
    height: 204px;
    background: url('../images/bg-links.png') repeat #3A4B62;
    font-family: Arial;
    font-size: 12px;
    color: #d9dada;
}

.links a:link, .links a:visited {
    text-decoration: none;
    color: #d9dada;
}

.links a:hover {
    text-decoration: underline;
}

.links ul {
    line-height: 23px;
}

.links-connect-with-us ul {
    
}

.links-home {
    float: left;
    padding: 35px 0 0 10px;
    width: 147px;
}

.links-service {
    float: left;
    padding: 35px 0 0 20px;
    width: 167px;
    background: url("../images/links-line.png") no-repeat left bottom;
}

.links-legal {
    float: left;
    padding: 35px 0 0 20px;
    width: 103px;
    background: url("../images/links-line.png") no-repeat left bottom;
}

.links-contact {
    float: left;
    padding: 35px 0 0 20px;
    width: 226px;
    background: url("../images/links-line.png") no-repeat left bottom;
}

.links-connect-with-us {
    float: left;
    padding: 40px 0 0 20px;
    width: 207px;
    background: url("../images/links-line-short.png") no-repeat left bottom;
}

.links-connect-with-us-img {
    padding-top: 15px;
}

.links-connect-with-us-img a {
    padding-right: 7px;
}

.footer {
    background: #2C394A;
    height: 60px;
}

.footer-inner {
    padding-top: 20px;
}

.footer-text1 {
    padding-left: 25px; 
    font-family: Arial;
    font-size: 12px;
    color: #d9dada;
}

.footer-text2 {
    padding-left: 220px;
    font-family: Arial;
    font-size: 12px;
    color: #4c6482;
}







.b-redline-small {
    background: url("../images/bg-screen1.png") repeat #fff;
    height: 107px;
}

.b-redline-small-inner {
    background: url("../images/people.png") no-repeat right bottom;
    height: 100%;
}

.nav-small {
    padding: 14px 0 12px;
    font-family: Arial;
    font-size: 11px;
    color: #2a3749;
}

.nav-small a:link, .nav-small a:visited {
    text-decoration: none;
    color: #2a3749;
}

.nav-small-current {
    color: #838383;
}

.b-redline-small-title {
    padding-top: 12px;
    font-family: GillSansMTPro-Medium;
    font-size: 36px;
    color: #b2b7bf;
}

span.b-redline-small-title-dark {
    color: #646e7a;
}

.service-content {
    background-color: #edecec;
}

.service-left-col-item {
    margin: 25px 0 0 0;
    height: 162px;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #caccce;
    background-color: #e0e5e8;
}

.service-left-col-item-active {
    background-color: #fff;
}

.service-left-col-item-last {
    margin-bottom: 44px;
}

.service-left-col-item-icon {
    height: 59px;
    width: 54px;
    float: left;
    padding: 15px 9px 0 20px;
}

.service-left-col-item-text1 {
    height: 57px;
    padding: 16px 0 0 0;
    font-family: "GillSansMTPro-Medium";
    font-size: 18px;
    line-height: 1.3;
    color: #646e7a;
}

.service-left-col-item-text2 {
    height: 87px;
    padding: 0 20px; 
    font-family: Arial;
    font-size: 11px;
    line-height: 1.5;
    color: #646e7a;
    display: table-cell;
    vertical-align: middle;
}

.service-right-col {
    margin: 25px 0 44px 5px;
    width: 634px;
}

.service-right-col-textarea ul{
/*    position:absolute;*/
    margin-left: 25px;
    list-style-type: disc;
}

.tab-btns {
    position: relative;
    bottom: -1px;
}

.tab-btn {
    height: 28px;
    border-radius: 7px;
    border: 1px solid #caccce;
    background: url("../images/btn-gradient.png") repeat-x bottom;
    font-family: "GillSansMTPro-Medium";
    font-size: 14px;
    color: #646e7a;
    padding: 12px 0 0 0;
    text-align: center;
    cursor: pointer;
    margin: 0 0 9px 0;
}

.tab-btn-active {
    height: 41px;
    background: #fff;
    border-top: 1px solid #caccce;
    border-right: 1px solid #caccce;
    border-left: 1px solid #caccce;
    border-radius: 7px 7px 0 0;
    font-family: "GillSansMTPro-Medium";
    font-size: 14px;
    color: #646e7a;
    padding: 12px 0 0 0;
    text-align: center;
}

.tab-btn-1 {
    float: left;
    width: 203px;
/*    width: 188px;*/
    margin: 0 9px 0 0;
}

.tab-btn-2 {
    float: left;
    width: 203px;
/*    width: 173px;*/
    margin: 0 9px 0 0;
}

.tab-btn-3 {
    float: left;
    width: 204px;
/*    width: 249px;*/
}

.service-right-col-textarea {
    clear: both;
    width: 582px;
    min-height: 112px;
    border-radius: 0 7px 7px 7px;
    border: 1px solid #caccce;
    background-color: #fff;
    margin: 0 0 44px 0;
    padding: 25px;
}

.service-right-col-textarea-item {
    border-top: 1px solid #CACCCE;
    padding: 25px 0;
    
}

.textarea-item-icon {
    width: 110px;
    float: left;
}

.textarea-item-text {
    font-family: "GillSansMTPro-Medium";
    font-size: 15px;
    color: #caccce;
    display: table-cell;
}

.textarea-item-text-active {
    color: #646e7a;
}

.b-contact-form tr {
    height: 40px;
}

.b-contact-form td {
    padding-left: 2px;
    vertical-align: middle;
}

.ctrl-input {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px #EEEEEE inset;
    font-family: arial;
    font-size: 14px;
    padding: 4px;
    text-align: left;
}

.page p{
	margin-bottom: 15px;
}

.page h2{
	font-weight: normal;
}
strong{
	font-weight: bold;
}
.page ol, .page ul {
	list-style-type: decimal;
	margin-left: 24px;
}
.page ol li, .page ul li{
	margin-bottom: 10px;
}

.page a{color: #646e7a;}
.center-text{text-align: center;}

.text-logo{
	width: 465px;
	height: 69px;
}
.text-logo .lheader{
	color: #FF9900;
	font-size: 42px;
}
.text-logo .lfooter{
	color: #2A3749;
	font-size: 23px;
}
.footer .text-logo{
	width: 213px;
	height: 24px;
	display: inline-block;
  	vertical-align: middle;
  	line-height: 24px;
}
.footer .text-logo .lheader{
	font-size: 12px;
	float: left;
	padding-right: 5px;
}
.footer .text-logo .lfooter{
	font-size: 12px;
	float: left;
	color: #FFFFFF;
}