/* Define HTML tags */
body {
padding:0;
margin:24px 0px;
background-color:#ffffdd;
}

h1, h2 {
font-family: Georgia;
font-size: 18px;
font-weight:bold;
color:#663300;
height:20px;
width:auto;
margin:0;
padding:0 0 6px 0;
}

input, textarea, select {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#000000;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
margin-bottom:6px;
padding:2px;
}

.ipt {
font-family: Verdana, Arial, Helvetica;
font-size:11px;
font-style:normal;
color:#FFFFFF;
background-color:#38701f;
border-style:outset;
border-width:1px;
border-color:#2a6112;
padding:2px;
}

.img {
border-style:solid;
border-width:1px;
border-color:#663300;
margin-bottom:2px;
}

.line {
border-bottom-width:1px;
border-bottom-color:#663300;
border-bottom-style:solid;
width:auto;
margin:24px 0px 16px 0px
}

/* Define div containers */
#container {
font-family: Georgia;
width:780px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}

#banner {
float:none;
width:780px;
height:94;
}

#images {
width:780px;
/*height:242px;*/
margin:2px 0px;
}

#menu {
height:34px;
float:left;
background-image:url(/assets/bg_menu.gif);
background-repeat:repeat-x;
width:778px;
border-left:solid 1px #0e4900;
border-right:solid 1px #0e4900;
}

#content {
float:left;
width:738px;
padding:20px;
margin:0px;
font-size:14px;
line-height:18px;
border-left:solid 1px #0e4900;
border-right:solid 1px #0e4900;
color:#38701f;
background-color:#FFFFFF;
}

#content a {
color:#663300;
text-decoration:none;
}

#content a:hover {
color:#663300 ;
text-decoration:underline;
}

.frame {
border:solid 3px #da911e;	
}

.seasons {
border:double 3px #0e4900;
width:711px;
padding:12px;
font-weight:bold;
color:#da911e;
}

#footer {
float:left;
width:740px;
height:24px;
padding:9px 20px 0px 20px;
margin:0px;
font-size:11px;
color:#ffe79f;
background-image:url(/assets/bg_footer.gif);
background-repeat:no-repeat;
background-position:top;
}

#footer a {
color:#ffe79f;
text-decoration:none;
}

#footer a:hover{
color:#ffe79f;
text-decoration:underline;
}

.pdf {background:url(/assets/pdf.gif) no-repeat left center;padding:0px 0px 0px 22px;}

/* Some formatting for the menu system */
#chromemenu{
width: 780px;
height:34px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
padding:0px;
margin: 0;
float: left;
}

#chromemenu ul li{
display: inline;
font-family: Georgia;
font-size: 12px;
color:#ffe79f;
font-weight:bold;
}

#chromemenu ul li a{
float: left;
color:#ffe79f;
font-weight:bold;
padding: 9px 12px 10px 11px;
text-decoration: none;
background: url(/assets/menu_div.gif) center right no-repeat;
}

#chromemenu ul li a:hover{
color: #ffffdd;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/*----- Gallery -----*/
.gal-img {
margin:0px 30px 10px 0px;
float:left;
width:120px;
}

.end {
margin:0px 0px 10px 0px;
float:left;
width:120px;
}

/* Define CSS for lightbox javascript */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(assets/includes/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/assets/includes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/assets/includes/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

