html {
	overflow: scroll;
}

#content {
	margin-top: 38px;
	position: relative;
	margin-left: 4px;
	width: 540px;
}
#content-print {
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
}

#map {
	position: absolute;
	top: 0;
	left: 0px;
	width: 540px;
	border: 1px solid #48761a;
}

#map-wrapper {
	position: relative;
	margin: auto auto;
}

#mapfooter {
	position: relative;
}
#sidebar {
	top: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	float: right;
}

#sidebar-title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:black;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width : 1px 1px 1px 1px;
	border-color : #48761a;
	width: 160px;
	margin: auto auto;
	background-color: #d1e0c1;
}
#sidebar-subtitle {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:black;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 2px;
}

#sidebar ul {
     list-style: none;
     padding: 2px 0 0 0 ;
     margin: 0;
}

#sidebar li {
	position: relative;
	clear:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#sidebar li div.label {
	float: left;
	margin-left: -40px;
	width: 40px;
	position:relative;
	color: white;
	background-color: #5195CE;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}



div.LabeledMarker_markerLabel {
	display: block;
	padding-top: 9px;
}

div.LabeledMarker_markerLabel {
	text-align: center;
	color: black;
	width: 32px;
	letter-spacing: 0px;
	font-size: 12px;
}
#toolbar {
	background: white;
	padding: 4px;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	width: 540px;
}


/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 1px; }
#route {
	position: relative;
	border: 1px solid black;
	width : 200px;
	overflow: auto;
	margin-left: 1020px;
	height: 100%;
	right: 0;
	display: none;
}


.directionFormat {
	width: 700px;
	position: relative;
	clear: both;
	margin-top: 500px;
}
.pageName {
	font-size: 200%;
}
#tagline2 {
	font-size: 150%;
}
.printDir {
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}
.printDir ul li {
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;

}
#printOuter {
	width: 750px;
	margin: 5px;
}

