/*----------------------------------------------------------------------------------------
Liberty Bank Style Sheet
Print - Screen and Projection Specifics
----------------------------------------------------------------------------------------*/
#nav-top,
#nav-top-sub,
#nav-footer,
#nav-home,
#quick-links,
#locator,
#online-banking,
#search,
#privacy,
.nav-sidebar,
.nav-sidebar-header {
    display: none;
}

    #logo {
        padding: 0 10px 10px 10px;
    }
    
    #logo a {
    }
    
    h1,h2,h3 {
        color: #000;
        margin-top: 1em;
    }
    
    body {
        color: #000;
    }
    
    #footer {
        margin-top: 1em;
        border-top: 1px solid #000;
    }
    h1 {
        font-size: 1.8em;
        font-weight: normal;
        line-height: 1em;
    }
    
    h1 span {
        font-size: 0.7em;
        line-height: 1em;
        font-weight: bold;
    }
    
/* Callout Red Box */
    .callout {
        border: 2px solid #000;
        margin: 0.5em 0;
        padding: 10px;
    }    
    
    .callout h3 {
        margin-top: 0;
    }

/* Product Features */
    .product-features {
        float: left;
        border: 1px solid #000;
        width: 45%;
        padding: 10px;
        margin: 0.5em;
    }
    
    .product-features h3 {
        margin-top: 0;
        font-size: 1.2em;
    }
    
    .product-features .product-features-bottom {
    }
    
/* Product Details -- Large two column box */
    .product-details {
        margin: 0.5em auto;
        border: 1px solid #000;
    }
    
    .product-details .details-primary {
        width: 49%;
        float: left;
    }
    
    .product-details .details-secondary {
        float: left;
        width: 49%;
    }
    .product-details .details-primary h3,
    .product-details .details-secondary h3 {
        padding: 10px;
        margin: 0;
    }
    .product-details .details-secondary ul,
    .product-details .details-secondary p {
        margin-right: 15px;
    }
    .product-details .details-action {
        padding: 5px;
    }