/* This style sheet is a modification of Mike Purvis' Jello Mold Piefecta, which can be found at http://www.positioniseverything.net/articles/jello.html */

html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
/*	list-style: none; */
}

body {
	padding: 0 350px;
	color: #000;
	font-size: 100.01%;
	text-align: center;
	background-color: #000000;
}
/*	background: url(images/brownlattice2.gif); this BG tiles the area outside the columns */ 
#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -350px; /* neg side margin values should be < or = to side body padding */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
	position: relative;
	background:  url("images/sidenav.jpg");
	font-size: .9em;
	border-top: 4px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	background: 0 url("images/sidenav.jpg") repeat-y 100%; /* this BG tiles the right column */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background: #FFFFFF; /* this BG tiles the center column */
  border-left: 2px solid #FFF; /*** Critical left divider dimension value ***/
  border-right: 2px solid #FFF; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 150px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/
  margin-left: -152px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 152px;    /*** Critical right col width value ***/
  margin-right: -154px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
	font-family: georgia, verdana, sans-serif;
	text-align: left;
	overflow: visible;
	width: 100%;
}

.container-left {color: #ffc;}

.container-right {color: #ffc; padding-bottom: 80px;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
	font-family: georgia, verdana, sans-serif;
	width: 100%;
	color: #000000;
	padding: 5px 0 15px;
	text-align: right;
	/* background-image: url(images/maplesferrylogo.jpg); */
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	margin-bottom: 10px;
} /* "jello" BG is made to be in fixed position here */

.header a{
	color:#000000;
	text-decoration:none;	
}

.header a:hover{
	color: #FFFF33;
	text-decoration:underline;
}
/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373;} 

.footer {
	width: 100%;
	clear: both;
	padding: 15px 0 15px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
}

.footer p {margin: 10px 0 0 20px; color: #383;}

.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

.froggy {
position: absolute;
top: -75px;
right: -75px;
}

#siteInfo a{
	color:#fff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#siteInfo a:hover{
	color: #FFC20F;
	text-decoration: underline;
}	

#siteCopyright{
	color:  #fff;
	text-align: center;
	font-family: Arial, sans-serif;
	
}
/************* breadCrumb styles ***************/
/*
#breadCrumb{
	padding: 5px 0px 5px 10px;
	color: #666666;
}

#breadCrumb a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #6C84B4;
	text-decoration: underline;
}
/*
/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	border-bottom:1px solid #ccd2d2;
	text-align: center;
}

/************** Spacing Controls for various column contents ***************/

.outer ul {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textpadder {padding: 8px;}

#content ul {
	margin: 20px;
}

#content li {
	margin: 3px 0 2px 0;
	list-style-type: disc;
}

	
/************** Generic Rules *************/

/******* hyperlink and anchor tag styles *******/
/*
a:link, a:visited {
	color: 6C84B4;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
	color: 6C84B4;
}
*/

a {
	color: #0000FF;
	text-decoration: underline;
}

p  {margin: .8em 0;}

h1, h2 {
	margin-top: 10px;
	margin-bottom: 10px;
} 

h3 {
margin: 1em 0 .3em;
}

h4 {
	margin: 0px;
	padding: 0px;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

img.floatRight {
	float: right;
	margin: 4px;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

#list ul {
	margin: 20px;
	list-style-type: disc;
}

#list ul ul {
	margin: 30px;
	list-style-type: circle;
}
	
/************** Side Nav Buttons *************/

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
/*	font-size: .9em; */
	font-weight: bold;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	background-color: #D9A50D;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	}

/* ul#primary-nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background:  url("graphics/drop.gif") no-repeat right bottom; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #f9f9f9; }

ul#primary-nav li a:hover { color: #000000; background-color: #FFC20F; }


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */

#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* .clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}
*/

/******************** Lightbox CSS **************************/

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg: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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
	

