#PageContent { padding: 25px; }
#Buckets {
	position: relative;
	height: 339px;
	background: url(../images/home/buckets.png) no-repeat 0 0;
	margin: 4px 0 0 0;
}
.bucket {
	position: relative;
	margin: 7px 0 0;
	height: 313px;
	width: 295px;
	float: left;
	padding: 10px 9px 10px 11px;
}
	.bucketBG {
		display: block;
		position: relative;
		padding-top: 268px;
	}
	.bucketTitle {
		font-size: 21px;
		color: #002249;
		font-weight: bold;
		text-align: center;
		text-decoration: none !important;
		display: block;
	}
	.bucketHoverContent {
		display: none;
		position: absolute;
		width: 242px;
		height: 231px;
		top: 0;
		left: 0;
		padding: 25px 0 5px 50px;
		margin: 10px 9px 10px 11px;
		background: #FFF;
		z-index: 900;
	}
		.bucketHoverContent ul {
			position: relative;
			margin: 0;
			padding: 0;
			display: block;
			font-size: 18px;
		}
			.bucketHoverContent ul li { padding: 3px 0; color: #8a6a07; }
			.bucketHoverContent ul li a { color: #8A6A07; }
	#fullservicesubservicing { background: url(../images/home/fullService.jpg) no-repeat 0 0; }
		#fullservicesubservicingHover { background: #FFF url(../images/home/fullServiceMatted.jpg) no-repeat 0 0; }
	#interimsubservicing { background: #FFF url(../images/home/lossMitigation.jpg) no-repeat 0 0; }
		#interimsubservicingHover { background: url(../images/home/lossMitigationMatted.jpg) no-repeat 0 0; }
	#otherservices { background: #FFF url(../images/home/otherService.jpg) no-repeat 0 0; }
		#otherservicesHover { background: url(../images/home/otherServiceMatted.jpg) no-repeat 0 0; }

