@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #746a65 url(images/2010/back-side-tile.gif) repeat-y left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.gallery-exhibit {
	text-align: left;
	float: left;
	width: 200px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 220px;
}
.gallery-exhibit-right {
	text-align: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 220px;
}
.twoColFixLtHdr #background {
	background-image: url(images/2010/back-top-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/2010/back-side-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 18px 0px 0px;
} 
.twoColFixLtHdr   #header  {
	height: 125px;
	background-color: #5b514c;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #Nav {
	font-size: 10px;
	color: #7E726D;
	text-align: left;
	padding-top: 10px;
	background-image: url(images/2012/gradient-bar.jpg);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-left: 144px;
}
#slidebox {
	height: 90px;
	width: 108px;
	overflow: hidden;
}
.PDFplaceholder {
	background-color: #AFA7A4;
	background-image: url(images/bar2009.jpg);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	padding: 7px;
	height: 126px;
	width: 94px;
}
.Galleryplaceholder {
	background-color: #AFA7A4;
	background-image: url(images/gallery-placeholder-background.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	height: 300px;
	width: 550px;
}
a img {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
a:hover img {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
a {
	color: #C6C0BE;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #C6C0BE;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B0A8A4;
}
a:active {
	color: #EB6E00;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 16px;
	background-color: #5b514c;
	font-size: 10px;
}
#sidebar1 p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #Slideshow {
	float: left;
	width: 118px;
	padding-right: 10px;
	padding-left: 16px;
}
.twoColFixLtHdr #mainContent {
	margin: 2px 0px 0px 164px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 570px;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 164px;
	width: 570px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #60504A;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.program   {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	text-align: left;
	line-height: 13px;
}
.program a {
	color: #5c514c;
	text-decoration: none;
}
.program-table {
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.program-table p {
	margin: 0px 0px 12px;
	padding: 0px;
}
.program-title  { color: black; font-size: 10px; font-weight: bold }
.program-subtitle  { color: black; font-size: 10px; font-style: italic; font-weight: bold }
.sidebars  { background-color: white; background-image: url("images/side_grade.jpg"); background-repeat: repeat-x; background-position: left top }
.program a:link {
	color: #5c514c;
	text-decoration: none;
}
.program a:visited {
	color: #5c514c;
	text-decoration: none;
}
.program a:hover {
	color: #5c514c;
	text-decoration: underline;
}
.program a:active {
	color: #660000;
	text-decoration: none;
}
.GalleryArchive {
	margin: 0px 0px 0px 14px;
	list-style-type: disc;
	padding: 0px;
	text-transform: uppercase;
}
.GalleryArchive ul {
	width: 100%;
}
.GalleryArchive li {
	margin-bottom: 6px;
	margin-left: 0px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
.GalleryLinks {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}
#GalleryContainer {
	margin-top: 20px;
}
#exhibitionschedule {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#LowerLinks {
	padding-top: 6px;
}
.program-table a:link {
	color: #5c514c;
	text-decoration: none;
}
.program-table a:visited {
	color: #5c514c;
	text-decoration: none;
}
.program-table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #5b504b;
}
.FSCalendarContainer {
	width: 549px;
	text-align: left;
}
.program-table a:active {
	color: #5c514c;
	text-decoration: none;
}
.fs-date {
	font-size: 12px;
	line-height: 12px;
	color: #c3bfbd;
	background-color: #5c514c;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 9px;
	text-align: left;
	text-transform: uppercase;
}
.fs08-standard-listing {
	padding: 10px 10px 10px 20px;
	background-color: #C7C0BE;
}
.fs09-premium-listing {
	background-repeat: no-repeat;
	height: 404px;
	padding: 10px 20px 0px;
}
.Location {
	float: right;
	text-align: right;
	margin-right: 20px;
}
.Signature {
	float: right;
	text-align: right;
	margin-right: 20px;
}
#temp {
	background-image: url(images/fotosept2009/placeholder.jpg);
}
.fs10-premium-listing {
	background-repeat: no-repeat;
	height: 404px;
	padding: 10px 20px 16px;
	margin-bottom: 20px;
	background-color: #5c514c;
	background-position: top;
}
.fs10-standard-listing {
	padding: 10px 10px 10px 20px;
	background-color: #C7C0BE;
	margin-bottom: 20px;
}
#LowerLinks p {
	margin-bottom: 25px;
}
#ImageSlideShow a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.PartnerList li{
	margin-bottom: 10px;
}

