div#contactSheet {
	width: 460px; 
	/*background-color: #c7b294;
	background: url(/images/backgroundP.jpg) repeat-y 50% 0%;
	border: 1px solid #736357;*/ 
	margin: 0; 
	padding: 0;
	}
div#contactSheet ul {
	margin: 0; 
	padding: 0; 
	padding: 5px 0 0 5px;
	}
div#contactSheet ul li {
	list-style:none; 
	background: url(/images/backgroundP.jpg) repeat-y 50% 0%;
	border: 1px solid #736357; 
	width: 139px; 
	height: 130px; 
	display: inline-block; 
	vertical-align: top;
	text-align: center; 
	margin: 0 5px 5px 0;
	padding: 5px 0;
	}

div#contactSheet ul li img {
	vertical-align: bottom !important; 
	max-width: 133px; 
	max-height: 130px; 
	}
/* the overlayed element */

.caption p {
	text-align: left !important; 
	padding: 7px 15px; 
	}
	
span.image_metadata {
	display: inline-block; 
	font-size: .8em; 
	text-align:: left !important;
	}
	
.blacken {
	background-color: #000 !important;
	}

#infoHelpMessage {
	position: absolute; 
	bottom:21px; 
	right: -244px; 
	width: 260px; 
	height: 19px; 
	background-color: #ccc;     
	}
	
/* pure CSS arrow */
#infoHelpMessage em {
	display:block;
	width:0;
	height:0;
	border-style: solid;
	border-width: 10px;
	border-color: transparent #ccc transparent transparent;
	-moz-border-right-colors: #ccc #bbb #aaa #999 #888 #777 #666 #555;
	/*-webkit-border-image: -webkit-gradient(linear, left top, right top, from(#555), to(#ccc)) 10;*/
	
	/* positioning */
	position:absolute;
	bottom:0;
	left:-18px;
	}
	
.hidden {
	display: none;
	}

div.contactSheetImageCaption {
	display: none;
	}


#mainContent {overflow: hidden;}

#secondaryContent nav ul li a.active {font-weight: bold;}
/* the overlayed element */

.copyrightDisclaimer {
	margin: 0;
	padding: 0;
	display: none;
	}

