#content_map {
	width:582px;
	float:left;
	background-color:#FFF;
        padding:25px;
}

#content_property {
	width:253px;
	float:left;
	background-color:#F2F2F2;
}

.property_header {
    padding-top:6px;
    padding-bottom:6px;
    font-weight: bold;
    background-color: #005B9A;
    color: #FFFFFF;
    text-align:center;
    font-family: arial, sans-serif;
    font-size: 12px;
}

.property_box {
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:2px;
    background-color: #F2F2F2;
    color: #666;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height:12px;
    text-align: left;
}

.property_text {
    background-color: #F2F2F2;
    color: #666;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height:12px;
}

.property_text_link, 
.property_text_link:link, 
.property_text_link:visited, 
.property_text_link:active {
	font-size:11px;
	text-decoration:underline;
	color:#230663;
}

.property_text_link:hover {
	font-size:11px;
	text-decoration:none;
	color:#cd4133;
}
