#header {

}

#logo {
	float: left;
	width: 300px;
}

#searchbar-frame {
	float: left;
	width: 400px;
	margin: 20px 0 0 40px;
}
#searchbar-top {
	height: 10px;
	font-size: .1em;
	background: url(../images/search-top-bg.gif) no-repeat;
}
#searchbar {
	width: 400px;
	background: url(../images/search-bg.gif) repeat-y;
}
#searchbar form {
	padding-left: 20px;
	text-align: left;
}
#searchbar #search {
	width: 280px;
	padding: 2px;
	font-weight: bold;
	background: #F9F8EE;
	border: 1px solid #493A20;
}
#searchbar select {
	padding: 1px;
	background: #F9F8EE;
	border: 1px solid #493A20;
}
#searchbar #search:focus, #searchbar select:focus {
	background: #fff;
}
#searchbar-bottom {
	height: 10px;
	/*font-size: .1em;*/
	background: url(../images/search-bottom-bg.gif) no-repeat;
}

#autocomplete_choices {
	width: 284px !important;
	color: #000;
	font-size: 11px;
	text-align: left;
	background: #F6F3E2;
	border-right: 1px solid #493A20;
	border-bottom: 1px solid #493A20;
	border-left: 1px solid #493A20;
}
#autocomplete_choices ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete_choices li {
	padding: 3px;
	display: block;
	cursor: pointer;
}
#autocomplete_choices li.selected {
	background-color: #fff;
}
#indicator1 {
	vertical-align: middle;
}
.informal {
	color: #666;
}

.clear {
	clear: both;
}