body, html {
    margin: 0;
    padding: 0;
    font-family: "nta", Arial, sans-serif;
    height: 100%;
    width: 100%;
    min-width: 1100px;
}

img {
    border: 0 solid #fff;
}

.header {
    background-color: #005496;
    min-width: 1100px;
    height: 81px;
}

    .header .hs2-logo {
        margin-left: 20px;
    }

        .header .hs2-logo img {
            margin-top: 15px;
            /*margin-bottom: 10px;*/
            height: 50px;
        }

    .header .navigation {
        float: right;
        padding-right: 50px;
    }

        .header .navigation .buttons {
            padding-top: 30px;
            float: right;
        }

        .header .navigation .search-buttons {
            padding-top: 20px;
            float: left;
        }





div.menu {
    width: 450px;
    float: left;
    overflow-y: auto;
    margin-top: 5px;
}

div.el {
    margin-left: 2px;
    background-color: #F3F4F4;
    border-radius: 11px;
    padding: 15px 15px;
    cursor: pointer;
    border-bottom: solid 4px #FFF;
    color: #035597;
}

.level .el {
    padding-left: 30px
}

.level .level .el {
    padding-left: 45px;
}

.level .level .level .el {
    padding-left: 60px;
}

.level .level .level .level .el {
    padding-left: 75px;
}

.el .fName {
    display: block;
    margin-left: 20px;
}

.el span.fimg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/fcontr.png');
    float: left;
}



.el.expanded span.fimg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/fexpand.png');
}



.el.selected span.fimg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/fcontractive.png');
}

.el.selected.expanded span.fimg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/fexpandactive.png');
}

.content {
    margin-left: 490px;
    margin-top: 0;
    padding-top: 20px;
    margin-right: 50px;
    color: #242A2F;
    min-width: 400px;
}

    .content h1 {
        color: #005496;
        font-size: 24px;
        margin-top: 0;
        padding-top: 20px;
    }

    .content #folderDescription {
        padding-bottom: 40px;
        border-bottom: 3px solid #E8E9E9;
        font-size: 90%;
        line-height: 140%;
    }

    .content .message {
        color: #b8b8b8;
        font-size: 20px;
        margin-top: 0;
        padding-top: 20px;
    }


.fileList {
    margin-right: 50px;
}

.el div.desc {
    display: none;
}
.search {
    text-decoration: none;
    color: #242A2F;
    font-size: 90%;
}
.pdf {
    margin-left: 25px;
    margin-right: 25px;
    height: 40px;
    float: left;
    position: relative;
    top: -7px;
}
.files {
    display: none;
    width: 70%;
}

ol.files {
    padding-left: 0;
    float: left;
    margin-left: 40px;
    width: 100%;
}

ol li.file {
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
}


li.file .fName {
    width: 90%;
    margin-right: 10px;
    font-weight: bold;
    font-size: 90%;
    display: block;
    margin-left: 90px;
}

.file .fIndex {
    display: inline-block;
    width: 10%;
}

.file img {
    vertical-align: middle;
}

    .file img.pdf {
        margin-left: 25px;
        margin-right: 25px;
        height: 40px;
        float: left;
        position: relative;
        top: -7px;
    }

    .file img.synopsis-button {
        height: 25px;
        cursor: pointer;
        float: right;
    }

.file a {
    text-decoration: none;
    color: #242A2F;
    float: left;
    margin-right: 80px;
    width: 55%;
}

.header a.button {
    background-color: #035597;
    color: #fff;
    padding: 10px 20px;
    border-width: 0;
    font-size: 18px;
    text-decoration: none;
}

.header #searchbox {
    border-width: 0;
    padding: 10px 20px;
    font-size: 18px;
    margin-left: 50px;
}

.header input.search {
    margin-right: 80px;
    vertical-align: middle;
    height: 43px;
}

.navigation {
    font-size: 18px;
    color: #fff;
}

.synopsis-text {
    display: none;
    float: left;
    clear: both;
    font-size: 90%;
    margin-bottom: 10px;
}

/* ---------------  start page      */
#start-content h2 {
    color: #005496;
    font-size: 24px;
    font-weight: bold;
}

#start-content p {
    font-size: 14px;
    line-height: 150%;
}


#info-column {
    width: 50%;
    float: left;
}

    #info-column .info-content {
        margin: 40px 0 auto 30px;
    }

#map-column {
    width: 50%;
    float: right;
}

#map-content {
    margin: 40px 40px 30px 20px;
}

    #map-content img {
        margin: 20px auto 0 auto;
        width: 100%;
    }

.info-content p a {
    color: #2BAAE1;
    text-decoration: none;
    font-weight: bold;
}

#map-content p a {
    color: #2BAAE1;
    text-decoration: none;
    font-weight: bold;
}

/*  --------------- end start page     */

#go-to-document-library {
    text-align: center;
}

    #go-to-document-library img {
        width: 450px;
        margin-top: 50px;
    }

#map-content-big {
    margin: 20px 20px 60px 20px;
    text-align: center;
}

    #map-content-big img {
        width: 90%;
    }


#top-navigation {
    padding: 0;
    height: 100%;
    margin-top: 0;

}

    #top-navigation li {
        float: left;
        width: 20%;
        text-align: center;
        padding: 18px 0;
        background-color: #26aae1;
        list-style-type: none;
        font-size: 17px;
    }

        #top-navigation li a {
            text-decoration: none;
            color: white;
        }

.menu > .child > div.el {
    background-color: #E8E9E9;
}

    div.el.selected, .menu > .child > div.el.selected {
        background-color: #005496;
        color: #fff;
    }

/* ----------- footer ----------- */
#footer {
    position: fixed;
    bottom: 0;
    background-color: #3C3C3C;
    color: #fff;
    text-align: center;
    height: 40px;
    font-size: 80%;
    line-height: 40px;
    clear: both;
    margin-top: 20px;
    width: 100%;
}

    #footer a {
        color: #fff;
        text-decoration: underline;
    }


#search {
    cursor: pointer;
}





#top-navigation-container {
    background-color: #26aae1;
    min-width: 1100px;
    white-space: nowrap;
    margin-left: -12px;
    margin-right: -12px;
}

    #top-navigation-container:first-child {
    }

.dropdown {
    display: inline-block;
    position: relative;
    /*width: 600px;*/
    margin: 0;
    padding: 0;
}

    .dropdown .dropdown-label {
        background-color: #26aae1;
        color: white;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .dropdown .dropdown-label:hover {
            background-color: #005496;
        }

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    /*top: 4.2em;*/
    min-width: 100%;
    padding: 0 !important;
}

    .dropdown-menu ul li {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
        background-color: #26aae1 !important;
    }

    .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }

        .dropdown-menu ul li a {
            color: white;
            text-decoration: none;
            display: inline-block;
            padding: 0;
            margin: 0;
            padding: 9px 30px;
        }

        .dropdown-menu ul li:hover {
            background-color: #005496 !important;
        }

.dropdown:hover .dropdown-menu {
    display: block;
    /*box-shadow: 1px 1px 3px #0f506c;*/
}

.dropdown:hover .dropdown-label {
    background-color: #35afe3;
}


.dropdown {
    border-right: 1px solid white;
}
