@charset "utf-8";
#businessBox {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 1360px;
	position: relative;
}

a.pdf {
	height: 20px;
	width: 109px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	left: 732px;
	top: 32px;
	font-style: italic;
	color: #FF0000;
}

div.business {
	float: left;
	width: 360px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	padding-right: 10px;
}
div.business h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #336600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	width: 270px;
	margin-left: 68px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.business p {
	font-size: 14px;
	text-indent: 0px;
	text-align: center;
	float: left;
	width: 350px;
	margin-left: 10px;
	margin-bottom: 15px;
}
span.bussName {
	font-weight: bold;
	color: #663366;
	font-size: 15px;
	z-index: 20;
}
div.business  img.icon, div.historic img.icon {
	float: left;
	margin-right: 15px;
	position: absolute;
	left: 16px;
	top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2.along {
	height: 40px;
}
div.historic {
	width: 810px;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-top: 5px;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
}
div.historic  ul   {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	clear: both;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 10px;
	display: block;
}
div.historic li {
	padding-bottom: 5px;
}

div.historic h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #336600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	width: 700px;
	margin-left: 74px;
	margin-bottom: 10px;
	padding-left: 10px;
}
* html #businessBox {
	position: relative;
	left: 20px;
}

