
/*- Menu Tabs K--------------------------- */ 	

#subNavHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 930px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	color: #ffffff;
	line-height: normal;
	text-align: right;
}

#subNav {
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	margin: 0 auto;
	padding: 0px;
	color: #ffffff;
	line-height: normal;
	background-image: url(/images/navTier2Bg.png);
}

#subNav ul {
	float: right;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
}

#subNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#subNav .highlighted {
	width: auto;
	display: block ;
	float: left;
	height: 22px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	color:#FFD306;
	text-transform: uppercase;
	font-weight:500;
	letter-spacing:-0.25px;
	word-spacing:-1;
	background: url(/images/navTier2BgOver.png) no-repeat center top;
}

#subNav a {
	display: block ;
	width: auto;
	float: left;
	height: 22px;
 	margin: 0px;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:-0.25px;
	word-spacing:-1;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#subNav a:hover {
	color: #ffd305;
}




#subNav2 {
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	margin: 0 auto;
	padding: 0px;
	color: #ffffff;
	line-height: normal;
	background-color: #000000;
	text-align: center;
}

.subNav2_container {
	clear: both; 
	text-decoration: none;
	display: inline-block;
}

#subNav2 ul{
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
#subNav2 li {
	float: left;
}

#subNav2 .highlighted {
	width: auto;
	display: block ;
	float: left ;
	height: 26px;
	padding: 10px 15px 0px 15px;
	color: #ffffff;
	background: url(/images/navTier3BgOver.png) no-repeat center top;
}

#subNav2 a {
	display: block ;
	width: auto;
	float: left;
	height: 26px;
 	margin: 0px;
	padding: 10px 15px 0px 15px;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	font-stretch:condensed;
}

#subNav2 a:hover {
	color: #ffd305;
}

#contentColOnly {
	background-color: #000000;
	width: 930px;
	margin: 0 auto;
	min-height:400px;
}
#contentDiv {
	padding: 20px;
}

#Pagination {
	float: right;
}

.form_instructions {
	font-weight: normal ;
        font-size: 10px ;
	color:#c37f27;
}

a:link.form_instructions, a:active.form_instructions, a:visited.form_instructions, a:hover.form_instructions {
	color: #c37f27;
}

.form_error {
        color: #cc0000 ;
        font-style: italic ;
}
