body, body div, body p, body th, body td, body li, body dd, body dt {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-style: normal; color: #336633; text-decoration:none;}

a:link        {color: #336633; text-decoration:none;}
a:active      {color: #336633; text-decoration:none;}
a:visited     {color: #336633; text-decoration:none;}
a:hover       {color: #000000; text-decoration:underline;}

H1         {color: #000000; text-decoration: none; font-size:12px; font-weight:bold; margin-bottom:0}
H2         {color: #336633; font-size: 10px; font-weight:bold; margin-bottom:0}

form { 
margin: 0; 
padding: 0; 
} 

.category1 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% verdana, arial, sans-serif;
}

.category1 li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
font-weight:bold;
background-color: #247033;
border-bottom: 2px solid #ffffff;
}

.category1 li a:hover {
background-color: #025B1E;
text-decoration: none;
color: #ffffff;
}

.category1 li a:visited {
background-color: #247033;
text-decoration: none;
color: #ffffff;
}


.category2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% verdana, arial, sans-serif;
}

.category2 li a{
display: block;
padding: 4px 0;
padding-left: 9px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #336633;
background-color: #EDEDED;
border-bottom: 1px solid #ffffff;
}

.category2 li a:hover {
background-color: #DEDEDE;
text-decoration: none;
color: #000000;
}

.category2 li a:visited {
background-color: #EDEDED;
text-decoration: none;
color: #336633;
}

#special ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#special li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px;
text-decoration: none;
color: #ffffff;
background-color: #CC6600;
border-bottom: 1px solid #ffffff;
}

#special li a:hover {
background-color: #AF4E00;
color: #ffffff;
text-decoration:none;
}

#special li a:visited {
background-color: #CC6600;
color: #ffffff;
text-decoration:none;
}

#new ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#new li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background-color: #993300;
border-bottom: 1px solid #ffffff;
}

#new li a:hover {
background-color: #852100;
color: #ffffff;
text-decoration:none;
}

#new li a:visited {
background-color: #993300;
color: #ffffff;
text-decoration:none;
}


A.textmenu			{color:#999999; text-decoration:none}
A.textmenu:visited	{color:#999999; text-decoration:none}
A.textmenu:hover 	{color:#333333; text-decoration:none;}

A.sitemap			{color:#cccccc; text-decoration:none}
A.sitemap:visited	{color:#cccccc; text-decoration:none}
A.sitemap:hover 	{color:#666666; text-decoration:none}

option {background-color: #ffffff; font-size: 10px; color:#333333;}
option.one {background-color: #ffffff; color:#333333;}
option.two {background-color: #EBEBEB; color:#333333;}

#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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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;
	}
#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 */
	}
