* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ul {
    padding-left: 1.5em;
    margin-left: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin-bottom: 1em;
    line-height: 140%;
}

h1,h2,h3 {
    font-weight: normal;
}

hr {
    clear: both;
    margin-bottom: 1em;
    border: 0;
    border-bottom: 1px dotted #4dbbe7;
}

.clear {
    clear: both;
}

.bottom-radius {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

body {

    font-family: Tahoma, Geneva, Verdana;
    color: #253f8c;
    font-size: 9pt;
    line-height: 140%;
    overflow: -moz-scrollbars-vertical;
}

a {
    color: #253f8c;
    text-decoration: none;
}
a:hover {
    color: #F36E21;
}

th,
td {
    vertical-align: top;
}

.search-form-top {
    position: absolute;
    right: 350px;
    top: 65px;
}

#container {
    width: 940px;
    margin: 0 auto;
}

#top {
    background: white url('../images/top-bg.png') no-repeat right top;
    height: 140px;
    position: relative;
    z-index: 100;
}

#logo {
    position: relative;
    top: 10px;
    left: -10px;
}

#menu {
    background: transparent url('../images/menu-bg.png');
    font-size: 11.5pt;
    margin: 2px 0 0 0;
    padding: 0;
}

#menu ul {
    list-style: none;
    height: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

#menu ul li {
    background: transparent url('../images/menu-sep.png') no-repeat bottom right;
    line-height: 30px;
    float: left;
}

#menu ul li a {
    margin: 0 22px 0 20px;
    display: block;
}
#menu ul li.ancestor a,
#menu ul li.selected a {
    color: #f36e21;
}

.submenu {
    position: relative;
    z-index: 90;
    padding: 10px 0 0 0;
}

/*top + .submenu {
    height: 20px;
}

#top + .submenu:hover {
    height: auto;
}

#top + .submenu ul {
    position: relative;
    top: -30px;
}


#top + .submenu:hover ul {
    top: 0;
}*/
#top + .submenu {
    background-color: #e9f7fc;
    top:-10px;
    overflow: hidden;
}
.submenu + .submenu {
    z-index: 80;
    top: -20px;
    background-color: #b1e8fc;
}

.submenu ul {
    list-style: none;
    border: 0;
    float: left;
    height: auto;
    width: 160px;
    font-size: 9pt;
    margin-bottom: 5px;
    padding-left: 21px;
    position: relative;
}

.submenu li {
    display: list-item;
    margin-right: 0;
    line-height: 20px;
    background: none;
}
.submenu ul li a {
    display: block;
}
.submenu ul li.ancestor a,
.submenu ul li.selected a {
    color: #f35e08;
}

#breadcrums {
    clear: both;
    font-size: 9pt;
}

#content {
    clear: both;
    margin-top: 20px;
}

#footer {
    clear: both;
    height: 40px;
    padding-top: 20px;
}
#footer div {
    position: relative;
    border-top: 1px dotted #4dbbe7;
    height: 40px;
}

#footer img {
    position: absolute;
    right: 1px;
    top: -15px;
}

#footer p {
    text-align: center;
}

.text {
    width: 600px;
    margin-right: 20px;
    clear: both;
}

#home .text {
    font-size: 12pt;
}

.columns-wrapper {
    width: 960px;
    clear: both;
    margin-bottom: 1em;
}

.column {
    float: left;
    width: 320px;
}

.column div {
    padding-right: 25px;
}

.balloon {
    /*background: transparent url('../images/balloon-bg.png') no-repeat;*/
    height: 170px;
    position: relative;
    padding: 9px 15px 30px 0;
    font-size: 10pt;
    line-height: 140%;
}

.balloon h2 {
    margin-bottom: 5px;
    line-height: 42px;
    color: #f36e21;
}

.balloon img {
    vertical-align: middle;
    margin-right: 9px;
}

.balloon>a {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 30px;
    padding-left: 15px;
    background: transparent url('../images/list-arrow.png') no-repeat left
        center;
    font-size: 12pt;
    /*color: white;
    font-size: 10.5pt;
    font-weight: bolder;*/
}

.blocks>div,
.blocks>p,
.blocks>ul {
    background: transparent url('../images/blocks-bg.png') no-repeat 0 0;
    padding: 10px 25px 10px 10px;
    height: 195px;
    overflow: hidden;
}

.blocks>ul {
    padding-left: 25px;
}

.summary h2 {
    font-size: 12.5pt
}

.summary>ul,.summary>p,.summary>div {
    background: transparent url('../images/summary-bg.png') no-repeat;
    height: 125px;
    padding: 9px 20px 9px 10px;
    font-size: 10pt;
    line-height: 140%;
}

.summary>ul {
    padding-left: 24px;
}

.text {
    float: left;
}

.column-right {
    float: right;
    width: 320px;
}

.left {
    float: left;
    clear: left;
}
.right {
    float: right;
    clear: right;
}

.file {
    font-size: smaller;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table caption {
    font-size: 12.5pt;
    text-align: left;
    margin-bottom: 1em;
}

table th {
    text-align: left;
    border-bottom: 1px solid #253F8C;
    padding: 1px;
}

table td {
    border-bottom: 1px solid #4DBBE7;
    padding: 1px;
}


input[type=submit] {
    background-color: #f36E21;
    border: 1px solid #cd5d1c;
    color: white;
    padding: 1px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

input[type=submit]:hover {
    background-color: #f7a16e;
}

input[type=submit]:active {
    background-color: #cd5d1c;
    border-color: #f36E21;
}

/*input[type=text],
input[type=password] {
    border: 1px solid black;	
}*/

form table th,
form table td {
    padding-bottom: 3px;
    border: none;
}

.form-row {
    padding-bottom: 3px;
}

.news-date {
    float: right;
    margin-top: 10px;
}
