#publicsearch {
	background: #ffffff;
	padding-bottom: 4px;
}
#searchbar {
	margin: 4px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}
.searchbartext {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
#resultsstatus {
	margin: 4px;
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
#norecords {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC;
	margin: 4px;
	padding: 4px;
	height: 30px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
#norecordsmessage {
	margin-top: 5px;
}
.record0 {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	padding: 8px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background: #F3F3F3;
	margin-right: 4px;
	margin-left: 4px;
}
.record1 {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
	padding: 8px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background: #F3F3F3;
	margin-right: 4px;
	margin-left: 4px;
}
.record2 {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
	padding: 8px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background: #FFFFDF;
	margin-right: 4px;
	margin-left: 4px;
}
.resulttextb {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
#navbar {
	margin: 4px;
	background: #ffffff;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #a30327;
}
.listnav, .listnav:a {
	font-family: verdana;
	font-size: 17px;
	color: #a30327;
	font-weight: bold;
}
#navbar a:link, #navbar a:visited {
	font-family: verdana;
	font-size: 12px;
	color: #a30327;
	font-weight: normal;
}
#searchBox {
	width: 308px;
	border: 1px solid #C0C0C0;
	vertical-align: middle;
	padding-left: 4px;
}
#departmentsBox {
	width: 308px;
	border: 1px solid #C0C0C0;
	vertical-align: middle;
}
a.button {
	background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 11px verdana, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}
a.button span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:hover {
	text-decoration: none;
}
a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}

