.news_border_top {
	background: url(../images/b_news_top.jpg) top left no-repeat;
	width: 800px;
	height: 5px;
	margin-top: 7px;
}

.news_border_middle {
	background: url(../images/b_news_middle.jpg) top left no-repeat;
	width: 800px;
}

.headline {
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/news_headline_bg.jpg) top left no-repeat;
	width: 589px;
	height: 28px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 2.4em;
	padding-bottom: 9px;
}

.headline_close {
	background: url(../images/news_headline_bg_close.jpg) top left no-repeat;
}

.headline_close a.story_link {
	color: #fff;
}

a.story_link {
	text-decoration: none;
	color: #000;
	display: block;
}

span.headline_text {
	padding-left: 12px;
}

span.read_more {
	position: absolute;
	left: 414px;
	top: 0;
}

span.close {
	left: 444px;
}

span.story_date {
	position: absolute;
	left: 502px;
	padding-left: 12px;
	top: 0;
	font-size: 12px;
	line-height: 2.5em;
	font-weight: bold;
}

/* CSS BORDER FOR NEWS INFO
#news_story {
	margin-top: 7px;
	border: 1px #D7D7D9 solid;
} */

h3, div#story_text {
	padding-left: 12px;
	padding-top: 12px;
	line-height: 1.2em;
}

h3, div#story_text.small_width {
	width: 500px;
}

h3 {
	color: #6F6F6F;
	font-size: 18px;
	font-weight: bold;
}

div#story_text {
	float: left;
	font-size: 11px;
}

div#story_text p {
	padding-bottom: 1.2em;
}

img#story_image {
	float: right;
	padding: 12px 15px 12px 0;
	width: 242px;
}

a#attachment_link:hover {
	text-decoration: none;
}