/*----------------------------
HOME PAGE FEATURES
----------------------------*/


	#home_feature_holder {
		width: 980px;
		height: 649px;
		position: relative;
		background-image: url(images/home_feature_header_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom: 5px;
	}
	
	.home_feature
	{
		width: 980px;
		height: 540px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}
	
	.home_feature .featured_content
	{
		position: absolute;
		left: 615px;
		top: 320px;
		padding-right: 100px;
	}
	
	.home_feature .featured_content sup
	{
		line-height: 12px;
		font-size: 9px;
	}
	
	.home_feature .featured_content,
	.home_feature a
	{
		font-size: 14px;
		line-height: 20px;
		color: #FFFFFF;
	}
	
	
	.home_feature a
	{
		text-decoration: none;
		display: block;
		font-weight: bold;
		text-align: right;
		margin-top: 12px;
		opacity: .6;
		filter:alpha(opacity=60);
	}
	
	.home_feature a:hover
	{
		opacity: 1;
		filter:alpha(opacity=100);
	}
	

/*----------------------------
FEATURED NAVIGATION FOOTER
----------------------------*/


	#featured_footer_top
	{
		width: 980px;
		height: 13px;
		background-image: url(images/site_feature_footer_top.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		position: absolute;
		left: 0px;
		top: 540px;
		z-index: 3;
		text-align: right;
	}
	
	#featured_footer
	{
		width: 980px;
		height: 100px;
		background-image: url(images/site_feature_footer.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		position: absolute;
		left: 0px;
		top: 553px;
		z-index: 1;
		text-align: right;
	}
	
	#featured_indicator
	{
		position: absolute;
		width: 85px;
		height: 13px;
		top: 540px;
		left: 548px;
		z-index: 5;
		padding; 0px;
		margin: 0px;
	}
	
	#featured_footer_text {
		position: absolute;
		left: 50px;
		top: 30px;
		text-align: center;
		font-family: Lucida Sans Unicode,Lucida Grande,Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
		font-size: 18px;
		line-height: 18px;
		color: #838383;
		font-weight: normal;
		letter-spacing: -1;
		width: 380px;
	}
	
	.featured_item
	{
		position: relative;
		display: inline;
		top: 5px;
		width: 85px;
		height: 85px;
		margin-right: 20px;
		margin-left: 0px;
		padding: 0px;
		text-align: center;
	}
	
	.featured_item a
	{
		opacity: .5;
		filter:alpha(opacity=50);
	}
	
	.featured_item a:hover
	{
		opacity: 1;
		filter:alpha(opacity=100); 
	}
	