@charset "UTF-8";
/* CSS Document */

#mainPromoBox{
	width:958px;
	height:378px;
	margin:0px 0px 20px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

#heroBlock{
	width:372px;
	height:378px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#heroImage{
}

#heroLinks{
	width:471px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	background: #FFFFFF;
	float: left;
}

#heroLinks a:link, #heroLinks a:active, #heroLinks a:visited {
	background: #e7e7e7;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 114px;
	border-left: 3px solid #FFFFFF;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	float: left;
	text-align: center;
}

#heroLinks a:hover {
	color: #000000;
	background: #666666;
}



#heroText{
	width:586px;
	height:217px;
	margin:0px;
	background-color:transparent;
	padding: 0px;
	float: left;
}

#heroText .content {
	margin: 0px;
	padding: 20px 20px 10px;
	height: 162px;
	width: 431px;
	color: #000000;
}

#heroText h2 {
	font-size: 22px;
	margin-top: 10px;
	color: #000000;
}

#heroText h3 {
	font-size: 14px;
	margin-top: 10px;
	color: #333333;
}

#heroText p {
	color: #666666;
}

#heroText a:link, #heroText a:active, #heroText a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

#heroText a:hover {
	color: #666666;
}

