#intro {
	background: url(/images/site/strip_charity.jpg) top center #d3e5e7;
	zoom: 1;
	min-height: 216px;
  height: auto !important;
  height: 216px;
	color: #fff;
}
.brandInfo {
	float: left;
	width: 190px;
}
.brandInfo .logo {
	margin-bottom: 1em;
}
.visitSiteButton {
	background-image: url(/images/site/button_visit_site.png);
	width: 132px;
	height: 31px;
}
.visitSiteButton:hover {
	background-position: 0 -31px;
}
.brandProfile {
	margin-left: 200px;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #b6b6b6;
	padding-left: 12px;
}
#mainCol .brandProfile .intro {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0;
}
.brandProfile img {
	float: right;
	margin: 0 0 12px 12px;
	padding: 2px;
	border: 1px solid #8f8f8f;
}
.specialities li {
	font-weight: bold;
	padding: 5px 7px;
	font-size: 0.75em;
}
.specialities li.odd {
	background-color: #d6d6d6;
}