/* defaults {{{ */ 
html,body {
    margin:0px;
    padding:0px;
    border:none;
    height:100%;
    width:100%;
}
body { 
    font-family: arial, helvetica, sans-serif;
    background-color: #fff;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div.wrapper {
    width: 100%;
    height: 100%;
    text-align: left;
}
h1 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
p {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
ul {
    font-size: 11px;
    margin: 0px;
}
img {
    border: 0;
}
/* }}} */
/* banner top {{{ */
#content_right {
    position: absolute;
    top: 0px;
    left: 801px;
    height: 100%;
    width: 199px;
    background-color: #b8d7ec;
}
#content_bottom {
    position: absolute;
    top: 0px;
    left: 602px;
    width: 198px;
    height: 100%;
    background-color: #c2e8fb;
} 
div.banner_top {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 1000px;
    height: 105px;
    background-color: #fff;
    background-image: url(imagesroot/banner_bg.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
div.top_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 105px;
    background-color: #ceeefd;
}
/* }}} */
/* menu top {{{ */
div.menu_bg {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 100%;
    height: 19px;
    background-color: #ceeefd;
}
#mainmenu {
    width: 1000px;
    background-color: #0f75bd;
    display:block;
    height:20px;
    font-size:12px;
}
#mainmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    margin-left: 10px;
}
#mainmenu ul li {
    padding-top:3px;
    display:block;
    float:left;
    margin:0;
    padding-left: 10px;
    padding-right: 10px;
    height: 17px;
}
#mainmenu ul li a {
    color: #fff;
    display:block;
    float:left;
    text-decoration:none;
}
#mainmenu #selected {
    background-color: #88badf;
    font-weight: bold;
}
/* }}} */
/* image top {{{ */
div.image {
    position: absolute;
    left: 0px;
    top: 124px;
    height:118px;
    width: 800px;
    background-color: #fff;
    border-top: solid 1px #fff;
}
div.corner {
    border-top: solid 1px #fff;
    position: absolute;
    left: 800px;
    top: 124px;
    height: 118px;
    width: 199px;
    background-color: #79bee5;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
div.image_bg {
    position: absolute;
    top: 124px;
    left: 0px;
    width: 100%;
    height: 119px;
    background-color: #90d9f9;
}
/* }}} */
/* content {{{ */
/* RIGHT {{{ */
#outer {
    position: absolute;
    top: 243px;
    left: 0px;
    width: 1000px;
    background-color: #b8d7ec;
    border-top: solid 1px #fff;
}
/* }}} */
/* MID {{{ */
#inner {
    background-color: #c3e8fb;
    border-right: solid 1px #fff;
    width: 800px;
}
#mid_top {
    float: right;
    width: 198px;
    height: 118px;
}
#mid_mid {
    position: absolute;
    top: 119px;
    left: 602px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #fff;
    text-align: center;
    width: 198px;
    background-color: #d2effd;
}
#mid_mid a, #mid_mid p,
#mid_bot a, #mid_bot p {
    font-size: 9px;
    color: #1b7cc1;
}
#mid_bot {
    position: absolute;
    top: 230px;
    left: 602px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
    width: 198px;
    background-color: #d2effd;

    font-size: 9px;
    color: #0a6bb0;
}
/* }}} */
/* LEFT {{{ */
#content_text {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
#content {
    width: 602px;
    min-height: 400px;
    background-color: #fff;
}
/* }}} */
/* }}} */
/* submenu {{{ */
#submenu{
    background-color: #88badf;
    display:block;
    height:20px;
    font-size:11px;
    border-right: solid 2px #fff;
}
#submenu ul{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    margin-left: 10px;
}
#submenu ul li{
    border-left: solid 1px #fff;
    padding-top:3px;
    display:block;
    float:left;
    margin:0;
    padding-left: 10px;
    padding-right: 10px;
    height: 17px;
}
#submenu ul li a{
    color: #000;
    display:block;
    float:left;
    text-decoration:none;
}
#submenu #last {
    border-right: solid 1px #fff;
}
#submenu #selected {
    background-color: #e1eef7;
}
/* }}} */
/* news {{{ */
table.news {
    margin-left:20px;
    margin-top: 10px;
    border-top: dotted 2px #000;
}
td.news {
    padding:15px;
    border-bottom: dotted 2px #000;
}
img.news {
    display: inline;
    float: left;
    margin-right:30px;
    margin-bottom: 10px;
}
/* }}} */
/* flagg {{{ */
img.flag {
    float: right;
    padding-left: 6px;
}
div#flag {
    position: absolute;
    top: 107px;
    left: 650px;
    width: 150px;
}
/* }}} */
div.employee {
    float: left;
    width: 150px;
    margin-left: 20px;
}
