#search_box {
	width: 158px;
	height: 24px;
	padding: 0px;
	margin-top: 30px;
	/*overflow: hidden;*/
background: rgb(66,151,75);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOTc0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM4OGI0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTc1MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(66,151,75,1) 0%, rgba(56,139,70,1) 50%, rgba(46,117,56,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,151,75,1)), color-stop(50%,rgba(56,139,70,1)), color-stop(100%,rgba(46,117,56,1)));
background: -webkit-linear-gradient(top,  rgba(66,151,75,1) 0%,rgba(56,139,70,1) 50%,rgba(46,117,56,1) 100%);
background: -o-linear-gradient(top,  rgba(66,151,75,1) 0%,rgba(56,139,70,1) 50%,rgba(46,117,56,1) 100%);
background: -ms-linear-gradient(top,  rgba(66,151,75,1) 0%,rgba(56,139,70,1) 50%,rgba(46,117,56,1) 100%);
background: linear-gradient(to bottom,  rgba(66,151,75,1) 0%,rgba(56,139,70,1) 50%,rgba(46,117,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42974b', endColorstr='#2e7538',GradientType=0 );
border-radius: 8px;
}

#search_box_f {
	padding: 0;
	margin: 7px 0 0 18px;
	display:block;
}
#superheader #search_box_f {
	padding: 0;
	margin: 4px 0 0 20px;
	display:block;
}
#search_box_l {
	display: block;
	float: left;
	padding: 0;
	margin: -2px 5px 0 0;
	color: #fff;
	font-size: .9em;
	text-align: right;
}
#search_box_q {
	float: left;
	padding: 1px 0 0 2px;
	margin: 2px 5px 0 -10px;
	width: 145px;
	height: 17px;
	border: 0px solid #dfe9ee;
	font-size: .9em;
	color: #ddd;
	background: transparent url("/images/layout/icon-search.png") no-repeat scroll right center / contain ;
}
#searchLoc, #searchBus, #mapTown {
	float: left;
	padding: 1px 0 0 2px;
	margin: 0 5px 0 0;
	width: 105px;
	height: 17px;
	border: 2px solid #dfe9ee;
	font-size: .9em;
	color: #666;
}
#mapTown { height: auto;} 
#search_box_s, #searchLocGO, #searchBusGO {
	float: left;
	padding: 0;
	margin: 3px 0 0 2px;
	color: #5a4137;
	background: transparent;
	border: 0px none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#search_box_s {
  background: transparent none repeat scroll 0 0;
  color: transparent;
  margin-left: -30px;
}
input#search_box_q[type="text"]:focus {
	outline: 0px none !important;
}


#subSiteSearch label {
	float: left;
	padding: 2px 0;
	margin: -2px 5px 0 0;
	height: 17px;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
 }
input.searchbox {
	float: left;
	padding: 2px 0 0 2px;
	margin: -2px 5px 0 0;
	width: 105px;
	height: 17px;
	border: 2px solid #dfe9ee;
	font-size: 1.1em;
	color: #666;
 }
input.searchgo {
	float: left;
	margin: -2px 0 0 2px;
	color: #1985B5;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.1em;
	border: 1px solid #dde1e2; padding: 2px .6em; border-radius: 5px; -webkit-border-radius: 5px; text-align: center; background: #e7eded; font-weight: bold; display: block;
}


.search-results {
	position: relative;
}

.search-results h3 {
}

.search-results .search-result {
	padding: 8px 0px;
	border-bottom: 1px solid #eaeaea;
}

.search-showing {margin-top: 30px;}

.searchPageSelector {
	text-align: right;
	font-size: 0.8em;
}
.highlight {
	background-color: yellow;
}


#advancedSearchBox {
	position: absolute;
	width: 410px;
	top: 30px;
	right: 30px;
}
#advancedSearchForm {
	position: relative;
	width: 400px;
	padding: 4px 4px;
	/*border: 1px solid #e0e0e0;*/
}

.diningsearch {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: #e2e2e2 1px solid;
	margin: 15px 5px 0;
}
.diningsearch form, .diningsearch table { margin: 0; }
.diningsearch div {	margin: .5em; }
.diningsearch h4 { margin-top: 5px; color: #033150; }
.diningsearch .submit { background: #033150; padding: 3px 8px; border-radius: 5px; -moz-border-radius: 5px;	border: #043251 1px solid; color: #fff; font-weight: bold; }
