#content {
	height: 900px;
}

#services-header {
	margin-top: 10px;
}

ul {
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(../images/circle_arrow.png) no-repeat left 4px;
	padding-left: 15px;
	margin-bottom: 5px;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #333;
}

h2 a:hover,
h2 a:active {
	text-decoration: underline;
	color: #e13f20;
}

#intro_content,
#search_content,
#purchase_content,
#renovate_content,
#maintenance_content,
#sellers_content,
#fees_content   {
	position: absolute;
	left: 20px;
	top: 80px;
	opacity: 0;
	background: #fff;
}

#intro_content h2,
#search_content h2,
#purchase_content h2,
#renovate_content h2,
#maintenance_content h2,
#sellers_content h2,
#fees_content h2 {
	margin-top: 10px;
	padding-bottom: 10px;
}

#intro_content h3,
#search_content h3,
#purchase_content h3,
#renovate_content h3,
#maintenance_content h3,
#sellers_content h3,
#fees_content h3  {
	margin: 0;
	padding-left: 20px;
	background: url(../images/bullet_large.png) no-repeat left center;
}

#intro_content p,
#search_content p,
#purchase_content p,
#renovate_content p,
#maintenance_content p,
#sellers_content p,
#fees_content p {
	margin-bottom: 15px;
}

.overview li{
	padding: 0 15px 21px 0;
	float: left;
	text-align: center;
	color: #fff;
	background-image: none;
}

.overview li a:link,
.overview li a:visited {
	height: 22px;
	width: 67px;
	background: url(../images/case_studies_button.png) no-repeat left top;
	display:block;
	padding: 3px 0 0 0;
	text-decoration: none;
	color: #fff;
}

.overview li a:hover,
.overview li a:active,
.overview li a.current {
	background: url(../images/case_studies_button.png) no-repeat left bottom;
}