/* -----------------------------------------------------------
   
		screen.css
		Copyright Fusionary Media

   * defines site specific styles for screen

-------------------------------------------------------------- */

/* @Colors
-------------------------------------------------------------- */

/*
background...................#463d34

body text....................#666
header darker................#534e42
header lighter...............#a6a090
header lightest..............#bdb5a0

rounded box bg...............#efe9da
rounded box text.............#534e42

links........................#0e57a7
links (header)...............#a1d1ff

header text..................#618ce1

aside parent, nolink.........#0f2a47

footer text..................#968c76
*/



/* @Defaults
-------------------------------------------------------------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

a:hover     { text-decoration: underline; }
a           { color: #0e57a7; text-decoration: none;}

h1,h2,h3,h4,h5,h6{
	color: #534e42;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -.01em;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


#content-main li ul, 
#content-main li ol       { margin:0 1.5em; }
#content-main ul,
#content-main ol	{ margin: 0 1.5em 1.5em 1.5em; }

#content-main ul li, ul#content-main li { list-style-type: disc;}
#content-main ol li, ol#content-main li { list-style-type: decimal; }

#content-main dl, dl#content-main { margin: 0 0 1.5em 0; }
#content-main dt       		{ font-weight: bold; }
#content-main dd          { margin-left: 1.5em;}


/* @Grid (12 col grid: 66px col / 12px gutter / 924px total)
-------------------------------------------------------------- */

.span-1  { width: 66px;}
.span-2  { width: 144px;}
.span-3  { width: 222px;}
.span-4  { width: 300px;}
.span-5  { width: 378px;}
.span-6  { width: 456px;}
.span-7  { width: 534px;}
.span-8  { width: 612px;}
.span-9  { width: 690px;}
.span-10 { width: 768px;}
.span-11 { width: 846px;}
.span-12, div.span-12 { width: 924px; margin: 0; }

.container{
  width: 924px;
  margin: 0 auto;
}
.col{
	float:left;
	margin: 0 12px 0 0;
}
.col.last,
.mod.last{
	margin-right: 0;
}
.mod{
	display: block;
	margin-bottom: 12px;
}

.fine-print{
	font-size: 10px;
	line-height: 1em;
}

/* @Structure
-------------------------------------------------------------- */

html,body{
	min-width: 952px; /*keeps containers centered on browser resize*/
}

body{
	background: #463d34 url(/images/ui/bld-top.png) no-repeat center top;
	margin-bottom: 3em;
}

#header {
	background: url(/images/ui/bld-hdr.jpg) no-repeat;
	position: relative; /*abs pos of logo, quick nav*/
	height: 105px;
}
#body{
	background: url(/images/ui/bld-sides.gif) repeat-y -29px 0;
	padding: 0 14px;
	min-height: 390px;
}
#footer{
	background: url(/images/ui/bld-bottom.gif) no-repeat -29px 0;
	padding: 30px 14px 0;
}

#content-main{
	margin: 18px 18px 0;
}

body.aside #body{
	background: url(/images/ui/bld-sides-aside.gif) repeat-y -29px 0;
}
body.aside #footer{
	background: url(/images/ui/bld-bottom-aside.gif) no-repeat -29px 0;
}
body.aside #content-main{
	width: 666px;
	margin: 18px 0 0 234px;
	padding: 0 12px;
}
body.aside #content-aside{
	width: 222px;
	margin-left: -924px;
}


/* @Hdg-Main
-------------------------------------------------------------- */

#hdg-main{
	background: url(/images/ui/hdg-main.jpg) no-repeat left bottom;
	border-bottom: 1px solid #d4e1f2;
}
#hdg-main .replace{
	width: 500px;
	height: 27px;
	background: no-repeat left center;
	position: relative;
	left: 18px;
	padding: 31px 0 27px;
}

#hdg-main .personal{
	background-image: url(/images/ui/hdg-personal-banking.gif);
}
#hdg-main .business{
	background-image: url(/images/ui/hdg-business-banking.gif);
}
#hdg-main .online{
	background-image: url(/images/ui/hdg-internet-banking.gif);
}
#hdg-main .financial{
	background-image: url(/images/ui/hdg-financial-services.gif);
}
#hdg-main .education{
	background-image: url(/images/ui/hdg-education.gif);
}
#hdg-main .about{
	background-image: url(/images/ui/hdg-about-us.gif);
}
#hdg-main .privacy{
	background-image: url(/images/ui/hdg-privacy-and-security.gif);
}
#hdg-main .branches{
	background-image: url(/images/ui/hdg-bank-branches.gif);
}
#hdg-main .careers{
	background-image: url(/images/ui/hdg-careers.gif);
}
#hdg-main .contact{
	background-image: url(/images/ui/hdg-contact.gif);
}
#hdg-main .investor-relations{
	background-image: url(/images/ui/hdg-investor-realtions.gif);
}
#hdg-main .links-tools{
	background-image: url(/images/ui/hdg-links-and-tools.gif);
}
#hdg-main .privacy{
	background-image: url(/images/ui/hdg-privacy-and-security.gif);
}
#hdg-main .terms{
	background-image: url(/images/ui/hdg-terms-and-conditions.gif);
}
#hdg-main .estatement{
	background-image: url(/images/ui/hdg-email-statements.gif);
}
#hdg-main .estatement-signup{
	background-image: url(/images/ui/hdg-email-statements-signup.gif);
}
#hdg-main .sitemap{
	background-image: url(/images/ui/hdg-site-map.gif);
}
#hdg-main .news{
	background-image: url(/images/ui/hdg-news-and-announcements.gif);
}
#hdg-main .faq{
	background-image: url(/images/ui/hdg-faq.gif);
}
#hdg-main .disclosure{
	background-image: url(/images/ui/hdg-disclosure.gif);
}
#hdg-main .switch{
	background-image: url(/images/ui/hdg-switch-anywhere.gif);
}
#hdg-main .rx{
	background-image: url(/images/ui/hdg-rx-savings-card.gif);
}
#hdg-main .online-disclosures{
	background-image: url(/images/ui/hdg-online-disclosures.gif);
}

/* @Header
-------------------------------------------------------------- */

#branding-logo{
	position: absolute;
	left: 21px;
	top: 12px;
}
#branding-logo a{
	display: block;
	width: 217px;
	height: 45px;
	background: url(/images/ui/branding-logo.gif) no-repeat scroll top left;
}

#header{
	color: #618ce1;
}
#header a{
	color: #a1d1ff;
	font-weight: bold;
}
#header a:hover,
#header li.stock a:hover{
	color: #fff;
	text-decoration: none;
}

#nav-quick{
	position: absolute;
	right: 65px;
	top: 33px;
}
#nav-quick li{
	float: left;
	border-left: 1px solid #235ed5;
	padding-left: .5em;
	margin-left: .5em;
	line-height: 1;
}
#nav-quick li.first{
	border: none;
	padding-left: 0;
	margin-left: 0;
}
#nav-quick li.stock a{
	color: #618ce1;
}


/* @Nav-Main
-------------------------------------------------------------- */

#nav-main{
	position: absolute;
	bottom: 8px;
	margin: 0 48px;
	height: 26px;
	width: 828px;
}
#nav-main ul,
#nav-main li{
	height: 26px;
}
#nav-main li{
	float: left;
}
#nav-main li a{
	display: block;
	height: 19px;
	margin-bottom: 7px;
	background: url(/images/ui/nav-main.gif) no-repeat 0 0;
}
#nav-main li.active a{
	margin: 0;
	padding-bottom: 7px;
}
#nav-main li.nav-home a{
	width: 74px;
	background-position: -48px 0;
}
#nav-main li.nav-home a:hover,
#nav-main li.active.nav-home a{
	background-position: -48px -26px;
}

#nav-main li.nav-personal a{
	width: 104px;
	background-position: -122px 0;
}
#nav-main li.nav-personal a:hover,
#nav-main li.active.nav-personal a{
	background-position: -122px -26px;
}

#nav-main li.nav-business a{
	width: 101px;
	background-position: -226px 0;
}
#nav-main li.nav-business a:hover,
#nav-main li.active.nav-business a{
	background-position: -226px -26px;
}

#nav-main li.nav-online a{
	width: 165px;
	background-position: -327px 0;
}
#nav-main li.nav-online a:hover,
#nav-main li.active.nav-online a{
	background-position: -327px -26px;
}

#nav-main li.nav-financial a{
	width: 173px;
	background-position: -492px 0;
}
#nav-main li.nav-financial a:hover,
#nav-main li.active.nav-financial a{
	background-position: -492px -26px;
}
/*
#nav-main li.nav-education a{
	width: 112px;
	background-position: -665px 0;
}
#nav-main li.nav-education a:hover,
#nav-main li.active.nav-education a{
	background-position: -665px -26px;
}
*/
#nav-main li.nav-about a{
	width: 99px;
/*	background-position: -777px 0;*/
	background-position: -665px 0;
}
#nav-main li.nav-about a:hover,
#nav-main li.active.nav-about a{
/*	background-position: -777px -26px;*/
	background-position: -665px -26px;
}


/* @Nav-Aside
-------------------------------------------------------------- */

#nav-aside{
	margin-bottom: 5px;
	border-top: 1px solid #fff;
}
#nav-aside li{
	background: url(/images/ui/nav-aside-div.gif) no-repeat right bottom;
	padding-bottom: 2px;
}
#nav-aside li a{
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 18px;
	text-decoration: none;
}
#nav-aside li.active a{
	background: #c2dcf7 url(/images/ui/nav-aside-active.gif) repeat-y right top;
}
#nav-aside li a:hover{
	color: #0F2A47;
}


/* #nav-aside - 2nd Level
------------------------------- */

#nav-aside li h4{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 0 18px;
	line-height: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f2a47;
}
#nav-aside li ul li{
	padding: 0;
	background: none;
}
#nav-aside li ul li.active{
	background: #c2dcf7 url(/images/ui/nav-aside-active.gif) repeat-y right top;
}
#nav-aside li ul li a,
#nav-aside li ul li.active a{
	background: url(/images/ui/img-bullet.gif) no-repeat 26px center;
	padding: 0 18px 0 36px;
	border: none;
	line-height: 2em;
	display: block;
}


/* @Footer
-------------------------------------------------------------- */

#footer{
	color: #968c76;
	font-size: 13px;
}
#footer a{
	color: #fff;
}

#nav-supp{
	margin-bottom: .75em;
	overflow: hidden;
}
#nav-supp li{
	float: left;
	border-left: 1px solid #968c76;
	padding-left: .5em;
	margin-left: .5em;
	line-height: 1;
}
#nav-supp li.first{
	border: none;
	padding: 0;
	margin: 0;
}

#site-info{
	clear: left;
}
#site-info li{
	float: left;
	margin-right: 1em;
}
#site-info li.fdic{
	clear: left;
	background: url(/images/ui/logo-fdic.gif) no-repeat left center;
	padding-left: 50px;
}
#site-info li.fdic abbr{
	border: none;
}
#site-info li.hud{
	background: url(/images/ui/logo-hud.gif) no-repeat left center;
	padding-left: 30px;
}

/* @Home
-------------------------------------------------------------- */

body#home .rnd-box{
	font-size: 13px;
	min-height: 242px;
}
body#home #login-locations{
	margin: 0
}
#login-home,
#locations-home{
	margin-right: 0;
}
body#home #welcome-home{
	width: 690px;
}
body#home #flash-home img{
	display:block;
}
body#home #content-supp,
body#home #content-main{
	clear:left;
	overflow: hidden;
	margin: 0;
}

#news-home li{
	padding-left: 20px;
	background: url(/images/ui/img-bullet-arrow.gif) no-repeat left .55em;
}

#locations-home select,
#login-business select,
#login-personal select{
/*
removing this makes the height BIGGER than 100%
- it fits the items but is too big for its place
*/
	width: 100%;
}
body#home #body{
	padding-top: 9px; /*12px - 3px shadow*/
}

#welcome-home{
	background: #efe9da url(/images/ui/rnd-beige-300px-b.gif) no-repeat right bottom;
	color: #534e42;
}
#welcome-home-message{
	background: url(/images/ui/rnd-beige-300px-t.gif) no-repeat right top;
	float:right;
	width: 210px;
	height: 258px;
	padding: 18px 12px 18px 0;
	overflow: hidden;
}
#welcome-home-message .hdg {
	background: url(/images/ui/hdg-welcome.gif) no-repeat;
	width: 79px;
	height: 17px;
	margin-bottom: 12px;
}
#flash-home{
	float: left;
	width: 456px;
	height: 294px;
}

/* @Home - Contact
------------------------------- */

#contact-home li{
	border: none;
}
#contact-home ul{
	border-bottom: 1px dotted #c3bdaf;
	margin-bottom: .35em;
}
#contact-home li.phone{
	background: url(/images/ui/icn-phone.gif) no-repeat left .5em;
	padding-left: 24px;
}
#contact-home li.mail{
	background: url(/images/ui/icn-mail.gif) no-repeat left .75em;
	padding-left: 24px;
}

/* @Home - Login
------------------------------- */
#login-home{
	background: #002878 url(/images/ui/rnd-texture-222px-b.jpg) no-repeat left bottom;
	padding-bottom: 5px;
	width: 222px;
	color: #fff;
	min-height: 199px;
}
#login-home a{
/*	color: #a1d1ff; */
	color: #fff;
}
#login-home .inner{
	background: url(/images/ui/rnd-texture-222px-t.jpg) no-repeat;
	padding: 18px 25px 13px;
}
#login-home h2 {
	background: url(/images/ui/hdg-login.gif) no-repeat;
	width: 82px;
	height: 27px;
	margin-bottom: 15px;
}
#login-home .enroll{
	font-size: 11px;
	margin: 0;
}
#login-personal label {
	background: url(/images/ui/hdg-personal-account.gif) no-repeat;
	width: 110px;
	height: 15px;
}
#login-business label {
	background: url(/images/ui/hdg-business-account.gif) no-repeat;
	width: 112px;
	height: 15px;
}
#login-personal,
#login-business{
	margin-bottom: 15px;
	width: 172px;
}

/* @Home - Locations
------------------------------- */
#locations-home{
	width: 222px;
	background: #cadd0a url(/images/ui/rnd-green-222px-b.gif) no-repeat left bottom;
	padding-bottom: 5px;
	min-height: 73px;
}
#locations-home .inner{
	background: url(/images/ui/rnd-green-222px-t.gif) no-repeat;
	padding: 18px 25px 0;
}
#locations-home .hdg {
	background: url(/images/ui/hdg-locations.gif) no-repeat;
	width: 81px;
	height: 17px;
	margin-bottom: 5px;
}
#locations-select-wrap{
	width: 172px;
}

/* @Home - Featured Ads
------------------------------- */
#featured-home{
	width: 300px;
	overflow: hidden;
	margin-right: 0;
}
#featured-home a,
#featured-home img{
	display:block;
}
#featured-home li{
	float: left;
	margin: 0 12px 12px 0;
}
#featured-home li.even{
	margin-right: 0;
}


/* @Home - Round Boxes
------------------------------- */
.rnd-box{
	width: 300px;
	background: #efe9da url(/images/ui/rnd-beige-300px-b.gif) no-repeat left bottom;
	padding: 0 0 5px;
	color: #534e42;
}
.rnd-box .hdr{
	background: url(/images/ui/rnd-beige-300px-t.gif) no-repeat;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #c3bdaf;
	padding: .5em 18px;
}
.rnd-box .body{
	border-top: 1px solid #faf8f4;
	padding: .75em 18px;
}

.rnd-box .body li{
	/*background: url(/images/ui/img-dotted.gif) repeat-x left bottom;*/
	border-bottom: 1px dotted #c3bdaf;
	padding: .35em 0;
}


/* @News
-------------------------------------------------------------- */

ul.articles, ul.articles li{
	list-style: none !important;
	margin: 0;
	font-size: 14px;
}
ul.articles li{
	border-bottom: 1px dotted #b0a78d;
	margin: 0 0 1.5em;
}
ul.articles p,
ul.articles ul{
	margin: 0 0 1em;
}
body#news-read .date,
.articles .date{
	color: #a6a090;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}
body#news-read .title,
.articles .title{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
body#news-read .title{
	border-bottom: 1px dotted #b0a78d;
	margin: 0 0 .75em;
	padding: 0 0 .45em;
}

/* @Branches
-------------------------------------------------------------- */

#branch-info{
	width: 366px;
}
#branch-info dl{
	margin-bottom: 1.5em;
}
#branch-info dt{
	color: #a6a090;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
}
#branch-info dt.manager,
#branch-info dt.address,
#branch-info dt.phone,
#branch-info dt.fax{
	width: 80px;
	float: left;
	line-height: 1.8em;
	margin-bottom: .25em;
}
#branch-info dd.manager,
#branch-info dd.address,
#branch-info dd.phone,
#branch-info dd.fax{
	font-size: 14px;
	float: left;
	line-height: 1.286em;
	margin-bottom: .25em;
}
#branch-info dd.fax{
	margin-bottom: 1.5em;
}
#branch-info dd.hours ul,
#branch-info dd.hours li,
#branch-info dd.hours{
	margin: 0 !important;
	list-style: none;
}
#branch-info dd{
	margin-left: 80px !important;
	float:none !important;
}
#branch-images{
	width: 276px;
	margin: 0 0 0 12px !important;
	text-align: center;
	list-style: none;
}
#branch-images li{
	list-style: none !important;
}
#branch-images li a.img{
	background: url(/images/ui/img-frame-276px-b.gif) no-repeat left bottom;
	padding-bottom: 6px;
	display: block;
	width: 276px;	
}
#branch-images li a.img img{
	background: url(/images/ui/img-frame-276px-t.gif) no-repeat;
	padding: 6px 6px 0;
	display: block;
	width: 264px;
}
#branch-images img{
	display: block;
}
#branch-images .zoom{
	background: url(/images/ui/icn-magnify.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
	display: inline;
}

ul#atm-loc, ul#atm-loc li{
	list-style: none;
	margin:0;
}
#atm-loc .maplink{
	font-size: 12px;
}
#atm-loc li{
	margin-bottom: .5em !important;
}

/* @Estatements Form
-------------------------------------------------------------- */
#email-statements div.text{
	clear: both;
}
.req-field{
	color: #FF3300;
	font-weight: bold;
}
div.text input#state{
	text-transform: uppercase;
}

input.disabled {
	border: 1px solid #F2F2F2 !important;
	background-color: #F2F2F2 !important;
}
div.text input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300 !important;
	background: #FFDED8 !important;
}
div.text input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	color : #FF3300;
	display: inline;
	margin-left: 1em;
	font-size: 11px;
}


/* @Careers
-------------------------------------------------------------- */


#nav-aside .hdr{
	font-size: 11px;
	line-height: 1.2em;
	background: url(/images/ui/nav-aside-div.gif) no-repeat scroll right bottom;
	padding: 1em 18px;
	margin: 0;
}
#nav-aside h3{
	font-size: 14px;
	color: #0f2a47;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 .25em;
}
#nav-aside p{
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
}
#nav-aside blockquote p{
	margin: 0 0 .75em;
}
#nav-aside blockquote cite{
	font-style: normal;
}

#careers-table thead th,
.recordset thead th{
	background: #002878;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #658abe;
}
#careers-table th.position,
#area-table th.area,
.recordset th.position{
	background: #002878 url(/images/ui/rnd-recordset-t-l.gif) no-repeat 0 0;
	width: 40%;
}
#careers-table th.status,
#area-table th.location,
.recordset .last{
	background: #002878 url(/images/ui/rnd-recordset-t-r.gif) no-repeat top right;
	border: none;
}
#careers-table tr.even td,
.recordset tr.even td{
	background: #e7f5ff;
}
#careers-table td,
.recordset td{
	border-right: 1px solid #d3d3d3;
	border-top: none;
	border-bottom: none;
}
#careers-table td,
#careers-table th,
.recordset td,
.recordset th{
	padding: 5px 10px;
}
#careers-table td.position,
#area-table td.area,
.recordset .first{
	border-left: 1px solid #d3d3d3;
}
table#careers-table,
table#area-table,
table.recordset{
	border-bottom: 1px solid #d3d3d3;
	border-collapse: separate;
}

#careers-show .desc{
	float: none !important;
	margin: 0 !important;
}
#careers-show dd.desc{
	font-size: 12px !important;
}
#careers-show dt.desc{
	margin-bottom: .75em !important;
}
#careers-show dt{
	width: 140px !important;
}
#careers-show dd{
	margin-left: 140px !important;
}

/*=area list*/
#area-list{
	overflow: hidden;
	margin: 0 0 1.5em !important;
}
#area-list ul{
	margin: 0 !important;
}
#area-list li{
	list-style: none !important;
	margin: 0;
	padding: 12px;
	width: 198px;
	float: left;
	height: 16em;
}
#area-list li li{
	padding: 0;
	width: auto;
	height: auto;
	float: none;
}
#area-list li.odd{
	background: #E7F5FF;
}
#area-list h4{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F2A47;
}


/* @Links and Tools
-------------------------------------------------------------- */
#content-main #theft-links li{
	float: left;
	width: 160px;
	margin: 0 0 2em 0; padding: 0px;
	list-style: none;
	background-image: none;
	padding-right: 10px;
}
#content-main #theft-links li a{
	text-decoration: none;
}

/* @Shared
-------------------------------------------------------------- */

.learn-more {
	background: url(/images/ui/btn-learn-more.gif) no-repeat;
	width: 103px;
	height: 23px;
}

.pretty-deflist dt{
	width: 80px;
	float: left;
	line-height: 1.8em;
	margin-bottom: .25em;
	color: #a6a090;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
}
.pretty-deflist dd{
	font-size: 14px;
	margin-left: 80px !important;
	line-height: 1.286em;
	margin-bottom: .25em;
}
.pretty-deflist{
	overflow: hidden;
	margin: 0 !important;
}

.tagline{
	color: #bdb5a0 !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 30px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
}


/* @Shared
-------------------------------------------------------------- */ 

#content p.fdic-block{
	padding: 10px; 
	border: 1px solid #FAEFCF; 
	background: #FAF6EA; 
	margin: 10px 80px; 
	text-align: center;
	color: #C8A46B;
}

#content-main #disclosure-box {border:1px solid #abc0e7;background:#cfdefb;}
#content-main #disclosure-box p {margin:0 1em;line-height:125%;}

#content-main #disclosure-box-other {border:1px solid #ffe589;background:#fffbba;}
#content-main #disclosure-box-other p {margin:0 1em;line-height:125%;}
