/*****************************************************************************
 * FEATURE BOX                                                               *
 *****************************************************************************/

#featureBox {
	margin-top: 10px;
	margin-bottom: 0px;
	background: url(../images/box-orange-glow-large.jpg) bottom center no-repeat;
}

#featureBox .content {
	margin: 10px 33px;
	margin-top: 0px;
}

/*****************************************************************************
 * HEADER AND MENU                                                           *
 *****************************************************************************/
#featureHeader {
	margin: 15px 33px;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 2px;
	background: url(../images/ellipsis-dark-grey.gif) bottom left repeat-x;
}
#featureMenu, #featureMenuFooter a {
	font-size: 10pt;
}
#featureMenu, #featureMenuFooter {
	margin: 0px 33px;
	margin-top: 10px;
	font-size: 10pt;
	text-align: center;
	background: url(../images/ellipsis-dark-grey.gif) bottom left repeat-x;
	padding-bottom: 15px;
}
#featureMenuFooter {
	background: none;
	padding-bottom: none;
}
/*****************************************************************************
 * STAT STYLES                                                               *
 *****************************************************************************/
.stat {
	color: #b9b9b9;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/ellipsis-dark-grey.gif) bottom left repeat-x;
}
#updatesBox ul {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #b5b3b3;
}
#updatesBox li {
	display: block;
	margin-bottom: 10px;
}
.stat .statHeader {
	display: block;
	margin: 15px 0px;
}
.stat .featureImage {
	margin: 0px;
	float: left;
	width: 170px;
	text-align: center;
}
.stat .featureContent {
	color: #b9b9b9;
	float: left;
	width: 575px;
	margin: 0px;
}
.stat .featureContent p {
	margin-top: 0px;
}
