/* CSS Document */
body {
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
#adminHeader {
	background-color: #FFFFFF;
	color: #666666;
	padding: 3px;
	height: 25px;
}
#adminLogin {
	width: 50%;
	padding-left: 50px;
}
#adminLinks {
	width: 50%;
	padding-left: 50px;
}
.editableContent p {
	color: #333333;
}
.edit_layout {
	display: inline;
	clear: both;
	border: none;
}
.edit_layout img {
	border: none;
}
.edit_layout a {
	border: none;
}
#container {
	width: 800px;
	margin: auto;
}
#container a:link {
	text-decoration: none;
	color: #000000;
}
#container a:visited {
	text-decoration: none;
	color: #000000;
}
#container a:hover {
	text-decoration: underline;
	color: #000000;
}
#content {
}
#content img {
	border: none;
	margin: 5px;
}
.inventory_categories {
	padding: 3px 25px;
}
.inventory_item {
	float: left;
	padding: 10px;
}
.inventory_item h3 {
	margin: 2px;
	text-align:center;
}
.left {
	float: left;
}
.middle {
	display: block;
	margin: auto;
}
.right {
	float: right;
}
.none {
	display: block;
	clear: both;
}
.float {
	float: left;
}
#footer {
	font-size: 12px;
	padding-top: 5px;
}
#footerNavigation {
	float: left;
	margin-left: 65px;
	text-align: left;
}
#footerNavigation a {
	text-decoration: none;
}
#footerNavigation a:hover {
	text-decoration: underline;
}
#footerAddress {
	margin-right: 50px;
	float: right;
	text-align:center;
}
#footerAddress a {
	text-decoration: none;
}
#footerAddress a:hover {
	text-decoration: underline;
}
.row {
	clear: both;
}
#TeamBSEfooter {
}
/* Community Links */
#communityLinks {
	padding-left: 15px;
}
#communityLinks h2 {
}
#communityLinks ol {
	list-style: upper-alpha inside;
}
#communityLinks li {
}
#communityLinks a:link {
	text-decoration: none;
}
#communityLinks a:visited {
	text-decoration: none;
}
#communityLinks a:hover {
	text-decoration: underline;
}
#communityLinks .subText {
	text-align: center;
	font: small Arial, Helvetica, sans-serif;
}
/* Locator Info Window */
.infoWindow {
	font: 12px "Times New Roman", Times, serif;
}
.infoWindow input {
}
.infoWindow h3 {
}
.infoWindow #description {
	width: 250px;
}
/* Locator Navigation */
#com_nav {
}
#com_nav ul {
	list-style: url(none) none outside;
	margin-left: 0px;
}
#com_nav li {
}
#searchwell .unselected {
	background-color: #DDDDDD;
	color:#666666;
	margin: 5px;
	padding: 10px;
}