@charset "utf-8";
/* CSS Document */

#accordion {
	width:500px;
	margin:0;
	padding:0;
}

.toggler  {
	cursor:pointer;
	margin: 0;
	padding:0;
}  
.toggler:hover   { background:#eee; } 

.element {
	margin: 0px;
	padding-left:40px;
}

.locations {
	margin: 0px;
	padding-left:5px;
}

.element h3, .locations li h3, .element h3 a:link, .element h3 a:visited {
	margin: 0px;
	padding-left:5px;
	padding-bottom:3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #F4F1EC;
}
.element h3 a:hover {
	text-decoration:underline;
	color: #4A3D2B;
}

.locations li {
	margin-left: 0px;
	padding-left:10px;
	padding-bottom:3px;
	list-style: none;
}
.locations li a:link, .locations li a:visited {
	color: #4A3D2B;
	text-decoration: none;
}
.locations li a:hover {
	color: #F4F1EC;
	text-decoration: underline;
}

