@charset "UTF-8";
/* CSS Document */

/* floorplans */
#floorplansBox {
	margin: 0 20px 1.5em 20px;
	width: 324px;
	}
#floorplansBox p {
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	}
#floorplansBox p a {
	margin-left: auto;
	margin-right: auto;
	}

#planA {
	display: block;
	width: 150px;
	height: 18px;
	padding-top: 76px;
	}
#planA:link, #planA:visited {
	background: url(../images/tPlanAOff.gif) 50% 0 no-repeat;
	}
#planA:hover, #planA:active {
	background: url(../images/tPlanAOn.gif) 50% 0 no-repeat;
	color: white;
	}

#planB {
	display: block;
	width: 150px;
	height: 18px;
	padding-top: 86px;
	}
#planB:link, #planB:visited {
	background: url(../images/tPlanBOff.gif) 50% 0 no-repeat;
	}
#planB:hover, #planB:active {
	background: url(../images/tPlanBOn.gif) 50% 0 no-repeat;
	color: white;
	}

#planC {
	display: block;
	width: 150px;
	height: 18px;
	padding-top: 85px;
	margin-top: 18px;
	}
#planC:link, #planC:visited {
	background: url(../images/tPlanCOff.gif) 50% 0 no-repeat;
	}
#planC:hover, #planC:active {
	background: url(../images/tPlanCOn.gif) 50% 0 no-repeat;
	color: white;
	}

#planD {
	display: block;
	width: 150px;
	height: 18px;
	padding-top: 85px;
	margin-top: 18px;
	}
#planD:link, #planD:visited {
	background: url(../images/tPlanDOff.gif) 50% 0 no-repeat;
	}
#planD:hover, #planD:active {
	background: url(../images/tPlanDOn.gif) 50% 0 no-repeat;
	color: white;
	}

#planE {
	display: block;
	width: 180px;
	height: 18px;
	padding-top: 90px;
	margin-top: 18px;
	}
#planE:link, #planE:visited {
	background: url(../images/tPlanEOff.gif) 50% 0 no-repeat;
	}
#planE:hover, #planE:active {
	background: url(../images/tPlanEOn.gif) 50% 0 no-repeat;
	color: white;
	}