dl.profile, dl.contact, dl.region {
	border-bottom:1px solid #E8E8E8;
	padding:15px 5px 15px;
}

dl.profile table, dl.region table {
	width:100%;
	margin:5px 0px;
}


dl.profile table td{
	width:33%;
	height:75px;
}

dl.region table tr td, dl.region table tr {background:none !important; padding:3px !important;}


dl.profile.odd, dl.contact.odd, dl.region.odd {
	background:#f9f9f9;
}

dl.profile.first, dl.contact.first, dl.region.first {
	background:#f9f9f9;
	border-top:1px solid #E8E8E8;
	margin-top:20px;
}

dl.profile.last, dl.contact.last, dl.region.last {
	border-bottom:0;
	padding-bottom:0;
}

dl.profile:after, dl.contact:after, dl.region:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

dl.profile dt, dl.region dt {
	float:right;
	margin:0;
	padding:0;
}

dl.profile dt img, dl.region dt img {
	display:block;
}

dl.profile dd, dl.region dd {
	float:left;
}

dl.profile dd.title, dl.contact dd.title, dl.region dd.title{
	color:#333;
	font-size:12px;
	line-height:1.3em;
	display:block;
	width:100%;
}

dl.profile dd.name, dl.contact dd.name, dl.region dd.name {
	font-size:14px;
	margin-bottom:2px;
	width:100%;
	display:block;
}

dl.profile dd.state, dl.region dd.state {
	font-size:18px;
	margin-bottom:2px;
	width:100%;
	display:block;
	vertical-align:
}

dl.profile dd.state img, dl.region dd.state {
	vertical-align:middle;
	margin:0px 10px 0 0;
}

dl.profile dd.name a, dl.region dd.name a {
	border-bottom:1px dotted #d69006;
	color:#c78400;
}
dl.profile dd.name a:hover, dl.region dd.name a:hover {
	border-bottom:1px solid #C57599;
	text-decoration:none;
}

dl.profile dd.desc, dl.profile dd.desc {
	line-height:1.5em;
	padding:11px 0 0;
}
dl.profile dd.desc p, dl.profile dd.desc p {
	margin:0;
}