/* Text Formatting */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #797979;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #09386E;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
}

/* Link Formatting */
a, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #A27417;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #A27417;
}
.header a, .header a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #09386E;
}
.header a:hover {
	text-decoration: none;
}
.header a:active {
	text-decoration: none;
	color: #09386E;
}
.mtxHeader a, .mtxHeader a:visited, .mtxHeaderBorderLeft a, .mtxHeaderBorderLeft a:visited {
	color: #FFFFFF;
}
.mtxHeader a:hover, .mtxHeaderBorderLeft a:hover {
	color: #FFFFFF;
}
.mtxHeader a:active, .mtxHeaderBorderLeft a:active {
	color: #FFFFFF;
}

/* HTML Definitions */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: disc outside;
}

/* ID Definitions */
#wrapper {
	width: 100%;
	margin: 0px;
	border: none;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
}
#header {
	padding-top: 7px;
	background-color: #FFFFFF;
	padding-bottom: 1px;
}
#bannerBorder {
	border-top: none;
}
#banner {
	height: 78px;
	background-image: none;
}
#navBorder {
	display: none;
}
#nav {
	display: none;
}
#content {
	margin-left: 0px;
	margin-right: 0px;
}
#hmpgTop {
	display: none;
}
#footerContainer {
	display: none;
}
#footerBorder {
	display: none;
}
#footer {
	display: none;
}
#leftCol {
	display: none;
}
#leftColLinksBorder {
	display: none;
}
#leftColLinks {
	display: none;
}
#leftColLinks p {
	display: none;
}
#leftColAd {
	display: none;
}
#leftColAd p {
	display: none;
}
#leftColAd img {
	display: none;
}
#login {
	display: none;
}
#login form {
	display: none;
}
#login form p {
	display: none;
}
#login form #id, #login form #pin {
	display: none;
}
#hmpgPhoto {
	display: none;
}
#photoAboutUs{
	float: right;
	margin: 5px;
	width: 116px;
	text-align: center;
}
#photoAboutUs img {
	margin: 2px;
	text-align: center;
}
#photoAboutUs p {
	margin: 2px 0px;
	text-align: left;
}

/* Misc. Classes */
.container {
	width: 99%;
	float: none;
}
.topOfPageLink p {
	display: none;
}
.date {
	color: #09386E;
}
.hideObject {
	display: none;
	padding: 0px;
}
.hideLinkObject {
	display: none;
	padding: 0px;
}
.hideFaqObject {
	display: none;
	padding: 0px;
}
.hideMatrixObject {
	display: none;
	padding: 0px;
}
.hideRatesObject {
	display: none;
	padding: 0px;
}
.hideLocationObject {
	display: none;
	padding: 0px;
}
.hideEmpObject {
	display: none;
	padding: 0px;
}
.hideFaqObject {
	display: block;
	padding: 0px;
}

/* FAQ Classes */
.faqContainer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A2ABCE;
	border-left-color: #A2ABCE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A2ABCE;
}
.faqQuestion {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2ABCE;
}
.faqQuestion a, .faqQuestion a:visited, .faqQuestion a:hover, .faqQuestion a:visited:hover {
	padding-left: 26px;
	background-image: url(images/bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	display: block;
}
.faqAnswer {
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #A2ABCE;
}

/* Matrix Formatting */
.mtxBorder {
	border-right: 1px solid #0A50A1;
	border-left: 1px solid #0A50A1;
	border-top: 1px solid #0A50A1;
}
.mtxHeader {
	color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #0A50A1;
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	background: #0A50A1;
}
.mtxHeaderBorderLeft {
	color: #FFFFFF;
	border-bottom: 1px solid #0A50A1;
	border-left: 1px solid #FFFFFF;
	padding: 3px;
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	background: #0A50A1;
}
.mtxRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	border-bottom: 1px solid #0A50A1;
}
.mtxRowBorderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	border-bottom: 1px solid #0A50A1;
	border-left: 1px solid #0A50A1;
}
.mtxRowAlt {
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	border-bottom: 1px solid #0A50A1;
	background: #EDEDED;
}
.mtxRowAltBorderLeft {
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	border-bottom: 1px solid #0A50A1;
	border-left: 1px solid #0A50A1;
	background: #EDEDED;
}
.mtxBorderMore {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 1px solid #0A50A1;
}
.showMoreInfo {
	display: table-cell;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	border-bottom: 1px solid #A2ABCE;
}
.bulletListMtx {
	border-top: 1px solid #0A50A1;
	border-left: 1px solid #0A50A1;
	border-right: 1px solid #0A50A1;
}
.bulletListMtxTd {
	padding-left: 26px;
	border-bottom: 1px solid #0A50A1;
	padding-top: 3px;
	padding-right: 43px;
	padding-bottom: 3px;
	background: url(images/loginBullet.gif) no-repeat 14px 11px;
}
.bulletListMtxTdNone {
	padding-left: 3px;
	border-bottom: 1px solid #0A50A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.bankNewsContainer {
	border-top: solid 1px #EFEFEF;
	padding-top: 14px;
	margin-top: 14px;
}

/* Print Control */
.printOnly {
	display: block;
}
.noPrint {
	display: none;
}
.menu {
	display: none;
}