#wall_search {
	margin: 0 0 1em;
	text-align: center;
}

#wall_search form div * {
	margin: 0 2px;
	vertical-align: middle;
}

#wall_search label {
	font-weight: bold;
}

#wall {
	width: 552px;
	height: 300px;
	position: relative;
	margin: 0 auto 15px;
	background: transparent url(../graphics/wall/plaque_background.jpg) no-repeat 0 0;
	font-family: "Times New Roman",Arial, "MS Trebuchet", sans-serif;
}

#wall_bg {
	width: 552px;
	height: 275px;
	overflow: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#wall_bg ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
}

#wall ul li {
	display: block;
	float: left;
	padding: 0;
	width: 532px;
	height: 240px;
	margin: 0;
	padding: 35px 0 0 20px;
}

#wall .arrow {
	display: block;
	height: 20px;
	background: url(../graphics/wall/wall_nav.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 280px;
	cursor: pointer;
}

#wall .forward {
	width: 70px;
	right: 5px;
	background-position: 0 0;
}

#wall .back {
	width: 90px;
	left: 10px;
	background-position: 0 -20px;
}

#wall_bg div.plaque {
	float: left;
	width: 164px;
	height: 89px;
	margin: 0 5px 10px;
	background: url('../graphics/wall/plaques.jpg') 0 0 no-repeat;
	padding: 9px 0 0; 
	text-align: center;
}

#wall_bg div.memory {
	background-position: 0 0;
}

#wall_bg div.honor {
	background-position: 0 -98px;
}

div.plaque h3 {
	margin: 0 0 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #58251c;
}

div.plaque h4 {
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #000;
}

/*
  Prevents
*/

#wall_bg ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
#wall_bg ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}