/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#adminHeader {
	background-color: #B50910;
	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;
}
.edit_layout img {
	border: none;
}
#container {
	background-color: #313966;
	width: 760px;
	min-height: 550px;
	margin: auto;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}
#container a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#container a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#container a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#SI_header {
	background-image: url(images/SI_header.jpg);
	width: 1024px;
	height: 162px;
}
#SI_nav {
	width: 1024px;
	height: 55px;
}
#header_spacer {
	width: 1024px;
	height: 33px;
	background-image: url(images/header_spacer.jpg);
}
#content {
	padding:5px;
	background-image: url(images/Burgess_background.jpg);
	background-repeat: no-repeat;
	min-height: 320px;
	font-size:16px;
}
#content img {
	border: none;
	padding: 10px;
}
#content p {
	margin-left: 10px;
}
.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;
}
.gallery_photo {
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border: thin solid #333333;
}
#footer {
	clear: both;
	width: 760px;
	font-size: 12px;
	border-top: thick solid #313966;
}
#footerAdBar {
	clear: both;
	width: 750px;
	color:#000000;
	background-color: #FFFFFF;
	padding: 5px;
}
#footerNavigation {
	float: left;
	margin-left: 50px;
	text-align: left;
}
#footerNavigation a {
	text-decoration: none;
}
#footerNavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerAddress {
	float: left;
	text-align:center;
	margin-left: 15px;
}
#footerAddress a {
	text-decoration: none;
}
#footerAddress a:hover {
	text-decoration: underline;
}
.row {
	clear: both;
	padding-bottom: 5px;
}
#TeamBSEfooter {
	float: right;
	color: #999999;
	padding:3px;
}
#TeamBSEfooter a:link {
	color: #999999;
}
#TeamBSEfooter a:visited {
	color: #999999;
}
#TeamBSEfooter a:hover {
	color: #999999;
}
/* 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;
}