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

.news #content {
	float:left;
	margin-top:20px;
	width:610px;
}


/* =News Sidebar
---------------------------------------------------------------------
*/

#news_sidebar {
	border-top:1px solid #E5E5E5;
	float:right;
	width:310px;
}

#subscribe_link {
	/* border-bottom:1px solid #E5E5E5; */
	padding:15px 0 0;
	text-align:right;
}

#recent_news{
	border-bottom:1px solid #E5E5E5;
	padding:15px 0;
}

#news_sidebar h5 {
	color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-transform:lowercase;
}

#recent_news {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0px;
}

.news_box {
	border-top:1px solid #E5E5E5;
	padding:8px 0;
}

.news_date {
	color:#666666;
	float:left;
	margin-right:15px;
	width:25px;
}

.news_date .month {
	display:block;
	font-size:10px;
	text-align:center;
}

.news_date .day {
	display:block;
	font-size:17px;
	text-align:center;
}

.news_title {
	color:#666666;
	float:left;
	line-height:30px;
	width:270px;
}

.news_title a {
	color:#666666;
	padding:5px 0;
	text-decoration:none;
	line-height:17px;
}

.news_title a:hover {
	background:#C41230 none repeat scroll 0 0;
	color:#FFFFFF;
}

#news_archive_link {
	border-bottom:1px solid #E5E5E5;
	padding-top:15px;
}

#back_arrow {
	background:transparent url(/images/back_arrow.jpg) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:18px;
	text-align:left;
	text-indent:-999em;
	width:9px;
}

.sIFR-active #back_arrow {
	margin-top:-2px;
}

#back_link {
	display:block;
	float:right;
	font-size:14px;
	margin:0 5px 10px 0;
	text-align:right;
	text-transform:uppercase;
}

.sIFR-active #back_link {
	margin-right:0;
}

#news_categories {
	border-bottom:1px solid #E5E5E5;
	padding:15px 0;
}

#news_categories ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#news_categories ul li {
	padding:2px 0;
}

#news_categories ul li a {
	text-decoration:underline;
}

#news_categories ul li a:hover {
	text-decoration:none;
}



/* =News - Details
---------------------------------------------------------------------
*/

#news_title {
	background:transparent url(/images/red_semi_trans.png) repeat scroll left top;
	color:#FFFFFF;
	float:left;
	font-size:23px;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:7px 10px;
	text-transform:uppercase;
}

.sIFR-active #news_title {
	padding-bottom:0;
}

#news_date {
	color:#000000;
	font-size:16px;
	padding:25px 0 18px;
}

#news_image {
	margin-bottom:20px;
	overflow:hidden;
	width:610px;
}

#news_text {
	margin-bottom:30px;
}



/* =News - Archive
---------------------------------------------------------------------
*/

#news_archive_list {
	border-top:1px solid #E5E5E5;
	margin-top:15px;
}

.news_archive_box {
	border-bottom:1px solid #E5E5E5;
	padding:15px 0 0;
}
