body { background-color:white;
color: black;
margin: 0;
padding: 0; }

h1, h2, h3 {margin: 2px;}

p { font-family: serif; 
	margin: 0px 0px 1.2em 0px; }
	
p.smallstuff { font-family: sans-serif; 
	margin-bottom: 0; 
	font-size: xx-small;}
	
.mainbodytable { min-height: 600px;
	width: 100%;
	padding: 20px;
}
	
td.menu {
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	font-size: small;
	color: #f1cab0;
	background-color: #8d3c06;
	border-style: solid;
	border-width: 2px 1px 2px 1px;
	border-color: #f1cab0; 
	padding: 1px 10px 1px 10px;
}

img { border-style: none; 
	padding: 5px; }
	
img.photo { border-style: solid;
	border-color: #8d3c06;
	border-width: 2px;
	padding: 0px; }
	
img.doc { padding: 0px; 
vertical-align: baseline; }

.buttons a, .buttons a:link, .buttons a:visited, .buttons a:active {
color: #f1cab0;
background-color: #8d3c06;
border-color: #f1cab0;
border-width: 2px 1px 2px 1px;
border-style: solid;
display: inline;
padding: 3px 20px 3px 20px;
font: 12px sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center; }

.buttons a:hover {background-color: #f1cab0;
color: #8d3c06;}
	
a { color: #8d3c06;
text-decoration: none; }

a:hover { text-decoration: underline; }
a:visited { color: #663300; }

a.menu { color: #f1cab0; }
a.menu:visited { color: #f1cab0; }

td { vertical-align: top;}
caption { font-weight:bold; }

blockquote { background-color: #EEEEEE;
	border: 2px solid black;
	padding: 10px; }
	
ul { list-style-type: square; }

ul.places { list-style-image: url(images/little_square.gif);
list-style-type: circle; 
font-size: small; }

ul.sub_places { list-style-image: url(images/little_wedge.gif);
list-style-type: circle; 
padding-bottom: 10px; }
	
.adlink { color: #FFFFFF; }

.book { border: 2px solid #8d3c06; }

.centered { text-align: center; }

.editable { color: #000000;
	background-color: #ffffd3; }
	
.left_page  { background-image: url('images/leftpage.jpg');
padding: 8px 25px }
.right_page { background-image: url('images/rightpage.jpg');
padding: 8px 25px }

.padded { padding-left: 15px; 
vertical-align: top;}

.translated { color: #000;
	background-color: #ffffd3;
	border: 2px solid black;
	padding: 10px; }
		 
.small-centered { font-size:small;
	text-align:center; }
	
.small-left { font-size:small;
	text-align:left; }

.small-right { font-size:small;
	text-align:right; }
	
.floatleft {
	font-size:small;
	float: left;
}
.floatright {
	font-size:small;
	float: right;
}

.tiny-left { font-size:x-small;
	text-align:left; 
	vertical-align: middle;}

.toc { font-size:small; 
list-style-image: url(images/little_square.gif);
list-style-type: square; }

/*BEGIN LIGHTBOX 2.0 CSS */

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	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: #ffffff;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #f1cab0;
	}

/*END LIGHTBOX 2.0 CSS */

