/* CSS Document */

.news {
	margin-bottom: 20px;
	position: relative;
}

.news .largetext img {
	margin: 0px 5px 5px 0px;
	border: 4px solid #CCCCCC;
}

.news .date {
	width: 60px;
	height: 135px;
	position: absolute;
	margin-left: -129px;
	margin-top: -23px;
	padding: 59px 10px 0px 59px;
	background-image: url(/images/pages/news/date.png);
	text-align: center;
}

.news .date .month {
	height: 24px;
	font-size: 17px;
	line-height: 24px;
	color: #333333;
}

.news .date .day {
	height: 34px;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
}

.news .date .time {
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	color: #CCCCCC;
}

.news .title {
	height: 29px;
	background-image: url(/images/pages/news/title.png);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-bottom: 10px;
}

.news .title h3 {
	font-size: 12px;
	line-height: 29px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px #360000;
	margin: 0px;
	padding: 0px;
	_padding-left: 10px;
}

.news .title div {
	width: 5px;
	height: 41px;
	float: right;
	background-image: url(/images/pages/news/title_right.png);
	margin-top: -6px;
	margin-left: -5px;
}

.news .smiley {
	width: 70px;
	height: 77px;
	margin-top: -9px;
	padding: 9px 0px 0px 14px;
	position: absolute;
	right: 10px;
	background-image: url(/images/pages/news/smiley.png);
}

.news .bottom {
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(/images/pages/news/bottom.png);
	margin-top: 20px;
}

.feature {
	width: 285px;
	height: 138px;
	border: 3px solid #333333;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
	position: relative;
	background-image: url(../images/header/background.jpg);
	background-position: center;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.home_feature {
	width: 291px;
	height: 140px;
	background-position: center;
	position: absolute;
	z-index: 5;
}

.feature a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#feature1_info, #feature2_info {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	background-color:#000000;
	color: #FFFFFF;
	position: absolute;
	width: 291px;
	height: 40px;
	z-index: 10;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
}

#feature1_info div, #feature2_info div {
	font-size: 11px;
}

.next {
	padding: 10px;
	text-align:  center;
}

.next a {
	background-color: #325698;
	padding: 2px 4px 2px 4px;
	color:white;
	text-decoration: none;
}

.next a:hover {
	background-color: #274274;
}

.next a:first-child,
.next a:last-child {
	font-weight: bold;
}