/* ----------------
Styles Directory:
- Hide
- Reset
- Miscellaneous
---------------- */
/* ---------- Hide ---------- */
#main-nav, .left-column, #footer-links, #branch-location, #branch-hours, .pagination {
    display: none;
}
/* ---------- Reset ---------- */
html, body, #header, .container, #logo, #wrapper, #content-wrapper, .right-column, #content, #footer, #copyright {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    color: #000;
    text-align: left;
}
/* ---------- Miscellaneous ---------- */
#header {
    margin-bottom: 40px;
}
.right-column {
    margin: 0 !important;
}
* {
    text-shadow: none !important;
}
/* Coded by BS */