@charset "utf-8";
/* CSS Document */
html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /*color background - only works in IE */
font-size:100%; /*set default font size */
font-family: tahoma, sans-serif; /* set default font */
color:#ffffff;
	/* hide overflow:hidden from IE5/Mac */
/* \*/
background-color: #CCCC99;/* */
}
body {
behavior:url(csshover3.htc);
/*height:100%;  fix height to 100% for IE 
max-height:100%;  fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

#content {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	background-color:#CCCC99;
	color:#000000;
	padding:0 35px 0 35px;
	/*padding-left:270px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}

a:link, a:visited {
	color:#990000;
	text-decoration:none;
} 
a:hover, a:focus, a:active {
color:#0000ff;
text-decoration:none;
}
img
{  border-style: none;
}
.frame {
	background-color: #333333;
	text-decoration:none;
	list-style-type:none;
	font-weight:bold;
	padding:4px;
	margin-right:25px;
	border: 10px ridge #333333;
	float:left;
}
.cardframe {
	background-color: #ffffff;
	text-decoration:none;
	list-style-type:none;
	font-weight:bold;
	padding:4px;
	margin-right:25px;
	border: 2px solid #ffffff;
	float:left;
}

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:509px; 
  border:7px solid #996600; 
  background:#cc9966;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:50px;
  width:320px; 
  float:left;
  overflow:hidden; 
  text-decoration:none; 
  border-bottom:7px solid #996600;
  }
#gallery li a img {
  width:320px; 
 /* height:50px; */
  border:0;
  }
#gallery li a:hover {
  background:#cc9966; 
  height:275px;
  }
#gallery li a:hover img {
  height:275px;
  }
#gallery li a span {display: none;
}
#gallery li a:hover span {
   display: block;
   position: absolute; 
   top: 100px; 
   left: 150px; 
   width: 125px;
   padding: 5px; 
   margin: 10px; 
   z-index: 100; 
   background: #cc9966;
   text-align:center;
   border: 10px ridge #996600;
   font-weight:bold;
   color:#000;
 }  
.style1 {
font-family:"Brush Script Std";
font-size:60px;
}
.style2 {
font-size:xx-small;
color:#000;
}
.style3 {
color:#FF0000;
}
#galleryh {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	width:642px;
	height:185px;
	border:7px solid #333333;
	background-color: #CCCC99;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:185px;
  width:50px; 
  float:left;
  overflow:hidden; 
  text-decoration:none; 
  border-right:7px solid #333333;
  }
#galleryh li a img {
  /*width:320px; */
 height:185px;
  border:0;
  }
#galleryh li a:hover {
  background:#cccc99; 
  width:350px;
  }
#galleryh li a:hover img {
  width:350px;
  }
#galleryh li a span {display: none;
}
#galleryh li a:hover span {
   display: block;
   position: absolute; 
   bottom: 25px; 
   left: 1px; 
   width: 125px;
   padding: 5px; 
   margin: 10px; 
   z-index: 100; 
   background: #cccc99;
   text-align:center;
   border: 10px ridge #333333;
   font-weight:bold;
   color:#000;
 }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
