hr {
	color: #A0D3A0;
	border-color: #A0D3A0;
	background: #A0D3A0;
}
.left-column {
	width: 321px;
	float: left;
}
.right-column {
	width: 321px;
	float: right;
}
.lquo {
	background: url(images/Condos/bgLQuo.png) no-repeat left top;
}
.rquo {
	background: url(images/Condos/bgRQuo.png) no-repeat right bottom;
}
.greenbox {
	padding: 10px;
	background:#A9BB99;
}
.greenbox h2, h2.brown {
	color:#634934;
	font-size:26px;
	font-weight:normal;
}
.greenbox h3 a {
	color: #FFF;
}
.greenbox h3 a:hover {
	text-decoration: none;
}
.greenbox a img {
	border: 2px solid #FFF;
}

.enter-category-button {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	float: right;
	display: block;
	background: #DE6250 url(images/btnCatEnterBG.gif) repeat-x center center;
}
.enter-category-button strong, .enter-category-button em {
	font-style: normal;
	font-weight: normal;
	display: block;
}
.enter-category-button strong {
	background: url(images/btnCatEnterBGRight.gif) no-repeat right center;
}
.enter-category-button em {
	padding: 0 20px;
	background: url(images/btnCatEnterBGLeft.gif) no-repeat left center;
}
.enter-category-button:hover {
	text-decoration: none;
	background: #E7AF44 url(images/btnCatEnterBGHov.gif) repeat-x center center;
}
.enter-category-button:hover strong {
	background: url(images/btnCatEnterBGHovRight.gif) no-repeat right center;
}
.enter-category-button:hover em {
	background: url(images/btnCatEnterBGHovLeft.gif) no-repeat left center;
}