@charset "utf-8";
/* mobile styles */
@media only screen and (max-width: 795px) {
    a {
        color: #6495ed
        }
    #headframe {
        background-image: url(../../../_gfx/header-border-lightblue.png), url(../../../_gfx/header-border-lightblue.png)
        }
    #headframe #mobile-nav ul li#mobile-home a {
        background-position: 0 -180px
        }
    #headframe #mobile-nav ul li#mobile-contact a {
        background-position: -43px -180px
        }
    #headframe #mobile-nav ul li#mobile-navigation a {
        background-position: -90px -180px;
        color: #6495ed
        }
    #topnav ul li a {
        color: #6495ed
        }
    #topnav ul li span.sub-items {
        background-position: -357px -183px
        }
    #topnav ul li span.sub-items-close {
        background-position: -336px -183px
        }
    h1, h2, h3, h4, h5, h6 {
        color: #6495ed
        }
    div.displayhead, h3.boxheader, div.boxhead {
        background: #6495ed
        }
    .mobile-footer a#footer-contact {
        background-position: -444px -1px
        }
    .mobile-footer a#footer-print {
        background-position: -476px -1px
        }
    }