@charset "UTF-8";
/**************************/
/**** Featured Stories ****/
/**************************/

#featuredStoriesContainer
{
	width: 356px;
	height: 385px;
	float: left;
	display: inline;
	margin: 16px 0 10px 7px;
	position: relative;
}
#featuredStoriesMaskContainer
{
	width: 356px;
	height: 385px;
	background: transparent url(/images/featured_stories.png) no-repeat 0 0;
	z-index: 500;
	position: absolute;
	left: 0;
	top: 0;
}
#featuredPhoto_1, #featuredPhoto_2, #featuredPhoto_3, #featuredPhoto_4
{
	display: block;
	position: absolute;
	left: 17px;
	top: 39px;
	z-index: 100;
}
#featuredThumb_1, #featuredThumb_2, #featuredThumb_3, #featuredThumb_4, #featuredAnchor_1, #featuredAnchor_2, #featuredAnchor_3, #featuredAnchor_4
{
	display: block;
	position: absolute;
	top: 296px;
}
#featuredAnchor_1, #featuredAnchor_2, #featuredAnchor_3, #featuredAnchor_4
{
	width: 71px;
	height: 68px;
	z-index: 1000;
}
#featuredThumb_1, #featuredAnchor_1
{
	left: 21px;
}
#featuredThumb_2, #featuredAnchor_2
{
	left: 102px;
}
#featuredThumb_3, #featuredAnchor_3
{
	left: 184px;
}
#featuredThumb_4, #featuredAnchor_4
{
	left: 266px;
}
#featuredText_1, #featuredText_2, #featuredText_3, #featuredText_4
{
	width: 300px;
	position: absolute;
	left: 30px;
	top: 212px;
	z-index: 1000;
}
.featuredText h1
{
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #126;
	margin-bottom: 2px;
}
.featuredText p
{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #6B5F3C;
}
.featuredText a
{
	color: #E19830;
	text-decoration: underline;
}
.featuredText a:hover
{
	text-decoration: none;
}

#centerColumn.home h1
{
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #E19830;
	margin-bottom: 15px;
}
#centerColumn h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #126;
}
#centerColumn.home p
{
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 14px;
}


