#content .home-flash-left {
	overflow: hidden;
	height: 287px;
	width: 477px;
}
#news-story {
	background: #FFF;
	padding: 1px 0;
}


#tmp {
	display: none;
}

/* NEWS STORY OVERLAY */
#news-story {
	width: 550px;
	padding: 33px 0 0 0;
	min-height: 237px; /* 285 */
	position: relative;
	text-align: left;
	background: url('/images/bg-news-border.gif') 345px 100% no-repeat;
	overflow: hidden;
}
* html #news-story {
	zoom: 1;
}
* + html #news-story {
	zoom: 1;
}
#news-title {
	padding: 20px 0 0;
	margin: 0 33px 20px 0;
	border-top: 1px solid #CCC;
	float: right;
	width: 173px;
	display: inline;
}
#news-img {
	margin: 0 0 0 33px;
	float: left;
}
#news-content {
/* 	float: left; */
	display: inline;
/* 	margin-left: 26px; */
	width: 173px;
	float: right;
	margin-right: 33px;
}


/* NEWS CALLOUT */
#news {
	position: relative;
	height: 87px !important;
}
#news h2 {
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/home-title-news-on.gif') 0 5px #FFF no-repeat;
	width: 140px;
	height: 27px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 81px;
	z-index: 9;
}
#news-summary {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 87px;
	overflow: hidden;
}
.js-active #news-summary {
	height: auto;
}
#news-summary a {
	background: none;
	display: inline;
	height: auto;
}
#news-summary li {
	margin: 0;
	padding: 28px 0 2em 82px;
	position: relative;
	min-height: 44px;
}
* html #news-summary li {
	height: 44px;
}

.pic-link {
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 8px;
	left: 1px;
}
.headline {
	margin: 0;
	line-height: 1.2;
}
.headline a {
	text-decoration: none;
}
#news-summary .more {
	text-decoration: underline;
}
.js-active #news-summary {
	min-height: 87px;
}
* html.js-active #news-summary {
	height: 87px;
}
#news-prev,
#news-next {
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 6px;
	z-index: 9;
}
#news-prev {
	left: 82px;
}
#news-next {
	right: 0;
}

/* Brochure Callout */
#brochure a {
	zoom: 1;
}
#brochure a,
#brochure a:hover {
	color: #000;
}
#brochure span {
	float: right;
	margin: 7px 0 0;
}

/* Case Study Callout */
#case-study {
	margin-left: 0;
}
#case-study a,
#case-study a:hover {
	color: #000;
}

#case-study a {
	position: relative;
	display: block;
	min-height: 57px;
	padding: 30px 0 0 80px;
	zoom: 1;
	background: url('/images/home-title-portfolio.gif') 80px 6px no-repeat;
}
* html #case-study a {
	height: 57px;
}
#case-study img {
	position: absolute;
	top: 7px;
	left: 0;
}
#case-study span {
	display: block;
	text-align: right;
	margin: 15px 0 0;
}