﻿#btnmenu {
	float: left;
	height: 1px;
	text-align: left;
	position: relative;
	top: 75px;
	left: 7px;
}
.linkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	text-align: center;
	background-color: #1A8C47;
}
.footeraddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-align: center;
	background-color: #1A8C47;
	padding-left: 25px;
	line-height: 18px;
}
.maintable {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-collapse : collapse;
}
.leftcolumn {
	background-color: #1A8C47;
	width: 275px;
}
.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #DAEDC1;
	padding-right: 15px;
	width: 10px;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #DAEDC1;
	padding-right: 15px;
	width: 815px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	color: white;
	padding-right: 15px;
}
a:link {
	Color: White;
	text-decoration: none;
}
a:visited {
	Color: White;
	text-decoration: none;
}
a:hover {
	Color: Yellow;
	text-decoration: none;
}
.townlist {
	line-height: 15px;
	font-variant: normal;
	font-size: 9pt;
	font-family: arial;
	color: black;
	font-weight: 400;
}
a:active {
	Color: Yellow;
}
.gallerycontainer {
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px solid blue;
}
.thumbnail span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -500px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/
border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	/*CSS for enlarged image*/
visibility: visible;
	top: 0;
	left: -480px; /*position where enlarged image should offset horizontally */;
	z-index: 50;
}