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

.results p, .results ul {
	margin-left: 90px;
}
.results h2 {
	padding: 14px 0px 14px 0px;
	margin-left: 30px;
	text-indent: 60px;
}

#job-creation {
	background: url(../img/icons/job-icon.png) no-repeat left center;
}

#protecting-freedoms {
	background: url(../img/icons/protecting-icon.png) no-repeat left center;
}

#education-reform {
	background: url(../img/icons/education-icon.png) no-repeat left center;
}

#positions-link {
	display: block;
	width: 525px;
	height: 52px;
	background: url(../img/positions-link.png) no-repeat;
	text-indent: -9999px;
}
#positions-link:hover {
	background: url(../img/positions-link-hover.png) no-repeat;
}
