<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html, body{
  min-height: 100%;
}
body { 
	color: #000000;
	background-color: #e5e0da;
	margin:0;
	padding:0;
}
html,body,td,th {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	line-height: auto;
}
a:active {
	text-decoration: none
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
}
.header {
	font-family: Open Sans;
	font-size: 22px;
	font-weight: normal;
}
.links {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
}	
.copyright {
	font-family: Open Sans;
	font-size: 12px;
}
.leftAddress {
	font-family: Open Sans;
	font-size: 0.8rem;
}
.logotext {
	font-family: Open Sans;
	font-size: 22px;
	font-weight: normal;
}
.logotext a:hover {
	text-decoration: none;
} 
.logotext img {
	 width:auto; max-height:70px;
}
.caption {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
}
.galleryCaptions {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
}
.portfolioCaptions {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
}
.text {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.topLogo {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #61574d;
	text-align: left;
	font-family: Open Sans;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
}
#contentArea {
	background-color: #e5e0da;
	top: 90px;
	padding-top: 10px;
	bottom: 0px;
	
	padding-left: 0px;
	left: 215px;
	
	right: 0px;
	position: absolute;
	
		overflow: auto;
	
}

.captionArea {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
}
.keywordArea {
	max-width: 375px;
	text-align: left;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	color: #aaaaaa;
}
.keywordArea a:link, .keywordArea a:visited {
	color: #aaaaaa;
}
.keywordArea a:hover {
	color: #660000;
}
.imageSearchResults tr td {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	line-height: auto;
	padding: 15px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  border-width: 4px;
  border-style: dotted;
  border-color: red;
}
.enterLinkPageOne {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	padding: 6px 8px;
	display: inline-block;
	margin:20px auto 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.4);
	opacity:1.0;
	line-height:normal;
} 
.enterLinkPageOne a {
	 color: rgba(0, 0, 0, 0.75); opacity:0.9; transition: letter-spacing .25s ease-out, color .25s ease-out; 
}
.enterLinkPageOne a:hover {
	letter-spacing: .4rem;
	color: rgba(0, 0, 0, 1.0);
}

@media screen and (max-width: 640px) {
	.topHeaderDivSF { display:none; }
	#contentArea {
		padding-left: 0;
		padding-right: 0;
		left:0 !important;
		width:100%;
	}
	.logotext {
		font-size: 1.4rem;
	}
}</pre></body></html>