body {
	background: #FFE3B2 url(../images/properties/FivePointsMap/5pointsMapBase-blurred.jpg) no-repeat 0 -9999px;
	margin: 0;
	padding: 0;
}

h2 {
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
}

#mapcontainer {
	width:985px;
	margin: 0 auto;
	position:relative;
}

#footer {
	border-top: 2px solid black;
}

#returnlink {
	margin-top: 10px;
	float: left;
}

#returnlink a {
	display: block;
	width: 190px;
	height: 74px;
	background: url(../images/properties/FivePointsMap/return-link.png) no-repeat 0 0;
}

#returnlink a:hover {
	background: url(../images/properties/FivePointsMap/return-link.png) no-repeat 0 -72px;
}

#returnlink a span {
	display: none;
}

#zoltekDiv,
#abiDiv,
#aepDiv,
#txDotDiv,
#towertechDiv,
#pwpDiv,
#emsDiv,
#upDiv,
#s1Div,
#s2Div,
#s3Div,
#s4Div,
#s5Div,
#s6Div,
#s7Div,
#s8Div,
#s9Div,
#s10Div,
#s11Div {
	background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/shadow.gif) no-repeat bottom right;
	position: absolute;
	z-index: 1;
	width: 215px;
	height: 115px;
	left: 50%;
	visibility: hidden;
}

/* Background Position:  -487 - margin-left , -(top offset) + 201 */
/* (if map image changes, this formula will need to be recalculated) */
#zoltekDiv { margin-left: -275px; top: 335px; width: 300px; height: 155px;}
#zoltekDiv .box { background-position: -212px -134px; }
#abiDiv { margin-left: -280px; top: 345px; width: 300px; height: 155px;}
#abiDiv .box { background-position: -207px -144px; }
#aepDiv { margin-left: -85px; top: 300px; width: 300px; height: 155px;}
#aepDiv .box { background-position: -402px -99px; }
#txDotDiv { margin-left: 20px; top: 330px; width: 300px; height: 155px;}
#txDotDiv .box { background-position: -507px -129px; }
#towertechDiv { margin-left: -10px; top: 375px; width: 300px; height: 155px;}
#towertechDiv .box { background-position: -477px -174px; }
#pwpDiv { margin-left: -5px; top: 500px; width: 300px; height: 155px;}
#pwpDiv .box { background-position: -482px -299px; }
#emsDiv { margin-left: 65px; top: 570px; width: 300px; height: 155px;}
#emsDiv .box { background-position: -552px -369px; }
#upDiv { margin-left: 40px; top: 560px; width: 300px; height: 155px;}
#upDiv .box { background-position: -527px -359px; }
#s1Div { margin-left: -235px; top: 520px; }
#s1Div .box { background-position: -252px -319px; }
#s2Div { margin-left: -245px; top: 395px; }
#s2Div .box { background-position: -242px -194px; }
#s3Div { margin-left: -160px; top: 320px; }
#s3Div .box { background-position: -327px -119px; }
#s4Div { margin-left: -255px; top: 605px; }
#s4Div .box { background-position: -232px -404px; }
#s5Div { margin-left: -120px; top: 510px; width: 350px; height: 195px;}
#s5Div .box { background-position: -367px -309px; }
#s6Div { margin-left: -200px; top: 540px; }
#s6Div .box { background-position: -287px -339px; }
#s7Div { margin-left: 100px; top: 365px; }
#s7Div .box { background-position: -587px -164px; }
#s8Div { margin-left: 45px; top: 460px; width: 255px;}
#s8Div .box { background-position: -532px -259px; }
#s9Div { margin-left: 35px; top: 555px; width: 255px;}
#s9Div .box { background-position: -522px -354px; }
#s10Div { margin-left: 155px; top: 380px; width: 255px;}
#s10Div .box { background-position: -642px -179px; }
#s11Div { margin-left: -15px; top: 200px; width: 255px;}
#s11Div .box { background-position: -472px 1px; }

.box {
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	background: url(../../images/properties/FivePointsMap/5pointsMapBase-blurred.jpg) no-repeat 0 0;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
}

.box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.05em;
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
}

.box p {
	margin: 0 10px 5px 0;
}

.acreage {
	font-size: 1.7em;
	padding-left: 35px;
}

.leftcol {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44%;
}

.rightcol {
	position: absolute;
	top: 10px;
	left: 140px;
	width: 55%;
}

.rightcol h3 {
	padding: 0px;
}

.cursDef {
	cursor: default;
}

hr {
	display: none;
}