/**
 * Searchbox
 */
DIV#newsSearchBox {
	display:none;
}
/**
 * SearchResults
 */
DIV.newsItem {
	position:relative;
	margin:20px 0 0 0;
	background:#f3f3f3;
	padding:0 0 0 0;
}
DIV.newsItem A.newsThumb {
	display:block;
	float:left;
	width:100px;
}
DIV.newsItem DIV.imgWrapper {
	display:block;
	float:left;
	width:390px;
	padding:0.4em 15px 1em 15px;
}
DIV.newsItem DIV.wrapper {
	display:block;
	width:400px;
	padding:0.4em 15px 1em 115px;
}
DIV.newsItem P.date {
	text-align:right;
	font-size:0.8em;
	color:#686868;
	padding:0 0 1em 0;
}
DIV.newsItem H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/**
 * News Detail
 */
DIV.newsImage {
	float:left;
	margin:20px 0 0 0;
}
DIV.newsImage P {
	font-size:0.85em;
	line-height:1.3em;
	color:#686868;
	width:166px;
	padding:0 15px 0.5em 0;
}
DIV.newsImage IMG {
	max-width:166px;
	margin:4px 15px 5px 0;
}
DIV.newsBody {
	float:left;
	width:330px;
	margin:20px 0 0 0;
}
DIV.newsBody  H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0.5em 0;
}
DIV.newsBody P {
	padding:0 0 0.5em 0;
}
DIV.newsBody P.date {
	font-size:0.8em;
	color:#686868;
	padding:0 0 0 0;
}
