body {
    margin: 0;
    padding: 0;
    /* color: #a6a167; gold */
    color: #3e3530;
}

h1 {
    margin: 0;
    padding-top: 5px;
}
#header {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 157px;
    text-align: center;
    background-image: url('../../images/acc_logo_map_sfw_new.png');
}
#header img {
    left: 10px;
    position: absolute;
    top: 8px;
}
#header p {
    text-align: right;
    margin: 0 20px;
    /* color: #d3ca89; /* #0a593b; */
    color: #0a593b;
    background-color: white;
    border: 1px solid #d3ca89;
    border-radius: 16px;
    padding: 3px 12px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
}
#header h1 {
    font-size: 1.7em;
    display: inline-block;
    margin: 50px 0 0 42px;
    position: fixed;
}
.logo {
    display: inline-block;
    z-index: 1;
}

#menu {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 105px;
    right: 10px;
    z-index: 100;
}
#menu ul {
    list-style-type: none;
    margin: 12px;
    float: right;
    padding-left: 0px;
}

#menu ul li {
    display: inline-block;
}

#menu ul li a {
    background-color: #FFFFFF;
    border: 1px solid #636466;
    border-radius: 7px;
    box-shadow: inset 2px 2px 7px #c3c3c5 !important;
    color: #636466;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.95em;
    padding: 3px 9px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#slide_wrap {
    margin: 0 auto;
}
#slideshow {
    max-width: 980px;
    min-width: 350px;
    margin: 0 auto;
}

#footer {
    color: #003163;
    border-top: 1px solid #000000;
    background-color: white;
    width: 100%;
    clear: both;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#wrap {
    margin: 0 auto;
    text-align: center;
    margin: 157px 20px 60px 20px;
}

#content {
    text-align: left;
    /* padding: 0 20px; */
}

/*--------------------------------------------------------------------------
        Tablet Size
  -------------------------------------------------------------------------*/
@media only screen and (min-width : 602px) and (max-width : 800px)
{
    #header img {
        height: 88px;
    }
}

/*--------------------------------------------------------------------------
        Tablet Size (portrate)
  -------------------------------------------------------------------------*/
@media only screen and (min-width : 400px) and (max-width : 601px)
{
    #header img {
        height: 88px;
    }
    #header p {
        font-size: 23px;
    }
}

/*--------------------------------------------------------------------------
                      -- Smaller screen width (Cell Phone) --
----------------------------------------------------------------------------*/
@media only screen and (min-width : 220px) and (max-width : 399px)
{
    body {
        font-size: 12pt;
    }
    h1 {
        font-size: 16pt;
    }
    h2 {
        font-size: 14pt;
    }
    h3 {
        font-size: 12pt;
    }
    #wrap {
        padding: 0;
        margin: 0;
    }
    
    #header {
        position: relative;
        top: auto;
        height: 380px;
        z-index: 10;
    }
    #header img {
        position: relative;
        display: inline-block;
        height: 100px;
        margin: 0px auto;
    }
    #header p {
        position: relative;
        left: auto;
        right: auto;
        font-size: 28px;
        margin-bottom: 21px;
    }
    #menu {
        position: relative;
        left: auto;
        right: auto;
        border-bottom: none;
        width: 100%;
        top: auto;
    }
    #menu ul {
        margin: 0;
        width: 100%;
    }
    #menu ul li {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    #menu ul li a {
        border-radius: 3px;
        font-size: 1.6em;
        padding: 6px;
        width: 60%;
        display: inline-block;
        margin-right: 0px;
    }

    #content {
        margin-top: 0px;
        padding: 0 5px;
        overflow-x: hidden;
        top: 10px;
        position: relative;
    }
    
    #content ul {
        padding-left: 32px;
    }
    #address {
        float: left !important;
        width: 100% !important;
    }
    #slide_wrap {
        display: none;
    }
    table tbody tr td img {
        width: 0px;
        display: none;
    }
    
    #footer {
        overflow-x: hidden;
    }
}
