/* SUPERNEWS */
#supernews {
	margin: 0 0 18px 0;
}
#supernews ul {
	display: block;
	margin: 0;
	width: 49%;
	height: 40px;
	border-bottom: 4px solid #69498E;
	background-color: #DADEDF;
	float: left;
/*	background: #838E92 url(../images/h1_decorator.gif) top;*/
}
#supernews ul li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: none;
}
#supernews ul li.selected {
	background: #69498E;
	color: white;
}
#supernews ul li.selected a,
#supernews ul li.selected h3 {
	color: white;
}
#supernews ul li a,
#supernews ul li h3 {
	display: block;
	color: #47545D;
	margin: 8px 20px 5px 20px;
	font-weight: bold;
}
	#supernews ul li a:hover {
		color: #F7D100;
	}
#supernews p {
	margin: 10px;
}
#supernews .photo {
	float: left;
	margin-right: 8px;
	width: 220px;
}
#supernews h4 {
	margin-top: 18px;
	margin-bottom: 4px;
}
#supernews .photo img {
	border: 4px solid #DADEDF;
}
#supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

/* Calendar */
#supernews .calendar {
	margin-left: 4px;
}
#supernews .calendar li a {
	margin: 8px 10px 5px 30px;
}	


#bimages {
	position: relative;
	height: 325px;
	width: 630px;
	overflow: hidden;
	background: #DADEDF url(../images/icn_loading.gif) center no-repeat;
	margin: 0 0 4px 0;
	border-bottom: 4px solid #69498E;
}
#bimages .images {
	height: 300px;
	width: 630px;
}
#bimages h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #69498E;
	padding: 7px 6px 6px 10px;
	font-size: 1em;
	color: #47545D;
	font-weight: 600;
	margin: 0;
	z-index: 5;
	color: white;
}
#bimages .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 630px;
	background-color: #DADEDF;
}
#bimages .caption a {
	display: block;
	margin-left: 8px;
	margin-top: 4px;

}

