/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #C6DC94;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.businesses {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.businesses_category {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #E3EECC;
}
.admin {
	font: 10px Arial, Helvetica, sans-serif;
}
a:link {
	color: #6D1B4A;
	text-decoration: none;
}
a:visited {
	color: #6D1B4A;
	text-decoration: none;
}
a:hover {
	color: #00429D;
	text-decoration: underline;
}
a:active {
	color: #00429D;
	text-decoration: underline;
}
.header {
	margin: 10px 15px 5px;
}
.forms {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer {
	padding: 5px 15px;
	font-size: 10px;
	text-align: right;
}
.ad {
	padding: 5px;
	text-align: center;
}
.main {
	margin: 5px 15px;
	border: 1px solid #999999;
	padding: 0px 8px;
	font-size: 14px;
}
.left_box {
	margin: 5px 5px 5px 15px;
	border: 1px solid #999999;
	padding: 8px;
	font-size: 12px;
}
.right_box {
	margin: 5px 15px 5px 5px;
	border: 1px solid #999999;
	padding: 8px;
	font-size: 12px;
}
.events {
	font-size: 12px;
	padding: 0px 0px 0px 30px;
}
.events_name {
	font-size: 12px;
	font-weight: bold;
}

.events_month {
	font-size: 14px;
	font-weight: bold;
}
.events_highlight {
	font-size: 14px;
}
#gallery a {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
#gallery a:hover {
	margin: 2px 6px 8px 2px;
	border: 1px solid #00429D;
}
.clear {
	clear: both;
}

/* 
-----------------------------------------------------------------------------
Available Properties
-----------------------------------------------------------------------------*/
#properties {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#properties li {
	margin: 0px;
	padding: 8px;
	overflow: auto;
	clear: right;
}
#properties .odd {
	background-color: #F5F9EE;
}
#properties h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#properties p {
	margin-bottom: 0px;
}
#properties .photo {
	float: right;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
}
#properties .photo:hover {
	border: 1px solid #00429D;
}

/* 
-----------------------------------------------------------------------------
Downtown Classifieds
-----------------------------------------------------------------------------*/
#classifieds {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#classifieds li {
	margin: 0px;
	padding: 8px;
	overflow: auto;
	clear: right;
}
#classifieds .odd {
	background-color: #F5F9EE;
}
#classifieds li.category {
	padding: 2px;
	background: #E3EECC;
}
#classifieds h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#classifieds h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#classifieds p {
	margin-bottom: 0px;
}
a#btn_classifieds { /* edit class name */
	display: block;
	width: 142px; /* edit width */
	height: 49px; /* edit height */
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/btn_classifieds.gif) 0 0 no-repeat; /* edit background image */
	position: relative;
	top: -20px;
	left: 93px;
	z-index: 100;
}
/* #btn_classifieds a:hover{background-position: 0 -88px;}   edit position to match height above */
