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

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

/* Used by Dutcher Creek Golf Course */
/* developed by Tom Miller */

#footer {
	background-color: #FFFFFF;
	text-align: right;
	height: 24px;
	vertical-align: top;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.gallerycontainer a.link {
	text-decoration: none;
}

.gallerycontainer a:hover {
	background-color:#FFFF00;
	text-decoration: none;
	}

.gallerycontainer{
	position: relative;
	text-align: left;
	line-height: normal;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#main {
	height: 100%;
	width: 760px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#navbar {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 45px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

#pageContainer {
	margin: 0 auto;
	text-align: center;
	width: 750px;
	height: 100%;
	background-color: #FFFFFF;
}

#photos {
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding-top: 5px;
}

.thumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	border: 0;
}

.thumbnail:hover{
	background-color: #FFFF33;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.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;
	background-color: #FFFFFF;
	width: 500px;
}