/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
	{
	padding:10px;
	}

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
	{
	border-top: 1px solid #000063;
	background-color: #efefef;
	}


/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
	{
	background-color: #4B7158;
	}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #4B7158;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #016d68;
	border-top: 1px solid #4B7158;
}

#advanced_search_options 
{
	background-color:#efefef;
}



table#welcome #welcome-box #welcome-box-title { background-color:#4b7158; color:#fff; }#disclaimer { background-color:#fff; padding:10px; }
