/* communities page styles */

#CommunitiesContent {
background-color: #FFF;
overflow: auto;
width: 100%;
height: 410px;
}

#CommunitiesContent #Left {
width: 538px;
float: left;
}

#CommunitiesContent #Right {
width: 410px;
float: left;
padding-left: 23px;
}

#CommunitiesListing {
width: 410px;
border-collapse: separate;
margin-top: 30px;
}

#CommunitiesListing .Divider {
height: 10px;
padding: 0px;
}

#CommunitiesListing td {
padding: 10px 0px 10px 10px;
background-color: #ddd;
border-right: 4px solid #fff;
}

#CommunitiesListing a, #CommunitiesListing a:link,
#CommunitiesListing a:active, #CommunitiesListing a:visited {
text-decoration: none;
}

#CommunitiesListing a:hover {
text-decoration: underline;
}

#CommunitiesListing th {
color: #FFF;
font-weight: normal;
padding: 10px 0px 10px 10px;
border-top: 12px solid #FFF;
border-bottom: 3px solid #FFF;
border-right: 4px solid #fff;
}

.Seattle {
background-color: rgb(203,74,35);
}

.Bellevue {
background-color: rgb(142,157,66);
}

.GigHarbor {
background-color: rgb(162,93,115);
}

.Issaquah {
background-color: rgb(110,158, 172);
}

.BonneyLake {
background-color: rgb(220,171,51);
}

.ComingSoon {
background-color: rgb(176,107,48);
}

#CommunitiesLogos p {
font-size: 9px;
line-height: 11px;
text-align: center;
width: 99px;
padding: 0px 3px;
}

#CommunitiesLogos div {
background-repeat: no-repeat;
position: absolute;
}

#ParkLogo {
width: 185px;
height: 112px;
background-image: url('../images/map/25.png');
top: 217px;
left: 153px;
padding-top: 85px;
}

#Bellevue1200Logo {
width: 171px;
height: 128px;
background-image: url('../images/map/bellevue1200.png');
top: 158px;
left: 196px;
padding-top: 70px;
}

#HarborCrossingLogo {
width: 141px;
height: 121px;
background-image: url('../images/map/harbor_crossing.png');
top: 348px;
left: 89px;
padding-top: 80px;
}

#AltaLogo {
width: 177px;
height: 127px;
background-image: url('../images/map/alta.png');
top: 215px;
left: 280px;
padding-top: 100px;
}

#FallingWaterLogo {
width: 154px;
height: 139px;
background-image: url('../images/map/falling_water.png');
top: 343px;
left: 202px;
padding-top: 60px;
}

#VeloLogo {
width: 167px;
height: 112px;
background-image: url('../images/map/velo.png');
top: 149px;
left: 246px;
padding-top: 80px;
}
