﻿/* DEFAULT STYLES */
/*h1 { margin: 3px 0; padding: 0; font-size: 18px; color: #005799; font-weight: bold; }
h2 { margin: 0; padding: 0; font-size: 14px;  color: #980017; }
h3 { margin: 0; padding: 0; font-size: 12px; color: #980017; }
h4 { margin: 0; padding: 0; font-size: 12px; color:#980017; }

p { margin: 0; padding: 0; font-size: 12px; line-height: 18px; color: #4d4d4d; }
ul { margin-left: 25px; padding: 0; font-size: 12px; color: #4d4d4d; }
li { margin: 17px 0; list-style-type: disc; }

ol { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4d4d4d; }
ol li { margin-left:25px; list-style-image:none; list-style-type:disc; line-height:18px; }

p { display: block; margin-bottom: 15px; font-size: 12px; }
a { color: #005799; text-decoration: none; }
a:hover { text-decoration: none; color: #09164a; }
*/
a img.leftCol {
	float: left;
	clear: left;
	border: 1px solid #7f87a1;
	margin-left: 0;
	margin-bottom: 4px;
}
/* Horizonal Navigation Call */
@import url('H-Navigation.css');
/* Inside Page Navigation Structure */
.insideNav li.topLevel {
	display: block;
	width: 179px;
	background: url('../images/nav/topLevel-back.jpg') no-repeat 0 0;
	padding: 4px 0 5px 0;
}
.insideNav li.topLevel a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #1E486A;
	text-decoration: none;
	padding-left: 18px;
}
.insideNav li.topLevel a:hover {
	color: #980017;
}
.insideNav li.topLevel ul.secondLevel {
	margin-top: 5px;
	background: url('../images/nav/secondLevel-back.jpg') repeat-x 0 0;
	display: none;
	padding-top: 2px;
	padding-bottom: 4px;
}
.insideNav li.topLevel ul.secondLevel li {
	list-style-type: none;
	color: #980017;
	margin-left: 25px;
	margin-top: 4px;
	font-size: 12px;
}
.insideNav li.topLevel ul.secondLevel li a {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D597D;
	padding-left: 0px;
}
.insideNav li.topLevel ul.secondLevel li a:hover {
	color: #980017;
}
.insideNav li.topLevel ul.secondLevel ul {
	display: none;
}
.insideNav li.topLevel ul.secondLevel ul li {
	color: #980017;
	list-style-type: none;
	margin-left: 8px;
	margin-top: 1px;
	font-size: 11px;
}
.insideNav li.topLevel ul.secondLevel ul li a {
	font: 12 px Arial, Helvetica, sans-serif;
	color: #2D597D;
	font-weight: normal;
}
.insideNav li.topLevel ul.secondLevel ul li a:hover {
	color: #980017;
}
.insideNav li.topLevel ul.secondLevel ul li ul li {
	margin-left: 7px;
	font-size: 11px;
	list-style-type: none;
	margin-left: 0px;
	line-height: 13px;
}
.insideNav li.topLevel ul.secondLevel ul li ul li a {
	font-size: 11px;
}
/* HTML Styles */
body {
	background: url('../images/background_tile.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 5px 0 5px 0;
}
strong {
	font-weight: bold;
}
.address {
	margin-left: 15px;
	font: 10 px Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.strong2 {
	font-weight: bold;
	color: #980017;
	margin-left: 15px;
}
/* Checking & Savings Grid*/
/*.pSave table { font-family: Arial, Helvetica, sans-serif; font-size: 11px; width:618px; border: 1px solid #ccc; margin-bottom: 20px; }
.pSave th { padding: 6px 6px 10px; text-align:left; font-size: 12px; 
.pSave th { padding: 6px 6px 10px; text-align:left; font-size: 12px; border-bottom:1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; background: url('../images/nav/secondLevel-back.jpg') repeat-x; }
.pSave2 th { padding: 6px 6px 10px; text-align:left; font-size: 12px; width: 103px; border-bottom:1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.pSave td { padding: 6px 6px 10px; font-size: 12px; text-align:left; color:#4d4d4d; border-bottom:1px solid #ccc; border-left:1px solid #ccc; }
.pSave caption { text-align:center; font-size: 11px;  color: #980017; font-weight: bold; padding:5px; }
.tr-footer { background: url('../images/secondLevel-back2.jpg') repeat-x;  }
.stripe1 { background-color:#f5f5f7;}
.stripe1 img { padding-bottom:6px; }
h4 { margin: 0; padding: 0; font-size: 12px; color:#980017; }
.pSave strong { font-size: 12px; font-weight:bold; }
.pSave caption { margin: 10px 0 0 0; padding: 0; font-size: 14px;  color: #980017;}*/
table.pSave {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*width: 618px;*/
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.pSave th {
	padding: 6px 6px 10px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: url('../images/nav/secondLevel-back.jpg') repeat-x;
}
.pSave2 th {
	padding: 6px 6px 10px;
	text-align: left;
	font-size: 12px;
	width: 103px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pSave td {
	padding: 6px 6px 10px;
	font-size: 12px;
	text-align: left;
	color: #4d4d4d;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pSave td ul {
	margin-left: 15px;
	padding-left: 15px;
}
.pSave th ul li {
	margin-left: 22px;
	padding-left: 10px;
	list-style: none;
	list-style-image: url('../images/bullet.gif');
}
.pSave td ul li {
	margin-left: 22px;
	padding-left: 10px;
	list-style: none;
	list-style-image: url('../images/bullet.gif');
}
.pSave caption {
	text-align: center;
	font-size: 11px;
	color: #980017;
	font-weight: bold;
	padding: 5px;
}
.pSave2 .tr-footer {
	background: url('../images/secondLevel-back2.jpg') repeat-x;
}
.stripe1 {
	background-color: #f5f5f7;
}
.stripe1 img {
	padding-bottom: 6px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #980017;
	font-weight: bold;
	text-align: center;
}
a h4 {
	color: #005799;
}
a h4:hover {
	color: #09164a;
}
.pSave strong {
	/*font-size: 12px;*/ font-weight: bold;
}
.pSave caption {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #980017;
}
.pSave font {
}
.smallText {
	font-size: 11px;
}
/* Div Styles */
div#container {
	width: 836px;
	margin: 0px auto;
}
#logo_nav {
	width: inherit;
	height: 70px;
	font-size: 10px;
	margin-top: 25px;
	color: #FFF;
}
#logo {
	float: left;
	margin-left: 10px !important; *;
	margin-left: 5px;
}
#utilNav {
	float: right;
}
#outerBorder {
	border: 1px solid #C9C9C9;
	border-width: 1px 1px 1px 1px;
	width: 827px;
	padding: 3px;
	padding-right: 2px;
	background: #fff;
}
#insideMainArea {
	width: 827px;
	background: #FFF;
}
#insideMainAreaCont {
	width: 642px;
	float: right;
	position: relative;
	top: 3px;
	left: -3px;
	z-index: 0;
}
#topBar {
	width: 828px;
}
#leftSide {
	float: left;
	width: 180px;
	margin-right: 4px;
}
#rightSide {
	float: left;
	width: 644px;
	border: 0px solid #4d4d4d;
}
#mid_leftSide {
	float: left;
	width: 180px;
	margin-right: 4px;
	margin-top: 0px;
}
#mid_leftSide2 {
	float: left;
	width: 180px;
	margin-right: 3px;
	margin-top: 3px;
	margin-left: 1px;
	_margin-left: 0;
}
#mid_rightSide {
	float: right;
	width: 642px;
	border: 0px solid red;
}
#UserLogin {
	width: 180px;
	height: 155px;
	margin-top: 4px;
	background: #e2e3e9;
}
#navigation {
	width: 643px;
	border: 0px solid #4d4d4d;
	height: 31px;
}
#navigation a {
	font-family: Verdana;
}
#headerImage {
	width: 642px;
	height: 155px;
	margin-top: 3px !important; *;
	margin-top: 4px;
}
#buttonArea {
	width: 828px;
	height: 108px;
	border: 0px solid #4d4d4d;
	margin: 4px 0;
}
#mainContent {
	width: 643px;
	float: right;
}
#insideMainContent {
	float: left;
	width: 615px;
	margin-left: 2px;
	border: 0px solid #4d4d4d;
	padding-top: 8px;
	padding-left: 10px;
}
.mainContentPadding {
	padding: 0px 15px 0 10px;
}
#insideMainContent2 {
	float: left;
	margin-bottom: 10px;
	border: 0px solid #7f87a1;
}
#insideMainContent2 h1 {
	margin: 3px 0;
	padding: 0;
	font-size: 18px;
	color: #005799;
	font-weight: bold;
}
#insideMainContent2 h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #980017;
}
#insideMainContent2 h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #980017;
}
#insideMainContent2 p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
}
#insideMainContent2 ul {
	width: 85%;
	margin: 15px 15px;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
#insideMainContent2 li {
	margin: 17px 0;
	list-style-image: url('../images/li_img.jpg');
}
#insideMainContent2 ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
#insideMainContent2 ol li {
	margin-left: 25px;
	list-style-image: none;
	line-height: 18px;
}
#insideMainContent2 p {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
#insideMainContent2 a {
	color: #005799;
	text-decoration: none;
}
#insideMainContent2 a:hover {
	text-decoration: none;
	color: #09164a;
}
#formContainer {
	width: 95%;
	margin: 0 auto;
	border: 0px solid #4d4d4d;
}
#footer {
	width: 835;
	font-size: 10px;
	margin: 35px auto;
	padding-bottom: 25px;
	background: url('../images/member_fdic_logo.jpg') no-repeat bottom right;
}
#footer2 {
	width: 835;
	font-size: 10px;
	margin: 35px auto;
	padding-bottom: 25px;
}
/* Div HTML Styles */
#logo_nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#leftSide h1 {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: #980017;
	padding: 6px 0;
}

#leftSide h2 {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: #980017;
	padding: 6px 0;
}
#mainContent h1 {
	margin: 15px 0;
	padding: 0;
	font-size: 24px;
	color: #005799;
}
#insideMainContent h1 {
	margin: 3px 0;
	padding: 0;
	font-size: 18px;
	color: #005799;
	font-weight: bold;
}
#insideMainContent h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #980017;
}
#mainContent h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #980017;
}
#insideMainContent h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #980017;
}
#mainContent h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #980017;
}
#insideMainContent p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
}
#mainContent p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
}
#mainContent a {
	color: #005799;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: none;
	color: #09164a;
}
#insideMainContent ul {
	margin-left: 25px;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
.mainContentPadding ul {
	margin-left: 25px;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
#mainContent ul {
	margin-left: 25px;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
#insideMainContent li {
	margin: 17px 0;
	list-style-type: none;
}
.mainContentPadding ul li {
	margin: 17px 15px;
	list-style-type: disc;
}
#mainContent ul {
	margin: 17px 0;
	list-style-type: none;
	list-style-type: circle;
}
#insideMainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
#insideMainContent ol li {
	margin-left: 25px;
	line-height: 18px;
}
#insideMainContent p {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
#insideMainContent a {
	color: #005799;
	text-decoration: none;
}
#insideMainContent a:hover {
	text-decoration: none;
	color: #09164a;
}
#footer a {
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	size: 10px;
}
#footer a:hover {
	color: #4d4d4d;
	text-decoration: underline;
	color: #09164a;
}
#footer p {
	color: #4d4d4d;
	margin: 25px 0 25px;
}
#footer2 a {
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	size: 11px;
}
#footer2 a:hover {
	color: #4d4d4d;
	text-decoration: underline;
	color: #09164a;
}
#footer2 p {
	color: #4d4d4d;
	margin: 25px 0 25px;
}
/* Pop-up Window*/
#popUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 6px 10px;
	text-align: left;
}
#popUp a {
	color: #005799;
	text-decoration: none;
}
/* Classes */

.line {
	width: 615px;
	font: 0px Verdana;
	height: 0px;
	border-bottom: 1px dashed #CCC;
	margin: 15px 0px 15px 0px;
}

.branch {
	border: #ccc solid 1px;
	padding: 5px;
	margin-bottom: 15px;
}
span.formTitle {
	width: display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 12px;
	color: #4d4d4d;
}
a.getUserId {
	width: display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 12px;
	color: #4d4d4d;
}
span.formTitle {
	width: 160px;
	margin: 5px auto 10px;
	padding: 0 !important;
*	padding: 0 0 2px 0;
	background: url('../images/lock.jpg') no-repeat center right;
}
span.formTitle2 {
	font-size: 12px;
	width: 160px;
	margin: 5px auto 10px;
	padding: 0 !important;
*	padding: 0 0 2px 0;
}
a.olbLinks {
	display: block;
	padding: 1px 0;
	text-align: left;
	font-size: 10px;
	color: #4d4d4d;
}
ul#navmenu li {
	list-style: none;
	margin: 0;
	float: left;
}
.resource_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #e7bc32;
/*#980017; REGULAR COLORS*/	text-decoration: none;
	padding: 0 6px 7px 6px;
/*6px 0; OLD BUTTON*/	margin: 0;
	line-height: 5px;
}
.consumer_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; OLD BUTTON */	margin: 0;
}
.news_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; OLD BUTTON */	margin: 0;
}
.rates_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; OLD BUTTON */	margin: 0;
}
.loans_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; OLD BUTTON */	margin: 0;
}
.services_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; OLD BUTTON */	margin: 0;
}
.business_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px;
/*6px 0; FOR NEW BUTTON */	margin: 0;
}
.personal_bttn {
	display: block;
	display: expression('block');
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #980017;
	text-decoration: none;
	padding: 6px 7px; /*6px 0; FOR NEW BUTTON */
	/*margin: 0;*/
}
.personal_bttn {
	width: 120px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.business_bttn {
	width: 124px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.loans_bttn {
	width: 52px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.services_bttn {
	width: 70px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.rates_bttn {
	width: 52px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.news_bttn {
	width: 85px;
	margin-right: 3px !important; *;
	margin-right: 2px;
}
.consumer_bttn {
	width: 115px;
	margin-right: 0px;
	_padding-right: 0px;
	_padding-left: 0px;
}
.consumer_bttn {
	width: 115px;
}
.resource_bttn {
	width: 125px;
	margin-right: 0px;
	_padding-right: 0px;
	_padding-left: 0px;
}
html > body .consumer_bttn {
	width: 121px;
	_width: 115px;
}
a:hover.personal_bttn {
	background: #001044;
}
a:hover.business_bttn {
	background: #001044;
}
a:hover.loans_bttn {
	background: #001044;
}
a:hover.services_bttn {
	background: #001044;
}
a:hover.rates_bttn {
	background: #001044;
}
a:hover.news_bttn {
	background: #001044;
}
a:hover.consumer_bttn {
	background: #001044;
}
a:hover.resource_bttn {
	background: #001044;
}
div.smBox {
	width: 177px;
	height: 50px;
	border: 1px solid #7f87a1;
	margin-left: 0;
	margin-bottom: 4px;
}
div.smBox div.head1 {
	font-size: 12px;
	color: #980017;
	margin-top: 6px;
	margin-left: 96px;
}
div.smBox div.head2 {
	font-size: 16px;
	color: #001044;
	margin-left: 96px;
}
div.smBox img {
	float: left;
	clear: left;
}
.smBox2 {
	width: 177px;
	height: 50px;
	border: 1px solid #7f87a1;
	margin-left: 0px;
}
.smBox2 h1 {
	float: right;
	display: block;
	font-size: 12px;
	text-indent: 5px;
	margin: 0;
	padding: 0;
	color: #980017;
	padding: 2px 0 0 0;
}
.smBox2 h2 {
	float: right;
	font-size: 16px;
	text-indent: 5px;
	margin: 0;
	padding: 0;
	color: #001044;
}
.smBox3 {
	width: 100px;
	height: 18px;
	border: 1px solid #7f87a1;
	margin-left: 0px;
}
.smBox3 img {
	margin: 0 5px 0 2px;
}
.bigBox {
	float: left;
	width: 209px;
	height: 106px;
	border: 1px solid #7f87a1;
}
.bigBox h1 {
	font-size: 18px;
	text-indent: 7px;
	margin: 0;
	padding: 50px 0 0 0;
	color: #980017;
}
.bigBox h2 {
	font-size: 24px;
	text-indent: 7px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #001044;
}
.bigBox2 {
	float: left;
	width: 177px;
	height: 108px;
	border: 1px solid #7f87a1;
}
.bigBox2 h1 {
	font-size: 18px;
	text-indent: 7px;
	margin: 0;
	padding: 50px 0 0 0;
	color: #980017;
}
.bigBox2 h2 {
	font-size: 24px;
	text-indent: 7px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #001044;
}
#seniorsBox {
	margin-bottom: 4px;
	background: url('../images/sideBox/seniors_box_img.jpg') no-repeat;
}
#kidsBox {
	background: url('../images/sideBox/kids_box_img.jpg') no-repeat;
}
#jumboCheck {
	margin-right: 4px;
	background: url('../images/sideBox/jumboCheck_box_img.jpg') no-repeat center right;
}
#cdRates {
	width: 209px !important; *;
	width: 209px;
	margin-right: 4px;
	background: url('../images/sideBox/cd_rates_box_img.jpg') no-repeat center right;
}
#freedomCheck2 {
	width: 209px !important; *;
	width: 209px;
	margin-right: 4px;
	background: url('../images/sideBox/freedomCheck_box_img.jpg') no-repeat center right;
}
#freedomCheck3 {
	width: 177px !important; *;
	width: 177px;
	margin-right: 4px;
	background: url('../images/sideBox/freedomCheck_box_img.jpg') no-repeat center left;
}
#referAFriend {
	width: 177px !important; *;
	width: 177px;
	margin-right: 4px;
	background: url('../images/sideBox/raf_web_promobox_img.jpg') no-repeat center left;
}
#jumboMort {
	width: 209px !important;
	background: url('../images/sideBox/jumbo_mortgage_box_img.jpg') no-repeat center right;
}
#cdRates2 {
	width: 177px !important; *;
	width: 177px;
	margin-right: 4px;
	background: url('../images/sideBox/cd_rates_box_img.jpg') no-repeat center right;
}
#freedomCheck {
	width: 177px !important; *;
	width: 177px;
	margin-right: 4px;
	background: url('../images/sideBox/freedomCheck_box_img.jpg') no-repeat center right;
}
#jumboMort2 {
	width: 177px !important;
	background: url('../images/sideBox/jumbo_mortgage_box_img.jpg') no-repeat center right;
}
#smartMort2 {
	width: 177px !important;
	background: url('../images/sideBox/SM_Button.jpg') no-repeat center right;
}
#safeSolid {
	width: 177px !important;
	background: url('../images/sideBox/safe_solid.jpg') no-repeat center right;
}
#morgageCheckup {
	width: 177px !important;
	background: url('../images/sideBox/MortgageCheckup.jpg') no-repeat center right;
}
#tip {
	background: url('../images/bulb.jpg');
}
;

.list ul{ margin-left: 25px; padding: 0; font-size: 12px; color:#4d4d4d; }
.list li {
	margin: 15px 0 0 26px;
	list-style-image: url('../images/bullet2.gif');
}
.list2 ul {
	margin: 0 0;
	padding: 0;
	font-size: 12px;
	color: #4d4d4d;
}
.list2 li {
	margin: 0 0 0 26px;
	padding: 0;
	list-style-image: url('../images/bullet2.gif');
}
.backTop {
text-align:right;
margin:5px 0px;
}

/* Tertiary Navigation */
.tertNav {
	width: 179px;
	border: 0px solid #4d4d4d;
	margin: 5px 0px 0px;
}
a.rootNav {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-indent: 15px;
	margin-top: 2px;
	color: #555;
	background: url('../images/tertNav/side_nav_bg-reg.png');
}
a.rootNav:hover {
	color: #005799;
	background: url('../images/tertNav/side_nav_bg-roll.png');
}
a.rootNavOpen {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-indent: 15px;
	margin-top: 2px;
	color: #005799;
	background: url('../images/tertNav/side_nav_bg-roll.png');
}
a.subNav {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #2f2f2f;
	text-indent: 15px;
	margin-top: 2px;
}
a.subNav:hover {
	color: #005799;
	font-weight: bold;
}
/* styles for rates tool tables */
.title {
	font-family: Arial;
	font-size: 16px;
	color: #001044;
	font-weight: bold;
}
.title2 {
	font-family: Arial;
	font-size: 14px;
	color: #001044;
	font-weight: bold;
}
td.rates {
	border: 1px solid #000000;
	padding: 5px;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
td.ratesH {
	border: 1px solid #000000;
	padding: 5px;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}
td.rates2 {
	border: 1px solid #000000;
	padding: 5px;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
}
/* rates tables styles */
table.rates {
	border: 0px #CCCCCC solid;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
td.ratesN {
	border: 0px #CCCCCC solid;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
td.ratesHead {
	background: white url('../images/nav/secondLevel-back.jpg') repeat-x;
	height: 50px;
	text-align: center;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005799;
	font-weight: bold;
}
td.rates {
	background-color: white;
	text-align: center;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
/* CAPTCHA styles */
.CAPTCHAcontainer {
	margin: 0 auto 12px;
	width: 206px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #444;
}
.num {
	letter-spacing: 0.2cm;
	font-size: 18px;
	text-align: center;
	color: #cc0000;
}
.capDiv {
	border-style: solid;
	border-width: thin;
	border-color: rgb(222,223,222);
	background-color: rgb(247,247,247);
	width: 190px;
	padding: 8px;
	text-align: center;
}
.noListBullets li {
	list-style-type: none;
	margin: -6px 0 20px 0px;
	font-size: 8pt;
}
.innerlistIndent blockquote {
	margin: 18px 0 0 20px;
}
.siteMapSubTitles {
	color: #980017;
	font-size: 9pt;
	font-weight: bold;
}
.siteMapTable {
	width: 100%;
}
.siteMapTD {
	font-size: 8pt;
	color: #444;
	padding: 0 10px;
}
.backTop2 {
	float: right;
}
.backTop2 a:active {
	font-size: 7pt;
	font-weight: bold;
}
.backTop2 a:visited {
	font-size: 7pt;
	font-weight: bold;
}
.backTop2 a:link {
	font-size: 7pt;
	font-weight: bold;
}
.backTop2 a:hover {
	font-size: 7pt;
	font-weight: bold;
}
.tipBox {
	width: 177px;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 0px 0px 4px;
	background: url('../images/bulb.jpg');
	float: left;
	height: 108px;
	border: 1px solid #7f87a1;
}
div.tipBox p {
	width: 167px;
	position: relative;
	left: 5px;
	top: 5px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	list-style: decimal;
}
ol li {
	margin-left: 25px;
	line-height: 18px;
	list-style: decimal;
}
ol ol li {
	list-style: lower-alpha;
}
table.QandA {
	width: 100%;
}
table.QandA td {
	padding-right: 15px;
	font-size: 12px;
	color: #4D4D4D;
	vertical-align: top;
}
table.QandA tr.question, table.QandA tr.question td, table.QandA tr.question td span {
	color: #005799;
	font-weight: bold;
	padding-top: 12px;
}
img .nopadding {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: black;
}
/*COMMUNITY CORNER TABLE / IMAGES*/
.ccorner img {
	margin-right: 7px;
	border: 2px #ffffff solid;
}
.ccorner img:hover {
	border: 2px #1C2A59 solid;
}
