html, body, form, ol, ul, p{
    margin: 0;
    padding: 0;
}
body{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #222426;
    background: #fff;
}
h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #222426;
    text-decoration: underline;
}
a:hover{
    color: #0491ad;
    text-decoration: underline;
}

#wrap{
    width: 785px;
    margin: 0px auto;
    position: relative;
}

#header{
    height: 171px;
    border-bottom: solid 44px #008092;
    position: relative;
    z-index: 10;
    font-size: 11px;
    background: url(/site/images/header.jpg) no-repeat top right;
}
#header h1{
    position: absolute;
    top: 37px;
    left: 25px;
    width: 260px;
    height: 86px;
    background: url(/site/images/logo.gif);
}
#header h1 a{
    display: block;
    height: 100%;
    text-indent: -9999px;
}
#header h3{
    position: absolute;
    top: 78px;
    left: 25px;
    width: 200px;
    font-size: 12px;
    color: #000;
}
#header h4{
    position: absolute;
    top: 150px;
    left: 25px;
    width: 200px;
    font-size: 10px;
    color: #000;
}

#header h2{
    position: absolute;
    top: 100px;
    left: 25px;
    width: 350px;
    font-size: 20px;
    font-weight: bold;
    color: #0293a8;
    text-transform: uppercase;
}
#time1{
    position: absolute;
    top: 140px;
    width: 200px;
    text-align: center;
    font-weight: bold;
    left: 250px;
}


#lang{
    list-style: none;
    position: absolute;
    top: 135px;
    left: 20px;
}
#lang li{
    display: block;
    float: left;
    line-height: 25px;
    height: 25px;
    margin: 0px 5px;
    text-transform: uppercase;
}
#lang li b{
    display: block;
    background: #008092;
    color: #fff;
    padding: 0px 8px;
}
#lang li a{
    color: #008092;
    text-decoration: underline;
}
#lang li a:hover{
    color: #008092;
    text-decoration: none;
}
#menuTop{
    position: absolute;
    left: 0px;
    bottom: -44px;
    list-style: none;
}
#menuTop li{
    display: block;
    float: left;
    line-height: 44px;
    height: 44px;
    padding: 0px 15px;
    border-right: solid 1px #30a7b8;
    text-transform: uppercase;
    font-size: 10px;
    background: url(/site/images/pip1.gif) 50% 100% no-repeat;
}
#menuTop li a{
    color: #fff;
    text-decoration: none;
}
#menuTop li a:hover{
    color: #fff;
    text-decoration: underline;
}
#region{
    position: absolute;
    width: 225px;
    right: 10px;
    bottom: -32px;
    color: #fff;
    text-align: right;
}
#region select{
    width: 150px;
    margin-left: 5px;
    font-size: 11px;
    color: grey;
}
#region label{
    position: relative;
    /top: -2px;
}
#search{
    position: absolute;
    z-index: 99;
    left: 175px;
    top: 135px;
}
#search .searchInput{
    border: solid 1px #c8cab0;
    width: 175px;
    color: #525457;
    font-size: 11px;
    height: 18px;
    margin-left: 5px;
    margin-right: 10px;
}
#search .searchButton{
    border: solid 1px #dbedf2;
    background: #dbedf2 url(/site/images/pip2.gif) no-repeat 50px 8px;
    /background: #dbedf2 url(/site/images/pip2.gif) no-repeat 50px 7px;
    padding: 0px 30px 0px 10px;
    /padding: 0px 15px 0px 4px;
    color: #008092;
    font-size: 11px;
    height: 22px;
}
#search label{
    position: relative;
    /top: -3px;
}

#sidebar{
    width: 260px;
    float: left;
    padding-top: 20px;
    font-size: 11px;
}
#menu{
    list-style: none;
}
#menu li{
    border-bottom: solid 1px #e6e6e6;
    text-transform: uppercase;
    font-weight:bold;
    padding: 8px 25px;
    
}
#menu li.active{
    background: url(/site/images/pip.gif) no-repeat 0% 50% #0293a8;
    color: #fff;
}
#menu li.active b{
    font-weight: normal;
}
#menu li b a{
    color: #008092;
}
#menu li a{
    text-decoration: none;
}
#menu li a:hover{
    text-decoration: underline;
}

#content{
    margin-left: 260px;
    background: url(/site/images/bg.jpg) no-repeat top left;
    padding: 25px 0px 0px 25px;
}
#content h2{

    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: solid 2px #188baf;
    margin-bottom: 15px;
}

#content h3{

    font-size: 13px;
    font-weight:bold;
    /text-transform: uppercase;
    padding-bottom: 5px;
    /border-bottom: solid 1px #188baf;
    margin-bottom: 5px;
}

.record{
    border-bottom: dashed 1px #c8caae;
    text-align: justify;
}


.date{
    font-weight: normal;
    color: #bdbdbd;
}
.newsShort{
    font-style: normal;
    font-weight: bold;
    color: #00526b;
}


#footer{
    clear: both;
    padding-top: 25px;
    font-size: 11px;
    width: 785px; 
}
#footer p{
    background: #0e86ab;
    line-height: 25px;
    height: 25px;
    padding: 0px 15px;
    color: #fff;
}
#footer a{
    color: #fff;
    text-decoration: underline;
}
#footer a:hover{
    color: #fff;
    text-decoration: none;
}
#content p{
    margin: 16px 0px;
}
.record a {
	text-decoration: none;
}

.submenu{

}

.submenu li {
	border: 1px solid #aaaaaa;
	
}

.submenu li:hover {
	background: #eeeeee;
}

.submenu li a {
	display:block;
	text-decoration:none;
}

.submenu li a:hover {
	text-decoration:none;
}

.comment_head{
	background: #cccccc;
}