@charset "utf-8";
/* CSS Document */

h1 {
	color: #7A6AA6;
	font-style:italic;
	font-size: 150%;
	padding-left: 10px;
	letter-spacing: -1pt;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
img {
	border: none;
}
.Calendar table {
	border: none;
	margin-left: 0px;
	margin-right: 8px;
}
.Calendar td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
	/* background-color: #FFFFCC; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB4A8;
}

.Calendar th {
	color: #7A6AA6;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB4A8;
}
.EventTitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.EventContact td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: none;
}
.spacer {
	padding-top: 5px;
}
.bigSpacer {
	padding-top: 20px;
}

/* Styles for Listings */
.Listing {
	width: 586px;
	font-size: 90%;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-right: 8px;
}
.Listing .Divider {
	margin: 0px;
}
.EnhancedListing {
	background: url(../Images/SWCorner.png) no-repeat top left;
	overflow: hidden;
	background-color: #FFFED9;
	font-size: 90%;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 8px;
}

.ListingBoxTop {
	background: url(../Images/NECorner.png) no-repeat top right;
	height: 8px;
}
.ListingBoxBottom {
	background: url(../Images/SWCorner.png) no-repeat bottom left;
	height: 8px;
	overflow: hidden;
}
.Business {
	color: #7A6AA6;
	font-weight: bold;
	font-size: 16px;
	padding-left: 4px;
	clear: both;
}
.BusinessSection {
	color: #7A6AA6;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 4px;
	clear: both;
}
.BusinessTitle {
	color: #7A6AA6;
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 4px;
}
.SpecialDescription {
	padding-left: 20px;
	padding-bottom: 5px;
}
#Address, #Contact, .Description {
	margin: 10px 10px 10px 20px;
}
.Description {
	clear: left;
}
.Address, .Contact {
	margin: 10px 20px 10px 20px;
}
#Photo {
	padding: 10px 20px 10px 20px;
	float: left; 
}
.Photo {
	padding: 10px 20px 10px 20px;
	float: left; 
}
.Divider {
	border-bottom: 1px solid #BBB4A8;
	margin: 0px 8px 0px 0px;
	clear: both;
}
.moreAboutLinks {
	float: right;
	text-align: right;
	font-size: 90%;
	line-height: 18px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

