/* styles for home page */

.containercontent {
	clear: both;
	width: 780px;
	margin: 0 auto;
	margin-top: 60px;
}

.headline {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

.mapbox {
	float: left;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	line-height: 20px;
}

.map {
	width: 575px;
	height: 575px;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #cccccc;
	margin-bottom: 33px;
	float: left;
}

.contactinfo {
	margin-left: 595px;
}

.contactinfo p {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

.contactinfo a:link	{
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.contactinfo a:visited {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
}

.contactinfo a:hover {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color: #000000;
	background-color: #eeeeee;
}

.contactinfo a:active {
	text-decoration:none;
	border-bottom:1px dotted #003366;
	color: #003366;
	background-color: #cfebff;
}
