body {
	background-color: #3f3f3f;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #902f05;
	text-decoration: none;
	line-height: 13px;
}
.nav a:link {
	color: #902f05;
	text-decoration: none;
}
.nav a:visited {
	color: #902f05;
	text-decoration: none;
}
.nav a:hover {
	color: #686866;
	text-decoration: underline;
}
.nav a:active {
	color: #902f05;
	text-decoration: none;
}

.bodycopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #686866;
}
.bodycopy a:link {
	color: #0097ab;
	text-decoration: none;
}
.bodycopy a:visited {
	color: #0097ab;
	text-decoration: none;
}
.bodycopy a:hover {
	color: #555555;
	text-decoration: underline;
}
.bodycopy a:active {
	color: #0097ab;
	text-decoration: none;
}


.bodycopy-blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0097ab;
}

.bodycopy-brown {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #902f05;
}
.bodycopy-brown a:link {
	color: #902f05;
	text-decoration: none;
}
.bodycopy-brown a:visited {
	color: #902f05;
	text-decoration: none;
}
.bodycopy-brown a:hover {
	color: #555555;
	text-decoration: underline;
}
.bodycopy-brown a:active {
	color: #902f05;
	text-decoration: none;
}

.bottom-links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #555555;
}
.bottom-links a:link {
	color: #555555;
	text-decoration: none;
}
.bottom-links a:visited {
	color: #555555;
	text-decoration: none;
}
.bottom-links a:hover {
	color: #555555;
	text-decoration: underline;
}
.bottom-links a:active {
	color: #555555;
	text-decoration: none;
}

.resource {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #686866;
}
.resource a:link {
	color: #686866;
	text-decoration: none;
}
.resource a:visited {
	color: #686866;
	text-decoration: none;
}
.resource a:hover {
	color: #555555;
	text-decoration: underline;
}
.resource a:active {
	color: #0097ab;
	text-decoration: none;
}


.heading-brown {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #902f05;
	line-height: 18px;
}
.heading-blue {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0097ab;
	line-height: 18px;
}
.heading-sm-brown {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #902f05;
	font-weight: bold;
}

.required {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
	font-style: italic;
}

.error {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #902f05;
}
.copyright a:link {
	color: #902f05;
	text-decoration: none;
}
.copyright a:visited {
	color: #902f05;
	text-decoration: none;
}
.copyright a:hover {
	color: #555555;
	text-decoration: underline;
}
.copyright a:active {
	color: #902f05;
	text-decoration: none;
}
.copyright-blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3083aa;
}

.phone-email-brown {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #902f05;
	line-height: 18px;
}
.phone-email-blue {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0097ab;
	line-height: 18px;
}
.phone-email-blue a:link {
	color: #0097ab;
	text-decoration: none;
}
.phone-email-blue a:visited {
	color: #0097ab;
	text-decoration: none;
}
.phone-email-blue a:hover {
	color: #555555;
	text-decoration: underline;
}
.phone-email-blue a:active {
	color: #0097ab;
	text-decoration: none;
}


#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/spacer.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) no-repeat left 15%; }
#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 #caption a { font-weight: bold; color:#666; text-decoration:none;	}
#imageData #caption a:hover { font-weight: bold; color:#999; text-decoration:underline; }
#imageData #caption a:visited { font-weight: bold; color:#666; }
#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;
}
.menuSpec{
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
.menuSpec2{
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
.subborder{border-top:0px solid #ffffff; }
.subborderend{background-color:transparent; }