/*Search*/

.searchLabel {
	color:#fff;
}


.searchInputCont
{
	float:right;
	width:230px;
	margin:85px 30px 0 0 ;
}
.searchLabel
{
	float:left;
	line-height:22px;
}
.searchBox
{
	background:url(/web/design/images/search-bg.gif) no-repeat;
	width:161px;
	height:23px;
	float:right;
}
.searchInput
{
	width:130px;
	margin-top:2px;
	float:left;
	border:none;
	border-width:0;
	margin-left:2px;
	
}
.searchSubmit
{	
	width:21px;
	height:23px;
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	margin-right:1px;
	font-size:10px;
	padding-left:2px;
	font-weight:bold;
	padding-top:5px;
	text-transform:uppercase;
}
.searchSubmit
{
	background:url("/web/design/images/search-btn-bg.gif") no-repeat;
}
.searchSubmit:hover {
	text-decoration:none;
}
.searchLabel
{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}



#specialContent .searchForm {
	float: none;
	margin: 0;
	padding: 0;
	
}
#specialContent .searchField {
	width: 200px;
	height: 16px;
	border: solid 1px #666;
	margin: 0;

}
#specialContent .searchBtn {
	width: 150px;
	background-image: none;
	background-color: #999B9D;
	color: #fff;
	height: 18px;
	font-size: 12px;
	line-height: 13px;
	margin-left: 5px;
}
#specialContent .searchBtn:hover {
	color: #000;
	text-decoration: underline;
}
#specialContent .searchTitle {
	display: none;
}
.searchResults_cont {
	margin: 10px 0;
	padding-top: 20px;
}
.searchNavSurround {
	border: solid 1px #1ab564;
	padding: 5px;
	color: #1ab564;
}

.resultLink {
	color: #098243;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.resultLink:hover {
	color: #1ab564;
}
.searchTerm {
	font-weight: bold;
}

.resultCont {
	margin-bottom: 10px;
}

.resultsHeader {
	margin-bottom: 10px;
}
.searchPaging_cont {
	margin-top: 20px;
}
.searchPaging_cont a {
	color: #098243;
}
.searchPaging_cont a:hover {
	color: #1ab564;
}
.contentCont hr {
		color: #fdc177;
	background-color: #fdc177;
	border: 0;
	height: 1px;
}
.searchResultsTotal {
	margin-bottom:10px;
}
.result {	width:616px;}



