/* home page stuff */
#introduction {
	min-height: 136px;
}
#featured-article, #featured-news, #sidebar form {
	background: #D9D9D9 url("/img/bg/_bg_home_content_box.gif") repeat-x;
	float: left;
	padding: 7px 10px 10px;
	width: 220px;
	margin-right: 10px;
}
#featured-news {
	margin-right: 0;
}
#featured-article h3, #featured-news h3, #sidebar fieldset legend {
	display: block;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
	color: #FFF;
}
#featured-article p, #featured-news p {
	margin: 16px 0 0;
}
#featured-article img, #featured-news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 13px;
}
#featured-article ul, #featured-news ul {
	background: url("/img/bg/dotted-line.gif") repeat-x;
	clear: both;
	overflow: hidden;
	padding-top: 2px;
}
#featured-article ul li, #featured-news ul li {
	float: left;
	width: 110px;
}
#featured-article ul li.last, #featured-news ul li.last {
	text-align: right;
}

#for-sale {
	clear: both;
}
#for-sale h3 {
	padding-top: 1em;
}
#for-sale ol {
	overflow: hidden;
}
#for-sale li {
	float: left;
	width: 106px;
	margin: 0 8px;
}
#for-sale li a.read-more {
	display: block;
	text-align: right;
}

/* sidebar */
#sidebar {
	margin-top: 184px;
}
#sidebar #banner2 {
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 240px;
	height: 180px;
}
#sidebar #banner2 img {
	background-color: transparent;
	padding: 0;
	border: 0px none;
	margin: 0 0 -10px 0;
}
#sidebar form {
	margin-bottom: 1em;
	overflow: hidden;
}
#sidebar form p {
	margin-top: 16px;
	margin-bottom: 1em;
}
#sidebar form ol {
}
#sidebar form li {
	clear: both;
	margin: 2px 0;
	display: block;
	height: 22px;
}
#sidebar form li label, #sidebar form li input, #sidebar form li select {
	display: block;
	width: 130px;
	float: left;
}
#sidebar form li label {
	text-align: right;
	padding-right: 5px;
	width: 75px;
}
#sidebar form input[type=submit] {
	float: right;
}

#events-list li {
	overflow: hidden;
	margin: 10px 0;
}
#events-list li img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
#events-list li h4 {
	font-size: 12px;
	font-weight: bold;
}
