
/* navigation elements */
.pgNavMain {
	width: auto;
	padding: 9px 0px 0px 13px;
	text-align: left; vertical-align: top;
}

.tblNavMain {
	background-image: url(../images/bg_pgTagline.gif);
	/*border: solid 1px #636363; border-width: 0px 1px 1px 0px;*/
}
/* buttons- text, highlight padding */
.tblNavLinkOff, .tblNavLinkOn {
	background-color: #708492;
	background-image: url(../images/bg_homepgTeaser.gif);
	color: #101fa0;
	font-size: 14px; font-weight: bold;
	text-align: left; vertical-align: middle;
	padding: 4px 7px 4px 7px;
	margin-bottom: 7px;
	border: solid 1px #627B98;
}
.tblNavLinkOn {
	background-color: #707f7b; /* #801c00; */
	background-image: url(../images/bg_navMain.gif);
	color: #ffffff;
	font-weight: bold;
}

.navSub {
	color: #055FAC;
	text-align: left;
	padding: 0px 1px 6px 0px;
	margin-bottom: 3px;
}
.navSubLink, .navSubLink:link, .navSubLink:visited, .navSubLink:hover {
	font-family: arial,geneva,helvetica,sans-serif; font-size: 11px; font-weight: normal;
	color: #1e3b60;
}
.navSubLink:hover {
	color: #900000;
	font-weight: bold;
}

.tblNavUtilOff, .tblNavUtilOn {
	font-size: 10px; font-weight: normal;
	text-align: left;
	padding: 0px 0px 6px 8px;
}
.tblNavUtilOff {
	color: #ffffff;
}
.tblNavUtilOn {
	color: #2E88D5;
}

.tblNavSub {
	width: 275px;
	padding: 8px;
}



/* text nav */
.pgNavTxtOuter {
	width: 99%;
	margin-top: 10px;
	padding: 2px;
	border: solid 1px #666f6c;
}
.pgNavTxt {
	background: #153E7E;
	text-align: center;
	padding: 5px 12px 5px 12px;
	border: solid 1px #6a7470;
}
.txtNavLink, .txtNavLink:link, .txtNavLink:visited, .txtNavLink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;
	color: #a7a9b6;
	padding: 0px 3px 0px 3px;
}
.txtNavLink:hover {
	/* background-color: #2373b8; */
	color: #ffffff;
}
