body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg_site.gif) repeat-x top;
	color: #625535;
	font: 10pt 'Times New Roman', times, serif;
	text-align: center;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Text  :::::: */
a:link {	
	text-decoration: underline;
	color: #4b0b71;
	}
a:visited {	
	text-decoration: underline;
	color: #4b0b71;
	}
a:hover, a:active {
	text-decoration: none;
	color: #4b0b71;
	}

strong {
	font-weight: bold;
	color: #0e897a;
	}
	
h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #53655d;
	position: absolute;
	top: 0;
	left: -1000px;
	}
h2, #calccontent h1 {
	font-family: 'Times New Roman';
	font-size: 16pt;
	color: #53655d;
	font-weight: bold;
	margin: 10px 0 10px 30px;
	text-align:left;
	position:relative;
	left:0;
	}
.classh2  {
	font-family: 'Times New Roman';
	font-size: 16pt;
	color: #53655d;
	}
	
#calccontent h1 center {
	text-align:left;
}	
h3 {
	font-family: 'Times New Roman';
	font-size: 13pt;
	color: #7c8f86;
	font-weight: bold;
	margin: 10px 0 10px 30px;
	}
	
.classh3 {
	font-family: 'Times New Roman';
	font-size: 13pt;
	color: #7c8f86;
	font-weight: bold;
	margin: 10px 0 10px 30px;
	}
h4 {
	font-family: 'Times New Roman';
	font-size: 10pt;
	font-weight: bold;
	color: #625535;
	margin: 10px 0 10px 30px;
	}
h5 {
	font-family: 'Times New Roman';
	font-size: 10pt;
	font-weight: bold;
	color: #625535;
	margin: 10px 0 10px 30px;
	}
p {
	text-align: left;
	margin: 10px 40px 10px 30px;
	}

h4 {
	color: #625535;
	font: 10pt 'Times New Roman', times, serif;
	font-weight:normal;
}


	
ul, ol { 
	margin: 0 0 0 45px;
	padding: 0;
	}
ul li { list-style-image: url(../images/bullet.gif); }

table {
	font-size: 100%; /* IE inheritance fix */
	font-family: 'Times New Roman', times, serif;
}
li {
	margin-bottom: 5px;
	}
	
hr  {
	background: #b8e4d4;
  	border: 0;
  	color: #b8e4d4;
  	height: 1px;
	margin: 0;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Misc  :::::: */
a img { border: none; }
form {
	margin: 0;
	padding:0;
	}
.clearfloat {
    height: 1px;
    clear: both;
	}
.clear0 {
	height: 0; 
	clear: both;
	}
div {
	margin: 0;
	padding: 0;
	}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Layout  :::::: */
.pageWrap1 {
	background: url(../images/bg_page_sideshadow.gif) repeat-y;
	width: 997px;
	text-align: center;
	margin: 0 auto;
	}
.pageWrap {
	background: #FFF url(../images/bg_page.gif) repeat-y;
	width: 967px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	}
.pageWrapCapLeft {
	background: url(../images/cap_siteshadow_left.jpg) no-repeat;
	width: 17px;
	height: 384px;
	position: absolute;
	top: 0;
	left: -17px;
	}
.pageWrapCapRight {
	background: url(../images/cap_siteshadow_right.jpg) no-repeat;
	width: 21px;
	height: 384px;
	position: absolute;
	top: 0;
	right: -21px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Masthead  :::::: */
.mastWrap {
	width: 961px;
	height: 189px;
	margin: 0 auto;
	background: url(../images/bg_masthead.gif) repeat-x right;
	}
	
/* in fiFiles so the FI can update this image seasonally, but no need for SD */	
.mast {
	width: 961px;
	height: 189px;
	margin: 0 auto;
	background: url(/home/fiFiles/static/images/img_masthead_flower.jpg) top right no-repeat;
	position: relative;
	text-align: left;
	}

.logo {
	width: 424px;
	height: 127px;
	position: absolute;
	top: 0;
	left: 0;
	}	
	
/* :::::::::::::::::::::::  NavMain  ::::::::::::::::::::::: */
.navMain {
	background: url(../images/bg_nav.gif) repeat-x;
	background-position: 0 5px;
	width: 561px;
	height: 62px;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	top: 125px;
	}
.navMain ul {
	position: absolute;
	top: 8px;
	left: 28px;
	}
.navMain ul, .navMain li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.navMain li img {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	}
.navMainCapLeft {
	background: url(../images/nav_capleft.gif) no-repeat;
	width: 38px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	}
.navMainCapRight {
	background: url(../images/nav_capright.gif) no-repeat;
	width: 68px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 493px;
	}
	
/* :::::::::::::::::::::::  NavUti  ::::::::::::::::::::::: */
.navUti {
	text-align: right;
	color: #FFF;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	position: absolute;
	top: 131px;
	left: 616px;
	}
.navUti ul {
	margin: 0;
	padding: 0;
	}
.navUti ul li { 
	list-style-image: none;
	list-style-type: none;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	line-height: 11pt;
	}
.navUti a:link, .navUti a:visited {	
	text-decoration: none;
	color: #FFF;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	}
.navUti a:hover, .navUti a:active {
	text-decoration: underline;
	color: #FFF;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	}
	
/* :::::::::::::::::::::::  Search  ::::::::::::::::::::::: */
.searchArea {
	width: 270px;
	height: 63px;
	background: url(../images/bg_search.gif) top right no-repeat;
	position: absolute;
	top: 124px;
	left: 691px;
	}
.searchField {
	color: #868584;
	font: 9pt verdana;
	position: relative;
	top: 21px;
	left: 25px;
	height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
* html .searchField {
	height: 15px;
	}
*:first-child+html .searchField {
	height: 15px;
	}
.searchBtn {
	width: 48px;
	height: 27px;
	position: absolute;
	left: 206px;
	top: 16px;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Page Content  :::::: */
.page {
	background: #f3f2ef url(../images/bg_page_topshadow.gif) repeat-x;
	width: 961px;
	text-align: center;
	margin: 0 auto;
	}
.pageL {
	background: url(../images/bg_pageleft.gif) repeat-y;
	width: 681px;
	float: left;
	display: inline;
	margin: 5px 0 0 14px;
	text-align: left;
	}
/* :::::::::::::::::::::::  Content  ::::::::::::::::::::::: */
.content {
	width: 681px;
	margin: 0 auto;
	margin-bottom: -3px;
	}
.contentL {
	width: 470px;
	float: left;
	display: inline;
	}
.promoLg {
	width: 448px;
	height: 166px;
	margin: 3px 0 0 24px;
	}
.promoSmWrap {
	width: 471px;
	background: url(../images/bg_promosm_wrap.gif) repeat-y;
	background-position: 3px 0;
	}
.promoSmL {
	width: 234px;
	font-size: 10pt;
	float: left;
	display: inline;
	position: relative;
	left: 3px;
	}
.promoSmL p {
	margin: 7px 0 0 26px;
	width: 198px;
	line-height: 12pt;
	}
.promoSmR {
	width: 234px;
	font-size: 10pt;
	float: left;
	display: inline;
	position: relative;
	left: 3px;
	}
.promoSmR p {
	margin: 7px 0 0 26px;
	width: 198px;
	}
.contentR {
	width: 171px;
	float: right;
	display: inline;
	text-align: center;
	margin-right: 20px;
    margin-top: 3px;
	padding: 0;
	}
.contentR img {
	margin-bottom: 12px;
	}
	
/* :::::::::::::::::::::::  Login/ATMlocator  ::::::::::::::::::::::: */
.pageR {
	width: 240px;
	float: right;
	display: inline;
	margin: 8px 14px 0 0;
	}
	
.loginWrap {
	width: 238px;
	background: url(../images/bg_login_ob.gif) no-repeat;
	}
.loginOB {
	font-family: verdana;
	font-size: 7pt;
	width: 238px;
	height: 178px;
	margin-bottom: 6px;
	text-align: left;
	position: relative;
	}
.ttlOB {
	margin: 17px 0 0 16px;
	}
.loginOB form {
	margin: 23px 0 0 33px;
	padding: 0;
	color: #d1d7d4;
	text-align: left;
	}	
.loginOB a:link, .loginOB a:visited {	
	text-decoration: underline;
	color: #c1c9c8;
	}
.loginOB a:hover, .loginOB a:active {
	text-decoration: none;
	color: #c1c9c8;
	}
.IDfield {
	color: #868584;
	font: 9pt verdana;
	position: relative;
	top: 8px;
	left: 10px;
	height: 12px;
	width: 160px;
	margin: 0;
	padding: 0;
	border: none;
	}
* html .IDfield {
	height: 15px;
	top: 7px;
	margin-bottom: -8px;
	}
*:first-child+html .IDfield {
	height: 15px;
	top: 7px;
	margin-bottom: -8px;
	}
.passField {
	color: #868584;
	font: 9pt verdana;
	position: relative;
	top: 8px;
	left: 10px;
	height: 12px;
	width: 100px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	}
* html .passField {
	height: 15px;
	}
*:first-child+html .passField {
	height: 15px;
	}
	
.obLinks {
	color: #bac1be;
	font-size: 7.5pt;
	font-weight: bold;
	position: absolute;
	top: 32px;
	left: 15px;
	margin: 0;
	padding: 0;
	}
.obLinks a:link, .obLinks a:visited {	
	text-decoration: none;
	color: #bac1be;
	font-size: 7.5pt;
	font-weight: bold;
	}
.obLinks a:hover, .obLinks a:active {
	text-decoration: underline;
	color: #bac1be;
	font-size: 7.5pt;
	font-weight: bold;
	}
.obPassword {
	position: relative;
	left: 115px;
	}
.btnOb {
	position: absolute;
	top: 117px;
	right: 27px;
	}

.loginBB {
	background: url(../images/bg_login_bb.gif) no-repeat;
	width: 238px;
	height: 53px;
	margin-bottom: 6px;
	}
.loginBB img {
	vertical-align: middle;
	position: relative;
	top: 13px;
	margin: 0 8px;
	}
.ATMlocator {
	background: url(../images/bg_findatm.gif) no-repeat;
	width: 238px;
	height: 65px;

	}
.ATMlocator img {
	position: relative;
	top: 18px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.foot {
	width: 908px;
	height: 38px;
	margin: 0 auto;
	}
.footL {
	width: 404px;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: middle;
	}
.footL a img {
	vertical-align: middle;
	margin-right: 30px;
	}
.footC {
	width: 386px;
	color: #65746d;
	font-size: 9pt;
	font-family: verdana;
	font-weight: bold;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: middle;
	margin-top: 17px;
	}
.footR {
	font-family: verdana;
	font-size: 7.5pt;
	float: right;
	display: inline;
	vertical-align: middle;
	margin-top: 17px;
	}
.navFoot {
	color: #97a09b;
	}
.navFoot a:link, .navFoot a:visited {	
	text-decoration: underline;
	color: #97a09b;
	font-size: 7.5pt;
	}
.navFoot a:hover, .navFoot a:active {
	text-decoration: none;
	color: #97a09b;
	font-size: 7.5pt;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Back  :::::: */
.sectionHed {
	margin: 0 0 10px 0;
	padding: 0;
	}
.sectionImg {
	float: right;
	display: inline;
	margin: 10px;
	padding: 0 13px 0 30px;
	position: relative;
	top: -20px;
	}

.loginWrapBack {
	width: 238px;
	background: url(../images/bg_login_ob_back.gif) no-repeat;
	}
.loginOBBack {
	font-family: verdana;
	font-size: 7pt;
	width: 238px;
	height: 87px;
	margin-bottom: 6px;
	text-align: left;
	position: relative;
	}
.ttlOBBack {
	margin: 17px 0 0 16px;
	}
.obLinksBack {
	color: #FFF;
	font-size: 7.5pt;
	position: absolute;
	top: 40px;
	left: 15px;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	}
.obLinksBack a:link, .obLinksBack a:visited {	
	text-decoration: underline;
	color: #FFF;
	font-size: 7.5pt;
	}
.obLinksBack a:hover, .obLinksBack a:active {
	text-decoration: none;
	color: #FFF;
	font-size: 7.5pt;
	}
.btnObBack {
	position: absolute;
	top: 40px;
	right: 18px;
	}
	
.ATMlocatorBack {
	background: url(../images/bg_findatm_back.gif) no-repeat;
	width: 238px;
	height: 56px;
	margin-bottom: 6px;
	}
.ATMlocatorBack img {
	position: relative;
	top: 14px;
	}
	
.inThisSectionWrap {
	background: url(../images/bg_inthissection.gif) repeat-y;
	width: 238px;
	}
.inThisSection {
	background: url(../images/bg_inthissection_bottom.gif) bottom no-repeat;
	width: 238px;
	text-align: left;
	}
.inThisSection ul {
	margin: 10px 0 0 25px;
	padding: 0 0 20px 0;
	}
.inThisSection ul li { 
	list-style-image: none;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 0 0 5px 0;
	padding: 0;
	}
.inThisSection a:link, .inThisSection a:visited {	
	text-decoration: underline;
	color: #FFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	}
.inThisSection a:hover, .inThisSection a:active {
	text-decoration: none;
	color: #FFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	}

/****** =WCAC =FISTYLES ******/

.tableheader {
	font-weight: bold;
	font-family: 'Times New Roman',times,serif;
	font-size: 13pt;
	padding-top:4px;
	}
	
th {
	font-family: 'Times New Roman',times,serif;
    font-size: 12pt;
	background: #ccccc9;
	padding:4px;
	text-align: left;
	}
	
.tablecontent1 {

	}
	
.tablecontent2 {
	background: #e3e3e0;
	}
	
table.ratestable {
	width:86%;
	margin:10px 0 20px 7%;
	}
table.ratestable td {
    vertical-align:top;
}

#calccontent {
    font-family:'Times New Roman', times, serif;
    font-size: 10pt;
}

#calccontent p{
    font-family:'Times New Roman', times, serif;
    font-size: 10pt;
}

/* fix the content within the calcs to look normal and not hang out in the left margin */
#calccontent table, .retirecalc strong, .calcmort div.ficontent {
    margin-left:30px;
}
#calccontent table td {
    padding:2px;
    font-family:'Times New Roman', times, serif;
    font-size: 10pt;
}
#calccontent.calcloan {
    padding-left:10px;
}

 .retirecalc table strong, .calcmort div.ficontent p {
     margin-left:0;
 }

.faqQ, .faqA { 
	font-weight: normal;
	font-size: 16pt;
	}

.faqQ { color: #bd9d21; }
.faqA { color: #4b0b71; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	'Times New Roman', times, serif;
	color: #7c8f86;
	}
	
.required {
	'Times New Roman', times, serif;
	color: #65746d;
	}
	
.appfield1 {
	color: #64736c;
	background: #FFF;
	border: 3px #efc62a solid;
	}	
.appfield2 {
	color: #4b0b71;
	background: #e3e3e0;
	border: 3px #d2ae25 solid;
	}
	
.prettyTable {
	margin-left:30px;
}
	
#ex_dis {
display:none;
width:400px;
float:center;
padding:10px;
background-color:#FFFFFF;
position:absolute;
z-index:10000;
margin-top:50px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#667D72;
margin-left:200px;
overflow: hidden;
}

#olbMoreInfoLinks {
	display:none;
	position: absolute; 
	border:1px solid black;
	background-color:#5e5e5e;
	margin:4px 0px 0px 0px;
	padding:2px 15px 6px 6px;
	z-index: 10000;
	filter:alpha(opacity=88);
	opacity:0.88;
	color: white;
	width: 175px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#olbMoreInfoLinks ul {
	margin:0 10px;
	padding:0;
}

#olbMoreInfoLinks li {
	list-style-image: none;
	list-style-type: none;
	filter:alpha(opacity=100);
	opacity:1;
}

#olbMoreInfoLinks a, #olbMoreInfoLinks a:link, #olbMoreInfoLinks a:visited, #olbMoreInfoLinks a:active, #olbMoreInfoLinks a:hover {
	color: white;
}

#locationsLinks {
	display:none;
	position: absolute;
	right: 60px;
	border:1px solid black;
	background-color:#5e5e5e;
	margin:20px 0px 0px 0px;
	padding:2px 15px 6px 0px;
	z-index: 900;
	filter:alpha(opacity=88);
	opacity:0.88;
	color: white;
	width: 160px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#locationsLinks ul {
	margin:0 10px;
	padding:0;
}

#locationsLinks li {
	list-style-image: none;
	list-style-type: none;
	filter:alpha(opacity=100);
	opacity:1;
}

#locationsLinks a, #locationsLinks a:link, #locationsLinks a:visited, #locationsLinks a:active, #locationsLinks a:hover {
	color: white;
	text-decoration:none;
}
#locationsLinks a:hover {
    text-decoration:underline;
}

.leftAlignArea p {
	text-align:left;
	margin: -5px -35px -5px -25px;
}

h9 {
	font-family: 'Times New Roman';
	font-size: 13pt;
	color: #7c8f86;
	font-weight: bold;
	margin: 10px 0 10px 30px;
	}
h6 {
	font-family: 'Times New Roman';
	font-size: 16pt;
	color: #53655d;
	font-weight: bold;
	margin: 10px 0 10px 30px;
	text-align:left;
	position:relative;
	left:0;
	}

.couponDescription {
	margin-left: 0;
	margin-right: 0;
}

.contact .couponDescription {
	width: 405px;
}

ul.atm_locations li {
	list-style-type: none;
	list-style-image: none;
}

#couponSelect a:link, #couponSelect a:hover, #couponSelect a:visited, #couponSelect a:active {
	color: #ffffff;
}
	
#couponSelect {
	margin-top: 20px;
	width: 238px;
	background-color: #800080;
	color: #ffffff;
}

#couponSelectText {
	text-align: center;
	font-size: 12px;
}

#couponSelectHeader {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

#couponSelectHeader.inverted {
	background-color: #7FFF7F;
	color: #000000;
}

#hpaBanner, #grpBanner {
	margin-top: 1px;
	margin-bottom: 11px;
}

#hpaBanner img, #grpBanner img {
	margin-bottom: 0;
}