/* Suburb Profiles
------------------*/
#wrap #mainContent {
/* Structure */
width: 550px;
}
#wrap #subContent {
/* Structure */
width: 200px;
}
div#displaySuburbProfiles .suburb {
border-bottom: 1px solid #347091;
/* Structure */
overflow: hidden;
clear: both;
padding-bottom: 5px;
margin-bottom: 15px;
}
div#displaySuburbProfiles .suburb img {
border: 1px solid #347091;
/* Structure */
float: left;
margin: 0 10px 10px 0;
}
div#displaySuburbProfiles .profile img {
border: 1px solid #347091;
/* Structure */
float: right;
margin: 0 0 10px 10px;
}

/* Suburb List */
div#displaySuburbProfileList ul {
/* Structure */
list-style-type: none;
list-style-position: outside !important;
}
div#displaySuburbProfileList ul li a {
/* Structure */
text-transform: capitalize;
margin: 0 0 3px 0;
display: block;
font-weight:normal;
}

div#displaySuburbProfileList ul li a.button:hover{
background-color: #B6B4B7;
color: #014C74;
}
