body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background: #333;
}

blockquote {
	text-indent: -20px;
}

hr {
	color: #215201;
	height: 1px;
	width: 100%;
}

table {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	table-layout:auto;
	border: 0px;
	background-color:#4e9002;
}

img.header {
  border: 0px;
  }

td.bdr, tr.bdr {
	border: 1px solid #215201;
	}

td.nobdr{
	border: 0;
}

img.preview {
 	border: 0px;
 	padding: 5px;
}

img.icons {
	border: 0px;
}
 
a {
	text-decoration:none;
	font-weight:normal;
	color: #ffffff;
	cursor:pointer;
	}

a.regular:hover{
	color: #00ffff;
	text-decoration:underline;
}


a.copyright{
	font-size: 11px;
	text-decoration:none;
	color: #555555;
	}

a.image {
	border: 0px;
}

input { 
	color:#000000;
	background-color:#FFFFCC;
	border:1px solid #000000;
}

input.redbtn { 
	color:#ffffff;
	background-color:#CC0000;
	border:1px solid #000000;
}


input.btn{ 
	color:#000000;
	border:1px solid #ffffff;
	background-color:#CCFFCC;
}

input.redbtn:hover, input.btn:hover{
	color:#FFFFFF;
	border:1px solid #ffffff;
	background-color:#003300;
	cursor:pointer;
}

.indented
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.indented2
{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* menu */
.menu, .menu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid #215201;

}

.menu li{
	position: relative;
	z-index: 1024;	/*force the menu to stay out front of the fading images. random number as image fades it adds to its z-index max is 2147483647 */
}

.menu li a{
	background: white url(../images/menu_bg1.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.menu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 200px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	
}

.menu li ul li{
	float: left;
}

.menu li ul a{
	width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.menu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(../images/right_arrow.gif) no-repeat center right;
	
}

.menu li a:visited, .menu li a:active{
	color: white;
}

.menu li a:hover{
	background-image: url(../images/menu_bg2.gif);
	
}

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
/* End */


/* scroller */
#scroller{
	width: 200px;
	height: 100px;
	padding: 0px 0px 0px 2px;
	background-color: #4e9002;
}

#scroller a{
	text-decoration: none;
	color:#ffffff;
}

#scroller a:hover{
	color: #00ffff;
	text-decoration:underline;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/* Gallery */
#photo{
	background-color:#222222;
	padding: 10px;
	}
#photoDetails{
	font-size: 0.8em;
	color: #ffffff;
	padding-top: 0.4em;
	}	
#photoCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#photo img{ border: none; clear: both;} 
#overlay img{ border: none; }

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

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

// Maps
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


.vBarBottom {
		border-bottom: 1px solid #215201;
		padding: 10px 0px 0px 0px;
	}

.vBarTop {
		border-top: 0px solid #215201;
		padding: 0px 0px 0px 20px;
	}
	
.hasCountdown {
	background-color: #4e9002;
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.countdown_show1 .countdown_section {
	width: 90%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}

.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 150%;
}

#Countdown { width: 200px; height: 30px; }
