/**
* services.css
*
* Services Styles
*/
#sec #block1 { 
	position:absolute;
	top: 8px;
	left: 8px;
	width: 388px;
	height: 122px;
	background: url('../images/shared/news_sec_page_block1.jpg') no-repeat 0 0;
}

#sec #news {
	position: relative !important;
	padding: 15px;
	margin: 0;
	font: normal 11px/13px Arial,"Trebuchet MS",Arial,sans-serif;
	background: #dbd6c0;
	border: 1px solid #b1aa8d;
	border-width: 1px 0;
}
#sec ul#current-events {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sec ul#current-events li {
	margin: 1em;
	padding: 1em;
}
#sec ul#current-events img.img-left {
	float: left;
	margin: 0 1em;
	position: relative;
	margin: 5px 1em 5px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #b1aa8d;
}
