/* Suburb Profiles
------------------*/
#wrap #mainContent {
/* Structure */
width: 650px;
}
#wrap #subContent {
/* Structure */
width: 192px;
}
div#displaySuburbProfiles .suburb {
border-bottom: 1px solid #ccc;
/* Structure */
overflow: hidden;
clear: both;
padding-bottom: 5px;
margin-bottom: 15px;
}
div#displaySuburbProfiles .suburb img {
border: 1px solid #ccc;
/* Structure */
float: left;
margin: 0 10px 10px 0;
}
div#displaySuburbProfiles .profile img {
border: 1px solid #ccc;
/* Structure */
float: right;
margin: 0 0 10px 10px;
}

/* Suburb List */
#wrap #subContent h3 {
text-align: center;
border-bottom: 1px solid #ccc;
}
div#displaySuburbProfileList ul {
/* Structure */
list-style-type: none;
list-style-position: outside !important;
}
div#displaySuburbProfileList ul li a {
background-image: url(/_lib/professional/runaway_bay/img/btn_generic_xlg.gif);
width: 192px;
color: #007576;
/* Structure */
text-transform: capitalize;
margin: 0 0 3px 0;
display: block;
}
