@charset "utf-8";
/* CSS Document */

#homeTop {
	position:relative;
	top: 0px;
	left: 0px;
	height: 150px;
	/* background: #fde7c7 url('../images/homeMenuTop.jpg'); */
}

#home2 {
	/* background: #fde7c7 url('../images/homeBG_2.jpg'); */
	height: 150px;
}

#home3 {
	position:relative;
	/* background: #fde7c7 url('../images/homeBG_3.jpg'); */
	height: 150px;
}

#home4 {
	/* background: #fde7c7 url('../images/homeBG_4.jpg'); */
	height: 90px;
}

#learnMore {
	position: absolute;
	top: 45px;	
	left: 623px;
}

#learnMore a {
	display: block;
	background: url('../images/learnMore_.gif') no-repeat scroll 0 0;
	height:19px;
	width:93px;
}

#learnMore a:hover {
	background-position:0 -19px;	
}

#badges {
	height:100px;	
}

#badge1, #badge2 {
	float: left;	
	margin-right: 3px;
}

#badge3 {
	float: left;	
}

#badge1 a {
	display: block;
	background: url('../images/homeBadgeLeft.jpg') no-repeat scroll 0 0;
	width: 340px;
	height: 100px;
}

#badge2 a {
	display: block;
	background: url('../images/homeBadgeCenter.jpg') no-repeat scroll 0 0;
	width: 339px;
	height: 100px;
}

#badge3 a {
	display: block;
	background: url('../images/homeBadgeRight.jpg') no-repeat scroll 0 0;
	width: 339px;
	height: 100px;
}

#badge1 a:hover, #badge2 a:hover, #badge3 a:hover {
	background-position:0 -100px;
}