@charset "utf-8";
/* CSS Document */

#events {
	float: left;
	color: #333;
	font-family : Arial,Verdana,Helvetica,sans-serif;
}

.vevent {
	float: left;
	width: 130px;
}

.subdivision {
	padding: 0;
	color:#666666;
	list-style: none;
	clear:both;
}

#events ul,#events ol {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	padding: 0;
	list-style: none;
}
#events ul ul,#events ol ol {
	font-size: 10px;
	color: #000;
	/*padding-left: 1em;*/
}
#events li {
	font-weight: bold;
}
#events li li {
	list-style: none;
	font-weight: normal;
	margin: 1em 1em;
	cursor: pointer;
}
#map {
	width: 715px;
	height: 300px;
	float: right;
}