A {
	text-decoration: none;
	color: navy;
}
A:hover { color: #0f6af4; ; text-decoration: none}
A:visited {
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
	text-align: left;
}
.testamonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
body {
	background-color: navy;
	margin: 0;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: navy;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #74230B;
}
.google {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #999999;
	font-variant: small-caps;
}
.smalltxt {  font-size: 11px}
.header2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #DDE1E3; text-align: left; ; background-color: #53605E}
.header3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #74230B; text-align: left; ; font-weight: bold}
.header4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #A6966E; text-align: left;}
.list {  line-height: 18px}
.smalltxtwhite { font-size: 11px ; color: #FFFFFF}
.black {  color: #7B3019}


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: -1000px;
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: 350;
left: 465px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
