#bizguide {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size:16px;  
  width: 559px;
}

#bizguide h1 {
  display: none; /* only displayed when printed */
}

#bizguide h2 {
	margin-bottom: 0;
}

#bizguide p {
  margin: 0 0 1em 0;
}

#bizguide a {
	text-decoration: none;
	color: #8C133E;
}

#bizguide a:hover {
  text-decoration: underline;
}

#bizguide-header, #bizguide-footer {
	margin: 10px 0;
  clear: both;
}

#bizguide-header {
	float: right;
}

.bizguide-listing {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.bizguide-listing-title {
	margin: 0 0 10px 0;
	padding-left: 210px;
}

.bizguide-listing p {
	margin: 0;
	padding: 0;
}

.bizguide-listing-photo, .bizguide-listing-no-photo {
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
  padding: 0;
}

p.bizguide-listing-description {
	position: relative;
	padding-left: 210px;
	margin-bottom: 10px;
}

img.bizguide-status-overlay {
	position: absolute;
	left: 300px;
	top: 20px;
}

.bizguide-listing-label {
	clear: both;
	margin: 0;
  width: 190px;
  float: left;
}

.bizguide-listing-info {
  margin-top: 10px;
  width: 100%;
	border: 1px solid #888;
	background-color: #fff;
}

.bizguide-listing-info th {
  font-weight: normal;
  width: 210px;
  text-align: left;
}

.bizguide-listing-info td {
	font-weight: bold;
  text-align: left;
}


#bizguide a.button {
  color: #fff;
  display: block;
  width: 162px;
  height: 26px;
  margin-left: 5px;
}

#bizguide a.button:hover { 
  text-decoration: none;
}

a.button span {
  position: relative;
  left: 45px;
  top: 2px; 
}

#bizguide-header a.button {
  float: right;
}

#bizguide-footer a.button {
  float: left;
}

#bizguide a.print-with-photos {
  background: url(/images/g-button-print-image.gif) no-repeat;
}

#bizguide a.print-with-photos span {
  left: 40px;
}

#bizguide a.print-without-photos {
  background: url(/images/g-button-print.gif) no-repeat;
}

#bizguide a.print-without-photos span {
	left: 30px;
}

#bizguide a.bizguide-learn-more {
  background: url(/images/g-button-learn-more.gif) no-repeat;
  margin-top: 10px;
  float: right;
}
