@import url(layout.css);

html
{
    background: #161a1b url("../images/ft.gif") repeat-x left top;
    font-size: 100%;
}
body
{
    background: #FFF;
    font-size: 62.5%;
}
body, input, select, textarea, td, th
{
    font-family: Arial;
}
body, form, fieldset, input, select, textarea
{
    margin: 0;
    padding: 0;
}
a
{
    color: #267394;
    outline: none;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
img, fieldset, table
{
    border: 0 none;
}
img
{
    vertical-align: top;
}
p
{
    margin: 0 0 1em 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
}
textarea
{
    overflow: auto;
}
td, th
{
    padding: 0;
    vertical-align: top;
}
ul
{
    margin: 0;
    padding: 0 0 0 16px;
}



#main
{
    margin: 0 auto;
}
#main h2, #main h3, #main h4, #main h5
{
    font-size: 1em;
    margin: 0;
}
#main h2
{
    padding: 0 0 24px 0;
}
#main h3
{
    padding: 0 0 6px 0;
}
#main h4
{
    padding: 0;
}
#main h5
{
    color: #267394;
    padding: 0 0 1em 0;
    text-transform: uppercase;
}


#header
{
    background: #212628 url("../images/ht.png") repeat-x left top;
    height: 120px;
    width:100%;
}
#header .customlink
{
    color: White;
    
}

#header .customlink a
{
    color: White;
    font-weight:bold;
    text-decoration: none;
}

#header .customlink a:hover
{
    text-decoration: underline;
}
#header .date
{
    color: White;
    float: right;
    font-size: 1.3em;
    padding: 15px 0px 0 0;
    text-align: right;
    text-decoration:none;
}
#header .date strong
{
    color: #FFF;
}

#header .date a;
{
    color: #FFF;
    text-decoration: none;
}

#header .date a:hover
{
    text-decoration: underline;
}
#header .name
{
    float: left;
    padding: 13px 0 0 0;
}
#header .nav
{
    background: #d47609 url("../images/h_n_lbg.gif") no-repeat left bottom;
    float: right;
    margin: 8px 0px 0 0px;
    padding: 8px 0 0 0;
}
#header .nav ul
{
    background: url("../images/h_n_rbg.gif") no-repeat right bottom;
    height: 25px;
    padding: 0 6px 0 8px;
}
#header .nav li
{
    background: url("../images/vl.gif") no-repeat right top;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    list-style: none;
    padding: 0 9px 0 8px;
    /*text-transform: uppercase;*/
}
#header .nav li a:hover
{
    color: #FFF;
    text-decoration: underline;
}

.subMenu a
{
    color: #FFF;
    background-color: #FF9966;
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    margin-left:-7px;
    padding: 0;
    background: #d47609;
    /* #d47609;*/
    
}

#sddm div a
{
    /*position: relative;*/
    position:static;
    display: block;
    margin: 0;
    margin-top:1px;    
    padding: 5px 15px;
    
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    /*background: #d47609;*/
    color: #2875DE;
    font: 13px arial;
    width:auto;
}

#sddm div a:hover
{
    /*background: #49A3FF;*/
    font-weight:bold;
    color: #FFF;
}

#sddm div a.last
{
    /*background: url("../images/h_n_rbg.gif") no-repeat right bottom;*/
}

#header .nav li a
{
    color: #FFF;
    text-decoration: none;
}
#header .nav li.last
{
    background: none;
    
}

.menuNav
{
    background: #d47609 url("../images/h_n_lbg.gif") no-repeat left bottom;
    float: right;
    margin: 8px 22px 0 80px;
    height: 30px;
    padding: 11px 0 0 0;
}
.menuItem
{
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    list-style: none;
    /*text-transform: uppercase;*/
    color: #FFF;
    padding: 8px 3px 0 3px;
    text-decoration: none;
}
.menuItem.last
{
    background: none;
}
#footer
{
    background: url("../images/ft.gif") repeat-x left top;
    height: 110px;
}
#footer a
{
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}

#footer .copy
{
    color: #6e787c;
    float: right;
    font-size: 1.2em;
    text-align: left;
}
#footer .copy span, #footer .copy span a
{
    color: #495255;
}
#footer .nav
{
    font-size: 1.3em;
    color: #7bb5cd;
    margin: 0 0 0 -14px;
    position: relative;
}
#footer .nav a
{
    color: #7bb5cd;
    margin: 0 14px;
}
#footer .width
{
    padding: 22px 0 0 0;
}


#c_form
{
    text-align: right;
    width: 178px;
}
#c_form a
{
    margin: 0 0 0 20px;
}
#c_form div
{
    background: url("../images/c_inp_bg.jpg") no-repeat left top;
    height: 26px;
}
#c_form fieldset
{
    background: url("../images/c_text_bg.jpg") no-repeat left top;
}
#c_form input, #c_form textarea
{
    border: 0 none;
    color: #FFF;
    font-size: 1em;
    padding: 1px 5px;
    width: 168px;
}
#c_form input
{
    background: none;
    height: 18px;
}
#c_form textarea
{
    background: none;
    height: 111px;
    margin: 0 0 30px 0;
}


#l_form
{
    color: #5f5f5f;
    font-size: 0.85em;
    padding: 14px 0 46px 0;
}
#l_form fieldset
{
    float: left;
    margin: -14px 0 0 0;
    width: 176px;
}
#l_form fieldset div
{
    background: url("../images/l_inp_bg.gif") no-repeat left 13px;
    height: 42px;
}
#l_form img
{
    vertical-align: middle;
}
#l_form input
{
    background: none;
    border: 0 none;
    font-size: 1em;
    height: 20px;
    padding: 4px 4px 0 4px;
    width: 157px;
}
#l_form label
{
    display: block;
}



.clear
{
    overflow: hidden;
    width: 100%;
}


.col1, .col2
{
    float: left;
}


.cols
{
    background: url("../images/line-y.gif") repeat-y center top;
}


.f_left
{
    float: left;
}


.f_right
{
    float: right;
}


.link
{
    background: url("../images/line-x.gif") repeat-x left bottom;
    color: #125d7d;
    font-weight: bold;
    text-decoration: none;
}


.news_title
{
    color: #59879a;
    font-style: italic;
    font-weight: bold;
    padding: 0 0 1em 0;
}
.news_title span
{
    float: right;
    font-style: normal;
    font-weight: normal;
}

.latestNewsTitle span
{
    float: right;
    font-style: normal;
    font-weight: normal;
    vertical-align:top;
}

.rss
{
    background: url("../images/rss.jpg") no-repeat left top;
    color: #2aa2d4;
    float: left;
    height: 45px;
    padding: 0 0 0 34px;
    text-decoration: none;
}


.tabl
{
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    margin: 5px 1px 35px 1px;
}
.tabl a
{
    color: #000;
    text-decoration: none;
}
.tabl a:hover
{
    text-decoration: underline;
}
.tabl td, .tabl th
{
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    color: #000;
}
.tabl td
{
    padding: 16px 0;
    text-align: center;
}
.tabl th
{
    font-size: 1.23em;
    padding: 16px 0 16px 34px;
    text-align: left;
}

.tabl .descr
{
    padding: 16px 8px;
    text-align: left;
}
.tabl .head td
{
    background: #77b7d1;
    color: #fffefe;
    font-size: 1.23em;
    font-weight: bold;
    padding: 6px 0;
    vertical-align: middle;
    width: 138px;
}
.tabl .head .descr
{
    padding: 6px 0;
    text-align: center;
    width: 230px;
}


.tabl2
{
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    margin: 0 1px 2em 1px;
}
.tabl2 td, .tabl2 th
{
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    color: #000;
}
.tabl2 td
{
    padding: 16px;
}
.tabl2 th
{
    font-size: 1.23em;
    padding: 16px 0 16px 8px;
    text-align: left;
}
.tabl2 th img
{
    margin: 1em 0 0 0;
}


.txt1
{
    font-size: 1.23em;
}


.width
{
    
    margin: 0 auto;
    width: 942px;
}












