/* measures out total area needed for sidebar and map */
#mapHolder 
{
	width:676px;
	float:left;
	float:left;
	clear:left;
}

#mapHolder a {
	color:#990000;
	text-decoration:underline;

}

#mapHolder a:hover {
	color:#990000;
	text-decoration:none;

}

/* styles associated with map only */
#map 
{
	width: 674px;
	*width: 672px;
	height: 596px;
	border:solid 1px #b8a488;
	float:left;

}

/* styles associated with sidebar headers */
#mapInfo 
{
	font-size:18px;
	float:left;
	font-family:Times, San-serif;
	margin-left:20px;
	color:#766e6b;

}


/* styles associated with map point pop up info windows */
#mapinfoWindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* styles associated with hyerlinks in sidebar */
.mapLink1, .mapLink2, .mapLink3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#82534b;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:5px;
	display:block;
	margin-left:5px;
}
.mapLink1 {
	background: transparent url(../images/map/red.png) no-repeat;
}
.mapLink2 {
	background: transparent url(../images/map/purple.png) no-repeat;
}
.mapLink3 {
	background: transparent url(../images/map/blue.png) no-repeat;
}

.mapLink1:hover, .mapLink2:hover, .mapLink3:hover {
color:#000000;
text-decoration:underline;
}


.formfield {

font-family:Tahoma, Arial, Sans-Serif;
font-size:12px;
margin-bottom:5px;
margin-top:5px;

}
.formButton {

background-color:#990000;
border:solid 1px #000000;
font-weight:bold;
color:#ffffff;
font-size:11px;
cursor:pointer;
}

#turnbyturn {
clear:both;
overflow:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
background-color:#f1e5d7;
}









