/***** Global Settings *****/

html
{
    height: 102%;
}

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    font: 12px arial, helvetica, sans-serif;
    background: #efefef;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1
{
    padding: 10px 0 10px 0;
    letter-spacing: -1px;
    font: 1.5em arial, helvetica, sans-serif;
    color: #eeb211;
}

h1 span.bigfont 
{
    font-size: 1.7em;
}

h2
{
    padding: 10px 0;
    letter-spacing: -1px;
    font: 1.3em arial, helvetica, sans-serif;
}

h3
{
    font: 1em arial, helvetica, sans-serif;
    font-weight: bold;
    color: #c53e01;
}

p, ul, ol
{
    margin: 0;
    padding: 0 0 0 0;
}
p
{
    padding: 0 0 10px 0;
}
ul, ol
{
    padding: 0 0 18px 40px;
}

ul
{
    list-style: none;
}

a
{
    color: #c53e01;
}

a:hover
{
    color: #000;
}

blockquote
{
    margin: 22px 40px;
    padding: 0;
}

small
{
    font-size: 0.85em;
}

img
{
    border: 0;
}

sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

.hrule
{
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    width: 520px;
}

.list li
{
    background: transparent url(images/square.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 0 0 8px 0;
}

.list li ul li
{
    background: transparent url(images/small-circle.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
}

.list li ul li ul li
{
    background: transparent url(images/small-square.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
}

.list li a
{
    color: #000;
}


.bank-list ul li
{
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.bank-list li
{
    list-style-type: none;
    font-size: 16px;
    padding-left: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.bank-list li table
{
    width: 800px;
    list-style-type: none;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: normal;
}

.bank-list li table tr td
{
    width: 265px;
    vertical-align: top;
}

.bank-list li ul li
{
    background: transparent url(images/small-circle.gif) left .2em no-repeat;
    font-size: 14px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
    font-weight: normal;
}

.bank-list li ul li a
{
    text-decoration: underline;
}

.bank-list li ul li ul li
{
    background: transparent url(images/small-square.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
}

.bank-list li a, .bank-list li a:visited
{
    color: #000;
    text-decoration: underline;
    margin: 0;
}

.bank-list li a:hover
{
    color: #eeb211;
}

.sub-bank-list ul
{
    margin: 0 0 10px 0;
    width: 275px;
}


.sub-bank-list ul li
{
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: normal;
}

.sub-bank-list li
{
    background: transparent left .2em no-repeat;
    list-style-type: none;
    padding-left: 18px;
    margin: 0;
}

.sub-bank-list ul.AspNet-Menu li a
{
    text-decoration: underline;
}

.sub-bank-list li ul li
{
    background: transparent left .2em no-repeat;
    font-size: 14px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
    font-weight: normal;
}

.sub-bank-list li ul li a
{
    text-decoration: underline;
}

.sub-bank-list li ul li ul li
{
    background: transparent left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
}

.sub-bank-list li a
{
    color: #000;
    text-decoration: underline;
}

ul#events
{
    margin-top: 10px;
}

ul#events li
{
    margin-bottom: 10px;
}

ul#events li a
{
    text-decoration: underline;
    color: #C53E01;
}

/***** Links *****/

a, a:visited
{
    text-decoration: none;
}

/***** Forms *****/

input, select, textarea
{
    font: 1em arial, helvetica, sans-serif;
}

textarea
{
    line-height: 1.25;
}

label
{
    cursor: pointer;
}


/***** Wrapper *****/

#wrap
{
    width: 1000px;
    margin: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}

/***** Content *****/
#topContent
{
    margin: 0;
    width: 1000px;
}

.timeBar
{
    height: 25px;
    padding: 0;
    margin: 0;
    background: #4d4d4f;
    border-bottom: 3px #eeb211 solid;
}

.sideContent
{
    width: 180px;
    padding: 18px 10px;
    float: left;
    font-size: 12px;
}

#mainContent
{
    width: 980px;
    padding: 10px;
}
#mainContent-grey h1, #mainContent-grey h3
{
    font-family: Georgia;
    color: #4d4d4f;
    font-size: 27px;
    margin: 0px;
    display: inline;
    font-weight: normal;
    padding: 0;
    z-index: -200;
}
#mainContent-grey
{
    width: 1000px;
    background: #4d4d4f;
}

#mainContent-grey .pad
{
    padding: 10px;
}
#mainContent-grey h1
{
    font-size: 27px;
    z-index: -200;
    text-transform: uppercase;
    color: #eeb211;
}
#mainContent-grey h3
{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

span.officer strong
{
    text-transform: uppercase;
    color: #eeb211;
    font-family: Georgia;
}

span.officer
{
    color: #fff;
    font-family: Arial;
}

#singleContent
{
    width: 950px;
    padding: 10px;
}

#footerContent
{
    clear: both;
}


.footer
{
    clear: both;
    width: 1000px;
    margin: 0 auto;
    background: #4d4d4f;
    color: #fff;
    font-size: 11px;
    height: 33px;
    padding: 4px 0;
    border-top: 3px #eeb211 solid;
}

span.yellow
{
    color: #eeb211;
}

.footer a
{
    color: #000;
    text-decoration: underline;
}

.footer a:hover
{
    color: #fff;
}

.footer-inner
{
    width: 1000px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}

.footer-left
{
    float: left;
}

.footer-right
{
    float: right;
}

.footer-right img
{
    margin-left: 15px;
}


/**** Navigation ****/
.nav
{
    background: #4d4d4f;
    font-size: 12px;
    width: 1000px;
    border-top: 4px #eeb211 solid;
    border-bottom: 4px #eeb211 solid;
    height: 30px;
    text-align: center;
    margin: 0;
}

.nav ul
{
    padding: 0;
    margin: 0;
}

.nav1 * /** This tells the nav to display above all other menu items that might be on the site **/
{
    z-index: 100;
}

.nav1 ul.AspNet-Menu /** Tier 1 - Sets the length of the menu bar and font options of tier 1 **/
{
    width: 936px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    min-height: 0;
}
.nav1 ul.AspNet-Menu li /** Sets the margin for tier 1 of the horizontal nav - this won't work in ie6, you will need a i6.css **/
{
    margin: 8px 24px 0 24px;
    height: 22px !important;
    min-height: 0;
    background-color: #4D4D4F;
}

.nav1 ul.AspNet-Menu ul /* Tier 2 */
{
    width: 7em;
    top: 14px;
    left: -48px;
    line-height: 18px;
}


.nav1 ul.AspNet-Menu ul ul /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}


.nav1 ul.AspNet-Menu ul li /** This sets the width for tier 2 - i.e. your dropdown menu size **/
{
    width: 180px;
    margin: 0 3px 0 3px;
    padding: 0;
    height: 1% !important;
}

.nav1 ul.AspNet-Menu ul li a /** This sets the width for tier 2 - i.e. your dropdown menu size **/
{
    padding: 3px 0 3px 0;
}

.nav1 ul.AspNet-Menu ul li a:hover /** This sets styles for tier 2 dropdown hover over **/
{
    background: #efefef !important;
    color: #000;
}

.nav1 ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Link
{
    height: 22px !important;
}

.nav1 a, /** all anchors and spans (nodes with no link) - common settings, padding might need to be adjusted **/ .nav1 span
{
    color: #fff;
    padding: 0;
    margin: 0;
}

.nav1 li.AspNet-Menu-Leaf a, /** leaves - this sets the styles for the base tier 2 dropdown**/ .nav1 li.AspNet-Menu-Leaf span
{
    background-color: #000;
    font-size: 12px;
}

.nav1 li:hover a, /* hovered text */ .nav1 li:hover span, .nav1 li.AspNet-Menu-Hover a, .nav1 li.AspNet-Menu-Hover span, .nav1 li:hover li:hover a, .nav1 li:hover li:hover span, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .nav1 li:hover li:hover li:hover a, .nav1 li:hover li:hover li:hover span, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #eeb211;
}

.nav1 li:hover li a, /** the tier above this one is hovered **/ .nav1 li:hover li span, .nav1 li.AspNet-Menu-Hover li a, .nav1 li.AspNet-Menu-Hover li span, .nav1 li:hover li:hover li a, .nav1 li:hover li:hover li span, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .nav1 li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #eeb211;
}

.nav1 li.AspNet-Menu-WithChildren a.AspNet-Menu-Link
{
    color: #fff;
}



.nav1 li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected /* this tier is selected */
{

}

.nav1 .AspNet-Menu-Selected /* this tier is selected */
{

}

.nav1 ul.AspNet-Menu li a
{
   
    float: left;

        
}
.nav1 ul.AspNet-Menu ul li 
{
    margin:0 0 0 4px;
    
}
.nav1 ul.AspNet-Menu li ul li a
{

    float: none;
        
}

.nav1 .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.nav1 .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}

.nav1 .static-menu-item
{
}

#subnav
{
    margin: 0 0 0 15px;
    padding: 0;
    width: 150px;
    font-size: 12px;
}

#subnav li
{
    list-style-type: none;
    text-align: left;
    padding: 1px 0;
    border-bottom: 1px solid #000;
    width: 150px;
}

#subnav li.AspNet-Menu-Selected
{
    font-weight: bold;
}

#subnav a
{
    display: block;
    color: #000;
    width: 150px;
    text-decoration: none;
    padding: 0;
}

#subnav a:hover
{
    background: #000 no-repeat;
    color: #fff;
}

/** Vertical Static Menu List **/

.verticalMenu *
{
    z-index: 0;
}

.verticalMenu ul.AspNet-Menu ul
{
    position: absolute;
    visibility: visible;
}

/* Add more rules here if your menus have more than three (3) tiers */
.verticalMenu ul.AspNet-Menu li:hover ul ul, .verticalMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: visible;
}

/* Add more rules here if your menus have more than three (3) tiers */
.verticalMenu ul.AspNet-Menu li:hover ul, .verticalMenu ul.AspNet-Menu li li:hover ul, .verticalMenu ul.AspNet-Menu li li li:hover ul, .verticalMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul, .verticalMenu ul.AspNet-Menu li li.AspNet-Menu-Hover ul, .verticalMenu ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}


.verticalMenu ul.AspNet-Menu
{
    position: static;
}

.verticalMenu ul.AspNet-Menu ul
{
    display: list-item;
    position: static;
}


/***** PDF List *****/

ul.pdf li
{
    background: transparent url(images/pdf-icon.gif) left center no-repeat;
    list-style-type: none;
    font-size: 12px;
    padding-left: 18px;
    margin: 0;
}

ul.pdf li a
{
    color: #000;
}

dl.pdf dd
{
    background: transparent url(images/pdf-icon.gif) left center no-repeat;
    padding-left: 18px;
}

/* custom styling for myWEALTH text */

span.my
{
    color: #d79a00;
    font-weight: bold;
}

span.wealth
{
    color: #333333;
    font-weight: bold;
}

.wealth-float
{
    float: right;
    text-align: center;
    margin: 0 0 0 5px;
    font-size: 11px;
}

.wealth-float img
{
    border: 1px solid #a49e98;
}

.disclaimer
{
    font-size: 11px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    padding: 5px;
    margin: 30px 10px 10px 10px;
    clear: both;
}

.disclaimer a
{
    color: #000;
}

/* tooltip for myWEALTH */

a span.tooltip
{
    display: none;
}

/***** Survey *****/
.survey
{
}

.survey p
{
    margin: 0;
    padding: 5px 0 5px 0;
}

/***** Search *****/

.search p
{
    font-size: 12px;
    padding: 0 0 2px 0;
    margin: 0;
}

.search p strong
{
    background: #ffc;
    font-weight: normal;
}

.search p a
{
    font-size: 14px;
    color: #0000ff;
    text-decoration: underline;
}

.search p.sgreen
{
    font-size: 10px;
    color: #008000;
}

.search-box
{
    width: 215px;
    margin: 20px auto 10px auto;
    font-size: 12px;
}

.search-float
{
    float: left;
    padding: 0 5px 0;
}

.listing
{
    font-size: 12px;
    background: #efefef;
    height: 24px;
    width: 100%;
    border-top: 1px solid #000;
    margin: 10px 0;
}

.listing p
{
    float: right;
    padding: 3px 5px 0;
}

.next-pre
{
    width: 150px;
    margin: 0 auto;
}

.next-pre a
{
    color: #000;
    font-size: 12px;
}

.siteboxWrap
{
    float: right;
}

.siteboxWrap .siteBox
{
    margin: 0px 7px 0;
    width: 201px;
}

.siteboxWrap .siteBox input.siteBox-text, .siteboxWrap .siteBox input.siteBox-onblur
{
    margin: 0px 7px 0;
    width: 100px;
}

.siteBox
{
    margin: 10px auto 10px auto;
    width: 230px;
    height: 20px;
}


.siteBox input, submit
{
    display: inline;
}

.siteBox input.siteBox-text, .siteBox input.siteBox-onblur
{
    border: 1px solid #000;
    color: #333333;
    font-family: arial;
    font-size: 10px;
    padding: 2px 2px 1px 2px;
    vertical-align: middle;
    width: 160px;
}

.siteBox input.siteBox-onblur
{
    color: #999;
    font-style: italic;
}

.siteBox input.siteBox-button
{
    background: url(images/LiveLogo.gif);
    width: 61px;
    height: 15px;
    border: medium none;
    cursor: pointer;
    line-height: 500%;
    margin: 1px 0 1px 2px;
    vertical-align: middle;
}

.siteBox input.siteBox-button-custom
{
    background: url(images/LiveLogo-custom.gif);
    width: 61px;
    height: 15px;
    border: medium none;
    cursor: pointer;
    line-height: 500%;
    margin: 1px 0 1px 2px;
    vertical-align: middle;
}

.pn-btn-next
{
    background: url(images/next.gif) no-repeat right;
    cursor: pointer;
    width: 50px;
    height: 20px;
    padding: 2px 25px 2px 2px;
}

.pn-btn-prev
{
    background: url(images/prev.gif) no-repeat left;
    cursor: pointer;
    width: 50px;
    height: 20px;
    padding: 2px 2px 2px 25px;
}

.spelling
{
    color: #ff0000;
    font-size: 11px;
    font-style: italic;
}

.search-float-left
{
    float: left;
}

.search-float-right
{
    float: right;
}

/***** Global Classes *****/

.clear
{
    clear: both;
}

.float-left
{
    float: left;
}
.float-left-logo
{
    float: left;
    margin: 5px 0 5px 0;
}
.float-left-pad
{
    float: left;
    padding-left: 50px;
}
.float-left-img
{
    float: left;
    padding: 2px;
    border: 1px solid #A49E98;
    margin: 0 4px 0 0;
}
.float-right
{
    float: right;
}

.float-region
{
    float: right;
    width: 400px;
    padding: 10px 150px 10px;
    text-align: justify;
}

.float-left-top
{
    float: left;
    padding: 3px 0;
}

.float-right-top
{
    float: right;
    padding: 2px 3px 0 0;
    width: 625px;
}

.float-right-top a, .float-right-top a:visited
{
    color: #fff;
    text-decoration: underline;
    font-size: 10px;
}

.float-right-pad
{
    float: right;
    padding-right: 50px;
}
.float-right-img
{
    float: right;
    padding: 2px;
    border: 1px solid #A49E98;
    margin: 0 0 0 4px;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}
.bordered
{
    border: 1px solid #ccc;
    padding: 3px;
    float: right;
}
.bordered-left
{
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
    margin: 0 2px 0 2px;
}
.bordered-nf
{
    border: 1px solid #ccc;
    padding: 3px;
}

.bordered-center
{
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 auto;
}

.video-center
{
    padding: 3px;
    margin: 0 auto;
    width: 330px;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}
.img-center
{
    margin: auto;
    display: block;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}

.small
{
    font-size: 10px;
}

.crumb-shell
{
    padding: 0 8px 0 8px;
    background: #4d4d4f;
    height: 33px;
}

.crumb
{
    font-size: 11px;
    color: #000;
}
.crumb a
{
    font-size: 11px;
    color: #000;
    text-decoration: underline;
}
.crumb a:visited
{
    text-decoration: underline;
}

.crumb-bank
{
    font-size: 11px;
    color: #eeb211;
    float: left;
    padding: 5px 0;
}
.crumb-bank a
{
    font-size: 11px;
    color: #eeb211;
    text-decoration: underline;
}
.crumb-bank a:visited
{
    text-decoration: underline;
}

.crumb-bank-right
{
    font-size: 11px;
    color: #eeb211;
    float: right;
    padding: 0;
    margin: 5px 0;
}
.crumb-bank-right a
{
    font-size: 11px;
    color: #eeb211;
    text-decoration: underline;
}
.crumb-bank-right a:visited
{
    text-decoration: underline;
}


.calc
{
    font-size: 11px;
    border: 1px solid #eee;
    padding: 5px;
    margin: 0 auto 15px auto;
    width: 230px;
}

.grey
{
    background: #f0b310;
}

.grey h3
{
    color: #000;
}


/* Survey */

.survey p
{
    font-size: 11px;
}

.surveyNextBtn, .surveyBackBtn, .surveySubmitBtn
{
    background: url(images/surveyButton.gif) no-repeat right top;
    width: 52px;
}

.surveyNextBtn:hover, .surveyBackBtn:hover, .surveySubmitBtn:hover
{
    background: url(images/surveyButtonHover.gif) no-repeat right top;
}


.surveyNextBtn, .surveyBackBtn, .surveySubmitBtn
{
    margin: 10px 10px 0 0;
    float: left;
}

.surveyNextBtn a, .surveyBackBtn a, .surveySubmitBtn a
{
    font-weight: bold;
    padding: 3px 0px 3px 3px;
    background: url(images/surveyButton.gif) no-repeat left top;
    font-size: 12px;
    width: 45px;
    text-align: center;
    color: #000000;
    display: block;
}

.surveyNextBtn a:hover, .surveyBackBtn a:hover, .surveySubmitBtn a:hover
{
    background: url(images/surveyButtonHover.gif) no-repeat left top;
    color: #C53E01;
}

.surveySubmitBtn a
{
    width: 85px;
}

.surveySubmitBtn
{
    width: 90px;
}

.labelLine
{
    margin-bottom: 10px;
}

.labelLine label
{
    font-weight: bold;
    color: #444444;
    margin: 20px 0 5px 0;
    padding: 0px;
    font-size: 13px;
    float: left;
}

.survey .required
{
    float: left;
    font-size: 10px;
    color: Red;
    margin: 20px 0 0 10px;
}

span.mcss_checkbox_horizontal, span.mcss_checkbox_vertical, span.mcms_checkbox_horizontal, span.mcms_checkbox_vertical
{
    display: block;
}

span.mcss_checkbox_horizontal label, span.mcss_checkbox_vertical label, span.mcms_checkbox_horizontal label, span.mcms_checkbox_vertical label, span.mcss_checkbox_horizontal input, span.mcss_checkbox_vertical input, span.mcms_checkbox_horizontal input, span.mcms_checkbox_vertical input
{
    float: none;
    display: inline;
    margin-right: 5px;
}

span.mcss_checkbox_vertical input
{
    margin-bottom: 15px;
}

span.mcss_checkbox_horizontal label, span.mcss_checkbox_vertical label, span.mcms_checkbox_horizontal label, span.mcms_checkbox_vertical label, select
{
    font-size: 11px;
    font-weight: normal;
}

span.mcss_checkbox_horizontal label
{
    margin-right: 15px;
}

div.labelLine
{
    display: inline-block;
}

select, input, textarea
{
    display: block;
}

#surveyDIV p
{
    margin: 0px;
    padding: 0px;
    position: relative;
}

/* Rates */

#rates .spaceTD
{
    display: table-cell;
    height: 40px;
}


#rates .column1, #rates .column2, #rates .column3
{
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

#rates .column1
{
    width: 225px;
    border-right: 1px solid #cccccc;
    padding: 8px 0px 8px 5px;
    text-align: left;
    vertical-align: top;
}

#rates .column2
{
    width: 150px;
    padding: 8px 0px 8px 0px;
    border-right: 1px solid #cccccc;
}

#rates .column3
{
    width: 150px;
    padding: 8px 0px 8px 0px;
}



#rates h3
{
    padding-bottom: 10px;
}


#rates .title
{
    color: #777777;
    padding: 5px 0px 5px 0px;
    border: none;
    border-bottom: 1px solid #777777;
    vertical-align: middle;
    font-size: 14px;
}



#rates tr.altRow
{
    background-color: #EEEEFF;
}

#rates .tier
{
    font-weight: bold;
    border-top: 6px solid #000;
    border-bottom: none;
    display: table-cell;
    padding: 5px 0 0 5px;
    background: url( 'images/ratesTierBG.jpg' )top left repeat-x;
}



.ui-tabs-hide
{
    display: none;
}



#rates ul
{
    padding: 0px;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}



#rates ul li
{
    font-size: 12px;
    display: block;
    float: left;
    display: inline;
    margin-right: 5px;
    padding: 3px 0px 2px 4px;
    background: url( 'images/ratesTab.jpg' ) left top no-repeat;
}


#rates ul li:hover, #rates ul li.ui-tabs-selected
{
    background: url( 'images/ratesTab_over.jpg' ) left top no-repeat;
}

#rates ul li a:hover, #rates li.ui-tabs-selected a
{
    background: url( 'images/ratesTab_over.jpg' ) right top no-repeat;
}


#rates li.ui-tabs-selected a
{
    font-weight: bold;
    color: #000000;
}

#rates ul li a
{
    background: url( 'images/ratesTab.jpg' ) right top no-repeat;
    padding: 3px 6px 2px 3px;
}



#rates #disclaimer
{
    font-size: 11px;
    color: #777777;
}


small
{
    font-size: 11px;
    color: #666666;
}


#imageData #caption
{
    font-weight: normal;
}

/*** Banners ***/

.banner
{
    margin: 5px 0px 5px 0;
}


/*****Bank Pages******/
#wrap-bank
{
    width: 1000px;
    background: url( 'Images/report/bg.jpg' ) repeat-y top left;
    display: inline-block;
    border-bottom: 8px solid #DEB22F;
}
#header-bank
{
    display: block;
    height: 110px;
    background-color: #4d4d4f;
}
#header-bank #headerContent
{
    margin: 0 0 0 21px;
    padding: 20px 0;
}
#header-bank h1, #header-bank h3
{
    font-family: Georgia;
    color: #DEB22F;
    font-size: 27px;
    margin: 0px;
    display: inline;
    font-weight: normal;
    padding: 0;
    z-index: -200;
}
#header-bank h1
{
    font-size: 27px;
    z-index: -200;
    text-transform: uppercase;
}
#header-bank h3
{
    font-size: 18px;
}
#main
{
    float: right;
    width: 562px;
    padding: 8px 60px 0 20px;
}
#side
{
    width: 358px;
    float: left;
    padding: 0px;
}
#footer
{
    clear: both;
    width: 1000px;
    font-family: Georgia;
    color: #58595b;
    font-size: 11px;
    display: inline-block;
    margin-top: 75px;
}
#footer .content
{
    float: left;
    padding-left: 43px;
    width: 300px;
}

#footer .content span.bigfont3
{
    font-size: 15px;
}
#footer img
{
    float: right;
}
#side table
{
    display: table;
    text-align: left;
    float: left;
}
#side table tr
{
    display: table-row;
}
#side table tr.header
{
    display: table-row;
    background-color: #DEB22F;
    height: 60px;
}
#side table tr.header2
{
    display: table-row;
    background-color: #DEB22F;
    padding: 3px 0 3px 0;
}
#side table tr th
{
    font-family: Georgia;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}
#side table.right tr td
{
    padding-left: 5px;
}
#side table tr td
{
    display: table-cell;
    font-family: Arial;
    color: #58595b;
    font-size: 10px;
    padding-bottom: 10px;
}
#side table tr.header td
{
    padding-bottom: 0px;
}
#side table tr td.left, #side table tr th.left
{
    display: table-cell;
    width: 166px;
}
#side table tr td.spacer
{
    display: table-cell;
    width: 20px;
    height: 20px;
}
#main .statement
{
    color: #DEB22F;
    font-family: Georgia;
    font-size: 22px;
    margin: 25px 0;
}

#main p.statement span.bigfont2 
{
    font-size: 28px;
}

#main p
{
    font-family: Arial;
    color: #000;
    font-size: 13px;
    padding: 0 0 12px 0;
}
#main .sig
{
    font-family: Arial;
    color: #DEB22F;
    font-size: 15px;
    text-align: right;
    padding-top: 10px;
    margin: 0px;
}

/*****Region Pages******/
#wrap-region
{
    width: 1000px;
    background: url(Images/grey-bg.gif) repeat-y top left;
    display: inline-block;
    border-bottom: 8px solid #DEB22F;
}
#header-region
{
    display: block;
    height: 110px;
    background: #f0b310;
}
#header-region #headerContent
{
    margin: 0 0 0 43px;
    padding: 20px 0;
}
#header-region h1, #header-region h3
{
    font-family: Georgia;
    color: #4d4d4f;
    font-size: 27px;
    margin: 0px;
    display: inline;
    font-weight: normal;
    padding: 0;
    z-index: -200;
}
#header-region h1
{
    font-size: 27px;
    z-index: -200;
    text-transform: uppercase;
}
#header-region h3
{
    font-size: 18px;
}
#main-region
{
    float: right;
    width: 562px;
    padding: 8px 60px 0 20px;
    color: #f0b310;
}
#side-region
{
    width: 358px;
    float: left;
    padding: 0px;
    color: #fff;
}
#side-region a
{
    color: #fff;
}
#footer
{
    clear: both;
    width: 1000px;
    font-family: Georgia;
    color: #58595b;
    font-size: 11px;
    margin-top: 75px;
}
#footer .content
{
    padding: 0 0 10px 21px !important;
}
#footer table
{
    width: 1000px;
}
#footer td.image
{
    vertical-align: bottom !important;
}

#main .statement
{
    color: #DEB22F;
    font-family: Georgia;
    font-size: 22px;
    margin: 25px 0;
}
#main p
{
    font-family: Arial;
    color: #000;
    font-size: 13px;
    padding: 0 0 12px 0;
}
#main .sig
{
    font-family: Arial;
    color: #DEB22F;
    font-size: 15px;
    text-align: right;
    padding-top: 10px;
    margin: 0px;
}


#dhtmltooltip
{
    color: #000000;
    position: absolute;
    text-align: justify;
    width: 100px;
    font-size: 11px;
    border: 1px solid black;
    padding: 3px;
    background: #ffffcc;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

