﻿div.siteLocator
{
	position: absolute;
	background: #fff url(../images/sitelocback.jpg) no-repeat;
	border: solid 1px #ccc;
	text-align: left;
}

.siteLocator table
{
	width: 100%;
	border: 0 none;
	border-collapse: collapse;
}
.siteLocator table td{
	border-spacing: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div.intermediate{
	background-color: #fff;
	border: solid 1px #ccc;
	position: absolute;
}

.siteLocator div#plants{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 150px;
	height: 324px; /* 18 * 18px */
	overflow: hidden;
}
.siteLocator div#quarries{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 324px;
	width: 150px;
	height: 108px; /* 6 * 18px */
	overflow: hidden;
}
.siteLocator div#office{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 432px;
	width: 150px;
	height: 18px; /* 1 * 18px */
	overflow: hidden;
}
.siteLocator div#gravelsand{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 153px;
	top: 324px;
	width: 150px;
	height: 108px; /* 6 * 18px */
	overflow: hidden;
}
.siteLocator div#viewlist{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 153px;
	top: 432px;
	width: 150px;
	height: 18px; /* 1 * 18px */
	overflow: hidden;
}

.siteLocator div#plants a,
.siteLocator div#quarries a,
.siteLocator div#office a,
.siteLocator div#gravelsand a,
.siteLocator div#viewlist a{
	display: block;
	margin-left: 21px;
	padding-left: 5px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
	color: #88002a;
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
.siteLocator div#plants a:hover,
.siteLocator div#quarries a:hover,
.siteLocator div#office a:hover,
.siteLocator div#gravelsand a:hover,
.siteLocator div#viewlist a:hover{
	text-decoration: none;
	background: #cc295c;
	color: #fff;
}
.siteLocator div#quarries a{
	color: #1f5899;
}
.siteLocator div#quarries a:hover{
	background: #2975cc;
	color: #fff;
}
.siteLocator div#gravelsand a{
	color: #666;
}
.siteLocator div#gravelsand a:hover{
	background: #999;
	color: #fff;
}

.siteLocator div#info{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 346px;
	height: 216px;
	overflow: hidden;
	text-align: right;
}
.siteLocator div#info h2{
	color: #88002a;
	margin: 0 0 1em 0;
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
}
.siteLocator div#info p {
	margin: 1em 0;
}

.siteLocator div#mobileplantad{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 394px;
	top: 288px;
	width: 200px;
	height: 144px;
	overflow: hidden;
}


.siteLocator div.marker{
	position: absolute;
	width: 33px;
	height: 33px;
	background-image: url(../images/beacon.png);
	background-repeat: no-repeat;
}


.mapDot{
	position: absolute;
	width: 7px;
	height: 7px;
	z-index: 3;
	display: block;
	/*margin-left:150px;*/
	line-height: 7px;
	font-size: 1px;
}
/*\*/
* html .mapDot {
	margin-left: 0;
}
/**/

