/* Over-ride normal content box on the homepage */
#content.homepage {
	width: 768px;
	padding: 0px;
	border-top: 0px;
}

#homepage-photo {
	background: url('../images/homepage-photo.jpg') no-repeat;
	width: 768px;
	height: 204px;
	text-indent: -2000em;
	position: relative;
}

#homepage-photo a {
	background: url('../images/homepage-photo-learn-more.png') no-repeat;
	width: 107px;
	height: 26px;
	text-indent: -2000em;
	position: absolute;
	top: 145px;
	left: 245px;
}

#homepage-left {
	float: left;
	width: 372px;
	margin: 18px 0 18px 18px;
}

#homepage-left .module {
	background: url('../images/homepage-left-module-back.png') no-repeat;
	padding: 18px 15px 25px 18px;
}

#homepage-left .module h3 {
	font-size: 18px;
	color: #3d4450;
	margin-bottom: 18px;
}

#homepage-left ul,
#homepage-left li {
	margin: 0;
	padding: 0;
	list-style-image: url('../images/home-left-li.png');
}

#homepage-left li {
	margin: 0 0 10px 13px;	
}

#homepage-left .module ul li a {
	font-weight: bold;
	text-decoration: none;
}

#preferred-vendors img {
	border: 1px solid #9b9b9b;
	margin-right: 10px;
}

#homepage-right {
	float: right;
	width: 343px;
	margin: 18px 18px 18px 0;
	color: #696969;
	border-top: 1px solid #cbcbcb;
}

#homepage-right .module {
	padding: 10px 5px 0 5px;
	border-bottom: 1px solid #cbcbcb;
}

#homepage-right .module h3 {
	font-size: 13px;
	color: #3d4450;
}