/* CSS Document */

h1 {

	font-family: "chunk-1","chunk-2",sans-serif;
	font-size: 200%;
	color: #99CC00;
}


a{
	font-size: 90%;
	color: #99CC00;
	font-weight: bolder;
	text-decoration: none;
}


a:Hover{
	font-size: 90%;
	color: #80735F;
	font-weight: bolder;
	text-decoration: none;

}

a:Active{
	font-size: 90%;
	color: #666600;
	font-weight: bolder;
	text-decoration: none;
}

a:Visited{
	font-size: 90%;
	color: #99CC00;
	font-weight: bolder;
	text-decoration: none;
}


.weemenu {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}

.weemenu a{
	color: #99CC00;
	font-weight: bolder;
	text-decoration: none;
}

.weemenu a:Hover{
	color: #80735F;
	font-weight: bolder;
	text-decoration: none;

}

.weemenu a:Active{
	color: #666600;
	font-weight: bolder;
	text-decoration: line-through;
}

.thumb_image {
	border: 3px solid #80735F;
	margin: 5px;

}

.main_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
}

.main_menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #99ff00;
	font-weight: bold;
}

.main_menu a:Hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #80735F;
	font-weight: bold;
}

.inpage {
	font-size: 90%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;

}

.inpage li {
	padding: 0 0 0 20px;
	background-image: url(../images/generic/ico_w.gif);
	background-repeat: no-repeat;
	margin: 12px;
}

.disclaimer{
	font-size: 75%;
	color: #80735F;
	text-decoration: none;
}


.form {
 	background-color: #B1A695;
 	border: 1px solid #666666;
	font-size: 90%;
	color: #474035;
	text-decoration: none;
}
.copy {
	font-size: 90%;
	color: #FFFFFF;
	margin: 5px;
}

/* LIGHTBOX STUFF
---------------------------------------------------------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 5px;
	border-bottom: 5px solid #000;
	border-right: 5px solid #000;
	}
#lightboxDetails{
	font-size: 0.7em;
	padding-top: 5px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

