#page-indicator {
	margin: 105px 0 0 480px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 70px;
	position: relative;
	z-index: 2;
/*	text-indent: -9999em;*/
	background: #e7e7e7 url(../images/membersride_index_location.png) right center no-repeat;
	background-position: 98% 50%;
}

/* Secondary Column Override width */
#secondary-column {
	width: 450px;
}
/* -------------------------------------------------
// Members Rides Section
------------------------------------------------- */

#latest-ride {
	height: 211px;
	padding: 0px;
}
#latest-ride dt {
	zoom: 1;
	background: url(../images/pointer.png) left 6px no-repeat;
}
#latest-ride dt {
	padding: 3px 0 0 10px;
	position:relative;
	top: 65px;
}
#latest-ride dd {
	padding: 3px 0 6px 10px;
	position: relative;
	top: 62px;
	color: #6b6a6a;
}
#latest-ride h2{
	display: block;
	height: 25px;
	line-height: 21px;
	background: url(../images/latest_ride.png) no-repeat left center;
/*	text-indent: -9999em;*/
	position:relative;
	top: 70px;	
}
#previous-rides {
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/previous_rides.png) no-repeat left center;
/*	text-indent: -9999em;*/
}
