.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.footer a:link, a:hover {
	text-decoration:none;
	color: #666666;
	font-weight: normal;
}
.footer a:visited {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}
.map{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #EC9B55;
	border-right-color: #EC9B55;
	border-bottom-color: #EC9B55;
	border-left-color: #EC9B55;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ED1C23;
	line-height: 26px;
}
.header2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED1C23;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 32px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: circle;
	line-height: 18px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ED9C55;	
}
.bullet a:link, a:hover { color:#ED9C55;text-decoration:none;}
.bullet a:visited { color:#ED9C55;text-decoration:none;}

body {
	background-color:#D8D5D7;
	margin: 0px;
}
.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C542B;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.sublinks a:link, a:hover {
	color:#3C542B;
	font-weight: bold;
	text-decoration: none;
}
.sublinks a:visited {
	color:#3C542B;
	text-decoration:none;
	font-weight: bold;
}


.frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.frontpage_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #333333;
}
.rule {
	color: #D8D5D7;
}
.subbullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #A6E5BC;
	line-height: 19px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 5px;
left: -1000px;
border: 1px #FFFFFF;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.border {
	border: 1px solid #FFFFFF;
}
