#location, #more-info {
	float: left;
	width: 770px;
	height: 32px;
	padding: 23px 0 0 34px;
	background: url(/images/border.gif) bottom repeat-x;
}

#location {
	height: 38px;
	padding-top: 17px;
	/*border: 1px solid red;*/
}

/*#location img { margin-top: 7px; }*/

#address {
	float: left;
	width: 400px;
	font-size: 14px;
	color: #757575;
	/*border: 1px solid red;*/
}

#address strong {
	font-weight: normal;
	margin-right: 5px;
	color: #000;
}

#website {
	float: left;
	width: 340px;
	font-size: 10px;
	/*text-decoration: underline;*/
	/*border: 1px solid red;*/
}

#website a, #website a:active, #website a:visited { color: #EE3A43; }

#more-info {
	height: 212px;
	padding: 10px 0 16px 34px;
	overflow: auto;
	background: #FFF;
}

#main-container>#more-info { padding-bottom: 20px; }

#more-info p, #more-info ul {
	float: left;
	width: 160px;
	margin-left: 9px;
	line-height: 15px;
	list-style: none;
}

#main-container>#more-info ul { margin-left: 18px; }

#more-info p {
	width: 350px;
	font-size: 11px;
	margin: 0 30px 0 0;
}

#more-info li {
	padding-left: 8px;
	background: url(/images/bullet.gif) center left no-repeat;
}

#more-info li.tall { background: url(/images/bullet.gif) left 7px no-repeat; }

#more-info ul .heading {
	padding-left: 0;
	background: #FFF;
	color: #000;
}