@charset "utf-8";
/* CSS Document */

#address {
	display: none;
}
.printerHide {
	display: none;
}
#servicesbox img {
	display: none;
}
#lowermenubar {
	display: none;
}
#linkbar {
	display: none;
}
/* Bottom Menu for Screen View Only  */
#lowermenubar {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	width: auto;
}
#menubar ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#menubar li {
	float: left;
	margin: 0;
	padding: 0;
}
#menubar a {
	display:block;
	height: 14px;
	width: 100%;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	float: left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
		text-align: center;
}
#footer {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
