﻿/************************************/
/*------------ CSS RESET ------------*/
/************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
table {
	border-collapse: collapse;
}
h1 {
	font-size: 2em;
	color: #872807;
	line-height: 1em;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:115%;
}
h5 {
color:#872807;
display:inline;
font-size:100%;
font-weight:bold;
text-decoration:underline;}

#notice {
	font-style:italic;
	font-size:80%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

/************************************/
/*------------- LAYOUT -------------*/
/************************************/
body {
	background-color: #fff;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Futura Lt BT", Helvetica, Ariel, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
#wrapper {
	width: 891px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}
#page {
	font-size: 75%;
	position: relative;
}
/*********** original top ... not pushed down ****************
#crown {
	height: 100px;
	background: url('images/bkgrd-header3.jpg') no-repeat center bottom;
	padding:0pt 33px 0pt 28px;
	font-size:85%;
}
#index #crown {
	height: 225px;
	background: url('images/bkgrd-header-home.jpg') no-repeat center bottom;
}
*/

#crown {
	height: 102px;
	background: url('images/bkgrd-header3.jpg') no-repeat center bottom;
	padding:5pt 33px 0pt 28px;
	font-size:90%;
}
#index #crown {
	height: 229px;
	background: url('images/bkgrd-header-home.jpg') no-repeat center bottom;
}

#flash {
	position: absolute;
	/*top: 13px; original, not pushed down */
	top:28px;
	left: 18px;
}
#flashJingle {
	position:absolute;
	top:630px;
	left:20px;
	z-index:20;
}
#index #content {
	height: 340px;
	background: #fff url(images/bkgrd-tile.jpg) repeat-y scroll center top;
	padding-top: 25px;
	position: relative;
}

#content {
	height: 445px;
	background: #fff url(images/bkgrd-tile.jpg) repeat-y scroll center top;
	padding-top: 25px;
	position: relative;
}

#privacy #content {
	*height: 1250px!important/*IE7fix*/;
	height:auto/*Firefox*/;
}
html*#privacy #content {
	/*IE6 fix*/
	_height:100%;
}
#redirect #content {
	height:445px;;
}
#navigation {
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 28px;
}
html *#navigation {
	/*IE6 fix*/
	_margin-left: 18px;
}

#doubleColumn {
	width:623px;
	height: 100%;
	float:left;
	position:relative;
	margin-left:23px;
	margin-right:15px;
}
#narrowColumn2010 {
	width: 180px;
	height: 100%;
	float: left;
	position:absolute;
	top:220px;
	left:20px;
	margin-left: 23px;
	margin-right: 23px;
}
#narrowColumn2009 {
	width: 180px;
	height: 100%;
	float: left;
	position:absolute;
	top:230px;
	left:20px
	margin-left: 23px;
	margin-right: 23px;
}
#narrowColumn {
	width: 230px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 23px;
	margin-right: 23px;
}

#narrowColumnInterest {
	width: 600px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 23px;
	margin-right: 23px;
}

#wideColumn {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 380px;
	height: 100%;
}
#wideColumn2 {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 400px;
	height: 100%;
}




html *#wideColumn {
	/*IE6 fix*/
	_margin-left: 0px;
	_margin-right: 0px;
}

.popup {
}
a:link.popup, a:visited.popup {
}
a:hover.popup, a:active.popup {
	cursor: pointer;
}

#index #clientWindow {
	height: 320px;
	width:99%;
	font-weight: bold;
	position:absolute;
	top:0;
}
#footer {
	clear: both;
	height: 63px;
	background: transparent url('images/bkgrd-footer.jpg') no-repeat scroll center top;
	padding: 0pt 33px 0pt 28px;
	font-size: 85%;
}
/************************************/
/*------------- LINKS --------------*/
/************************************/
a:visited {
	color: #872807;
	text-decoration: none;
}
a:link {
	color: #872807;
	text-decoration: none;
}
a:hover {
	color: #bcae7c;
}
a:active {
	color: #bcae7c;
}
/************************************/
/*------------- HEADER -------------*/
/************************************/

#eTeller2 {
	float: center;
	font-size:120%;
}

#eTeller {
	float: left;
	font-size:150%;
}
#eTeller a {
	font-weight: bold;
}
#top-nav {
	float: right;
}
#top-nav a {
	font-weight: normal;
}
#top-nav a:visited {
	color: #000;
}
#top-nav a:link {
	color: #000;
}
#top-nav a:hover {
	color: #bcae7c;
}
#top-nav a:active {
	color: #bcae7c;
}
/************************************/
/*------------ NAVIGATION -------------*/
/************************************/
#navigation ul {
	list-style-type: none;
}
#navigation a {
	height: 16px;
	width: 180px;
	display: block;
}
#navigation li.access a {
	background: transparent url('images/btn-accessHIGH.gif') no-repeat scroll center top;
}
#navigation li.checking a {
	background: transparent url('images/btn-checkingHIGH.gif') no-repeat scroll center top;
}
#navigation li.savings a {
	background: transparent url('images/btn-savingsHIGH.gif') no-repeat scroll center top;
}
#navigation li.loans a {
	background: transparent url('images/btn-loansHIGH.gif') no-repeat scroll center top;
}
#navigation li.atm a {
	background: transparent url('images/btn-atmHIGH.gif') no-repeat scroll center top;
}
#navigation li.fee a {
    background: transparent url('images/btn-feeHIGH.gif') no-repeat scroll center top;	
}
#navigation li.brokerage a {
	background: transparent url('images/btn-brokerageHIGH.gif') no-repeat scroll center top;
}

#navigation li.education a {
	background: transparent url('images/btn-educationHIGH.gif') no-repeat scroll center top;
}


#navigation li.other a {
	background: transparent url('images/btn-otherHIGH.gif') no-repeat scroll center top;
}
#navigation li.newsletter a {
	background: transparent url('images/btn-newsletterHIGH.gif') no-repeat scroll center top;
}
#navigation li.kidsclub a {
	background: transparent url('images/btn-kidsHIGH.gif') no-repeat scroll center top;
}
#navigation li.media a {
	background: transparent url('images/btn-mediaHIGH.gif') no-repeat scroll center top;
}	
#navigation li.tcuf a {
	background: transparent url('images/btn-tcufHIGH.gif') no-repeat scroll center top;
	
}

#navigation a:visited img,
#navigation a:link img {
	visibility: visible;
}
/* current page navigation highlite */
#access #navigation li.access a img,
#newsletter #navigation li.newsletter a img,
#other #navigation li.other a img,
#brokerage #navigation li.brokerage a img,
#atm #navigation li.atm a img,
#loans #navigation li.loans a img,
#savings #navigation li.savings a img,
#checking #navigation li.checking a img, 
#kidsclub #navigation li.kidsclub a img,
#media #navigation li.media a img {
	visibility: hidden;
}

/* rollover state */
#navigation a:hover img,
#navigation a:active img {
	visibility: hidden;
}

/*
#middle-nav {
	*margin-top:-14px!important;
	margin-top:0;
	padding-bottom:1.2em;
}
*/
#add-nav {}

#social{float:left;height:50px;width:70px;clear:both;display:block;}
#social a:hover img, #social a:active img{visibility:visible;}
/************************************/
/*-------- LOANS navigation --------*/
/************************************/

#loans .block ul {
	text-transform: lowercase;
	text-align: right;
	font-size: 100%;
	float: right;
	display: block;
}
#loans .block ul li {
	padding: 0em 0em 1em 0em;
	list-style-type: none;
}
#loans .block ul li a {
	background-color: #e1e1e1;
	color: #000;
	border: 1px #bcae7c solid;
	display: block;
	padding: 0.1em 1em 0em 0.4em;
	width: 155px;
}

#loans .block ul li a:hover {
	background-color:#bcae7c;
	color:#fff;
}
#loans .block ul li strong a {
	background-color: #872807;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#loans .block ul li strong a.current {
	background-color:#bcae7c;
}

#loans .block ul li a.current {
	background-color:#bcae7c;
}
/************************************/
/*----------- MISCELLANEOUS -----------*/
/************************************/
#footer p {
	text-align: right;
	padding-top: 70px;
}
p {
	padding: 0 0 20px 0;
}
.half {
	padding-bottom:10px;
}
.normal {
	font-weight:normal;
}
.justify {
	text-align:justify;
}
.rightalign {
	text-align:right;
}
.leftalign {
	text-align:left;
}
.centeralign {
	text-align:center;
}
em {
	background-color: #EFEFEF;
	/*font-style: normal;
	text-decoration:underline;*/
	padding-left: 2px;
	/*padding-right: 2px;*/
	display: inline-block;
}
#index strong {
	font-size:115%;
	font-weight:bold;
}
.underline {
	text-decoration: underline;
}
.hrRed {
	border-bottom:1px #872807 solid;
	width:100%;
}
.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
}
.clear {
	clear: both;
}
blockquote {
	padding: 0 100px;
}
.smallText {
	font-size: 75%;
	font-weight: normal;
	line-height: 125%;
}
.bottom {
	position: absolute;
	top: 270px;
	left: 0px;
	width: 100%;

}
html*.ie6 {
	_margin-top: -15px;/*IE6*/
}
.bottom img {
	float: left;
	padding: 2px 5px 0 0;
}

#bottomLeft {
	float:left;
	position:absolute;
	left:28px;
	top:320px;
}
html*#bottomLeft {
/*IE6 fix*/
	_top:360px;
}
html*.bottom {
	_top: 320px;
}
.block {
	display: table;
	padding-bottom: 15px;
	width: 100%;
}
.block img {
	border-color: #C0C0C0;
	float: left;
	padding: 2px 5px 0 0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-top-color: #C0C0C0;
}

.block .right img  {
	float:right;
	padding:2px 0 0 5px;
}

#index .block {
	font-size:75%;
	line-height:125%;
}
/************************************/
/*--------- PAGES specific ---------*/
/************************************/

#checking .block ul li, #privacy #doubleColumn ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}
#other #wideColumn ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-bottom:10px;
}

#kids #wideColumn ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom:10px;
}

#savings #wideColumn li, #people #wideColumn li {
	list-style-type:none;
	padding-bottom:5px;
}
#savings .bottom {
	margin-bottom:50px;
	position:absolute;
	top:200px;
}
html*#savings .bottom {
	_top:240px;
}
#newsletter .bottom {
	top:250px;
}
#newsletter html*.bottom {
	top: 290px;
}

#atm .bottom {
	top:410px;
}
table {
	width:100%;
}
tr {
	vertical-align:top;
}
#loan-rates {
	height: 425px; 
	border: 3px #BCAE7C double;
}
#loan-specials {
	height: 425px; 
	border: 3px #BCAE7C double;
}
#loan-rates tr {
}
#loan-specials tr {
}
#loan-rates th {
	vertical-align: middle;
	background-color: #E7E0C6;
}
#loan-specials th {
	vertical-align: middle;
	background-color: #E7E0C6;
}
#loan-rates td {
	border-right:1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding:5px;
}
#loan-specials td {
	border-right:1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding:5px;
}

#privacy h3,
#redirect h3 {
	padding-top:15px;
}
#privacy p,
#redirect p {
	padding-bottom:5px;
}
#privacy blockquote span {
	line-height: 30px;
}
#toolbar #bar {
	width: 620px;
	height: 83px;
	float: left;
	position: absolute;
	right: 0px;
	top: 17px;
}
#bar-table {
	position: absolute;
	top: 140px;
}
#bar-table img {
	height:48px;
	width:48px;
}
#bar-table tr {
	height: 70px;
}
#install { 
	padding:10px; 
	position: absolute; 
	top: 140px;
}

#newsletter ul#archive {
	text-align:left;
	list-style-type:none;
}
#newsletter ul#archivetwo {
	text-align:left;
	list-style-type:none;
}

#newsletter .buffer {
	height: 100px;
	display:block;
	width:100%;
	background-color:lavender;
}
/************************************/
/*----------- COLORS -----------*/
/************************************/
.colorRed2 {
	color: #872807;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
}
.colorBlack2 {
	color: black;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
}

.colorMain {
	color: #bcae7c;
}
.colorLight {
	color: #e7e0c6;
}
.colorNeutral {
	color: #e1e1e1;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #872807;
}

