
/* Reset */
header, footer, article, nav, section, aside, time, hgroup {
    display : block;
}

html, body, header, article, nav, section, aside, time, h1, h2, h3, p, a, ul, li, dl, dd, dt, table, thead, tfoot, tbody, th, tr, td {
    border : 0;
    font : 12px/18px Verdana, sans-serif;
    margin : 0;
    outline : 0;
    padding : 0;
}

/* BASICS */
H1, H2, H3, H4, H6 {
    border-bottom : 1px dotted #B5B3A9;
    color : #333;
    font-weight : bold;
    margin : 0 0 10px;
    padding : 0 0 0 25px;
}
H1 {
    font-size : 18px;
}
H2 {
    font-size : 15px;
    margin : 0 0 20px 0;
}
H3 {
    font-size : 13px;
}
H4 {
    font-size : 11px;
}

H5{
    font-size : 11px;
}	
H6 {
    font-size : 10px;
}	

#footer {
    border-top : 1px dotted #B5B3A9;
    clear : both;
    text-align: center;
    line-height: 8px;
}
#footer a, #footer p {
    line-height: 9px;
    font-size : 9px;
    color : #666;
}
#footer a:hover {
    color : #888;
}

.link{
    cursor:pointer;
}

#map{
    display: block;
    z-index: 200;
}

#shade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 10010;
    background: white;
    opacity: 0.3;
}

#shade img{
    display: block;
    margin: auto;
    width: 100px;
    padding: 100px 0; 
 }

#sideMenuWindow{
    background: rgba(200, 200, 200, .7);
    width: 400px;
    position: absolute;
    top: 0px;
    right:0;
    overflow:auto;
    max-height:400px;
    z-index: 240;
    padding: 10px 0px 10px 20px; 
}

.topnav_simple{
    list-style-type:none;
}
.menuitem{
    line-height:50px;
}

.clickable {
    font-weight: bold;
    color: black;
    cursor:pointer;
}

.clickable:hover{
    color: blue;
}

th{
font-weight:bold;
}

.label{
    color: gray;
}
