#public-index #content{
	background: #000 url('/images/home.gif') no-repeat 0 0;
	height: 385px;
}

#splash-content{
	position: relative;
	left: 355px;
	top: 85px;
	margin: 10px;
	width: 485px;
}

#public-ask-a-question #map{
	margin: 0px;
	width: 450px;
	height: 400px;
	background-color: #DDD;
	color: #000;
}

#public-find-a-yes-member #map{
	margin: 20px 0px;
	width: 450px;
	height: 500px;
	background-color: #DDD;
	color: #000;
	float: right;
}

#public-member-profile #map{
	margin: 20px 0px;
	width: 350px;
	height: 300px;
	background-color: #DDD;
	color: #000;
	float: right;
}

#map.loading{
	background: #DDD url('/images/loading.gif') no-repeat 50% 50%;
}

#public-find-a-yes-member form{
	margin: 20px 0;
}

#public-find-a-yes-member #search{
	width: 270px;
}

#public-find-a-yes-member #search.loading{
	background: #2C7481 url('/images/ajax-loader.gif') no-repeat 97% 50%;
}


#public-find-a-yes-member #members{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
	
#public-find-a-yes-member #members li{
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	border-bottom: 1px dotted #333;
}

#public-find-a-yes-member #members img{
	float: left;
}

#public-find-a-yes-member #members p{
	
	margin-left: 110px;
}

#public-find-a-yes-member #members h3{
	margin-left: 110px;
	margin-bottom: 10px;
}

#public-member-profile #contact-details{
	border-collapse: collapse;
	width: 400px;
	margin: 20px 0px;
}

#public-member-profile #contact-details td{
	padding: 4px;
	vertical-align: top;
}

#public-member-profile #contact-details th{
	font-weight: normal;
	vertical-align: top;
	color: #AAA;
}