/* navigation elements */

.navUtilSrch {
	padding-left: 8px;
}

.pgNavMain {
	margin-top: 18px;
}
.pgNavUtil {
	text-align: right;
}
.pgNavTxt {
	text-align: center;
	margin: 14px 0px 0px 0px;
}
.tblNavMain {
	background-image: url(../images/bg_navMain.jpg);
	/*border: solid 1px #636363; border-width: 0px 1px 1px 0px;*/
}
/* buttons- text, highlight padding */
.tblNavLinkOff, .tblNavLinkOn {
	font-family: geneva,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold;
	text-align: left; vertical-align: middle;
	padding: 2px 0px 12px 0px;
	border: solid 1px #c8c4c0; border-width: 0px 1px 0px 0px;
}
.tblNavLinkOff {
	color: #858fa0;
}
.tblNavLinkOn {
	background-image: url(../images/bg_tblNavLinkOn.gif);
	color: #102030;
	font-weight: bold;
}

div.tblNavSubOff {
	width: 188px;
}
td.tblNavSubOff {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10px; font-weight: bold;
	line-height: 11px;
	padding: 7px 0px 0px 5px;
	/* border: solid 1px #808080; */
}

.navSub {
	color: #055fac;
	width: auto;
	text-align: left;
	padding: 1px 1px 8px 1px;
	margin-bottom: 11px;
	border: solid 2px #bfcfe0; border-width: 0px 0px 2px 0px;
}
.navSubLink, .navSubLink:link, .navSubLink:visited, .navSubLink:hover {
	padding: 0px 3px 1px 3px;
	font-size: 11px; font-weight: normal;
	color: #1e3b60;
}
.navSubLink {
	color: #1e5b80;
}
.navSubLink:hover {
	color: #bb3b09;
	font-weight: bold;
}

.tblNavUtilOff, .tblNavUtilOn {
	font-size: 10px; font-weight: normal;
	text-align: center;
	padding: 0px 0px 2px 0px;
}
.tblNavUtilOff {
	color: #909d9f;
}
.tblNavUtilOn {
	color: #2E88D5;
}

.tblNavSub {
	width: 275px;
	padding: 8px;
}



/* text nav */
.txtNavLink, .txtNavLink:link, .txtNavLink:visited, .txtNavLink:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: normal;
	color: #092848;
	padding: 1px 4px 1px 4px;
}
.txtNavLink:hover {
	/* background-color: #e0ecf7; */
	color: #a0b0bf;
}
