html,body{background:#d8e5ea;color:#dddeee;} 
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 0px;
	color:#dddeee;
	margin:0 0 20px 0;
	font-weight:normal;
	clear:both;
	line-height:1.5em;
}
.copygreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 0px;
	color:#99b660;
	margin:0 0 20px 0;
	font-weight:normal;
	clear:both;
	line-height:1.5em;
}
.contactgreen{
	font-family:"Times New Roman", Times, serif;
	font-size:20;
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	color:#99b660;
	font-weight:normal;
	clear:both;
	line-height:1.2em;
}
.contactcopy{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	padding:0 0 0 0px;
	color:#dddeee;
	margin:0 0 20px 0;
	font-weight:normal;
	clear:both;
	line-height:1.5em;
}
.homegreen{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	color:#99b660;
	font-weight:normal;
	clear:both;
	line-height:1.2em;	
}
.homecontactcopy{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	padding:0 0 0 0px;
	color:#dddeee;
	margin:0 0 20px 0;
	font-weight:normal;
	clear:both;
	line-height:1.5em;
}
.bottomaddress{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
}
.greenheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 0px;
	color:#99b660;
	margin:0 0 20px 0;
	font-weight:bold;
	clear:both;
	line-height:1.5em;
}
.green{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	color:#99b660;
	font-weight:normal;
	clear:both;
	line-height:1.2em;

	
}
.link{
	color:#99b660;
	text-decoration:none;;
	letter-spacing: 0.1em;
}
.link:hover{
	color:#CC6600;
	cursor:pointer;
}


- GALLERY SCRIPT

/*Credits: Dynamic Drive CSS Library
/*URL: http://www.dynamicdrive.com/style/
.gallerycontainer{
	position: fixed;
	/*Add a height attribute and set to largest image's height to prevent overlaying}

.thumbnail img{	border: 1px solid white;
	margin: 0 0px 0px 0;
	z-index: 50;}

.thumbnail:hover{
	background-color: transparent;}
.thumbnail:hover img{
	border: 0px solid blue;}
.thumbnail span{ /*CSS for enlarged image
	position: absolute;
	background-color: white;
	padding: 0px;
	left: 0px;
	border: 0px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;}
.thumbnail span img{ /*CSS for enlarged image
	border-width: 0;
	padding: 12px;}
.thumbnail:hover span{ /*CSS for enlarged image
	visibility: visible;
	left: 327px; /*position where enlarged image should offset horizontally 
	top: 160px;
	z-index: 1;} 
	
	
- GALLERY SCRIPT 

/*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: 0px solid white;
margin: 0 0px 0px 0;
}
 
.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;}
 
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
top: 595px;
left: -1000px;
border: 0px 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: 150;
left: 580px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 

