/* CSS Document */


@import url(searchbox.css);

#c1 h1{
	background: url(../../_sharedimg/hr_dotted_grey.gif) bottom left repeat-x;
	padding-bottom: 15px;
	margin-bottom: 0;
}

a.newsitem, div.newsitem {
	display:block;
	position:relative;
	margin: 0;
	padding: 0 0 0 86px;
	height: 97px;
	background: url(../../_sharedimg/hr_dotted_grey.gif) bottom left repeat-x;
}

a.newsitem:hover {background-color:#e1f4f3;}

#c1 > a.newsitem, #c1 > div.newsitem {min-height:97px; height:auto; overflow:hidden;}

a.newsitem img.thumb, div.newsitem img.thumb {
	position:absolute;
	top:12px;
	left:12px;
	padding:1px;
	width: 80px;
	height: 64px;
	border:3px solid #8ad6d1;
}

a.newsitem h3, div.newsitem h3 {
	margin:12px 0px 5px 25px;
	overflow:hidden;
	border: 0;
	
	font-size: 0.9em;
	font-weight: normal;
}

a.newsitem p, div.newsitem p {
	margin:0px 0px 6px 25px;
	color:#434C4A;
}

