/**** CSS Resets ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background:url(images/tile.png);
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* ORIGINAL STYLES
----------------------------------------------- */

h2, #securityPrivacy h1, #creditCards h1 {
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;	
	color: #666666;
	padding: 2px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}

h2.orange 
{
    color:#cd6906;
    text-decoration:none;
    font-size:1.2em;
    text-transform:none;
    border:none;
    margin-bottom:20px;
}

ul {
	line-height: 18px;
	list-style-type:disc;
	color: #333333;
}

p a, p a:active, p a:visited, ul.pdf li a, div a {
	color: #990000;
	font-size:inherit;
}

#text div a 
{
    font-size:.75em;
}

a:hover {
	color: #dd6600;
}

a.note, a.note:active, a.note:visited, a.note:hover {
	color: #990000;
	text-decoration:none;
}

.highlight {
	color: #663300;
	border-bottom: 1px solid #ccc;

}

.orange {
	color: #9F5F04;
}

.pic, .picleft, .picright {
	border: 1px solid #333;
}

.picleft {
	margin: 0px 15px 5px 0px;
}

.picright {
	margin: 0px 0px 5px 15px;
}

* table 
{
   
}

.fdic-list li
{
    font-size:1em!IMPORTANT;
}

.infotable {
    border: 1px solid #cccccc; 
    border-collapse: separate!IMPORTANT;
    border-spacing: 2px!IMPORTANT;
}

.fdic-table td 
{
    padding:2px;
}

.fdic-table strong 
{
    font-weight:bold;
    font-size:inherit;
}

* td
{
    font-size:.75em;
}

.infotable td strong 
{
    font-weight:bold;
    font-size:inherit;
}

.infotable td {
	background-color: #eeeeee;
	
	padding:3px;
}

.table-mywealth {
    border: 1px solid #cc9900;
}

.table-mywealth td {
	background-color: #f5f4ef;
}

.smalltext {
	font-size:11px;
	line-height: 15px;
}

p 
{
    color:#333333;
    line-height:1.25em;
    font-size:.75em;
    margin-bottom:10px;
}

p strong 
{
    font-size:1em;
    font-weight:bold;
}

p a 
{
    font-size:inherit!IMPORTANT;
}


/* GLOBAL CLASS STYLES
----------------------------------------------- */

.tanBG 
{
    background-color:#EEE8D9;
}

.floatLeft 
{
    float:left;
}

.floatRight 
{
    float:right;
}

.break 
{
    display:block;
    margin:20px 0;
    border-bottom:1px solid #999999;
}

.clear 
{
    clear: both;
}



/* MULTIPLE USE STYLES
----------------------------------------------- */

#menu, #slogan, #banner, #content
{
   width:800px;
}

#masthead, #footer
{
    width:976px;
}

#masthead, #nav 
{
    background-color:#EEEEEE;
}

#menu
{
    border-left:1px solid #cc9900;
}


/* PRIMARY PART STYLES
----------------------------------------------- */

#container 
{
    width:976px;
    margin:0 auto;
    border:1px solid #aaaaaa;
    border-top:none;
	
}

#masthead 
{
    display:inline-block;
    position:relative;
}

#footer 
{
   clear:both;
   border-top:1px solid #aaaaaa;
   display:inline-block;
   background-color:#dddddd;
   height:32px;
   position:relative;
   text-align:center;
}

#main /* #main div wraps both the sidebar and the content divs */
{
   display:inline-block;
   background-color:#fff;
   border-top:1px solid #cc9900;
}

#sidebar 
{
    width:165px;
    padding:10px 0 0 10px;  
    border-right:1px solid #cc9900;
}

#text 
{
    margin:20px 0 0 20px;
}

#banners 
{
    margin:20px 20px 20px 0;
}


/* SECONDARY PART STYLES
----------------------------------------------- */

#search 
{
    position:absolute;
    right:0px;
    bottom:10px;
}

#logo 
{
    height:85px;
    width:276px;
    background-position:0 -340px;
}

#fdic 
{
    height:17px;
    width:43px;
    background-position:-232px -105px;
    margin:8px 10px 0 0;
}

#ehl 
{
    height:23px;
    width:30px;
    background-position:-244px -74px;
    margin-top:5px;
    cursor:default!IMPORTANT;
}

#copyright 
{
    margin:0 auto;
    display:inline;
    font-size:.69em;
    color:#666666;
    line-height:3em;
}

#footerLeft 
{
    display:inline-block;
    width:120px;
    position:absolute;
    left:5px;
    top:0;
}

#footerRight a 
{
    font-size:.69em;
    color:#666666;
    clear:right;
    display:block;
    line-height:1.3em;
}

#footerRight 
{
    position:absolute;
    width:120px;
    text-align:right;
    right:5px;
    top:2px;
}

#banner 
{
    background:url(images/headerbg.jpg) top right no-repeat;
}

#slogan 
{
    border-bottom:1px solid #cc9900;
    border-top:1px solid #cc9900;
    text-align:center;
}

#slogan h1 
{
    color:#7d5207;
    margin:0;
    padding:2px 0;
    font-size:1.25em;
    font-style:italic;
    font-weight:normal;
}

#text 
{
    width:500px;
    float:left;
}

#banners 
{
    float:right;
    width:165px;
}




/* NAVIGATION STYLES
----------------------------------------------- */

#nav 
{
    width:100%;
    display:inline-block;
}

#menu {
	height:32px;
	position:relative;
	margin: 0; 
	z-index:1000;
	float:right; 
	border-top:1px solid #cc9900;
    background:url(images/menu/tabCenter.gif) repeat-x;
    display:block;
}

#menu table.ie6 {
	border-collapse:collapse; 
	margin:0;
	padding:0;
}

#menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block; 
	float:left;
	padding:0 15px 0 0;
	text-decoration:none; 
	color:#7D5207; 
	font-weight:bold; 
	line-height:2.7em;
	height:100%;
	background:url(images/menu/tabCenter.gif) no-repeat right top;
	font-size:.75em;
}

#menu ul li a b {
	display:block; 
	float:left;
	padding:0 0 0 15px; 
	text-decoration:none;
	color:#7D5207;
	font-weight:bold; 
	line-height:2.7em;
	height:100%;
	font-size:1em;
	background:url(images/menu/tabCenter.gif) no-repeat left top; 
	cursor:pointer;
}

#menu ul li div.holder {
	position:absolute;
	left:-9999px;
}

#menu ul li div .leftSide {
	float:left;
	background:#D5C8A5 url(images/menu/dropGradient.jpg) no-repeat top left;
	border-left:1px solid #cc9900;
	border-bottom:1px solid #cc9900;
}

#menu ul li div .rightSide {
	float:left; 
	margin-left:10px;
	display:inline; 
	padding:0 10px 0 0; 
	background:#D5C8A5 url(images/menu/dropGradient.jpg) no-repeat top left;
	border-right:1px solid #cc9900;
}

#menu ul li:hover {
	position:relative;
}

#menu ul li a:hover {
	color:#543D0C; 
	background-position:right center; 
	white-space:nowrap; 
	position:relative;
}

#menu ul li a:hover b {
	color:#543D0C; 
	background-position:left center;
}

#menu ul li a.sub:hover {
	color:#543D0C; 
	background-position:right bottom; 
	white-space:nowrap; 
	position:relative;
}

#menu ul li a.sub:hover b {
	color:#543D0C; 
	background-position:left bottom;
}

#menu ul li:hover > a {
	color:#543D0C; 
	position:relative;
}

#menu ul li:hover a.sub {
	color:#543D0C; 
	background-position:right bottom; 
	white-space:nowrap; 
	position:relative;
}

#menu ul li:hover a.sub > b {
	color:#543D0C; 
	background-position:left bottom;
}

#menu ul :hover div.holder {
	position:absolute; 
	top:32px; 
	left:5px; 
	margin:0; 
	padding:0;
}

#menu ul li.right a:hover div.holder {
	left:auto; 
}

#menu ul li.right:hover div.holder {
	left:auto; 
}

#menu ul dl {
	width:auto; 
	margin:5px 0 5px 0; 
	padding:0 5px;
	list-style:none;
}

#menu ul dl dt {
	padding:0; 
	margin:0; 
	background:#488; 
	color:#fff; 
	white-space:nowrap;
}

#menu ul dl dd {
	display:block; 
	padding:0; 
	margin:0;
}

#menu ul dd a {
	background-image: none; 
	display:block; 
	color:#421; 
	text-align:left; 
	margin: 0; 
	padding:0;
	height:20px;
	line-height:20px;
	font-weight:normal; 
	white-space:nowrap; 
	float:none;
	font-size:.68em;
}

#menu ul dd a:hover {
	color:#c60;
}

#menu ul table td {
	vertical-align:top;
}

/* SIDEBAR STYLES
----------------------------------------------- */

#sidebar .break 
{
    margin:20px 5px 20px 0;
}

h3#addressHead, h3#financialCenter, h3#nogales  
{
    display:block;
    line-height:9999px;
    overflow:hidden; 
}

h3#addressHead
{
    background-position:-91px -54px;
    height:19px;
    width:129px;
    margin-bottom:15px;
}

h3#financialCenter 
{
     background-position:-91px -82px;
     width:113px;
     height:12px;
     margin-bottom:5px;
}

h3#nogales
{
     background-position:-91px -107px;
     width:75px;
     height:15px;
     margin-bottom:5px;
}

#sidebar address 
{
    font-size:.75em;
    color:#333333;
    font-style:normal;
    margin-bottom:20px;
    line-height:1.4em;
}


/* TEXT AREA STYLES
----------------------------------------------- */


#text p, #text ul li
{
    font-size:.75em;
}


#text ul 
{
    margin-left:20px;
    margin-bottom:20px;
}

#text ul li strong, #text ul li a, #text > div a, #text ul li em
{
   font-size:inherit;
}

#text ul li em 
{
    font-style:italic;
}

.orange
{
    font-size:inherit;
    color:#9F5F04;
}

#text ul li strong 
{
    font-weight:bold;
}

.services
{
    list-style-type:none;
}

ul.services li {
	padding: 0px 0px 6px 15px;
    background:url(images/list_arrow.gif) top left no-repeat;
	
}

.services li a, .services li a:active, .services li a:visited {
	color: #555555;
}

#text h3
{
    color:#cd6906;
    font-size:1em;
    margin-bottom:10px;
    font-weight:normal;
}

* a
{
    font-size:1em;
}

img.building 
{
    margin-left:50px;
    top:-25px;
    position:relative;
}

.highlight {
	color: #663300;
	border-bottom: 1px solid #ccc;
	font-size:inherit;
}

span.strong 
{
    font-weight:bold;
    text-decoration:underline;
    font-style:italic;
    font-size:inherit; 
}

.smalltext 
{
    font-size:.7em;
    color:#666666;
}
.crumb 
{
    margin-top:5px;
    margin-left:20px;
}

.crumb, .crumb span
{
    font-size:.85em;
    color: #666666; 
}
.crumb a
{
    font-size:inherit;
    color: #D99550;
    text-decoration: underline;
}

.crumb a:visited
{
    text-decoration: underline;
}

.services a
{
    font-size:1em;
}

.services strong a, .services strong{
	font-size:1em;
	font-weight:bold;
}

#banner 
{
    height:120px;
    overflow:hidden;
}

#banners div 
{
    margin-bottom:10px;
}

/* LOGIN AREA STYLES
----------------------------------------------- */

#logons .title, #logons a.logonButton, h3#addressHead, h3#financialCenter, h3#nogales, .siteBox input.siteBox-button, a#logo, a#fdic, a#ehl
{
    background-image:url(images/Sidebar-Sprite.gif);
    display:block;
}

#logons .title, #logons a 
{
     margin-bottom:10px;
}

#logons .title
{
    height:12px;
    width:150px;
}

#logons a.logonButton 
{
    width:75px;
    height:23px;
    background-position:-3px -4px;
}

#logons a.logonButton:hover
{
   background-position:-3px -31px; 
}

#logons a 
{
    clear:both;
    color:#666666;
    text-decoration:underline;
    font-size:.75em;
    display:block;
}

#logons a:hover 
{
    color:#000;
}

#onlineBanking 
{
    margin-bottom:30px;
}

#onlineBanking .title 
{
    background-position:-90px -5px;
}

#remoteDeposit .title 
{
    background-position:-90px -29px;
    
}

/* COMMON CSS OVERIDE STYLES
----------------------------------------------- */

.siteBox 
{
    width:11.56em;
    margin:0;
}

.siteBox input.siteBox-button
{
    background-position:-9px -70px;
    display:inline;
    background-color:Transparent;
}

.siteBox input.siteBox-text, .siteBox input.siteBox-onblur
{
    width: 100px;
}

/* DHTML tooltip */

#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    font-size:.75em;
    line-height:1.5em;
    border: 1px solid black;
    padding: 5px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
}



#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

#w_alert {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	border-width: 4px 1px 1px 1px;
	border-style: solid;
	border-color: #CC6600;
	margin: 5px;
	width: 250px;
}

#w_alert #w_header {
	color: #261F62;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 5px;
	background-color: #E9E1CB;
}

#w_alert #w_content {
	color: #261F62;
	font-size: 11px;
}

#w_alert #w_content table {
	width: 100%;
	padding:0;
	margin:0;
}

#w_alert td {
	border-bottom: 1px solid #cccccc;
	padding: 2px;

}

#w_alert td.w_date {
	width: 85px;
	padding-left: 8px;

}

#w_alert td.w_headline {
	font-weight: bold;
}

#w_alert a {
	color:#CC6600;
}

#w_alert a:hover {
	color: #000000;
}


.disclaimer
{
    font-size: .9em;
    border: 1px solid #bbb;
    background: #f8f8f8;
    padding: 5px;
    margin: 30px 10px 10px 10px;
    clear: both;
}

.disclaimer a
{
    color: #000;
}
/* custom styling for myWEALTH text */

span.my, span.wealth 
{
    font-size:1em;
}

span.my {
	color: #d79a00;
	font-weight: bold;
}

span.wealth {
	color: #333333;
	font-weight: bold;
}

/**************** Accordion*********************/

#accordion
{
width: 650px;
border-bottom: solid 1px #c4c4c4;
margin: 0 auto;
padding: 0;
text-indent: 0;
         
}
#accordion a.head
{
background: #EEE8D9 url(images/collapsed.gif) no-repeat right;
border: 1px solid #000;
color: #000;
cursor: pointer;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
font-size:14px;
margin: 0;
padding: 7px 20px 15px 10px;
text-decoration: none;
text-indent: 0px;
}

#accordion a.head:hover
{
background-color: #fff;
color: #000;
}

#accordion a.selected
{
background-image: url(images/expanded.gif);
}

#accordion a.current
{
    background-color: #FFFF99;
}	