/* CSS Document */
body {
	background-color: #8a653b;
	margin: 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#adminHeader {
	background-color: #FFFFFF;
	color: #666666;
	padding: 3px;
	margin: 0px;
	height: 40px;
}
#adminLogin {
	float: left;
}
#adminLinks {
	float: left;
	margin-left: 50px;
}
.editableContent p {
	color: #333333;
}
.edit_layout {
	display: inline;
}
.edit_layout img {
	border: none;
}
#container {
	width: 900px;
	margin: auto;
	padding: 7px;
	color: #8a653b;
}
#header {
	background-image: url(templates/Orchid_header.png);
	width: 886px;
	height: 111px;
}
#navigation {
	width: 886px;
	height: 1em;
	padding: .15em 0em .35em 0em;
}
#navigation a {
	font-size: 13px;
	font-weight: bold;
	margin-left: 16px;
	margin-right: 16px;
	color: #eee8c4;
}
#navigation a:link {
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #ea8191;
}
#content {
	min-height: 389px;
	margin-bottom: 7px;
}
#content a:link {
	color: #8a653b;
	text-decoration: underline;
}
#content a:visited {
	color: #8a653b;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #ea8191;
}
.textbox {
	float: left;
	padding: 7px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #eee8c4;
}
#collage {
	background-color: #eee8c4;
	background-image: url(templates/collage.png);
	width: 886px;
	height: 155px;
	margin-bottom: 7px;
}
.float {
	float: left;
}
.float img {
	border: 1px solid #000000;
}
.float a:link {
	text-decoration: none;
	color: #BB623A;
}
.float a:visited {
	text-decoration: none;
	color: #BB623A;
}
.float a:hover {
	color: #944D2E;
}
.left {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}
.middle {
	clear: both;
	margin: auto;
	border: 1px solid #000000;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
}
.none {
	display: inline;
	border: 1px solid #000000;
	margin: 0px 25px 0px 25px;
}
#footer {
	height: 75px;
	color: #eee8c4;
	font-size: 13px;
}
#footerNavigation {
	text-align: center;
	padding: 5px 25px;
}
#footerNavigation a {
	padding: 0px 15px;
}
#footerNavigation a:link {
	text-decoration: none;
	color: #eee8c4;
}
#footerNavigation a:visited {
	text-decoration: none;
	color: #eee8c4;
}
#footerNavigation a:hover {
	text-decoration: underline;
	color: #ea8191;
}
#footerAddress {
	padding: 5px 25px;
	text-align:center;
}
#TeamBSEfooter {
	clear: both;
	margin-top: 15px;
	color: #CCCCCC;
	font-size: 11px;
	text-align:center;
}
#TeamBSEfooter a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#TeamBSEfooter a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
/* infoWindow */
.infoWindow {
	font: 12px "Times New Roman", Times, serif;
}
.infoWindow input {
	font: 12px "Times New Roman", Times, serif;
}
.infoWindow #title {
	color: #333333;
	margin: 3px;
	padding: 2px;
	text-align: center;
	font: bold 18px "Times New Roman", Times, serif;
}
.infoWindow #description {
	background-color: #FFFFFF;
	color: #000000;
	margin: 3px;
	padding: 5px;
	text-align: left;
}
#communityLinks {
	width: 225px;
}
#communityLinks h3 {
	text-align: center;
	font-size: 16px;
	color: #db8646;
}
#communityLinks ol {
	list-style: upper-alpha inside;
	text-align: left;
	margin-left: 5px;
}
#communityLinks li {
	color: #db8646;
	margin-bottom: 10px;
}
#communityLinks a:link {
	text-decoration: none;
	font-size: 14px;
	margin-left: 3px;
}
#communityLinks a:visited {
	text-decoration: none;
	font-size: 14px;
	margin-left: 3px;
}
#communityLinks a:hover {
	text-decoration: underline;
}
#communityLinks .subText {
	text-align: center;
	font: small Arial, Helvetica, sans-serif;
}
#communityLinks .subText a:link {
	color: #db8646;
	font-size: small;
}
#communityLinks .subText a:visited {
	color: #db8646;
	font-size: small;
}
#com_nav {
	float: left;
	vertical-align: top;
	text-align: center;
	background-color: #769FBF;
	width: 212px;
	margin: 5px;
	padding: 3px;
}
#com_nav ul {
	list-style: url(none) none outside;
	text-align: left;
	margin-left: 0px;
}
#com_nav li {
	background-color: #CCCCCC;
	margin: 2px;
	padding: 3px 3px 3px 15px;
	border: 1px solid #CCCCCC;
}
#searchwell {
	display: inline;
}
#searchwell .unselected {
	background-color: #DDDDDD;
	color:#666666;
	margin: 5px;
	padding: 10px;
}
#searchwell a:link {
	text-decoration: none;
	color: #db8646;
}
#searchwell a:visited {
	text-decoration: none;
	color: #db8646;
}
#searchwell a:hover {
	color: #ea8191;
}
.row {
	margin: 5px;
	clear: both;
}