body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #74553F;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color		: #FFFFF7;
	scrollbar-shadow-color		: #FFFFF7;
	scrollbar-highlight-color	: #FFFFF7;
	scrollbar-3dlight-color		: #CCCCCC;
	scrollbar-darkshadow-color	: #CCCCCC;
	scrollbar-track-color		: #EEEEEE;
	scrollbar-arrow-color		: #E7C35A;
}
ul {
	line-height: 150%;
	list-style: square;
}
h2 {
	font-size: 14px;
	color: #644A37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;

}
a:link {
	color: #D65D10;
	text-decoration: none;
}

a:visited {
	color: #D65D10;
	text-decoration: none;
}

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

.smalltext {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #AC804F;
}

td {

	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #644A37;
}

.page-title{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0  5px 25px;
}

.bodytext {

	font: 11.5px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #644A37;
}
.formtext {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #644A37;
	border: 1px solid #996633;
	background: #FFFFFF;


}
.serifheader {
	font: normal 18px Times New Roman, serif;
	color: #633410;
}
.hometext {

	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #644A37;
}
.booktitle {
	font-style: oblique;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serifhdbrown {

	font: bold 19px Georgia, Times, serif;
	color: #633410;
}
.serifhd {

	font: bold 19px Georgia, Times, serif;
	color: #D65D10;
}
.orange {
	color: #D65D10;
}
.khaki {

	color: #8C8B59;
}
.authororange {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #D65D10;
}
.paraheader {
	border-top: 1px solid #E7C35A;
	border-bottom: 1px solid #E7C35A;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #F7F3E7;
	color: #633410;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	font-weight: bold;
}
.whitetext {
	color: #FFFFFF;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
.bigmonth {
	font: normal 36px Times, "Times New Roman", serif;
	color: #9C9A63;
	text-transform: capitalize;
}
.tableLFT { border-left: 1px solid #F0E6CD }
.tableRT { border-right: 1px solid #F0E6CD }

/* TEXT EFFECTS */
.padding {
 padding-right: 8px;
 padding-left: 8px }

.rightpad {
 padding-right: 15px }
 
/* SCROLLER */

#wrapper {
    width: 580px;
    margin: 10px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	border: 4px solid #fcf9f9;
	left: 1px;
}

.scroll {
	overflow: hidden;
	width: 600px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 184px;
	height: 400px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 6px 6px 1px 6px;
	border: 1px solid #fff;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 113px;
}
.inside h2 {
	font-weight: normal;
	color: #444;
	font-size: 14px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -12px;
}

.scrollButtons.right {
    right: -15px;
}

.hide {
    display: none;
}

#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; }

#images {
	padding: 0 5px 3px 0;
	float: left; 
	height: 177px;
	width: 238px;
}

#text {
	height: 177px;
}
