/* =Layout
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	position: relative;
	padding: 6px 0px;
	margin: 0px;
	background: #fbfcfd url(images/backgrounds/body.png) repeat-x left top;
}

/* =Miscellaneous
----------------------------------------------- */
#topBar {
	display: none;
	/*position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background: url(images/backgrounds/topBar.png) repeat-x left top;*/
}
.topOfPageLink {
	padding: 18px 0px;
	text-align: center;
}
.hideObject {
	display: none;
}
.showObject {
	display: block;
}
img {
	border: none;
}
.borderFull {
	border: 1px solid #90b4d5;
}
form {
	padding: 0px;
	margin: 0px;
}
.formReqField {
	color: #ff0000;
}
.devNote {
	font-weight: bold;
	color: #FF00FF;
}
.textNormal {
	font-weight: normal;
}

/* =Window function classes 
-------------------------------------------------------------------------------- */
/*These are only here so that Dreamweaver's auto-complete will know they exist, 
making it faster to edit. These classes are only used with the windowFunctions() 
javascript function and do not require modification for decoration purposes.*/
.extLink {}
.emailLink {}
.testBrowser {}
.calcLink {}
.newWindow {}

/* =Fonts
----------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #575757;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
a {
	color: #00539e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pageCopy a {
	text-decoration: underline;
}
#pageCopy a:hover {
	text-decoration: none;
	background-color: #d2dfed;
}
#pageCopy a:visited {
	color: #5e5e5e;
}
#pageCopy a:visited:hover {
	background-color: #e9e9e9;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2 {
	font-size: 20px;
	color: #00539e;
	margin: 5px 0 13px 0;
}
h3 {
	font-size: 14px;
	color: #00539e;
	margin: 5px 0 13px 0;
}
h4, h5, h6 {
	font-size: 12px;
	margin: 0;
}
h4 {
	color: #00539e;
}
h5, h6 {
	color: #575757;
}
p, table {
	margin: 0 0 18px 0;
}
ul, ol, dl, blockquote {
	margin: 10px 0 18px 20px;
	padding-left: 0px;
}
#pageCopy ul li {
	list-style: none;
	background: url(images/backgrounds/bulletMain.gif) no-repeat left 6px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 9px;
}

/* =Page Layout
----------------------------------------------- */
#page {
	width: 826px;
	margin: 0px auto;
}

/* =Header
----------------------------------------------- */
#header {
	position: relative;
	float: left;
	width: 764px;
	height: 126px;
	padding: 38px 31px 0px 31px;
	background: url(images/backgrounds/header.png) repeat-y left top;
}
/* Secondary Navigation */
#navSec {
	float: left;
	width: 764px;
	height: 14px;
	text-align: right;
	color: #00539e;
	font-size: 11px;
}
/* Logo */
#logo {
	float: left;
	width: 764px;
}
#logo img {
	display: block;
}
/* Date */
#date {
	position: absolute;
	width: auto;
	top: 95px;
	right: 33px;
	font-size: 11px;
}

/* =Main Navigation
----------------------------------------------- */
#navMain {
	position: relative;
	z-index: 999999;
	float: left;
	width: 764px;
}
#navMain img {
	float: left;
	display: block;
}
#navMain ul, #navMain ul li {
	padding: 0px;
	margin: 0px;
}
#navMain ul {
	display: block;
}
#navMain ul li {
	display: inline;
}
/* Menu Styles */
#navMain .menu {
	visibility: hidden;
	position: absolute;
	z-index: 999999;
	top: 39px;
	width: 158px;
}
#navMain .menu ul, #navMain .menu li {
	float: none;
	display: block;
	width: 158px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navMain .menu ul {
	border: solid 1px #eff4f8;
}
#navMain .menu li {
	background-color: #FFFFFF;
}
#navMain .menu a {
	display: block;
	width: 146px;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #2f73b0;
	font-weight: bold;
}
#navMain .menu a:hover {
	background-color: #d2dfed;
}
/* Menu Alignment */
#onlineBankingLayer {
	left: 5px;
}
#depositAccountsLayer {
	left: 158px;
}
#loanAccountsLayer {
	left: 322px;
}
#additionalServicesLayer {
	left: 467px;
}
#aboutUsLayer {
	left: 641px;
}

/* =Content Area
----------------------------------------------- */
#content {
	float: left;
	width: 764px;
	padding: 0 31px;
	background: url(images/backgrounds/content.png) repeat-y left top;
}

/* =Sub Content (Left Column)
----------------------------------------------- */
#contentSub {
	float: left;
	width: 223px;
}
/* Login */
#login {
	width: 213px;
	height: 89px;
	padding: 10px 5px;
	background: url(images/backgrounds/login.png) no-repeat left top;
}
#hp #login {
	height: 136px;
	padding: 10px 5px;
	background: url(images/backgrounds/loginHP.png) no-repeat left top;
}
#login img {
	display: block;
}
#login h2 {
	margin: 0px;
}
#login form {
	display: block;
	width: 201px;
	padding: 9px 6px 6px 6px;
}
#login table {
	margin: 0px;
}
#login label {
	display: block;
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 2px;
}
#login #id, #login #pin {
	width: 100px;
	font-size: 9px;
}
#login #loginButton {
	margin-top: 17px;
	vertical-align: middle;
}
.links {
	display: block;
	width: 201px;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
	color: #ffffff;
	font-size: 11px;
}
#hp #login .links {
	padding-top: 5px;
	padding-bottom: 0px;
}
#login .links a {
	color: #ffffff;
	text-decoration: underline;
}
#login .links a:hover {
	text-decoration: none;
}
/* Marketing */
#marketing {
	/*float: left;*/
	width: 223px;
}
#marketing img {
	display: block;
}
/* Helpful Links */
#helpfulLinks {
	width: 195px;
	padding: 26px 0px;
	margin: 0px auto;
}
#helpfulLinks select {
	width: 195px;
}

/* =Main Content (Right Column)
----------------------------------------------- */
#contentMain {
	float: left;
	width: 541px;
}
/* Banner */
#banner {
	width: 541px;
	height: 109px;
}
#hp #banner {
	width: 541px;
	height: 156px;
}
#banner img {
	display: block;
}
/* Welcome */
#welcome {
	float: left;
	width: 271px;
}
#welcome h1 {
	margin: 0px;
}
#welcome h1 img {
	display: block;
}
#welcome ul {
	list-style: none;
	display: block;
	padding: 12px 6px;
	margin: 0px;
}
#welcome ul a {
	display: block;
	padding-left: 18px;
	margin-bottom: 9px;
	background: url(images/bullets/welcome.png) no-repeat left 3px;
	font-size: 12px;
}
/* Good News */
#goodNews {
	float: left;
	width: 270px;
}
#goodNews h2 {
	margin: 0px;
}
#goodNews h2 img {
	display: block;
}
#goodNews dl, #goodNews dt, #goodNews dd {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#goodNews dl {
	padding: 12px 15px;
}
#goodNews dt {
	font-size: 16px;
	color: #00539e;
}
#goodNews dd {
	margin-bottom: 18px;
}
/* Body Copy (Interior Pages Only */
#pageHeader h1 {
	margin: 0px;
	padding: 0px;
}
#pageHeader img {
	display: block;
}
#pageHeader span {
	display: none;
}
#pageCopy {
	padding: 26px 16px 0px 16px;
}

/* =Footer
----------------------------------------------- */
#footer {
	float: left;
	color: #00539e;
	width: 764px;
	height: 10px;
	padding: 28px 31px 20px 31px;
	background: url(images/backgrounds/footer.png) no-repeat left top;
}
/* Footer Navigation */
#footerNav {
	float: left;
	width: auto;
	font-size: 11px;
}
/* Compliance Logos */
#compliance {
	float: right;
	width: auto;
	font-size: 11px;
}
#compliance img {
	vertical-align: baseline;
}
/* Show/Hide Classes
--------------------------------------------------*/

.hideObject {
	display: none;
	padding: 0px;
}
.showObject {
	display: block;
	padding: 0px;
}
/* FAQs Formatting
--------------------------------------------------*/

table.faqTable {
	width: 100%;
	margin: 13px 0;
	border: none;
}
table.faqTable th, table.faqTable td {
	padding: 1px 4px;
	border: none;
	text-align: left;
	vertical-align: text-top;
}
table.faqTable tr.faqQuestion th {
	font-weight: bold;
	font-size: 15px;
	color: #00a685;
}
table.faqTable tr.faqAnswer th {
	font-size: 15px;
	color: #aaaaaa;
}
table.faqTable tr.faqAnswerHidden {
	display: none;
}

/* = Product Matrix Formatting
--------------------------------------------------*/
/*
Blue = 00539e
Light Blue = 92adc6
Gray = f4f4f4
*/

.matrix {
	width: 100%;
	margin-bottom: 18px;
	border: solid 1px #92adc6;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	line-height: 15px;
}
.matrix td, .matrix th {
	padding: 4px;
	border: solid 1px #92adc6;
	text-align: center;
}
.matrix th {
	border: 1px solid #92adc6;
	background-image:url(images/backgrounds/matrixHeader.png);
	background-repeat:repeat-x;
	background-color: #00539e;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}
.matrix td {
	background: none;
	vertical-align: middle;
}
.matrix th.leftCol, .matrix td.leftCol {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.matrix td.leftCol {
	color: #003666;
}
.matrix tr.rowHighlight td {
	background-color: #f4f4f4;
}
.matrix tr.showMoreInfo {
	display: block;
	display: table-row;
}
.matrix tr.showMoreInfo td, .matrix tr.hideMoreInfo td {
	text-align: left;
}
.matrix tr.hideMoreInfo {
	display: none;
}
.matrixSubText {
	font-weight: normal;
}

/* = Matrix Formatting - (left alligned)
--------------------------------------------------*/
/*
Blue = 00539e
Light Blue = 92adc6
Gray = f4f4f4
*/

.matrixAlt {
	width: 100%;
	margin-bottom: 18px;
	border: solid 1px #92a8ce;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	line-height: 15px;
}
.matrixAlt table {
	margin: 0 !important;
}
.matrixAlt td, .matrixAlt th {
	padding: 4px;
	border: solid 1px #92adc6;
	text-align: left;
}
.matrixAlt th {
	border: 1px solid #92adc6;
	background-image:url(images/backgrounds/matrixHeader.png);
	background-repeat:repeat-x;
	background-color: #00539e;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 12px;
}
.matrixAlt td.alignRight {
	text-align: right;
}
.matrixAlt td {
	background: none;
	vertical-align: top;
}
.matrixAlt tr.rowHighlight td {
	background-color: #e9e9e9;
}
.matrixAlt td.mtxPhoto {
	text-align: center;
	width: 1%;
}
.matrixAlt td.mtxPhoto img {
	border: 1px solid #989a99;
}

/* = Form Formatting - (left alligned)
--------------------------------------------------*/
/*
Blue = 00539e
Light Blue = 92adc6
Gray = f4f4f4
*/

.form {
	width: 100%;
	border-spacing: 0;
	font-size: 11px;
	line-height: 15px;
	border: solid 1px 92adc6;
	border-collapse: collapse;
	background-color: #f4f4f4;
	margin-bottom: 18px;
}
.form td, .form th {
	padding: 5px;
	text-align: left;
	border: solid 1px #92adc6;
	vertical-align: top;
}
.form th {
	background-image:url(images/backgrounds/matrixHeader.png);
	background-repeat:repeat-x;
	background-color: #00539e;
	border: 1px solid #92adc6;
	font-weight: bold;
	color: #fff;
	padding-bottom: 12px;
}
.form td {
	background: none;
	vertical-align: top;
}
.form table {
	width: 100%;
	border-spacing: 0;
	border: none;
	margin-bottom: 0px;
}
.form table td, .form table th {
	padding: 1px;
	border: none;
}
/* Locations Matrix List
--------------------------------------------------*/

#locationsList {
	width: 100%;
	margin:0;
	padding: 0;
}
#locationsList ul {
	margin: 0;
	padding: 0px 0 0px 0;
}
#locationsList ul li {
	list-style: none;
	background-image: none;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#locationsList ul li a, #locationsList ul li a:visited {
	background-image: url(images/backgrounds/bulletPlusLocations.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	display: block;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	color: #00539e;
	font-weight: bold;
	border-bottom: 1px solid #90b4d5;
}
#locationsList ul li a:hover, #locationsList ul li a:visited:hover {
	background-image: url(images/backgrounds/bulletPlusLocations_f2.gif);
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #90b4d5;
}
#locationsList ul li a.lastLink {
	border-bottom:none;
}

