/* 
	floorplan map
******************************************/
#FloorPlans .FloorPlanOverview { position: relative; display: block; width: 500px; height: auto; background: url(../images/blank.png) no-repeat top left; margin: 0 auto;  }
#FloorPlans .FloorPlanOverview h2.floorplans { margin: 0; padding: 0; }
#FloorPlans .FloorPlanOverview h2.floorplans span { display: none; }

/* 
	floorplan unit list
******************************************/
#FloorPlans .FloorPlanList { margin-bottom: 20px; }
#FloorPlans .FloorPlanList .column { display: block; width: 100%; height: auto; text-align: center; }
#FloorPlans .FloorPlanList h4 { margin: 10px 0 0 0; padding: 0; font-size: 1.4em; }
#FloorPlans .FloorPlanList p { margin: 0; padding: 0; list-style: none; line-height: 140%; }
#FloorPlans .FloorPlanList p a { font-size: .85em; }
#FloorPlans .FloorPlanList p a:link,
#FloorPlans .FloorPlanList p a:visited { border-bottom: 0; }
#FloorPlans .FloorPlanList .debugger { display: block; width: 100%; height: 12px; position: absolute; bottom: 0; left: 0; font-size: 9px; z-index: 99999; }

