body, html {
scrollbar-face-color:#1d714b;
scrollbar-shadow-color:#80c3a4;
scrollbar-highlight-color:#80c3a4;
scrollbar-3dlight-color:#527319;
scrollbar-darkshadow-color:#4f7636;
scrollbar-track-color:#1d714b;	
scrollbar-arrow-color: #80c3a4;


	margin:10px; 
	padding:0px; 
	color:#000000; 
	font-size:14px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background:#586c31;
}

#logo{
	margin:0;
	padding:20px 0 0 20px;
}


div.sdmenu {
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../sdmenu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(../sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eff6e1;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #d3e6ae;
}
div.sdmenu div a:hover {
	background : #586c31 url(../sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: underline;
}

a.menu {
float: right;
display: inline;
padding:5px 10px 5px 10px;
text-decoration:none;
margin:2px;
color: #586c31;
font-family: Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:12px;
}
a.menu:link, a.menu:visited {
background:#ffffff;
border:2px outset #586c31;
}
a.menu:focus, a.menu:hover {
background:#586c31;
border:2px outset #78953f;
color:#ffffff;			
}
a.menu:active {
background:#586c31;
border:2px outset #586c31;
}

a.menuhere, a.menuhere:visited{
float: right;
display: inline;
padding:5px 10px 5px 10px;
text-decoration:none;
margin:2px;
color: #ffffff;
background:#586c31;
border:2px outset #78953f;
font-family: Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:12px;
}

.small{
	font-size:12px;
	color:#FFF;
}
a.small:link, a.small:visited {
color:#FFF;
text-decoration:none;
}
a.small:hover {
color:#FFF;
text-decoration:underline;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#586c31;
}

.normal {
font-size:14px;
color:000000;
}

a.normal:link, .normal:visited{
	color:#586c31; 
	text-decoration:none;
}

a.normal:hover {
	color:#000000; 
	text-decoration:underline;
}

.stylenumber{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

img#green{
	border: 1px solid #586c31;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: 1px solid #586c31; }

#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(../imageslightbox/images/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(../imageslightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imageslightbox/images/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; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

	