﻿html, body {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, Verdana, sans-serif;
}
body {
    color: #000;
    background-color: #eaeef1;
    padding: 5px 0 0 5px;
}
img { border: 0; }
a, 
a:link, 
a:active, 
a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #e5030f;
}
#header { 
    background: #fff url(/internet/img/shadow_header.png) no-repeat right 0; 
    position: relative; 
    width: 1000px; 
    height: 72px;
}
#logo { 
    display: block; 
    padding: 15px 0 0 27px; 
    width: 145px; 
}
#main {
    background: #e8ecf1 url(/internet/img/shadow_content.png) repeat-y right 0; 
    width: 1000px;
    height: 568px;
}
#maincontent {
    border-top: 1px solid #eef1f5;
    width: 991px;
    
    height: 568px;
    overflow: hidden;

    background: url(/internet/img/bg_maincontent.jpg) repeat-y 0 0;
}
#maincontent-l { 
    float: left;  
    width: 710px; 
    
    height: 568px;
    overflow: hidden;

    color: inherit;
    background-color: #d4dce5;
}

#map-container {
    width: 710px;
    height: 568px;
    background: url(/internet/img/map_static.jpg) no-repeat 0 0;
}

#maincontent-r { 
    float: right;
    width: 281px;
    
    height: 568px;
    overflow: hidden;

    color: inherit;
    background: url(/internet/img/bg_main_right.jpg) no-repeat 0 0;
}
#nav {
    clear: both;
    margin-top: 70px;
    /* height: 428px; */
    width: 281px;

    
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;

}

.nav_region {
    color: #000;
    background-color: #f0f4f7;
    font-size: 12px;
    margin-bottom: 8px;
}

.b_global {
    margin-bottom: 33px;
}


.nav_region a,
.nav_region a:link,
.nav_region a:active,
.nav_region a:visited,
.nav_region a:hover {
    display: block;
    color: #000;
    padding: 2px 10px 2px 13px;
    cursor: pointer;
}

.b_global .nav_region a { border-left: 7px solid #e4040f; }
.b_global .nav_region a:hover { color: #fff; background-color: #e4040f; border-left: 7px solid #e4040f; }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    margin: 0 0 8px 0;
    background: url(/internet/img/arrow_grey_dark.gif) 0 2px no-repeat;
}
ul.subnav { 
    margin: 0 0 0 20px;
}
ul.subnav li a {
    background: url(/internet/img/arrow_grey_dark.gif) 0 2px no-repeat;
    padding: 0 0 0 20px;
}

ul.subnav li a:hover { color: #000; background: url(/internet/img/arrow_white_nav.gif) 0 2px no-repeat;}

#footer { font-size: 11px; background: #eaeef1 url(/internet/img/bg_footer_home.png) no-repeat 0 0; width: 1000px; height: 30px; color: #828f9f; }
#footer a { color: #b6c0c9; background: transparent url(/internet/img/footer_sep.gif) no-repeat 0 3px; padding: 0 5px 0 10px; }
#footer a:hover { text-decoration: underline; color: #fff; }
#footer-l { float: left; padding: 3px 0 0 10px; }
#footer-r { float: right; padding: 3px 20px 0 0; }
.hidden {
    display: none;
}

