@charset "utf-8";
/* CSS Document */

#bigpic_display, #bigfp_display, #caption {
	text-align: center;
	
}
#bigpic_display h3{
	font-size: 18px;
}
#bigpic_display img, #bigfp_display img{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 3em;
	margin-bottom: 5px;
	margin-left: 3em;
	padding: 1em;
}
#bigpic_display img {
border: 5px solid #000066;
}


body {
	color: #000000;
	background-color: #D4D0B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.map {
	background-color: #FFFFFF;
	border: 4px solid #000066;
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	padding: 2px;
}
#fpdisplay {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #D4D0B5;
	clear: both;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 760px;
}
hr {
	margin: 16px;
}
.centered {
	text-align: center;
}
.TabbedPanelsContent {
	text-align: center;
}
.TabbedPanelsContent img{
	padding: 6px;
}
#filmstrip {
	text-align: center;
	padding: 10px;
	clear: both;
	display: block;
}
#filmstrip img {
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px solid #333333;
}
#filmstrip img.selected {
	border: 2px solid #FFCC00;
}

#filmstrip table td {
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#filmstrip table  {
	padding-right: 5px;
	padding-left: 5px;
	float: none;
	clear: none;
	display: inline;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bigpic_display table.paging a img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

