/* NAVIGATION */
.nav {
	height: 20px;
	}
.nav ul {
	margin: 0;
	padding: 0;
	text-align: center;	
	}
.nav li {
	list-style-image: none;
	display: inline;
	margin: 0 0 0 -4px;
	padding: 0;
	}

/* DHTML MENU */
.clCMEvent{position:absolute; z-index:1000; width:100%; height:100%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:hidden}
.clCMAbs{position:absolute; width:10; height:10; left:0; top:0; visibility:hidden}
.clB,.bordercolor{position:absolute; visibility:hidden; z-index:1;}
.temp{position:absolute; width:200; height: auto; visibility:hidden;}
.item_on,.item_off{position:absolute; width:200; height:22; cursor:pointer; cursor:hand; text-align:left;}

.item_on,.item_off{
	padding:2px 2px 2px 8px;
	font-size:8pt;
	font-weight:normal;
	font-family:verdana, arial, sans-serif;
	overflow: visible;
}

.bordercolor{
	background-color:#0077D4;
	layer-background-color:#0077D4;
}

.item_off
{
	color:#0077D4 ;
	layer-background-color:#ffffff;
	background-color:#ffffff;
}

.item_on
{
	color:#FF9A00;
	background-color:#0077D4;
	layer-background-color:#0077D4;	
}

.fact_text {
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
td,tr,p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.broughtby, a:link.broughtby   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #0077D4;
}
a:hover {
	color: #FF9A00;
}
.bold {
	font-weight: bold;
}
.boldorange {
	font-weight: bold;
	color: #FF9A00;
}
h1 {
	font-weight: bold;
	color: #FF9A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a:link.breadcrumb {
	color: #000000;
}
a:hover.breadcrumb {
	color: #666666;
}
.bodytext10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Section_Header{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6D6D6D;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/*-- TAFT REGION CSS --*/

/* CONTENT: SITEMAP STYLES */
.content_sitemap {
}


/* CONTENT: BANNER STYLES */
.content_banner {
}

/* CONTENT: POLL STYLES */
.content_poll_title {
	font-size: 14px;
	color: #054800;
	font-weight: bold;
}

.content_poll_option {
}

/* CONTENT: ARTICLE STYLES */
.content_article_header{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9A00;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.content_article_list {
}

/* CONTENT: CALENDAR STYLES */
.content_calendar_header {
	font-size: 14px;
	color: #054800;
	font-weight: bold;
}

.content_calendar_list {
}

.content_calendar_table {
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9; 
}
			
.content_calendar_table_headercell {
	background: #B9B9B9;
	text-align: center;
}

.content_calendar_table_cell {
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	font-size: 8pt;
}

.content_calendar_table_selectedcell {
	background: #E6E6E6;
}

/* ------------------------------------------------------ */

/* REGIONS: REGION TITLE */
.regions_title {
	margin: 2px;
	margin-left: 11px;
	padding: 2px;
	font-size: 11px;
	color: #054800;
	font-weight: bold;
}

/* REGIONS: SITEMAP STYLES */
.regions_sitemap {
}


/* REGIONS: BANNER STYLES */
.regions_banner {
}

/* REGIONS: RELATED LINKS STYLES */
.regions_relatedlink_list {
	margin: 2px;
	margin-left: 25px;
	padding: 2px;
}

.regions_sitemap {
	margin: 5px;
	margin-left: 23px;
	padding: 4px;
}

/* REGIONS: POLL STYLES */
.regions_poll_title {
	font-weight: bold;
}

.regions_poll_option {
}

/* REGIONS: ARTICLE STYLES */
.regions_articles_list {
	margin: 5px;
	margin-left: 23px;
	padding: 4px;
}

.regions_articles_list LI {
	margin-bottom: 5px;
}

/* REGIONS: CALENDAR STYLES */
.regions_calendar_list {
}

.regions_calendar_table {
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9; 
}
			
.regions_calendar_table_headercell {
	background: #B9B9B9;
	text-align: center;
}

.regions_calendar_table_cell {
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	font-size: 8pt;
}

.regions_calendar_table_selectedcell {
	background: #E6E6E6;
}

/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
a.helpLink, a.helpLink:visited, a.helpLink:link, a.helpLink:active {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
	cursor:				help;
}

a.helpLink:hover {
	color:				Blue;
	text-decoration:	none;
	border-bottom:		1px dashed Blue;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}

/* --- EXTRA FONTS FOR CATHY ----- */
.orange_hilight{
	color: #f99310;
	font-weight: bold;
}
.blue_hilight{
	color: #4a34d1;
	font-weight: bold;
}
.teal_hilight{
	color: #0f92bb;
	font-weight: bold;
}