﻿@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
.topnav, nav, #search, .hero, .geoTrust, .resource-center, .online-banking-row, footer ul {
    display:none;
}

/* ---------- 02. RESET ---------- */
html, body {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    color: #000;
    text-align: left;
    border:none;
}


 