@CHARSET "ISO-8859-1";


h1 {
	font-size: 1.5em;
	line-height: 2em;
	color: black;
}
h2 {
	font-size: 1.1em;
	color: #069;
}

#profile-container {
  border: 1px solid #c0c0c0;
  margin: 15px 29px 30px;
}
#directions-header {
	margin: 15px 29px 30px;
}

.options {
	padding: 5px 10px;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	background-color: #E8E8E8;
}
.options li {
	display: inline;
}
.options a.more-info {
	display: none;
}

.tagline {
	font-size: 1.2em;
	font-weight: normal;
	font-style: oblique;
	padding: 0 0 10px;
}

#details {
	width: 475px;
	min-height: 183px;
	padding: 10px;
	border-right: 1px solid #c0c0c0;
	float: left;
}
#main-location {
	font-size: 1.2em;
	padding: 0 0 10px 15px;
}
#main-location .phone {
	text-indent: 0;
	margin-top: 5px;
}
.additional-container {
	margin: 10px 5px;
}
.additional-container ul {
  list-style-image: url(/images/boxTemplate/bullet.png);
  padding-left: 20px;
}
ul#profile-info {
	margin: 0 0 0 5px;
	padding: 0 0 0 1em;
}
ul#profile-info li ul {
	list-style-image: url(/images/boxTemplate/bullet.png);
	padding-left: 20px;
}
ul#profile-info li {
	padding: 5px 0;
}
ul#profile-info li ul li {
	padding: 0;
}
#locationContent {
	padding: 10px 20px;
	width: 400px;
	margin-left: -1px;
	position: relative;
	border-left: 1px solid #c0c0c0;
}
.divider {
	background: url(/images/boxTemplate/profile/divider.gif) no-repeat;
	height: 1px;
	width: 300px;
	margin: 4px 0;
}
.location {
	margin-bottom: 1em;
}
.phone {
	text-indent: 5px;
	margin: 2px 0 0;
	font-weight: bold;
}
#displayAdContainer {
	margin: 10px auto 0;
	width: 250px;
	max-height: 320px;
	overflow: hidden;
	text-align: center;
}
#displayAdContainer p {
	font-style: oblique;
	font-size: .9em;	
}
#displayAdNav {
	margin: 10px auto 0;
	width: 250px;
	text-align: center;
	font-weight: bold;
}
#mapContainer {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

#links {
	background-color:#EEEEEE;
	border-bottom:1px solid #C0C0C0;
	height:18px;
	padding:5px 10px;
}

#links li {
	display: inline;
}

.backToResults {
	float:left;
	text-align: left;
}
.printDirections {
	float:right;
	text-align: left;
}

.buttons a:link, .buttons a:active, .buttons a:hover, .buttons a:visited {
	color: blue;
	font-weight: normal;
	background: none;
}
