* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 14px/16px Tahoma, Geneva, sans-serif;
    width: 100%;
    height: 100%;
    color:#333333;
    background: #eeeeee url(../img/bg.png);
}
a {
    color: #094783;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 10px;
}

ol {padding: 4px 4px 4px 20px ; text-align:justify;}
ol li { /*list-style-position: inside; */ padding-bottom: 3px; text-align:justify;}
img {
    border: none;
}
input {
    outline:none;
    vertical-align: middle;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
    border: none;
}
input[type="search"] {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:none;
}
input:focus{
    outline:none;
}
::-webkit-input-placeholder {
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
    font-size: 0;
}
.clearfix{ zoom: 1; }

h1{
    color:#509be4;
    font-family:Verdana, Geneva, sans-serif;
    font-size:24px;
    line-height:24px;
    font-weight:normal;
    background: #f0f0f0;
    text-align:center;
    padding: 3px 0 4px 0;
    margin: 0 0 6px;
}

h2{
    font-size:18px;
    line-height:18px;
    margin: 0 0 14px;
    font-weight:normal;
    text-align:center;
}

h3{
    font-size:14px;
}

h4{
    font-size:12px;
}

.wrapper {
    width: 1001px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background:url(../img/wrapper_bg.png) repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
header[role="banner"] {
    height: 81px;
    background: url(../img/wrapper_bg_top.png) no-repeat left bottom, #eeeeee url(../img/bg.png);
    -pie-background: url(img/wrapper_bg_top.png) no-repeat left bottom, #eeeeee url(img/bg.png);
    position:relative;
}

.logo{
    position:absolute;
    top:13px;
    left:22px;
    width:207px;
    height:47px;
    background: url(/source/base/img/logo.png) 0 0 no-repeat;
    background-size: 170px;
    text-indent:-9999px;
}

.logo a{
    display:block;
    height:100%;
}

.h_contacts{
    background:url(../img/phone.png) no-repeat right top;
    position:absolute;
    top:18px;
    right:4px;
    padding: 8px 50px 0 0;
    width:254px;
    min-height:36px;
}

.h_contacts p{
    color: #77afe4;
    font-size: 30px;
    text-shadow: #cad5e2 1px 1px 0, #cad5e2 2px 2px 0;
}

nav{
    position:absolute;
    bottom:5px;
    left: 309px;
}

.main_menu{
    overflow:hidden;
    padding: 10px 10px 0;
    position:relative;
}

.main_menu li{
    float:left;
    height:33px;
    line-height:33px;
    margin: 0 1px;
    font-size:14px;
}

.main_menu a{
    text-decoration:none;
    color:#fff;
    min-width:60px;
    text-align:center;
    padding: 0 10px;
    display:block;
    height: 100%;
    background: #1b75c9;
    position:relative;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.main_menu a:hover{
    background: #509be4;
}

.main_menu .active a{
    color:#1b75c9;
    background: #fff;
    margin: 0 2px;
    -moz-box-shadow: 0 0 8px 0 #787676;
    -webkit-box-shadow: 0 0 8px 0 #787676;
    box-shadow: 0 0 8px 0 #787676;
}

.header_panel{
    margin: 3px 6px 0;
    background: #fff;
}

.h_banner{
    margin: 0 0 0 10px;
    float:left;
}

.header_slider{
    float:left;
    width:765px;
    height:160px;
    background: #1b75c9;
    margin: 6px 0 0 -1px;
    position:relative;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.header_slider .box_tab{
    position:absolute;
    top: 2px;
    left: 2px;
    height:155px;
    width: 390px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index:1;
}

.header_slider .box_tab.current {
    z-index:2;
}


.header_slider .box_tab img{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position:relative;
}

.header_slider .box_tab p{
    position:absolute;
    bottom: 5px;
    left:0;
    width:310px;
    padding: 12px 15px 12px 17px;
    color:#f0f0f0;
    font-size:18px;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background: rgba(80, 155, 228, 0.8);
    -pie-background: rgba(80, 155, 228, 0.8);
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}

.header_slider .pager{
    position:absolute;
    right: 6px;
    width:362px;
    color:#ececec;
    line-height:14px;
    padding: 3px 0 0;
    font-family:Arial, Helvetica, sans-serif;
}

.header_slider .pager li{
    background: #094783;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow:hidden;
    margin: 0 0 5px;
    padding: 3px 0;
    cursor:pointer;
    position:relative;
}

.header_slider .pic_preview{
    float:left;
    width:104px;
    height:41px;
    overflow:hidden;
    margin: 0 14px 0 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.header_slider .pager p{
    margin:0;
    overflow:hidden;
    vertical-align:middle;
    display:table-cell;
    height:41px;
    width:220px;
    *height:auto;
    *display: block;
    *z-index: expression(
	runtimeStyle.zIndex = 1,
	this == ((41/2)-parseInt(offsetHeight)/2) <0 ? style.marginTop="0" : style.marginTop=(41/2)-(parseInt(offsetHeight)/2) +'px');
}

.header_slider .pager .current{
    background: #f0f0f0;
    color:#1b75c9;
}

.header_slider a{
    text-decoration:none;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
    margin: 0 6px;
    padding: 0 0 83px;
    height: 1%;
    position: relative;
    background: #fff;
}

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.content {
    padding: 13px 199px 0 222px;
}

.c_article{
    padding: 0 15px 0 5px;
}

.c_article p{
    text-align:justify;
    text-indent:22px;
}

.c_article ul{
    list-style: circle outside;
    padding: 0 0 10px 22px; text-align:justify;
}

.article_photo{
    border: #a8a8a8 solid 1px;
    padding: 4px;
    text-align:center;
    color:#535353;
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    font-style:italic;
}

.article_photo img{
    display:block;
}

.article_photo figcaption{
    padding: 12px 10px 5px;
}

.article_photo.left{
    float:left;
    margin: 0 10px 0 0;
}

.article_photo.right{
    float:right;
    margin: 0 0 0 10px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sideLeft {
    float: left;
    width: 210px;
    padding:8px 0 0 0;
    margin-left: -100%;
    position: relative;
}

.side_menu_block{
    margin-left:11px;
    width:199px;
    color:#fff;
}

.side_title{
    text-shadow: 1px 1px 1px #094783;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    font-size:14px;
    width:199px;
    height:32px;
    text-align:center;
    line-height:32px;
    margin:0;
    background:url(../img/l_menu_top.png) 0 0 no-repeat;
}

.side_menu{
    font-family:Arial, Helvetica, sans-serif;
    border:1px solid #29B129;
    border-top:1px solid #094783;
    font-size:16px;
}

.side_menu li{
    position:relative;
    background:#1b75c9;
    border-bottom:1px dashed #fff;
}

.side_menu li:hover .level_2{
    display:block;
}

.side_menu a{
    display:block;
    padding:11px 0 11px 30px; width: 167px;
    color:#fff;
    text-decoration:none;
    background:url(/source/base/img/cross_grey.png) 10px 10px no-repeat;
}

.side_menu a:hover{
    padding:10px 0 10px 30px;
    border-top:1px solid #a8c2de;
    border-bottom:1px solid #a8c2de;
    background:#ededed url(/source/base/img/cross.png) 10px 9px no-repeat;
    color:#1b75c9;
}

.side_menu .level_2{
    padding: 0 0 0 1px;
    display:none;
    right: -248px;
    position:absolute;
    top:0px;
}
/*  ---------------  */
.side_menu .level_2 a{
    width: 212px;
}
.side_menu li ul{
    width:245px;
    border:1px solid #1b75c9;
    background:rgba(237, 237, 237, 0.9);
    -pie-background:rgba(237, 237, 237, 1);
}

.side_menu li li{
    position:relative;
    line-height:17px;
    border:0;
    border-top:1px solid #1b75c9;
    background:none;
}

.side_menu li li:first-child{
    border:0;
}

.side_menu li li a{
    padding:7px 0 7px 33px;
    color:#1b75c9;
    position:relative;
    overflow:hidden;
    background:url(/source/base/img/cross.png) 9px center no-repeat;
}

.side_menu li li a:hover{
    padding:6px 0 6px 33px;
    color:#ededed;
    border-top:1px solid #86add7;
    border-bottom:1px solid #86add7;
    background:#1b75c9 url(/source/base/img/cross.png) 9px center no-repeat;
}
/*  ---------------  */
.side_menu li.active .level_2 a{
    width: 212px;
}
.side_menu li.active ul{
    width:245px;
    border:1px solid #1b75c9;
    background:rgba(237, 237, 237, 0.9);
    -pie-background:rgba(237, 237, 237, 1);
}

.side_menu li.active li{
    position:relative;
    line-height:17px;
    border:0;
    background:none;
}

.side_menu li.active li:first-child{
    border:0;
}

.side_menu li.active li a{
    padding:7px 0 7px 33px;
    color:#1b75c9;
    position:relative;
    overflow:hidden;
    border-top:0;
    border-bottom:1px solid #86add7;
    background:url(/source/base/img/cross.png) 9px center no-repeat;
}

.side_menu li.active li a:hover{
    padding:7px 0 7px 33px;
    color:#ededed;
    border-top:0;
    border-bottom:1px solid #86add7;
    background:#1b75c9 url(/source/base/img/cross.png) 9px center no-repeat;
}

/*  ---------------  */

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sideRight {
    float: left;
    margin-right: -3px;
    width: 175px;
    margin-left: -199px;
    padding:13px 14px 0 10px;
    position: relative;
}

.side_banner{
    margin-bottom:12px;
}

.side_banner img{
    display:block;
}

.title_blue{
    color:#fff;
    text-shadow: 1px 1px 1px #0e4f65;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    font-size:14px;
    width:179px;
    height:39px;
    text-align:center;
    line-height:37px;
    font-weight:bold;
    background:url(../img/title_blue_bg.png) 0 0 no-repeat;
    margin:0 0 2px 0;
}

.license_block{
    margin: 40px 0 0;
}

.license_block img{
    float:left;
    margin: 0 0 4px;
}

/* Footer
-----------------------------------------------------------------------------*/
footer[role="contentinfo"] {
    width: 989px;
    margin: -73px auto 0;
    height: 73px;
    background: url(../img/f_bg.png) 0 0 repeat-x;
    position: relative;
}

.f_menu{
    position:absolute;
    left:300px;
    top:21px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    position:absolute;
}

.f_menu li{
    line-height:20px;
    float:left;
    margin-right:37px;
}

.f_menu a{
    color:#fff;
}

.counter{
    position:absolute;
    top:29px;
    right:40px;
}

.f_logo{
    position:absolute;
    left:33px;
    top:16px;
    width:155px;
    height:37px;
    background: url(/source/base/img/logo.png) 0 0 no-repeat;
    background-size: 134px;
    text-indent:-9999px;
}

.f_logo a{
    display:block;
    height:100%;
}

.infob{border: solid 1px #0084c5;  background: #ececec; padding: 12px; }

.prctd { width: 560px; padding: 1px;border: solid 1px #efefef;  }
.prct { width: 560px; border-collapsing: collapse; }
.prct tr td, .prctf tr td{ padding: 2px 6px; background: #efefef; border: solid 1px #ffffff;  }
.prct tr th, .prctf tr th{ padding: 2px 6px; text-align: center; background: #cccccc; border: solid 1px #ffffff;  }

.prctdf { width: 290px; margin: 0 0 8px 8px; float: right; padding: 1px;border: solid 1px #efefef;  }
.prctf { width: 290px; border-collapsing: collapse; }

ul.board {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #d6d6d6;
    border-top: 1px solid #509be4;
    margin-bottom: 10px;
    font-size: 14px;
}
ul.board li {
    border-bottom: none;
    background: #1b75c9;
}
ul.board li a {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 167px;
    background: none;
    padding: 8px 0 13px 12px;
    border: 0;
}
ul.board li a span {
    adding-right: 7px;
    position: relative;
    top: 4px;
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(/img/menu_icon.png) no-repeat;
}
article p img {
    float: left;
    padding: 5px 15px 5px 0;
    width: 259px;
}
.bread ul li {
    padding: 5px 6px 5px 0;
}
.bread ul li.noLast {
    float: left;
}
.bread ul li a {
    color: #509be4;
    font-size: 14px;
}
.legend {
    border: 1px solid black;
    display: block;
    padding: 10px 15px 5px 0;
    margin: 15px 0 15px 0;
}
.legend ul {
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.legend ul li {
    color: #509be4;
    padding: 3px 0 0 0;
}
.legend ul li a {
    color: #509be4;
}
.side_menu li.active a {
    padding: 10px 0 10px 30px;
    border-top: 1px solid #a8c2de;
    border-bottom: 1px solid #a8c2de;
    background: #ededed url(/source/base/img/cross.png) 10px 9px no-repeat;
    color: #1b75c9;
}
nav {
    left: 256px;
}
p.filter {
    text-align: center;
    text-indent: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}
p.filter a {
    border: solid 1px #77afe4;
    font-size: 12px;
    padding: 6px;
    font-weight: bold;
    color: #77afe4;
}
.infob {
    border: solid 1px #86B6EB;
    background: #D6E5F8;
    padding: 12px;
}
table.simple_page {
    width: 100%;
}
table.simple_page td {
    border: 1px solid lightgray;
    padding: 5px;
}
