/* 
    Document   : page
    Description:
        Page style
*/
div, h1, h2, h3, h4,h5,h5,ol, ul, form, html, body, p {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}
a {
    color: #187da4;
}
a:hover {
    color: #01384D;
}
a:focus {
    outline: none;
}
img {
    border: 0px solid;
}
.clearFix {
    display: block;
    clear: both;
}
html {
    font-family: verdana;
    line-height: 1.4em;
    color: #383838;
    font-size: 12px;
    background: #0e5f7e url(../images/bg.gif) repeat-x;
}
#outer {
    width: 908px;
    margin: 0 auto;
}
#header {
    position: relative;
    margin: 0px 4px;
    height: 100px;
}
#header .logo {
    display: block;
    width: 642px;
    height: 56px;
    position: absolute;
    background: url(../images/logo.gif);
    top: 20px;
    left: 0px;
}
#searchForm {
    width: 240px;
    top: 35px;
    right: 0px;
    position: absolute;
}
#searchForm * {
    float: left;
    display: block;

}
#searchForm .text {
    border: 1px solid #b3d0db;
    background: #fff url(../images/text-bg.gif) repeat-x;
    font-size: 10px;
    padding: 3px 8px;
    width: 150px;
    margin-right: 12px;
}
#menu {
    height: 36px;
    margin: 0px 19px;
    padding-left: 4px;
    position: relative;
}
#menu {
    padding-right: 5px;
}
#menu table {
    border-collapse: collapse;
    width: 100%;
}
#menu td {
    padding: 5px 0px;
    padding-left: 28px;
    background: url(../images/menu-space.gif) no-repeat 14px 12px;
}
#menu td.first {
    background: none;
    padding-left: 0px;
}
#menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0px 10px;
}
#menu a:hover, #menu a.active, #menu a.hover, #menu div div a:hover, #menu div div a.active {
    padding: 0px 9px;
    line-height: 24px;
    height: 24px;
    border: 1px solid #0a5571;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: black;
    background: #ecfaff url(../images/menu-link.gif) repeat-x left bottom;
}
#photo {
    margin: 0px 4px;
    margin-bottom: 3px;
    position: relative;
    background: #fff;
    height: 252px;
}
#photo img {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
#photo .active {
    display: block;
}
#footer {
    height: 36px;
    line-height: 36px;
    color: #cfdfe5;
    font-size: 11px;
    position: relative;
    margin: 0px 4px;
}
#footer #power {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
}
#footer a {
    color: #cde1dd;
}
#footer #power a {
    text-decoration: none;
}
#contentBg {
    background: white url(../images/content-bg.gif) repeat-y;
    padding: 0px 4px;
    position: relative;
}
#contentBg span.bl, #contentBg span.br, #contentBg .tl, #contentBg .tr {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: url(../images/corn.gif) no-repeat;
    overflow: hidden;
}
#contentBg .tl {
    top: 0px;
    left: 4px;
}
#contentBg .tr {
    right: 4px;
    top: 0px;
    background-position: -4px 0px;
}
#contentBg span.bl {
    left: 4px;
    bottom: 0px;
    background-position: 0px -4px;
}
#contentBg span.br {
    right: 4px;
    bottom: 0px;
    background-position: -4px -4px;
}
#footer #power a:hover {
    text-decoration: underline;
}
#menu ul {
    display: none;
}
#footLinks {
    height: 86px;
    margin: 0px 1px;
    background: url(../images/footLinks.gif) repeat-x left bottom;
}
#footLinks .homefoot {
    height: 86px;
    padding: 0px 27px;
}
.home .homefoot {
    background: url(../images/home-foot.png) no-repeat right bottom;
}
.index .homefoot {
    background: url(../images/index-foot.png) no-repeat left bottom;
}
#footLinks ul {
    height: 80px;
    line-height: 80px;
    background: url(../images/foot.png) repeat-x;
    padding: 0px 22px;
}
#footLinks img {
    vertical-align: middle;
}
#footLinks a {
    padding: 0px 22px;
    font-size: 10px;
    color: #3e95b6;
    text-decoration: none;
}
#footLinks a:hover, #footLinks .active {
    color: #01384d;
}
.contentHome {
    background: url(../images/content-home.png) no-repeat right bottom;
}
.contentIndex {
    background: url(../images/content-index.png) no-repeat left bottom;
}
.contentTop {
    margin: 0px 1px;
    background: url(../images/contentTop.png) repeat-x;
}
#home {
    padding: 20px 34px;
    padding-top: 34px;
}
h1, h2, h3 {
    color: #863131;
    font-size: 16px;
    padding-bottom: 8px;
}
.text p, .text ul, .text ol {
    padding-bottom: 10px;
}
.text ol, .text ul {
    padding-left: 20px;
}
.text ol {
    padding-left: 30px;
}
#homeLeft {
    width: 505px;
    float: left;
}
#homeRight {
    padding-left: 52px;
    width: 270px;
    float: left;
}
#home .contentDot {
    background: url(../images/dot.gif) repeat-y 532px 0px;
}
#homeRight .title, #news .title {
    color: #187da4;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
#homeRight p {
    padding-bottom: 5px;
}
#indexLeft {
    width: 282px;
    float: left;
    padding-right: 31px;
    padding-left: 4px;
    padding-bottom: 3px;
    position: relative;
    top: -7px;
}
#indexRight {
    width: 560px;
    float: left;
    position: relative;
    padding-top: 8px;
}
#index .contentDot {
    background: url(../images/dot.gif) repeat-y 291px 0px;
}
#index {
    padding: 12px 0px;
}
#galery img {
    border: 6px solid #c5dbe4;
}
#news .newsBox {
    padding-bottom: 23px;
    margin-bottom: 23px;
    background: url(../images/dot2.gif) repeat-x left bottom;
}
#news .full {
    display: none;
}
#news .lead {
    padding-bottom: 8px;
}
#news .img {
    float: right;
    border: 6px solid #c5dbe4;
    margin-left: 5px;
    margin-bottom: 5px;
}
#news .img img {
    display: block;
    width: 121px;
}
#contactForm .text, #contactForm textarea, #logForm .text, #logForm textarea {
    background: #fff url(../images/input-bg.gif) repeat-x;
    color: #383838;
    padding: 2px 4px;
    font-size: 11px;
    margin-bottom: 14px;
    font-family: verdana;
    border: 1px solid #b3d0db;
}
#logForm .pass {
    display: none;
}
#contactForm .text, #logForm .text {
    width: 240px;
    margin-right: 20px;
}
#contactForm .long, #contactForm textarea {
    width: 515px;
}
#contactForm textarea {
    height: 60px;
}
#content .pagingbar {
    padding-bottom: 10px;
    height: 20px;
    line-height: 1em;
}
.pagingbar a {
    color: #0e5f7e;
    display: block;
    float: left;
    padding: 1px 3px;
    padding-bottom: 2px;
    position: static;
    background: transparent;
    text-decoration: none;
    font-size: 10px;
    margin: 0px 5px;
    border: 1px solid white;
}
.pagingbar a:hover, .pagingbar a.sel {
    color: white;
    background: #0e5f7e;
    border: 1px solid #0e5f7e;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
#leftNews h3 {
    padding-bottom: 4px;
}
#leftNews .more {
    margin-top: 6px;
}
.more {
    width: 120px;
    height: 20px;
    background: url(../images/more.gif) no-repeat;
    display: block;
}
.more:hover {
    background-position: 0px -20px;
}
#news .lead {
    padding-bottom: 13px;
}
#indexRight h1 {
    padding-bottom: 20px;
}
#leftmenu {
    background: #bae0ee url(../images/leftmenu.gif) repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
}
#leftmenu ul {
    list-style: none;
    line-height: 24px;
}
#leftmenu li {
    padding-top: 2px;
    padding-bottom: 3px;
    background: url(../images/dot2.gif) repeat-x left bottom;
}
#leftmenu .last {
    background: none;
}
#leftmenu a {
    color: #000;
    padding: 3px 19px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;

    -moz-border-radius: 4px;
}
#leftmenu ul ul {
    padding-left: 20px;
}
#leftmenu ul ul li {
    background: none;
}
#leftmenu a:hover, #leftmenu a.sel {
    background: #2882a5;
    color: #fff;
    border-color: #0e5f7e;
}
#leftmenu a.bold {
    font-weight: bold;
}
#menu {
    z-index: 5;
}
#menu ul {
    display: block;
    list-style: none;
    padding: 0px 6px;
}
#menu div {
    display: none;
    position: absolute;
    top: 28px;
    list-style: none;
    background :#b1d4e2;
    border: 1px solid #0b5673;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 174px;
    z-index: 2;
}
#menu td a:hover {
    color: #791c1c;
}
#menu ul li {
    position: relative;
}
#menu a {
    position: relative;
    z-index: 3;
}
#menu div div {
    top: 4px;
    left: 159px;

}
#menu div div ul {
    padding: 0px 6px;
}
#menu a.hover {
    border-bottom: 1px solid #b1d4e2;
    color: #791c1c;
}
#menu div a {
    color: black;
    text-align: left;
    line-height: 22px;
    height: auto;
}
#menu div a.hover {
    border-bottom: 1px solid #136755;
}
#menu li {
    padding: 3px 0px;
    padding-top: 4px;
    
    background: url(../images/dot2.gif) repeat-x;
}
#menu li.first {
    background: none;
}
#menu div a:hover, #menu div a.active, #menu div a.hover {
    background: #2882a5;
    color: white;
    height: auto;
    line-height: 20px;
}
#menu div a.hover {
    border-right: 1px solid #2882a5;
}
#menu div div {
    background: #2882a5;
}
#menu div div a {
    color: #fff;
    line-height: 22px;
    text-align: left;

}
#menu div div li {
    background: url(../images/dot3.gif) repeat-x;
}
#menu div div a:hover, #menu div div a.active {
    color: black;
    height: auto;
    line-height: 20px;
}
#menu div div .first {
    padding-top: 1px;
}
#menu .ll, #menu .lr {
    display: none;
    width: 5px;
    background: #b1d4e2;
    overflow: hidden;
    height: 5px;
    bottom: -1px;
    position: absolute;
}
#menu .hover .ll, #menu .hover .lr {
    display: block;
}
#menu a {
    position: relative;
}
#menu .lr {
    right: 0px;
}
#menu .ll {
    left: 0px;
}

h1 div, h2 div, h3 div, h4 div {
    position: relative;
    left: -3px;
}
