/* Text telling the story behind a group of photos or artwork. */
#PhotoStoryBody {
	text-align: left;
	font-size: 12pt;
	font-family: "Times New Roman" }
.PhotoStoryIntro { font-size: 14pt }
.PhotoSectionHeader {
	color: #066990;
	font-size: 1.1em }

/* Photo thumbnail with hover margin highlighting. */
.PhotoThumbBlock { }
.PhotoThumb { background-color:#59503F }
.PhotoThumb img { border:2px solid; margin:2px 2px 4px 2px; vertical-align:top; border-color: transparent }
.PhotoThumb a:hover { color:#75F46C; background-color:#75F46C }
.PhotoThumb a:hover img { color:#75F46C; border-color:#75F46C }


/* Photo drop-down menu system. */
#photoNavOuter {
	width:900px;
	height:60px;
	background:url(../images/PageLayout/PhotoNavBkgd.jpg) center top no-repeat;
	color:#0;
	clear:both;
	margin:0 auto }
#photoNavInner {
	width:788px;
	padding-top:28px;
	color:#0;
	font-size:1.5em;
	margin:0 auto;
	text-align:center }
#photoNavInner a {
	color:#59503F;
	text-decoration:none;
	margin:0 10px }
#photoNavInner a:hover {
	color:#888888 }
#dropmenudiv_photonav{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: "Times New Roman", Times, serif;
	color: #59503F;
	line-height:18px;
	z-index:100 }
#dropmenudiv_photonav a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold }
#dropmenudiv_photonav a:hover{
	background-color: #CCCCCC }

