			/* ############ */
			/* ### NEWS ### */
			/* ############ */


/* ################## */
/* ### NEWS FONTS ### */
/* ################## */

.news_headline {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

.news_latest_subheader {
	color: white;
}

.news_single_subheader {
	font-style: italic;
	font-size: 10px;
}




/* ################### */
/* ### NEWS BASICS ### */
/* ################### */

#news_srt {
	height: 5px;
	width: 5px;
	float: right;
	background-image: url(images/news_srt.jpg);
}

#news_content_right {
	float: right;
}

#news_single_content_right {
	float: right;
}
* html #news_single_content_right {
	min-width: 1px;
	widht: auto !important;
	width: 1px;

}

#news_content_left {
}


/* ################### */
/* ### LATEST NEWS ### */
/* ################### */

#news_latest_container {
	width: 195px;
	background : #FFFFFF url(images/news_latest_sr.jpg) repeat-y 50% 0;
}

	#news_latest_headline {
		height: 25px;
		line-height: 25px;
		width: 185px;
		padding-left: 5px;
		float: left;
		background-color: #002647;
	}
	* html #news_latest_headline {
		width: 190px;
	}
	
	#news_latest_content {
		width: 180px;
		padding: 5px;
		float: left;
		background-color: #002647;
	}
	* html #news_latest_content {
		width: 190px;
	}

#news_latest_headline_sb {
	clear: both;
	width: 195px;
	height: 3px;
	background-image: url(images/news_latest_headline_sb.jpg);
}

#news_latest_sb {
	clear: both;
	width: 195px;
	height: 5px;
	background-image: url(images/news_latest_sb.jpg);
}



/* ################### */
/* ### SINGLE NEWS ### */
/* ################### */

#news_single_container {
	width: 660px;
	background : #FFFFFF url(images/news_single_sr.jpg) repeat-y 50% 0; 
}

	#news_single_headline {
		height: 25px;
		line-height: 25px;
		width: 645px;
		padding: 0px 5px 0px 5px;
		float: left;
		background-color: #002647;
	}
	* html #news_single_headline {
		width: 655px;
	}
	
	#news_single_headline_sb {
		clear: both;
		width: 660px;
		height: 3px;
		background-image: url(images/news_single_headline_sb.jpg);
	}
	
	#news_single_content_container {
		border-left: 1px solid #EDEDED;
		width: 655px;
	}
	
		#news_single_content {
			clear: right;
			text-align: justify;
			width: 645px;
			padding: 7px 5px 5px 5px;
		}
		* html #news_single_content {
			width: 655px;
		}
	
		#news_single_intro {
			text-align: justify;
			width: 645px;
			padding: 5px 5px 5px 5px;
		}
		* html #news_single_intro {
			width: 655px;
		}
	
	#news_single_sb {
		clear: both;
		width: 660px;
		height: 5px;
		background-image: url(images/news_single_sb.jpg);
	}
