/* This lot only applies to the home page */

#Content .Featured.Right
{
	width: 136px;
	float: right;
	margin-left: 10px;
	text-align: center;
}

#Content .Featured.Wide
{
	width: 460px;
}

#Content .Featured .Line
{
	border: 1px solid #545855;
	background-color: #C6E3C8;
	padding: 5px;
	margin-bottom: 4px;
}

#Content .Featured a, 
#Content .Featured p
{
	color: #545855;
}
	
#Content .Featured .Line .Name
{
	font-size: 12px;
	font-weight: bold;
}

#Content .Featured .Line .Description 
{
	font-size: 11px;
}

#Content .Featured h2
{
	background: url(../images/featured-bg.png) no-repeat;
	font-size: 12px;
	color: white;
	padding: 4px 0 2px 0;
	width: 136px;
	text-align: center;
	margin: 0 0 1px 0;
}

#Content .Featured .Line.Alt
{
	background-color: #FDEED7;
}

#Content .Featured.Wide .Thumbnail
{
	float: left;
	margin-right: 10px;
}

