/* CSS Document */
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/wrapper-bg.jpg') top center repeat-y #9BD7BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #69633B;
	}
	
a:link, a:visited {text-decoration: underline; color: #631911;}
a:hover, a:active {text-decoration: underline; color: #8D8444;}
	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #09AC05;
	padding-left: 10px;
	}
h2 {font-size: 16px;
	color: #ED1882;
	padding-left: 10px;
	font-weight: bold;}
p {font-size: 14px;
	color: #8D8444;
	padding-left: 10px;
	padding-right: 10px;
	}


/*Content Stuff*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/contentbg2.gif');
	background-repeat: repeat-y;
	padding: 0px;
	border-bottom: 1px solid #AFAD66;
	}
	
#content {
	width: 580px;
	float: right;
	padding-bottom: 15px;
	background-color:#FFFFCC;
	}
#content img{padding-left: 0px;
	padding-right: 0px;
	}
	
#gallery {
	width: 580px;
	float: right;
	padding-bottom: 15px;
	background-color:#FFFFCC;
		}
	
.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: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



/*Main Nav Stuff*/	
#mainnav {
	width: 180px;
	font-size:14px;
	float: left;
	padding-bottom: 18px;
	}
#mainnav a{display: block;
	padding-left: 25px;
	text-decoration:  none;
	font-weight: bold;
	line-height: 20px;}
#mainnav a:link, #mainnav a:visited{
	color: #0258CF;
	margin-left: 1px;
	}
#mainnav a:hover, #mainnav a:active{background-image: url('images/sun.gif');
	background-repeat: no-repeat;
	background-position: 6px 50%;
	background-color: #0258CF;
	color: #FDD704;
	margin-left: 1px;
	}
/*Footer Stuff*/	
#footer {
	clear: both;
	}
#footer p{text-align: center;
	font-size: 10px;}
#footer #black a:link{color: #000000;}
.clear {clear: both;}	

