.mapcontainer {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

#map {
	border: 1px solid black;
	margin-bottom: 10px;
	color: #000000;
	width: 100%;
	height: 400px;
}

.mapsearch {
	text-align: center;
}

.searchbox {
	margin-bottom: 10px;
}

.searchbox input {
	font-size: 18px;
	font-weight:bold;
	width: 100px;
}

.iconbulletsright, .iconbulletsleft {
	width: 40%;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
}

.iconbulletsright {
	width: 45%;
	margin-top: 0;
	float: right;
	border-left: 1px dotted white;
	padding-left: 40px;
}

.iconbulletsleft li, .iconbulletsright li {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 11px;
}

.iconbulletsleft li img, .iconbulletsright li img {
	margin-bottom: -8px;
	margin-right: 6px;
}

#asclogo {
	font-size: 10px;
}