#headline {width:100%; overflow:hidden;}

.box_headline { background: #f4f4f4; padding: 5px; margin-bottom: 10px;}

#box_center_holder_home .box_headline h1 { font-size: 22px; padding: 5px 0px; border-bottom: none; margin-bottom: 0;}

.headline_article_holder { width: 100%; overflow:hidden;}

.headline_image { text-align: center; position: relative; display: block; height: 238px; }

.headline_body {color:#555555;}

.headline_link a { text-align: right; font-size: 11px; color: #1948b6;}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 9px;
	width: 312px; 
	text-align: left;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 3px;
	z-index: 999;
	opacity: .60;               /* Standard style for transparency */
	-moz-opacity: .60;          /* Transparency for older Mozillas */
	filter: alpha(opacity=60);  /* Transparency for IE */
}

/* Hides from IE5-mac \*/
* html .headline_image div.image_caption { left: 8px; bottom: 2px; }
/* End hide from IE5-mac */

/*** Small headlines ***/

.other_headlines {}

.other_headlines h2 {font-size: 14px;}

.other_headlines span.summary {font-size: 11px; color:#555555;}

.other_headlines div.headline_article_holder { margin-bottom: 10px; border-bottom: 1px solid #DCDCDC; padding: 0px 5px 5px 5px;}

.other_headlines div.image { float: left; margin: 0px 5px 5px 0px;}
