@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	background-image:url('../images/background_repeat.jpg');
	background-repeat:repeat;
	background-position:top center;
	margin:0px;
	padding:0px;
	text-align:center;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.nav {
	float:left;
	height:29px;
	padding-top:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
}
.nav_on {
	background-image:url('../images/nav_on.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	cursor:pointer;
	text-decoration:none;
}
.nav_off {
	background-image:url('../images/nav_off.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	text-decoration:none;
}
.nav_spacer {
	float:left;
	height:39px;
	width:1px;
	background-image:url('../images/nav_spacer.jpg');
	background-repeat:repeat-x;
	background-position:top center;
}

.headertext {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#84441e;
}
.subheadertext {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7998ae;
}

.bluelink {
	color:#7998ae;
}
.whitelink {
	color:#ffffff;
	text-decoration:none;
}
.whitelink:hover {
	text-decoration:underline;
}

.sticky {
	background-image:url(../images/stickynote.png);
	background-repeat:no-repeat;
	background-position:center;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/stickynote.png');
	height:334px;
	width:657px;
}

.popupBox {
	position:absolute;
	visibility: hidden;
	display:block;
	left: 0px;
	top: 0px;
	z-index: 2000;
	border: 1px #696969 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
	padding-bottom:30px;
	width:400px;
}

#hdgallery {
	position:relative;	
	height:208px
}
#hdgallery a {
	float:left;
	position:absolute;
	opacity: 0;
}

#hdgallery a img {
	border:none;
}

#hdgallery a.show {
	z-index:500
}

.gimg {
	width:657px;
	height:323px;
}
