/* CSS Document */
body {
	background-color: white;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div {
	padding: 3px 3px 3px 10px;
	margin: 3px;
	border-top : 1px solid black;
	background-color: white;
	color: Black;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mindtrip {} 
.pagetitle {
	font: bold larger Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Yellow;
	
}
.levels>div {
	clear: both;

}
.level_title {
	font-size: 1.4em;
	font-weight: bold;

}
.level_description {
}
.hotspots>div {
	border-bottom : 1px solid black;
	clear: both;
}
.hotspot_title {
 width: 220px;
 float:left;
 font-weight: bold;
}
.hotspot_desc {
 float:left;
 width: 500px;
 font-size: 12px;
}
.hotspot_image {
	border: 1px solid green;
	float: right;
	width: 240px;
}
.directions {

	display: none;
}