﻿body {}

.titlebit {
    border-bottom: 4px solid #000000;
    margin-bottom: 10px
}

.titlebit h1 strong {
    position: relative;
    top: 20px;
    color: #000000;
    font-size: 18px;
}

#mnu_div {
    color: black;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-top: 10px;
}

#mnu {
    margin-left: auto;
    margin-right: auto;
    
}

#mnu_div a {
    background-color: #C00;
    width: 95%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    font-weight: bold;
    
}

.ftr {
    margin-top: 10px;
    border-top: 4px solid #000000;
    border-bottom: 6px solid #000000;
}

#lnk_hzz {
    position: relative;
    bottom: 16px
}

#telenumbr {
    position: relative;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .titlebit {
        border-bottom: 4px solid #000000;
        margin-bottom: 20px
    }
    .titlebit h1 strong {
        position: relative;
        top: 20px;
        color: #000000;
        font-size: 38px;
    }
    #telenumbr {
        position: relative;
        top: 10px;
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 998px) {
    #mnu {
        width: 95%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        background-color: #ede9e9;
        border-top: 1px solid #000000;
        border-bottom: 3px solid #000000;
        height: auto;
        padding-top: 6px;
        padding-bottom: 8px;
        padding-left: 6px;
        margin-bottom: 15px;
    }

    #mnu_div {
        color: black;
        clear: both;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-top: 0px;
    }
        #mnu_div a {
            background-color: #C00;
            width: 100%;
            height: auto;
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
            padding-right: 10px;
            padding-left: 10px;
            display: block;
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 18px;
            font-weight: bold;
        }
}