﻿body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 480px;
    font-family: Franklin Gothic Book;
    color: #333333;
}

#MastHead {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 205px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-image: url('../images/logo.gif');
    background-repeat: repeat-x;
    text-align: center;
}

audio {
    width: 300px;
    height: 40px;
}
#ViewButton {
    right: 55px;
    float: right;
    z-index: 1;
    top: 125px;
    position: fixed;
}

#Footer {
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 115px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    color: white;
    text-align: center;
    background-image: url('../images/footer.gif');
    background-repeat: repeat-x;
}

#Button1 {
    Visibility: hidden;
}

#Content {
    position: fixed;
    top: 216px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 115px; /*Set bottom value to Footer*/
    overflow: auto;
    z-index: 1;
}

.Navigation {
    background-image: url('../images/roundbar-grey.gif');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 181px;
    z-index: 2;
    font-size: 16pt;
    line-height: 35px;
}

.DynamicMenu {
    background-image: url('../images/roundbar-grey.gif');
    background-repeat: repeat-x;
    font-family: Arial;
    text-align: center;
}

.DynamicSelected {
    background-image: url('../images/dentbar-grey.gif');
    background-repeat: repeat-x;
    color: black;
}

    .DynamicSelected a {
        color: black;
    }

        .DynamicSelected a:hover {
            color: black;
        }

.StaticSelected {
    background-image: url('../images/dentbar-grey.gif');
    background-repeat: repeat-x;
    color: black;
}

    .StaticSelected a {
        color: black;
    }

        .StaticSelected a:hover {
            color: black;
        }

a {
    color: #333333;
    text-decoration: underline;
}

    a:hover {
        color: #333333;
        text-decoration: none;
    }

h1 {
    margin: .4em 60px .1em 60px;
    font-family: "Franklin Gothic Book";
    font-size: x-large;
    font-weight: bold;
    color: #333333;
}

h2 {
    font-family: "Franklin Gothic Book";
    font-size: large;
    font-weight: normal;
    margin: 0 60px 0 60px;
    color: #333333;
}

p {
    font: medium "Franklin Gothic Book";
    margin: 0 60px 0 60px;
    text-align: center;
    color: #333333;
}

#Footer p {
    color: white;
    margin: 0px;
    padding: 2px;
    font-family: "Franklin Gothic Book";
    font-size: large;
    font-weight: normal;
}

#Footer a {
    color: white;
    text-decoration: underline;
    font-family: "Franklin Gothic Book";
    font-size: large;
    font-weight: normal;
}

    #Footer a:hover {
        color: white;
        text-decoration: none;
        font-family: "Franklin Gothic Book";
        font-size: large;
        font-weight: normal;
    }