@charset "utf-8";
/* Home */
#pageContent .featureLinks {
	width: 30%;
	float: right;
	padding: 10px 10px 2px;
	margin: 0px 0px 10px 10px;
	list-style: none;
	background-image: url(/__templates/www/_images/bg-inset-corner-round-tl.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#pageContent .featureLinks li {
	display: block;
	margin-bottom: 8px;
	text-indent: 0px;
}
#pageContent .featureLinks a {
	color: #445c8a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#pageContent .featureLinks a:hover {
	color: #a71f25;
}
#pageContent .featureContent h2 {
	clear: none;
}

