/* Search Query Styles */

#query_SearchPanel {
    color: #541800;
    font-size: 10px;
    font-weight: bold;
}
#query_SearchPanel.search-box {
    border: 1px solid #541800;
    height: 18px;
    width: 86px;
    padding: 2px;
    color: #541800;
    font-size: 12px;
    font-weight: bold;
}

#search-button
{
    width: 22;
    height: 22;
    border: 0;
}

#search input {
    vertical-align: middle;
}


/* Search Engine Classes */

a.search-council:link, a.search-council:visited, a.search-council:active {
	text-decoration: none; font-weight: bold; color: #541800;
}
a.search-council:hover {
	text-decoration: underline; font-weight: bold; color: #541800;
}

a.search-residents:link, a.search-residents:visited, a.search-residents:active {
	text-decoration: none; font-weight: bold; color: #cf7d76
}
a.search-residents:hover {
	text-decoration: underline; font-weight: bold; color: #cf7d76;
}

a.search-business:link, a.search-business:visited, a.search-business:active {
	text-decoration: none; font-weight: bold; color: #A8958E
}
a.search-business:hover {
	text-decoration: underline; font-weight: bold; color: #A8958E;
}

a.search-library:link, a.search-library:visited, a.search-library:active {
	text-decoration: none; font-weight: bold; color: #cf7d76
}
a.search-library:hover {
	text-decoration: underline; font-weight: bold; color: #cf7d76;
}

a.search-park:link, a.search-park:visited, a.park-residents:active {
	text-decoration: none; font-weight: bold; color: #A0C115
}
a.search-park:hover {
	text-decoration: underline; font-weight: bold; color: #cddf59;
}

a.search-water:link, a.search-water:visited, a.search-water:active {
	text-decoration: none; font-weight: bold; color: #c1d72f
}
a.search-water:hover {
	text-decoration: underline; font-weight: bold; color: #c1d72f;
}

#searchcontrol {
    /* Wrapper Div */
}

#searchcontrol h3 
{
    font-weight: bold;
    /* background: #C1D62F url(../images/feature-header.gif) top left no-repeat; */
	  /* background: url(../images/feature-arrow.gif) top right no-repeat; */
    height: 16px;
    display: block;
    margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    text-decoration: none;
  	border-bottom: solid 1px #A0C115;
}

#searchcontrol h3 a:link, #searchcontrol h3 a:visited
{
    /* background: #C1D62F url(../images/feature-header-arrow.gif) top right no-repeat; */
  	background: none;
    text-decoration: none;
	  display: block;
    color: #A0C115;    
    display: block;
	  font-weight: bold;
	  margin: 0 0 0 0;
	  padding: 0 0 2px 0;
}


/*----------------*/

