@charset "utf-8";
/* CSS Document */

#features {
	width: 830px;
	height: 260px;
	margin-bottom: 20px;
	border: 1px solid #cedfed;
	background-color: #fbfcfe;
	color: #333;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.feature {
	display: none;
	position: absolute;
	height: 240px;
	width: 830px;
	background-color: #fbfcfe;
	overflow: auto;
	overflow-x: hidden;
}
.feature img.right {
	float: right;
	width: 200px;
	height: 140px;
	padding: 3px;
	border:3px solid #d48198;
	padding: 2px; 
}

#feature-nav {
	position:  relative;
	margin: 240px -10px -10px -10px;
	padding: 0px 10px 0px 10px;
	height: 30px;

	background-image: url(../images/pageMenuBg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #cedfed;
	
	color: #a90432;
	
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 30px;
	vertical-align: middle;
}
#feature-nav a {
	text-decoration: none;
	cursor: pointer;
	width: 200px;
	float: left;
}
#feature-nav a.next {
	text-align: right;
	margin-left: 430px;
}
#recentNews, #recentEvents, #highlight {
	width: 270px;
	float: left;
}
#recentEvents {
	margin: 0 20px 0 20px;
}
#recentNews li, #recentEvents li, #highlight li {
	list-style: none;
}

#highlight img {
	width: 260px;
	height: 100px;
	border:3px solid #d48198;
	padding: 2px;
}

#highlight #advertisement {
	border: 1px solid #cedfed;
	background-color: #fbfcfe;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 5px;
}
#highlight #advertisement img {
	width: 70px;
	height: 70px;
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
#advertisement p {
	line-height: 14px;
}

#badges {
	height: 70px;
	overflow: hidden;
	position: relative;
}
#badges .badge {
	display: none;
	position: absolute;
	overflow: hidden;
	background-color: #fbfcfe;
}
#advertisement .details {
	text-align: right;
}