/*
 *	content.css
 *
 *	This file defines any special case styles
 *	for the main content area as well as any
 *	unique style for secondary content areas.
 */
 
.serif
{
	font-family: georgia, 'times new roman', serif;
	font-size: 11px;
	color: #5b5443;
	letter-spacing: -0.01em;
}
.right
{
	text-align: right;
	line-height: 0;
	padding-bottom: 0;
}
 
#headerbody a
{
	line-height: 0;
	padding-bottom: 0;
}

#pillars ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pillars li
{
	display: block;
	background: url(../cmsimages/bg_pillars.gif) left bottom repeat-x;
	margin: 0;
	padding: 4px 20px;
	height: 54px;
}
#pillars p
{
	padding: 0;
}
p.title,
#slideshow p
{
	line-height: 0;
	padding-bottom: 0;
}
#slideshow {
	position: relative;
	width: 538px;
	height: 315px;
	overflow: hidden;
}

/*#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 538px;
	height: 315px;
} */

#right .navsub
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#right .navsub li
{
	margin: 0;
	padding: 4px;
	float: left;
}
#right .navsub li a
{
	border: 1px solid #888500;
	display: block;
	line-height: 0;
}
#right .navsub li a:hover
{
	border: 1px solid #91764a;
}


h1.pagetitle
{
	font-family: georgia, 'times new roman', serif;
	color: #ffffff;
	font-size: 20px;
	text-transform: capitalize;
}
#footersub
{
	padding: 0 0 20px 300px;
        clear: both;
        width: 530px;
        margin: auto;
        overflow: auto;
}

#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0;
}


/* lightbox */
#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: 7px; }

#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(../cmsimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../cmsimages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px georgia, 'times new roman', 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: #564319; }
