body {

	background-color: #E9DFCD;

}



.header {

	background-image: url(topbar.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding: 6px;

}



.style2:hover {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-color: #f41d2d;

}



a { text-decoration: none;

	color: #E1DBC8;

	font: Garamond;

	font-size: 17px;

	border: 0;

}



a:hover { text-decoration: underline; }



.darklink { color: #333333; }



.redbar {

	background-image: url(menubar.gif);

	background-repeat: repeat-x;

	background-position: left top;

}



.style4 {

	color: #E1DBC8;

	font: Garamond;

	font-size: 17px;

}



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}



.style5 {color:#666666;}



.style6 {

	color: #333333;

	font: Garamond;

	font-size: 17px;

}



.style7 {

	font-family: Georgia;

	color: #E1DBC8;

	font-size: 12px;

}



.style8 {

	font-size: 36px;

	}



.brownbox { background-color: #B9AE97; align: center; }



/* Gallery Styles */



#motioncontainer {

	margin:0 auto;

	width: 700px; /* Set to gallery width, in px or percentage */

	height: 110px; /* Set to gallery height */

	background-color: #EDE6D3;

}



#motioncontainer a img {

border: 1px solid #cccccc; /* Set image border color */

}



#motioncontainer a:hover img {

border: 1px solid navy; /* Set image border hover color */

}



#statusdiv {

background-color: lightyellow;

border: 1px solid gray;

padding: 2px;

position: absolute; /* Stop Editing Gallery Styles */

left: -300px;

visibility: hidden;

}



#motioncontainer a:hover {

color: red; /* Dummy definition to overcome IE bug */

}

/* End Gallery Styles */

/* LIGHTBOX STYLES */

#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: #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(./prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* END LIGHTBOX STYLES */

/* Slideshow classes */

.contentslide{

width: 540px;

height: 550px;

}



.contentslide .contentdiv{

display: none;

}



.pagination{

width: 540px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

text-align: right;

padding: 0 0 4px 0;

}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 540px; /*IE5 width*/

w\idth: 540px; /*IE6 width*/

}



.pagination a{

padding: 0 5px;

text-decoration: none; 

color: #333333;

background-color: #EDE6D3;

}



.pagination a:hover, .pagination a.selected{

color: #000;

background-color: #FEE496;

}