
*{
    padding: 0;
    margin: 0;
}

body{
    background-color: white;   
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: rgb(64,64,64);
}

#Navigation{
    position: relative;
    width: 100%;
    height: 85px;
    background-color: white;
    margin-bottom: 0px;
    overflow: hidden;
    margin: 12px 0 3px 0;
}

#Navigation .bottom{
    vertical-align: top;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
}

#Logo{
    
    float: left;
    width: 335px;
    height: 35px;
    margin: 25px 0 0 40px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#Info
{
    position: relative;
    font-size: 13px;
    font-weight: 200;
    float: right;
    height: 74px;
    width: 300px;
    margin: 0 40px 0 0;
}

#Navigation ul{
    width: 33%;
    white-space: nowrap;
    position: relative;
    margin: 0 auto;
    height: 23px;
    list-style: none;
    text-decoration: none;
    color: rgb(64,64,64);
}

#Navigation ul li{
    vertical-align: top;
    text-align: center;
    width: 33%;
    height: 23px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 0px;
}

li.selected{
    background-image: url(../images/dulli.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px;
}

#Navigation ul li.last{
    margin: 0;
}

a, a:hover, a:visited, a:active{
    text-decoration: none;
    color: rgb(64,64,64);
}

.HoverArea{
    position: absolute;
    background-color: transparent;
    z-index: 100;
}

.HoverArea.Top{
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.HoverArea.Left{
    top: 80px;
    left: 0;
    height: 100%;
    width: 35%;
}

.HoverArea.Right{
    top: 80px;
    right: 0;
    height: 100%;
    width: 35%;
}

#DetailDescription
{   
    position: fixed;
    width: 25%;
    left: 84px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 101;
}

#DetailDescription .text
{
    margin: 20px;
    margin-bottom: 35px;
    color: black;
    font-size: 16px;
    font-weight: 400;
}

#DetailDescription .caption p{
   
}

#DetailDescription .caption p.description{
    
}

#CenterText
{
    position: relative;
    margin: 0 auto;
    width: 30%;
    min-width: 520px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 15px 50px 15px;
    z-index: 999;
}

#CenterText a{
    text-decoration: underline;
}

#PageContainer
{
    position: absolute;
    width: 100%;
    top: 100px;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#map-canvas
{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 100px;
    left: 0;
    z-index: 0;
}