/* BAR NAV */
ul#barnav_frontpage li { padding-left: 26px; padding-right: 28px; }
ul#barnav_frontpage li.img_over { padding: 0; }
ul#barnav_frontpage #barnav_1 { padding: 0; width: 19px; background-image: url(/img/global/barnav/barnav_frontpage_left.png); }
ul#barnav_frontpage #barnav_2 { padding: 0; width: 19px; background-image: url(/img/global/barnav/barnav_frontpage_right.png); }
ul#barnav_frontpage a.barnav_button { height: 24px; background-position: 0px 0px; }
ul#barnav_frontpage a.barnav_button:hover { background-position: 0 -24px; }
ul#barnav_frontpage li.selected a.barnav_button { background-position: 0 -24px; }

/* WIDGET STYLES */
div#frontpage_content div.widget div.widget_image { border-right: 0 none; border-left: 0 none; }

/* SUBSCRIBE LINK STYLES */
div#subscribe_links {
	float: right;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	padding-top: 3px;
}

/* SCROLL BAR STYLES */
div.rss-headlines {
	float: left;
	clear: left;
	width: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.rss-headlines h4 {
	color:#F16522;
	float:left;
	font-size:13px;
	margin:0 4px 0 0;
	padding-right:12px;
}

div.rss-headlines a {
	color:#F16522;
}

div.scroller {
	display: block;
	height: 17px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	top: 2px;
}

div.scroller-content {
	color: #000000;
	position: absolute;
	left: 0px;
	top: -10px;
	font-size: 12px;
}


div.scroller-content a {
	color: #00488C;
}

