@charset "utf-8";
/*  CSS Document 
    Copyright 2008 Goldleaf
    Author: Chad M. Wright
*/
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset {
    border:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
}
body {
    background-color:#F1ECD9;
    margin-left:auto;
    margin-right:auto;
    background-repeat:no-repeat;
    background-position:left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#wrapper {
    width:968px;
    height:auto;
    position:relative;
    margin-right: auto;
    margin-left: auto;
}
#header {
    width:968px;
    height:79px;
    float: left;
    background-image: url(/design/mainNav-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#topNav {
    float: left;
    width: 968px;
    padding-top: 3px;
    height: 18px;
}
#topNav ul {
    float: right;
    padding-right: 12px;
/*    width: 230px;*/
}
#topNav li {
    float: left;
    padding-left: 8px;
}
#topNav a {
    color: #000000;
    text-decoration: none;
    padding-left: 5px;
    font-size: 11px;
}
#topNav a:hover {
    color: #000000;
    text-decoration: underline;
    padding-left: 5px;
    font-size: 11px;
}
.logo {
    float: left;
}
/* Main Navigation Styles */
#navlist {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    float: left;
    width: 934px;
    padding:29px 0px 0px 23px;
    z-index: 100;
    position: relative;
}
#navlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}
#navlist ul li {
    float: left;
    display: inline;
    position: relative;
}
#navlist ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    width: 180px;
    height: 18px;
    padding: 0px;
}
#navlist ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    height: 18px;
}
#navlist ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 180px;
    top: 17px;
    left: 1px;
}
#navlist ul li ul li{
    text-align:center;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    top: 12px;
}
#navlist ul li ul li a{
    width: 180px;
    background: #EDE7CF;
    color: #3D4E7A;
}
#navlist ul li ul li a:hover{
    background: #DFD4A6;
    color: #3D4E7A;
}
/* hide drop downs until you hover over main button */
#navlist li:hover ul, #navlist li:hover li:hover ul {
    visibility: visible;
}
#navlist li:hover li ul, #navlist li:hover li:hover li ul {
    visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#navlist li:hover>ul {
     display: block;
    visibility: visible;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #navlist li ul {
     display: none;
}
/* End Main Navigation Styles */
#rotatingIMG {
    float: left;
    height: 207px;
    width: 968px;
    background-image: url(/design/content-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#main {
    width: 968px;
    float: left;
    height: auto;
    background-image: url(/design/content-bg.jpg);
    background-repeat: repeat-y;
}
#left {
    float: left;
    width: 205px;
}
#left h1, #right h1 {
    font-size: 15px;
    padding: 2px 0px 0px 20px;
    color: #FFFFFF;
}
#wrapper #main #left #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent form {
    text-align: center;
    padding: 10px 0px 10px 13px;
}
@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */
/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 205px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    float: right;
}
/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    width: 194px;
}
/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
    position: relative;
    top: 0px;
    float: left;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    height: 24px;
    width: 64px;
    padding-top: 4px;
    background-color: #FFFFFF;
}
.TabbedPanels   .text  {
    width: 100px;
    height: 18px;
    font-size: 12px;
    margin: 0px;
    border: 1px solid #D19C50;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
}
/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
}
/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}
/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
    clear: both;
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
    padding-left: 2px;
}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */
/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    position: relative;
}
/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
}
/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: auto;
    height: auto;
}
#Login {
    float: left;
    height: 16px;
    width: 47px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 0px;
    margin-left: 12px;
}
.register {
    padding: 12px 0px 12px 0px;
    color: #A1212E;
    text-decoration: underline;
    float: left;
    width: 172px;
    text-align: left;
}
.register a:hover {
    text-decoration: none;
    float: left;
    width: 172px;
    text-align: left;
}
.remote {
    padding: 12px 0px 12px 0px;
    color: #A1212E;
    text-decoration: underline;
}
.remote a:hover {
    text-decoration: none;
}


#mortgageCenter {
    float: left;
    height: 90px;
    width: 205px;
}
.leftLinks {
    height: 40px;
    width: 179px;
    float: left;
    padding: 20px 0px 0px 25px;
    font-size: 11px;
    color: #A1212E;
}
.leftLinks a:hover {
    text-decoration:none;
    height: 40px;
    width: 179px;
    float: left;
    padding: 20px 0px 0px 25px;
    font-size: 11px;
    color: #A1212E;
}
#stockMarket {
    float: left;
    width: 205px;
    height: auto;
    padding: 0px 0px 0px 0px;
}
#stockMarket h1 {
    padding: 9px 0px 3px 4px;
}
.stockNotice {
    font-size: 10px;
    padding: 4px 7px 25px 22px;
    float: left;
    line-height: 1.1em;
}
#content {
    float: left;
    width: 550px;
    padding: 14px;
    height: auto;
    color: #646464;
}
.contIMG {
    padding: 2px;
    height: 133px;
    width: 191px;
    float: right;
    border: 1px solid #646464;
}
#content li {
    list-style-type: disc;
    padding: 3px 0px 3px 0px;
    font-weight: bold;
    color: #646464;
}
#content ul {
    padding-left: 15px;
}
#content h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0;
    line-height: 1em;
    color: #173268;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
}
.topPadding {
    padding-top: 30px;
}
#content h2 {
    color: #646464;
    font-size: 14px;
    letter-spacing: -0.05em;
    margin: 0;
    line-height: 1em;
    text-align: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
width:520px;
}
.imageDiv {
    width: 300px;
}
#content p {
    color: #646464;
    padding-bottom: 8px;
}
#content a {
    color: #2E3967;
    text-decoration: none;
}
#content a:hover {
    color: #A42431;
    text-decoration: underline;
}

#right {
    float: right;
    width: 184px;
    height: auto;
}
#right p {
    width: 156px;
    padding-left: 11px;
    color: #646464;
    padding-bottom: 5px;
}
.rightIMGs {
    padding: 0px 0px 7px 7px;
}
#right .learnMore {
    color: #A1212E;
    text-decoration: none;
    width: 160px;
    height: auto;
    padding-bottom: 5px;
    padding-left: 11px;
}
#right .learnMore:hover {
    color: #A1212E;
    text-decoration: underline;
    width: 160px;
    height: auto;
}
#right .learnMore:visited {
    color: #A1212E;
    text-decoration: none;
    width: 160px;
    height: auto;
}
#right a {
    color: #A1212E;
    text-decoration: none;
    height: auto;
}
#right a:hover {
    color: #A1212E;
    text-decoration: underline;
    height: auto;
}
#right h2 {
    font-size: 13px;
    color: #1A3369;
    width: 160px;
    padding: 7px 0px 0px 16px;
}
#right h3 {
    font-size: 13px;
    color: #173268;
    width: 160px;
    padding: 5px 0px 7px 7px;
    font-weight: bold;
}
#footer {
    float: left;
    width: 968px;
}
#footer #top {
    float: left;
    width: 968px;
    background-image: url(/design/footer-bg.jpg);
    background-repeat: repeat-y;
}
.fdic {
    float: left;
    padding: 0px 162px 0px 12px;
}
.ehl {
    float: right;
    padding-right: 12px;
}
#bottomNav {
    float: left;
    width: 450px;
    height: auto;
    text-align: center;
}
#bottomNav ul {
    text-align: center;
    padding-top: 12px;
}
#bottomNav li {
    font-size: 10px;
    padding-right: 4px;
}
.row1 {
    display: inline;
}
.row3 {
    display: inline;
}
.row2 {
    display: inline;
}
#bottomNav a {
    font-size: 10px;
    text-decoration: none;
    padding-right: 4px;
    color: #173268;
}
#bottomNav a:hover {
    font-size: 10px;
    text-decoration: underline;
    padding-right: 4px;
    color: #173268;
}
#footer .notice {
    width: 750px;
    height: auto;
    padding: 20px 109px 0px 109px;
    float: left;
    background-image: url(/design/noticeTop.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 9px;
    text-align: center;
}
#footer  .copyright {
    font-size: 9px;
    float: left;
    width: 968px;
    text-align: center;
    padding-bottom: 10px;
}
.copyright a {
    color: #073B6D;
    text-decoration: none;
}
.copyright a:hover {
    color: #073B6D;
    text-decoration: underline;
}
/* User Styles */
.h1 {
    color: #000000;
    font-weight: bold;
}/* Bold Black */
.grey1 {
    color: #646464;
}
.grey2 {
    color: #313131;
}
.grey3 {
    color: #000000;
}