﻿html, body, form {
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    font-family: Arial;
    font-size: medium;
    color: white;
    background-image: url(../Images/3.JPG);
    font-weight: 700;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
}

#wrapper {
    margin: auto auto auto auto;
    width: 68.85%;
    height: auto;
    min-height: 100%;
    max-height: 2000px;
    position: relative;
    background-color: rgba(240,240,240,0);
    text-align: left;
    box-shadow: 3px 3px 5px 6px #ccc;
    clear: both;
    display: table; 
    content: "";
}

#smallimg {
    display: none;
}

#smallimgl {
    display: none;
}

#banner {
    display: none;
}

#drawer-toggle {
    display: none;
}

#drawer-toggle-label {
    display: none;
}

#navigation a {
    display: none;
}

#navigation {
    height: 4% !important;
    min-height: 40px !important;
    margin: 0 0 1.5% 0 !important;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    background-repeat: repeat-x;
    list-style: outside none none;
    width: 100%;
    color: white;
    z-index: 122;
    position: relative;
}

#nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 0.5%;
    margin-left: 7.5%;
    float: left;
    width: 92.5%;
    z-index: 55;
}

    #nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        display: none;
        z-index: 5;
    }

    #nav li {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: 0.1em 0.1em #333;
        float: left;
        position: relative;
        width: 16%;
        height: 30px;
        top: -8px;
        margin-right: 1.5%;
        left: 0;
        z-index: 5;
    }

    #nav a:link, #nav a:active, #nav a:visited {
        display: block;
        color: white;
        text-decoration: none;
    }

    #nav a:hover {
        color: #f5c900;
    }

    #nav li a {
        display: block;
    }

    #nav li ul {
        display: none;
    }

    #nav li:hover ul {
        display: block;
        position: absolute;
        z-index: 2;
        padding-top: 0;
        margin-top: 6%;
        margin-bottom: 2%;
    }

    #nav li ul li {
        padding-top: 5%;
        padding-bottom: 2%;
        z-index: 3;
        text-align: center;
        width: 110%;
        background: black;
        overflow: hidden;
    }

#content_area {
    margin: 0 0 0 0;
    float: right;
    width: 100%;
    height: 92%;
    padding: 0 0 0 0;    
    z-index: 1;
    background-color: rgba(240,240,240,0);    
}

#footer {
    position: absolute;
    height: 4%;
    text-align: right;
    width: 99%;
    font-size: small;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 30;
}

