/* common */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
}
.clear {
    clear: both;
}
a:active, a:focus, img { outline: 0; }
.last  {
    border: none !important;
}
a img {
    border: none;
}
span.current {
    color: #134c9b !important;
}
.date {
    display: block;
    position: relative;
    color: #807580;
    font-size: 12px;
    margin: 5px 0 10px 0;
}
span.date {
    font-size: 10px;
    margin: 5px 0;
}
/* фон ---------------------------------------------------------------------- */
body {
    background-color: #abcee4;
}
#main-bg {
    position: relative;
    background: url(../img/bg/top-bg.png) repeat-x #d5d4d5;
    width: 100%;
}
/* Верхний фон */
#top-bg {
    position: absolute;
    top: 0;
    left:0;
    height: 188px;
    width: 100%;
    background: url(../img/bg/wave.jpg) repeat-x;
}
/* Нижний фон */
#footer-bg {
    position: absolute;
    width: 100%;
    height: 340px;
    bottom: 0;
    left: 0;
    background: url(../img/bg/footer-bg.png) repeat-x;
}
#oldSite {
    display: block;
    position: absolute;
    top: 75px;
    right: 15px;
    width: 150px;
    height: 20px;
    font-size: 12px;
    color: #032F57;
    text-align: right;
}

/* Каркас ------------------------------------------------------------------- */
#page {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 18px auto;
}

#news_text{
    width:665px;
}

#wrapper {
    position: relative;
    max-width: 1000px;
}

#page-n {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 18px;
}
#wrap-cont {
    background-color: #fff;
    position: relative;
}
#container-n {
    background: #fff;
    padding-top: 10px;
    margin-left: 4px;
}
#content-n {
    width: 100%;
    float: left;
    font-size: 14px;
}
#content-b {
    position: relative;
    float: left;
    width: 506px;
    margin: 0 7px;
}
#content-b img {
    float: left;
    margin: 10px;
}

#content-b img.float-right {
  	margin: 5px 0px 3px 8px;  
}
#content-b img.float-left {
  	margin: 5px 8px 3px 0px;
}

#content-b h3 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #232424;
    font-weight: bold;
    margin-bottom: 8px;
}
#content-b p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5em;
}
#content-b p a,#content-b a, address a {
    color: #25589F !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-family: Arial,Helvetica,sans-serif;
}
#content-b li {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 10px 15px;
}

#content-b em {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

#content-b strong, #content-b b, #content-b h5{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

address {
    text-align: right;
    font-size: 11px;
    font-style: italic;
}
address a {
    color: #25589F;
    text-decoration: none;
}

#content-s {
    width: 980px;
    margin: 0 auto;
    padding: 5px;
}
#content-s h3 {
    color: #154a94;
    font-size: 16px;
}
#content-s ol {
    margin-top: 10px;
}
#leftbar {
    position: relative;
    float: left;
    width: 225px;
    background-color: #f5f5f5;
}
#sidebar-n {
    float: right;
    width: 225px;
    margin-right: 5px;
    font-size: 12px;
}
#container {
    position: relative;
    background-color: #ffffff;
    padding-top: 10px;
    overflow: hidden;
    width: 1000px;
}
#content {
    margin-left: 5px;
    width: 665px;
    float: left;
    overflow: hidden;
}
.node-content {
    overflow: hidden;
}
.node-content p {
    text-indent: 30px;
}
.node-content img {
    margin: 5px;
    float: left;
}
/* Header ------------------------------------------------------------------- */
#header {
    position: relative;
    width: 100%;
    height: 130px;
}
#logo {
    position: relative;
    width: 100%;
    height: 97px;
}
#logo-link {
    display: block;
    position: absolute;
    top: 8px;
    left: 45px;
    width: 432px;
    height: 79px;
    background: url(../img/header/logo.png?v2) top left no-repeat;
}
#logo-link2 {
    font-size: 16px;
    line-height: 22px;
    display: block;
    position: absolute;
    top: 8px;
    left: 45px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold; 
    text-shadow: #577FA4 1px 0px, #577FA4 1px 1px, #577FA4 0px 1px, #577FA4 -1px 1px, #577FA4 -1px 0px, #577FA4 -1px -1px, #577FA4 0px -1px, #577FA4 1px -1px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px, #577FA4 0 0 2px;
    background: url(../img/header/logo2.png?v2) top left no-repeat;
    width: 432px;
    height: 79px;
    padding-top: 15px;
    padding-left: 100px;
}

#lang-switch {
    position: absolute;
    width: 90px;
    top: 50px;
    right: 220px;
}
#lang-switch ul {
    list-style-type: none;
}
.lang {
    float: left;
    margin-right: 10px;
}
.lang a {
    text-decoration: none;
    font-size: 14px;
    color: #032f57;
}
.lang .active {
    text-decoration: underline;
    font-weight: bold;
}
.li-last {
    margin: none;
}
#search {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 223px;
    height: 33px;
    background: url(../img/bg/search-bg.png) no-repeat top left;
    overflow: hidden;
}
#search .form-item {
    margin: 0 !important;
}
#search input[type="text"] {
    margin: 7px 0 20px 15px;
    width: 193px;
    border: none;
    background: none;
    color: #032f57;
    font-weight: bold;
}
.search-title {
    color: #134c9b;
    font-size: 16px;
}
.search-text {
    color: #3d3e3e;
    font-size: 14px;
    width: 700px;
}
div.links {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 120px;
    height: 20px;
}
div.links ul {
    list-style-type: none;
}
div.links li {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
div.links li a {
    display: block;
    position: relative;
    height: 20px
}
#links-1 {
    background: url(../img/header/h-icons.png) left 2px no-repeat;
}
#links-2 {
    background: url(../img/header/h-icons.png) -20px 2px no-repeat;
}
#links-3 {
    background: url(../img/header/h-icons.png) -40px 2px no-repeat;
}
#links-4 {
    background: url(../img/header/h-icons.png) -59px 2px no-repeat;
}
#links-5 {
    background: url(../img/header/h-icons.png) -78px 2px no-repeat;
}
#links-1:hover {
    background-position: left -18px;
}
#links-2:hover {
    background-position: -20px -18px;
}
#links-3:hover {
    background-position: -40px -18px;
}
#links-4:hover {
    background-position: -59px -18px;
}
#links-5:hover {
    background-position: -78px -18px;
}
.search {
    position: absolute;
    top: 42px;
    right: 5px;
    width: 224px;
    height: 30px;
    background: url(../img/bg/search-bg.png) top left no-repeat;
}
.search form {
    display: block;
    width: 188px;
    position: relative;
    margin: 5px 0 0 14px;
}
.search input {
    width: 190px;
    color: #032f57;
    font-size: 12px;
    font-weight: bold;
    border: none;
    background: none;
}
.search input:focus {
    outline: none;
}
/* Меню --------------------------------------------------------------------- */
.nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: url(../img/bg/menu-bg.jpg) repeat-x;
}
#menu-wrap {
    position: relative;
    width: 858px;
    margin: 0 auto;
}
#left-a, #right-a {
    display: block;
    position: absolute;
    width: 12px;
    height: 33px;
    top: 0;
}
#left-a {
    left: 0;
    background: url(../img/menu/angle.jpg) left top no-repeat;
}
#right-a {
    right: 0;
    background: url(../img/menu/angle.jpg) right top no-repeat;
}

.head {
    height: 26px;
    background: url(../img/bg/head-bg.jpg) repeat-x;
}
.head div {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.hlink {
    font-weight: bold;
    font-size: 14px;
    margin-left: 7px;
    color: #21608c;
}
.list {
    margin: 7px 10px 7px 9px;
}
.list li {
    list-style: none;
    margin-top: 10px;
    border-bottom: 1px solid #95b2c6;
}
.list p {
    color: #232424;
    font-size: 12px;
}
.list span {
    display: block;
    text-align: right;
    margin-bottom: 14px;
}
.list span a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    color: #21608C;
}
.archive {
    margin: 10px 10px 10px !important;
    color: #5A81AA;
}
.archive a {
    color: #5a81aa;
    font-size: 14px;
}

#archive {
    border: 1px solid #E4E4E4;
}
#docs{
    width: 330px;
    float:left;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
.ul-list {
    list-style-type: none;
}
#public {
    width: 330px;
    float:right;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
#sidebar {
    float: right;
    margin: 0 5px 0 2px;
    width: 322px;
    overflow: hidden;
}
.flink {
    margin: 0 0 10px 10px;
}
.flink a {
    font-size: 14px;
}



/* Footer ------------------------------------------------------------------- */
#footer {
    position: relative;
    width: 1000px;
    height: 125px;
    padding-top: 32px;
    background-color: #fff;
}
#footer p {
    text-align: center;
    color: #25589F;
    font-size: 12px;
}
#footer p a {
    text-decoration: none;
    color: #25589F;
}
#flinks {
    position: relative;
    width: 938px;
    height: 25px;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid #1d519a;
    overflow: hidden;
    color: #25589f;
    font-size: 12px;
}
#flinks span {
    float: left;
    margin-left: 25px;
}
#flinks ul {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0
}
#flinks li {
    float: left;
    border-right: 1px solid #25589f;
    padding: 0 10px;
    list-style: none;
    margin: 0 !important;
}
#flinks a {
    text-decoration: none;
    color: #25589f;
}
#footer-list {
    list-style-type: none;
    display: block;
    position: relative;
    width: 280px;
    margin: 20px auto;

}
#footer-list li {
    float: left;
    margin-right: 5px;
}
.web {
    display: inline-block;
    position: relative;
    width: 84px;
    height: 19px;
    margin-left: 5px;
    background: url(../img/footer/web.png) top left no-repeat;
}
/* Block -------------------------------------------------------------------- */
.border-red {
    border-top: 4px solid #f44642;
}
.block-h {
    text-transform: uppercase;
}
.block-h a {
    text-decoration: none;
    color: #134C9B;
}
/* Дерево ссылок ------------------------------------------------------------ */
#tree > ul {
    margin: 10px 10px 15px 20px;
    color: #336699;
}
#tree li{ 
    font-size: 12px;
    padding: 4px 0px;
}
#tree > ul > li > a {
    color: #336699;
    font-size: 12px;
    font-family: inherit;
    text-decoration: none;
}
#tree .menu {
    color: #336699;
    list-style-type: disc;
    margin: 3px 0 0 7px;
}
#tree .sp{
    display: none;
}
#tree > ul > li{
    cursor: pointer;
}
#tree .menu a {
    color: #232424;
    font-size: 12px;
    text-decoration: none;
}
.nmore {
    font-size: 11px;
    text-align: right;
    color: #21608C;
    display: block;
    position: relative;
    float: right;
    text-decoration: none;
    font-style: italic;
    margin-top: 3px;
}
.rss-hr {
    color: #000;
    margin: 10px 0;
}
blockquote {
    padding-left: 40px;
}
#content-b ul, #content-b ol {
    padding-left: 15px;
}
.li-border-red {
    border-bottom: 1px solid red;
}

#news-nav-mobile{
    display: none;
}

.modal_white{
    display: none;
}