/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
	{
	margin-top:15px;
	width: 650px;
	clear:both;
	}

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
	{
	border-top: 1px solid #446622;
	background-color: #efefef;
	}

.resultsBar { background-color: #446622; }

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #446622;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #446622;
	border-top: 1px solid #446622;
}


table#welcome #welcome-box #welcome-box-title { background-color:#446622; color:#fff; }

