

/* =News & Services on home page
------------------------------------------------*/

.home-news,
.home-events {
	background: transparent url(/images/components/box-grey-heading.png) no-repeat scroll left top;
	width: 230px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 2px;
	}
	.home-news span.heading,
	.home-events span.heading {
		margin: 16px 0 0 16px;
		}
	.home-news .more-news,
	.home-events .switch-month {
		position: absolute;
		top: 20px;
		right: 16px;
		z-index: 200 !important;
		}
		.home-events .switch-month a,
		.home-events .switch-month a:visited {
			float: left;
			padding: 0 0 0 16px;
			color: #000;
			z-index: 200 !important;
			}
			.home-events .switch-month a.current,
			.home-events .switch-month a:hover,
			.home-events .switch-month a.current:visited {
				color: #00703c;
				text-decoration: underline;
				}
	.home-news ul,
	.home-events ul {
		background: transparent url(/images/components/box-grey-bottom.png) no-repeat scroll left bottom;
		list-style: none;
		margin: 0;
		padding: 0 4px 6px 4px;		
		float: left;
		overflow: hidden;
		width: 230px;
		w\idth: 222px;
		}
		.home-news ul li,
		.home-events ul li {
			padding: 10px 16px;
			border-top: 1px solid #efefef;
			margin-top: -1px;
			float: left;
			width: 222px;
			w\idth: 190px;
			}
			.home-news ul li a,
			.home-events ul li a {
				font-weight: bold;
				}
