/*Structure*/

html, body {
    margin:0;
    padding:0;
    width:100%;
}

body {
    font-family:arial, helvetica, sans-serif;
    font-size:15px;
    /*o background-color:#b3e6f9; */
    text-align: left;
    color: #000;
    position:relative;
    background:url(img/top_back.png) center 100px no-repeat;
    background-color:#FFFFFF;
}

.top {
/*  background-color: #FF5;*/
    padding-top: 20px;
}

.header {
/*  background-color: #F5F;*/
    display: block;
    margin-bottom: 2px;
    height: 36px;
    color: #00649B;
}

.header_left {
    float: left;
}

.header_right {
    float: right;
    padding-top: 5px;
    font-size: 15px;
    text-decoration: none;
    color: #007DB0;
}

a.header_right {
    font-weight:bold;
}

.ground {
    clear:both;
    margin: 0px auto;
}


/*Top Bar*/
.bar_bg {
    background: transparent url(img/tab_bg.gif) 0 0 repeat-x;
    height:40px;
    clear:both;
    width:900px
}

.bar_left {
    background: transparent url(img/bar_left.gif) 0 0 no-repeat;
}

.bar_right {
    background: transparent url(img/bar_right.gif) right top no-repeat;
}

a.house {
    float:left;
    margin:8px 0px 0px 0px;
    width: 40px;
    height: 27px;
    background:transparent url(img/house.png) no-repeat scroll left top;
}


a.house:hover {
    background:transparent url(img/house_hover.png) no-repeat scroll left top;
}

.nav {
    font-size:17px;
    font-weight:bold;
    height:40px;
/* house link stops to work    
    position:relative;
*/
    text-align:center;
}

.nav ul {
    margin:0px;
    padding-top:9px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.nav li {
    display: inline;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
}

.nav li a {
    padding:0px 10px;
    display:inline;
    color: #00649B;
    text-decoration:none;
}

.nav li a:hover {
    text-decoration:underline;
}

.nav li a:visited {
    color: #00649B;
}

.nav li.selected {
    padding:10px 0px 12px 5px;
    background: transparent url(img/tab_selected_bg.gif) no-repeat scroll 0px 0;
    display:inline;
    color: #00649B;
}

.nav li.selected a, li.selected span {
    padding:10px 20px 12px 20px;
    display:inline;
    background: transparent url(img/tab_end.gif) no-repeat scroll 100% 0;
}


.body_content {
    width: 900px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.body_content_fore {
    position:relative;
    z-index:2;
}

.page_content {
    margin: 0 0 0 0;
    display: block;
}
