@charset "utf-8";
/* CSS Document */
#featuredWrapper {
	width: 770px;
}

#featuredImage {
	position: relative;
	width: 570px;
	height: 200px;
	background: url(/fch/images/featured_default.jpg) no-repeat #333333
}



#featuredText {
	position: relative;
	width: 197px;
	height: 200px;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #D0DCE8;
	float:right;
}

#featuredText ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
	
}

#featuredText li{
	list-style:none;
	padding: 10px;	
	border-top: 1px solid #FFF;
}

#featuredText li a{
	color: #336699;
	text-decoration: none;
}

#featuredText li a:hover{
	color: #AB0030;
	text-decoration: none;
}


#featuredHead {
	height: 29px;
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	margin: 0px;
	border-bottom: 1px solid #507CA8
}

.edate {
	color: #555
}


#box {

z-index:-3;
}
#thumbBox 
{
	width: 570px;
	height: 200px;
	position:relative;
	overflow: hidden;
	left: 0px;
	top: 0px;

}
#thumbs
{
width: 3000px;
}

#thumbs img {
border:none;
}

.caption {
color:#FFF;
padding:22px 0 0 0;
}

