/*******************************************
	RSS News Feeds Style 
*******************************************/
.news_icon {
	background:url(../images/news-icon.png) no-repeat;
	width:60px;
	height:60px;
	position:absolute;
	top:-25px;
	right:-40px;
	z-index:1000;
}
.rss_feed_area {
	width:375px;
	float:right!important;
	margin:10px;
	position:relative;
}
.rss_feed_content_wrapper {
	background:#fff url(feed_wrapper.jpg) repeat-x;
	min-height:120px;
	width:100%;
	height:auto;
	border-radius:10px;
/*	border:#75a4da 1px solid; */
	border:#ddd 1px solid;
	padding:5px;
	margin:5px auto;
}
.rss_feed_content {
	width:355px;
	height:auto;
	font-size:11px;
	font-style:italic;
	color:#555;
	padding:5px 10px;
	margin:5px auto;
}
.rss_feed_content img {
	float:left;
	max-height:75px;
	max-width:75px;
	margin:10px;
	padding:2px;
	border:1px solid #ccc;
}
.rss_feed_content a:link, .rss_feed_content a:visited {
/*	color:#75a4da;  */
	color:#f39800;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.rss_feed_content a:hover, .rss_feed_content a:active {
	color:#555;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}
/*******************************************
	END News Feeds Style 
*******************************************/
#ticker-wrapper {
	background:url(feed-ticker.png) no-repeat;
	width:740px;
	height:30px;
	margin:5px auto;
	position:relative;
}
#rss-icon {
	width:210px;
	height:30px;
	float:left;
}
#rss-icon a {
	display:block;
	width:210px;
	height:30px;
}
#ticker-area {
	width:530px;
	height:30px;
	line-height:30px;
	border:none;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: normal;
	overflow:hidden;
	color: #719CC8;
	float:left;
}
#ticker-area a{
  color: #719CC8;
	text-decoration: underline;
}
#ticker-area a:hover{
  color: #555;
	text-decoration: none;
}