@charset "utf-8";
/* CSS Document */
/*
                    STYLES DIRECTORY:
                
                    01. RESET STYLES
                    02. TOP NAVIGATION STYLES
                    03. LOGO/ONLINE BANKING/HERO SECTION
                    04. MAIN NAVIGATION
                    05. MAIN NAVIGATION DROPDOWN
                    06. SPLASH FEATURES
                    07. CONTENT STYLES
                    08. FOOTER STYLES
                */
                
/* 01. RESET STYLES */                
html{color:#000;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px;}
/* 02. TOP NAVIGATION STYLES */
#topNav {display:none;}
/* 03. LOGO/ONLINE BANKING/HERO */
#online-banking {display:none;}
#hero {display:none;}
/* 04. MAIN NAVIGATION */
#mainNav {display:none;}
/* 06. SPLASH FEATURES */
#features {display:none;}, #banner {display:none;}
/* 07. CONTENT STYLES */
#content {line-height:1.3em;}
#right-column h1 {
    color: #000;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 6px;
}
#content h2 {
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 6px;
}
#content h3 {
    color:#000;
    font-weight:normal;
    font-size: 13px;
    line-height: 1.1em;
    margin-bottom: 14px;
}
#content h4 {
    color: #000;
    line-height: 1.1em;
    margin:0 0 14px 0;
}
#content h5 {
    color: #000;
    font-weight: normal;
    line-height: 1.1em;
    margin:0 0 14px 0;
}
#content h6 {
    color: #000;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.1em;
    margin:0 0 14px 0;
}
#content p {margin-bottom:10px;}
#content ul {margin:0 0 20px 20px;padding:0;line-height:1.53em;}
#content ol {margin:0 0 20px 20px;padding:0;line-height:1.53em;}
#content a {color:#000; font-weight:bolder;}
#content a:hover {text-decoration:none;}
/* 08. FOOTER STYLES */
#footer {display:none;}