/* Define HTML tags */
body {
padding:0;
margin:0;
background-color:#8bc33e;
background-image:url(/assets/7/bg_body.gif);
background-position:top;
background-repeat:repeat-x;
}

h1, .head {
font-family: Arial, Helvetica;
font-size: 14px;
font-weight:bold;
color:#517e06;
margin:0;
padding:0 0 8px 0;
}

input, textarea, select {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#000000;
margin-bottom:4px;
}

.ipt {
font-family: Verdana, Arial, Helvetica;
font-size:11px;
font-style:normal;
color:#FFFFFF;
background-color:#517e06;
border-style:outset;
border-width:1px;
border-color:#75a633;
padding:2px;
}

.img {
border-style:solid;
border-width:1px;
border-color:#000;
padding:2px;
margin-bottom:6px;
}

.line {border-bottom-width:1px;border-bottom-color:#6f9d31;border-bottom-style:dashed;width:auto;margin:16px 0px 16px 0px}

/* Define div containers */
#container {
font-family: "ms trebuchet", Verdana, Arial, Helvetica;
width:800px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
font-size:11px;
}

#banner {
float:none;
width:764px;
padding:37px 18px 0px 18px;
background-image:url(/assets/7/bg_banner.gif);
background-repeat:no-repeat;
}

#flashcontent {
width:764px;
height:85px;
margin:0px;
float:none;
}

#container-content {
width:728px;
padding:24px 36px 0px 36px;;
margin:0px;
float:none;
background-image:url(/assets/7/bg_outer.gif);
background-repeat:repeat-y;
}

#container-content ul {
margin:0px;
padding:10px 0px 10px 20px;
list-style-image:url(/assets/7/icon_bullet.gif)
}

#container-content li{
padding-bottom:2px;
}

#container-content a {
color:#517e06;
text-decoration:underline;
}

#container-content a:hover {
color:#8bc33e;
text-decoration:underline;
}

#footer {
float:none;
text-align:left;
width:724px;
height:70px;
padding:24px 38px;
background-image:url(/assets/7/bg_footer.gif);
background-repeat:no-repeat;
background-position:top;
font-size:11px;
color:#000000;
}

#footer a {
color:#517e06;
text-decoration:none;
}

#footer a:hover{
color:#8bc33e;
text-decoration:underline;
}

#image-panel {
text-align:center;
float:right;
margin:6px 0px 0px 16px;
font-size:9px;
width:200px;
}

.gallery-image{
width:124px;
height:100px;
float:left;
margin:18px 18px 0 0;
}

.page {
display:block;
float:left;
border:solid;
border-color:#DDDDDD;
border-width:1px;
height:18px;
width:18px;
text-align:center;
background-color:#FAFAFA;
margin-right:2px;
font-weight:bold;
}

/* Some formatting for the menu system */
#chromemenu{
width:754px;
height:33px;
margin:0px;
padding:0px;
}

#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-left:10px;
margin: 0;
float: left;
}

#chromemenu ul li{
display: inline;
font-family: Tahoma, "trebuchet ms", Arial, Helvetica;
font-size: 11px;
color:#00365b;
font-weight:bold;
}

#chromemenu ul li a{
float: left;
color:#FFFFFF;
padding: 9px 10px 8px 10px;
text-decoration: none;
background: url(/assets/7/menu_div.gif) center right no-repeat;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
text-decoration:none;
}

#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*/
}


/* Style for Drop Down Menu */

.dropmenudiv{
position:absolute;
top: 0;
width:250px;
font:normal 11px Verdana, "trebuchet ms", Arial, Helvetica;
line-height:18px;
z-index:100;
visibility: hidden;
margin-top:3px;
background-color: #FFFFFF;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 12px;
/* border: 1px solid #000000; /*Theme Change here*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
margin-bottom:1px;
background-color: #6f9d31;
color:#FFFFFF
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FAFAFA;
color:#000000;
}


/* 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(/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(/includes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/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 */
	}	
