.header {
	height: 90px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.headercont {
	background-color: #005E81;
	height: 90px;
	margin: 0px;
	background-image: url(images/header-bg.png);
	padding: 0px;
	width: 960px;
}
.search {
	padding: 0px;
	margin-top: 22px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.searchbox {
	background-image: url(images/search/bg.png);
	margin: 0px;
	height: 32px;
	width: 245px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #463B35;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.srchbttn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/search/button.png);
	height: 40px;
	width: 60px;
	background-color: #E5AD0A;
	cursor: pointer;
}

