.leftrail {
	background-color: #EBDFC5;
	border: 1px solid black;
	color: black;
	font-size: 12px;
	padding: 10px;
	top:38px;
	}
.innerLeftRail {
	float: left;
	width: 140px;
	background-color: #191E2D;
	color: white;
	padding: 10px;
	margin-right: 15px;
	border: 1px solid black;
	}
.innerLeftRail h2 {
	background-color: #576693;
	color: white;
	font-size: 14px;
	font-weight: 900;
	padding: 2px 0px 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	width: 154px;
	position: relative;
	top: -10px;
	left: -10px;
	}
.innerLeftRail li {
	list-style: none;
	padding: 2px 0px;
	}
.innerLeftRail a:link, .leftrail .innerLeftRail a:visited {
	color: #BDC5D9;
	}
.innerLeftRail a:hover, .leftrail .innerLeftRail a:active {
	color: white;
	}
.businessList {
	width: 465px;
	float: left;
	font-size: 10px;
	color: #575A68;
	}
.businessList td {
	padding: 10px;
	}
.businessList th {
	font-size: 13px;
	padding: 0px 0px 3px 0px;
	color: #232A41;
	}
.businessList tr.light {
	background-color: #F4EEDF;
	}
.businessList tr.light td {
	border-top: 1px solid #DDC180;
	border-bottom: 1px solid #DDC180;
	}
.businessList .details {
	font-size: 10px;
	color: #8B6C25;
	}
.businessList a:link, .businessList a:visited {
	color: #232A41;
	font-size: 12px;
	text-decoration: none;
	font-weight: 900;
	}
.businessList a:hover, .businessList a:active {
	color: black;
	text-decoration: underline;
	}
#resultsDetails {
	float: left;
	width: 449px;
	margin-right: 6px;
	text-align: right;
	padding: 3px 8px;
	background-color: #DDC180;
	border: 1px solid #C59934;
	margin-bottom: 10px;
	}
