#home-steps {
	height:209px;
	width:651px;
	background:transparent url(img/home-steps-bg.jpg) no-repeat;
	display:block;
	margin-top:30px;
}

#home-steps a.donateStep {
	width:651px;
	height:180px;
	display:block;
	position:relative;
	z-index:10;
	float:left;
}

#home-steps h2 {
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#home-steps p {
	font-family:"Trebuchet MS", Garamond, Georgia;
	font-size:14px;
	line-height:20px;
	padding:0;
	color:#4e8c03;
	font-weight:bold;
	text-indent:-25px;
	margin:0 0 0 25px;
}

#home-steps ul, #home-steps li {
	display:none;
	visibility:hidden;
}

.imgRight {
	float:right;
	margin:10px;
}

#buckets {
	width:632px;
	margin:10px auto 30px;
}

#rightBucket {
	width:300px;
	height:269px;
	display:block;
	background:transparent url(img/redBucket-bg.png) no-repeat;
	float:left;
}

#rightBucket h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#880000;
	margin:6px 0 0 10px;
}

#rightBucket p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#660000;
	padding:15px 10px 0 10px;
	text-indent:0;
}

a.rightBucketLink:link, a.rightBucketLink:active, a.rightBucketLink:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#660000;
	font-weight:bold;
	float:right;
	padding:30px 10px 0 0;
}

a.rightBucketLink:hover {
	color:#366201;
}

#leftBucket {
	width:300px;
	height:269px;
	display:block;
	background:transparent url(img/greenBucket-bg.png) no-repeat;
	float:left;
	margin-right:32px;
}

#leftBucket h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#4e8c03;
	margin:6px 0 0 10px;
}

#leftBucket p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#366201;
	padding:15px 10px 0 10px;
	text-indent:0;
}

a.leftBucketLink:link, a.leftBucketLink:active, a.leftBucketLink:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#366201;
	font-weight:bold;
	float:right;
	padding:15px 10px 0 0;
}

a.leftBucketLink:hover {
	color:#660000;
}

.page p {
	text-indent:55px;	
}


