a:hover
    {
    background-color: white;
    text-decoration: underline;
    }
body
    {
    font-family: Verdana, Arial, sans;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    }
div.az
    {
    background-color: #eeeeee;
    float: right;
    margin-left: 20px;
    margin-right: 0;
    padding: 20px;
    width: 240px;
    }
div.az a
    {
    text-decoration: none;
    }
div.az a:hover
    {
    text-decoration: underline;
    }
div.az p
    {
    line-height: 1.1em;
    }
div.banner
    {
    background-image: url(top_background.png);
    height: 150px;
    padding-left: 80px;
    z-index: 1;
    }
div.banner h1
    {
    font-size: 24px;
    margin-top: 0;
    padding-top: 85px;
    text-align: center;
    }
div.banner h1 a
    {
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    }
div.banner h1 a:hover
    {
    background-color: black;
    }
div.banner h1 a span.tagline
    {
    font-size: 12px;
    }
div.content
    {
    line-height: 1.7em;
    padding-left: 110px;
    padding-right: 130px;
    padding-top: 30px;
    }
div.content a:link, div.footer a:link
    {
    line-height: 1.7em;
    color: #ba1e42;
    }
div.content a:visited, div.footer a:visited
    {
    color: #760e1f;
    }
div.content img
    {
    margin: 40px;
    }
div.content img.flush
    {
    margin: 0;
    margin-left: 10px;
    }
div.footer
    {
    text-align: center;
    }
div.inner
    {
    background-image: url(left_border.png);
    background-position: left;
    background-repeat: repeat-y;
    }
div.footer p
    {
    margin-bottom: 0;
    padding-bottom: 24px;
    }
div.left
    {
    background-color: maroon;
    background-image: url(/left_border.png);
    background-position: fixed;
    float: left;
    height: 100%;
    width: 50px;
    z-index: 2;
    }
div.main
    {
    background-image: url(right_border.png);
    background-position: right;
    background-repeat: repeat-y;
    }
div.map
    {
    float: left;
    }
div.map_and_image
    {
    margin-bottom: 10px;
    }
div.menubar
    {
    background-image: url(menu_background.png);
    background-repeat: repeat-x;
    height: 40px;
    text-align: center;
    z-index: 1;
    }
div.menubar p
    {
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 8px;
    text-align: center;
    }
div.menubar p a
    {
    font-weight: bold;
    text-decoration: none;
    }
div.menubar p a:hover
    {
    background-color: white;
    text-decoration: underline;
    }
div#pictures img
    {
    margin: 40px;
    }
div.right
    {
    background-color: maroon;
    background-image: url(/right_border.png);
    background-position: fixed;
    float: right;
    height: 100%;
    width: 50px;
    z-index: 2;
    }
div.subsection
    {
    margin-left: 100px;
    margin-right: 100px;
    }
html
    {
    height: 100%;
    overflow-y: hidden;
    }
div.content img.patron
    {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 35px;
    margin-bottom: 35px;
    }
span.pdf
    {
    font-size: smaller;
    font-weight: bold;
    }
@media only screen and (max-device-width: 480px)
    {
    body
        {
        height: 1000%
        }
    html
        {
        height: 1000%;
        }
    }
a:hover
    {
    background-color: white;
    text-decoration: underline;
    }
