.module { }

.mapWpr { width:690px; border:5px solid #A7C854; height:320px; }
.categoryContentWpr { width:690px; }
.module .categoryName { display:none; }

#GoogleMapCanvas { height:320px; }

.list { clear:both; overflow:hidden; zoom:1; margin-top:20px; float:left; width:100%; }
.list .ListCommonContent { font-size:15px; padding:0 0 20px 0; }
.item { margin-top:15px; }
.item .image { float:right; }

/* map caption (baloon) styles */
.gmnoprint .title {
	font-size:15px;
	font-weight:bold;
	line-height:16px;
}
.gmnoprint .content {
	line-height:normal;
}
.gmnoprint .detailLinks {
	line-height:16px;
	margin-top:10px;
}
.gmnoprint .detailLinks a {
	color:blue;
	display:block;
}

div.item div.image{
	margin:5px;
	
}

#categorySelectionWpr {
	width:696px;
	overflow:visible;
	margin-top:38px;
}

#categorySelectionWpr .categorySelections .category {
	float:left;
	height:35px;
	line-height:35px;
	margin-right:2px;
	background-color:#D3E89B !important;
}
#categorySelectionWpr .categorySelections .category.cat1 {
	width:233px;
}
#categorySelectionWpr .categorySelections .category.cat2 {
	width:165px;
}
#categorySelectionWpr .categorySelections .category.cat3 {
	width:130px;
}
#categorySelectionWpr .categorySelections .category.cat4 {
	width:159px;
}

#categorySelectionWpr .categorySelections .category.highlighted {
	background-image:url('../../../images/selectedCategoryArrow.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
}

#categorySelectionWpr .categorySelections .categoryItemText {
	height:29px;
	line-height:29px;
	text-align:center;
	font-family:Arial;
	font-size:16px;
	background-color:#A7C854;
	color:#00443F;
	background-image:none;
}

#categorySelectionWpr .categorySelections .categoryItemText.highlighted {
	background-color:#005751;
}

#categorySelectionWpr .categorySelections .categoryItemText.highlighted a,
#categorySelectionWpr .categorySelections .categoryItemText a:hover {
	color:#FFFFFF;
}

div.module .list {
	padding-bottom:25px;
	width:700px;
	overflow:hidden;
}

div.module .list .item {
	float:left;
	clear:none;
	width:233px;
	margin-top:2px;
	padding-bottom:0;
}

div.module .list .item .title a {
	font-size:12px;
	color:#005751;
}

