body {
	background-color: #D0C9AC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a, a:link a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none
}


#container {
	width: 740px;
	position: relative;
	margin: 10px auto 0 auto;
}

#headimage {
	margin: 0;
}

#navigation ul {
	padding-left: 15px;
	margin: 0;
	background-color: #7A564A;
	color: #fff;
	float: left;
	width: 725px;
	font-size: 13px;
}

#navigation ul li { display: inline; }

#navigation ul li a {
	padding: 1em .75em;
	background-color: #7A564A;
	color: #fff;
	float: left;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #7A564A;
	color: #D0C9AC;
}


#middlecontainer {
	float:left;
	width: 340px;
}

#content {
	background-color: #FFFFFF;
	width: 310px;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px 30px 15px;
	line-height: 1.65em;
	float: left;
	background-image: url(images/misc/stripe.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content a, .footer a:link, .footer a:active, .footer a:visited {
	color: #7A564A;
}
#content a:hover {
	color: #615948;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #7A564A;
	padding-top: 5px;
	margin-bottom: -0.25em;
}
#content li {
	font-size: 95%;
	list-style-image: url(images/misc/redbullet.gif);
}
#content .building {
	float:	left;
	border: 3px solid #D0C9AC;
	height: 185px;
	width: 125px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .imageleft {
	float: left;
	border: 3px solid #D0C9AC;
	height: 150px;
	width: 185px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .imageright {
	float: right;
	border: 3px solid #D0C9AC;
	height: 150px;
	width: 185px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#photo {
	float: left;
	height: 540px;
	width: 400px;
	margin-bottom: 5px;
}


#contactinformation {
	float: left;
	width: 400px;
	text-align: right;
	font-size: 95%;
	color: #7A564A;
}
#contactinformation .redbox {
	width: 150px;
	color: #fff;
	float: right;
	text-align: right;
	padding: 10px 15px 10px 0;
	font-size: 14px;
	background-color: #7A564A;
}
#contactinformation .redbox a, .footer a:link, .footer a:active, .footer a:visited {
	color: #fff;
	text-decoration: none;
}
#contactinformation .redbox a:hover {
	color: #D0C9AC;
}


#map {
	border: 5px solid #D0C9AC;
	text-align: left;
	vertical-align: top;
}


.notice {
  color:#009900;
}
.notice_bad {
  color:#990000;
}


.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
	z-index: 50;
	background-color: transparent;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D0C9AC;
padding: 5px;
left: -1000px;
visibility: hidden;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible; /*position where enlarged image should offset horizontally */
	left: -50px;
	top: -550px;
}
.photogallery {
	margin-top: 15px;
}
