#accordion {
	margin:0px 20px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #cedddd;

	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

h3.toggler a{ display: block; }

#accordion table { width: 100%; }
#accordion td{
	padding:5px;
	width: 33%;
}


#mapcontainer {
	margin-bottom: 2em;
	margin-left: 25px;
	position: relative;
	width: 668px;
	height: 325px;
}

#mapimgbox {
	position: absolute;
}

#infobox {
	position: absolute;
	left: 530px;
	top: 0;
	width: 138px;
	height: 325px;
	background-image: url("../images/red_pointer_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 10px;
	font-size: 0.9em;
}

#infobox .gutter {
	padding: 10px 0 0 20px;
}

#infobox .gutter p {
	margin: 0 0 0.5em 0;
	line-height: 1.5em;
	padding: 0;
}

#infobox .gutter p strong {
	font-size: 1.2em;
	font-weight: bold;
}

.sitedot, .sitedotactive {
	position: absolute;
	width: 12px;
	height: 12px;
	z-index: 40;
	background-repeat: no-repeat;
}
.sitedot { background-image: url("../images/grey_dot.gif"); }
.sitedotactive { background-image: url("../images/red_dot.gif"); }