/* Basic Full-time styles */
@import url("nav.css");

/*--------------------------------------------*/
/*------------- FEATURE HEADER ---------------*/
/*--------------------------------------------*/
#feature {
	width: 768px;
	background: url("images/globals/hd_program.jpg") no-repeat top left #333;
	padding: 0;
	margin: 0;
	height: 75px;
	color: #000;
	text-align:left;
}
#feature li a:link,
	#feature li a:visited,
	#feature li a:active {
	color: #f8af40;
	text-decoration:none;
}
#feature li a:hover {
	color: #88838d;
}


/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
#mainContent ul.linkList, 
	#shadedContent ul.linkList {
	list-style: none;
	color: #7c777f;
	margin: -8px 0px 0px 1em !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	marg\in/**/:/**/ -5px 0px 0px 1em; /*FOR IE6/WIN BROWSERS */
	padding: 0px;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	text-indent: -0.9em;
}
.linkList li a,
	.linkList li a:link,
	.linkList li a:visited,
	.linkList li a:active {
	color: #7c777f;
	text-decoration: none;
	padding-left: 10px;
	background-image: url("../../../images/globals/li_arrow-grey.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.4em;
}
.linkList li a:hover {
	color: #383639;
}
#mainContent p a:link,
	#mainContent p a:active,
	#mainContent p a:visited,
	#mainContent td a:link,
	#mainContent td a:visited,
	#mainContent td a:active,
	#shadedContent p a:link,
	#shadedContent p a:visited,
	#shadedContent p a:active,
	#shadedContent td a:link,
	#shadedContent td a:visited,
	#shadedContent td a:link {
	color: #dc9c3b;
	text-decoration: underline;
}
#mainContent p a:hover,
	#shadedContent p a:hover {
	color: #7c777f;
	text-decoration: underline;
}
.eventListing td a:link,
	.eventListing td a:active,
	.eventListing td a:visited {
	color: #dc9c3b;
	text-decoration: none;
}
.eventListing td a:hover {
	color: #7c777f;
	text-decoration: none;
}
h3, h3 a {
	color: #dc9c3b;
}
#mainContent ul li a, #mainContent ol li a,
	#shadedContent ul li a, #shadedContent ol li a {
	color: #dc9c3b;
	text-decoration: underline;
}
#mainContent ul li a:hover, #mainContent ol li a:hover,
	#shadedContent ul li a:hover, #shadedContent ol li a:hover {
	color: #7c777f;
	text-decoration: underline;
}



/*--------------------------------------------*/
/*------------- SHADED CONTENT ---------------*/
/*--------------------------------------------*/
.oneColProgram {
	background: #ffefde;
}
.twoColProgram {
	background: url("images/globals/global_2col.gif") repeat-y;
}
.threeColProgram {
	background: url("images/globals/global_3col.gif") repeat-y;
}

