.body-text {
	color: #555;
	font-size: 12px;
}

.body-text h3 {
	font-size: 16px;
}

.body-text hr {
	border: 0;
	background-color: #bbb;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	display: block;
}

.body-text a {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 7px;
	background: url(../images/list-item-dark.png) no-repeat left 3px;
}

.body-text a:hover {
	text-decoration: none;
}


/*****************************************************
* Search Basics
*****************************************************/

.search-results h3 {
	clear: left;
	font-weight: normal;
	padding-top: 20px;
	margin: 0 0 20px 25px;
	padding-bottom: 20px;
	color: #bbb;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

.search-results h3 em {
	font-weight: bold;
	color: #777;
}

.search-results li {
	margin: 0 25px 30px 25px;
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.search-result-title {
	float: left;
	font-size: 18px;
	color: rgb(32,32,32);
}

.search-result-title a {
	color: rgb(32,32,32);
}

.search-result-info {
	float: left;
	font-size: 11px;
	color: #999;
	margin-left: 20px;
	padding-top: 6px;
}

.search-results .reviews-breadcrumb {
	clear: left;
	margin-bottom: 5px;
}

.search-results .reviews-breadcrumb, .search-results .reviews-breadcrumb a {
	color: #999 !important;
}

/*****************************************************
* Button Basics
*****************************************************/

.btn-next a, .btn-prev a {
	float: left;
	margin: 1px 3px 0 0;
	height: 16px;
	width: 16px;
	background: url(../images/btn-next.png) no-repeat top left;
	}

.btn-prev a {
	background-image: url(../images/btn-prev.png);
	}

.btn-next a:hover, .btn-prev a:hover {
	background-position: right top;
	}

/*****************************************************
* Businesses Page Basics
*****************************************************/

.more-btn a {
	height: 20px;
	width: 51px;
	float: right;
	text-indent: -9999px;
	margin-top: -2px;
	background: url(../images/more.png) no-repeat;
}

.more-btn a:hover {
	background-position: right top;
}

.light-large-hdr, .light-exlarge-hdr {
	height: 50px;
	width: 755px;
	margin: -15px 0 0 -14px;
	padding: 15px 0 0 15px;
	font-size: 24px;
	text-transform: none;
	color: #1F1F1F;
	background: url(../images/light_big_box-bg.gif) no-repeat;
	}

.light-exlarge-hdr {
	height: 40px;
	width: 965px;
	background: url(../images/light_exbig_box-bg.gif) no-repeat;
	}

.light-exlarge-hdr #breadcrumb {
	font-size: 16px;
}

.light-exlarge-hdr #breadcrumb a {
	text-decoration: underline;
}

.light-exlarge-hdr #breadcrumb a:hover {
	text-decoration: none;
}

.light-exlarge-hdr #breadcrumb span {
	color: #555;
}

.category-box, .category-box-long  {
	float: left;
	width: 348px;
	margin: 0 20px 20px 0;
	border: 4px solid #D3D3D3;
	}

.category-box-long {
	width: 733px;
	}
	
.category-box-hdr {
	height: 27px;
	padding: 12px 15px 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	background: rgb(234,65,78) url(../images/category_box_hdr-bg.png) no-repeat top right;
	}

.category-box-hdr a {
	font-size: 12px;
	text-transform: uppercase;
	}

.category-box ul, .category-box-long ul {
	float: left;
	width: 100%;
	padding-top: 1px;
	font-size: 12px;
	background: #1f1f1f url(../images/category_box-bg.gif) repeat-x;
	}	

.category-box li, .category-box-long li {
	clear: left;
}

.category-box li a, .category-box-long li a {
	float: left;
	width: 100%;
	border-bottom: 1px solid #454545;
	}
	
.category-box li a:hover, .category-box-long li a:hover {
	text-decoration: none;
	color: rgb(76,246,229);
	border-bottom: 1px solid #1f1f1f;
	background: url(../images/category_box_item-bg.png) no-repeat;
	}

.category-box-item-name {
	float: left;
	margin-left: 15px;
	padding: 17px 0;
	}
	
.category-box-item-info {
	float: right;
	margin-right: 15px;
	text-align: right;
	line-height: 15px;
	padding: 10px 0 9px 0;
	font-size: 10px;
	}	
	
#bus-column-jumbo #map_canvas, #city-column-jumbo #map_canvas {
	width: 733px;
	height: 300px;
	margin: 0 20px 20px 0;
	border: 4px solid #D3D3D3;
	}

/*****************************************************
* City Info Page Basics
*****************************************************/

.cityinfo-photo {
	float: left;
	height: 221px;
	width: 536px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	}

.cityinfo-info {
	float: left;
	width: 182px;
	padding: 9px 0 15px 20px;
	margin: 10px 0 20px 0;
	font-size: 16px;
	line-height: 28px;
	color: #1F1F1F;
	background: url(../images/cityinfo-stats-bg.jpg) no-repeat;
	}

.cityinfo-info a {
	color: #1F1F1F;
	text-decoration: underline;
	}

.cityinfo-info a:hover {
	text-decoration: none;
	}

.cityinfo-info span, .cityinfo-info span a {
	color: #fff;
	}	

.cityinfo-stats {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	}	
	
#city-column-jumbo .big-black-box {
	margin-bottom: 20px;
	}

#city-column-jumbo .big-black-box blockquote {
	margin: 0 0 22px 0;
	padding: 5px 11px 10px 7px;
	font-size: 12px;
	line-height: 1.25em;
	border-bottom: 1px solid #555;
	background: none;
	}

#city-column-jumbo .big-black-box blockquote h2 {
	font-weight: normal;
	font-size: 18px;
	color: #ccc;
	margin-bottom: 8px;
	}

#city-column-jumbo .big-black-box blockquote ul {
	margin-bottom: 4px;
	}
	
#city-column-jumbo  .big-black-box blockquote .cmnt-info {
	font-weight: bold;
	color: #aaa;
	}

/*****************************************************
* ZIP Code Search Page Basics
*****************************************************/

.gotherenow a {
	display: block;
	height: 125px;
	width: 733px;
	padding-top: 14px;
	margin-bottom: 20px;
	border: 4px solid #D3D3D3;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../images/gotherenow.jpg) no-repeat;
	}

.zip-warning {
	padding: 10px 0;
	margin-bottom: 20px;
	color: #888;
	font-size: 12px;
	text-align: center;
	border: 4px solid #D3D3D3;
	}

.zip-warning em {
	color:#1f1f1f;
	}
	
/*****************************************************
* Events Page Basics
*****************************************************/

.event-box-hdr {
	padding: 0px 0px 11px 0px;

	}

.events-table-header .event-date, .events-table-header .event-name, .events-table-header .event-host, .events-table-header .event-location {
	float: left;
	text-align: left;
	border: 0;
	width: 110px;
	padding: 11px 0px 11px 14px;
	border-right: 1px #555 solid;
	}

.events-table .event-date, .events-table .event-name, .events-table .event-host, .events-table .event-location {
	float: left;
	font-size: 11px;
	padding: 10px 4px 10px 10px;
	text-align: left;
	border: 0;
	width: 110px;
	border-right: 1px #555 solid;
	}

.events-table .event-name, .events-table-header .event-name {
		width: 220px;
	}

.events-table .event-host, .events-table-header .event-host  {
		width: 180px;
	}

.events-table .event-location, .events-table-header .event-location  {
	width: 163px;
	border-right: 0;
	}

.events-table-header .event-location {
	width: 158px;
}


/*****************************************************
* CALENDAR Page Basics
*****************************************************/
	
.calendar {
	clear: left;
	width: 741px;
	background-color: #eee;
	border: 4px solid #D3D3D3;
	font-size: 12px;
	margin-bottom: 20px;
	padding:0px;
	text-align:center;
	}

.calendar th {
	background: #1f1f1f url(../images/category_box-bg.gif) repeat-x;
	font-size: 11px;
	height: 20px;
	text-align: center;
	}

.calendar td {
	vertical-align: top;
	width: 14%;
	height: 90px;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}

.calendar .category-box-hdr {
	border: 0;
	vertical-align: auto;
	width: auto;
	height: 27px;
	padding: 12px 15px 0 15px;
	text-transform: uppercase;
	}

.calendar .link {
	padding: 2px 3px;
	}
	
.calendar td .cell-day {
	padding: 2px 0 0 3px;
	font-size: 16px;
	color: #bbb;
	}

.calendar .today {
	background-color: #ddd;
	}

.calendar .today .cell-day {
	color: #999;
	}

.calendar .table-hdr {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	}

.calendar td a {
	font-size: 10px;
	text-decoration: underline;
	color: #1f1f1f;
	}

.calendar td a:hover {
	text-decoration: none;
	}

/*****************************************************
* Reviews Page Basics
*****************************************************/

.review-info {
	padding-bottom: 8px;
	color: #aaa;
	font-weight: bold;
	}

.review-info span {
	float: right;
	}	
	
.reviews-breadcrumb {
	padding: 5px 0;
	color: #bbb;
	font-size: 12px;
}

.reviews-breadcrumb a {
	color: #bbb;
}

.review-section {
	margin-top: 15px;
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.reviews-blank-holder {
	width: 763px;
}

.reviews-blank-holder #pro_hdr {
	margin-top: 0;
	width: 350px;
}