/* Headers */
.fp h3 {
	color: #405c79;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}

/**
 * 
 * Current Events
 * 
 */
 
#fp-col1 {
	padding-bottom: 12px;
}

#fp-col1 h2 {
	text-indent: -10000px;
	height: 35px;
	background: url(/images/titles/fp-current-events.jpg) no-repeat;
}

#fp-col1 h3 {
	clear: both;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

#fp-col1-a {
	margin: 11px;
}

#fp-col1-a p {
	margin-bottom: 10px;
}

#fp-col1 a:link,
#fp-col1 a:visited {
	color: #94006b;
}

#fp-col1 a:hover {
	color: #941571;
}

#fp-col1 .image-caption {
	float: right;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: .5em;
}

/**
 * 
 * The Museum
 * 
 */

#fp-col2 {
	border-top: 7px solid #007aa6;
}

#fp-col2-a {
	margin: 10px 12px 10px 14px;
}

#fp-col2-a h2 {
	text-indent: -10000px;
	height: 20px;
	overflow: hidden;
	background: url(/images/titles/fp-the-museum.gif) no-repeat;
	margin: 0 0 16px 0;
}

#fp-col2-a h3 {
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

#fp-col2 a:link,
#fp-col2 a:visited {
	color: #405c79;
}

#fp-col2 a:hover {
	color: #941571;
}

#fp-col2-a p {
	margin: 0 0 10px 0;
}

#fp-col2-a ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#fp-col2-a ul li {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

#fp-museum-img {
	margin-bottom: 20px;
}

/**
 * 
 * Historical Records
 * 
 */
 
#fp-col3-a h2 {
	text-indent: -10000px;
	height: 20px;
	overflow: hidden;
	background: url(/images/titles/fp-historical-records.gif) no-repeat;
	margin-bottom: 16px;
}

#fp-col3-a h3 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

#fp-image-archives {
	float: left;
	
	margin: 0 5px 8px 0;
	
	width: 53px;
	height: 67px;
}

#fp-title-archives {
	float: left;
	padding-top: 14px;
	margin-left: 6px;
	width: 130px;
}

#fp-col3 p {
	clear: both;
	margin: 0 0 20px 0;
}

#fp-col3 {
	border-top: 7px solid #94006b;
}

#fp-col3 a:link,
#fp-col3 a:visited {
	color: #405c79;
}

#fp-col3 a:hover {
	color: #941571;
}

#fp-col3-a {
	margin: 10px 5px 10px 10px;
}

/**
 * 
 * Exhibition Themes
 * 
 */

#exhibition-container {
	overflow: hidden;
	width: 853px;
}

#exhibition-container h2 {
	text-indent: -10000px;
	height: 38px;
	background: url(/images/fp-exhibition-themes.jpg) no-repeat;
}

#exhibition-container ul {
	list-style-type: none;
	height: 110px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#exhibition-container ul li {
	float: left;
	text-align: center;
	margin: 0 1px;
}

#exhibition-container img {
	margin-bottom: 5px;
	border: 2px solid #d7cbc3; /* same color as the background */
}

#exhibition-container span {
	display: block;
	width: 136px; /* Set so IE will apply the filter */
}

#exhibition-container a:link,
#exhibition-container a:visited {
	color: #151219;
	text-decoration: none;
}

/*#exhibition-container a:link img,
#exhibition-container a:link span,
#exhibition-container a:visited img,
#exhibition-container a:visited span {
	opacity: .60;
	filter: alpha(opacity=60);
}

#exhibition-container a:hover img,
#exhibition-container a:hover span,
#exhibition-container a:active img,
#exhibition-container a:active span {
	opacity: 1;
	filter: alpha(opacity=100);
}*/

#exhibition-container a:hover img,
#exhibition-container a:active img {
	border: 2px solid #b81d8c;
}

/**
 *
 *	3-column layout from http://matthewjamestaylor.com/blog/perfect-3-column.htm
 *
 */


/* column container */
.colmask {
	clear: both;
	float: left;
	width: 100%; /* width of page */
	overflow: hidden;
	
	position: relative;
}

/* common column settings */
.colright, .colmid, .colleft {
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	/*padding: .5em 0 1em 0;*/ 	/* no left and right padding on columns, we just make them narrower instead
	 						   only padding top and bottom is included here, make it whatever value you need */
	padding: 0;
	overflow: hidden;
}

/* 3 Column settings */
.threecol {
	background: #e6dbd6; /* right column background colour */
}

.threecol .colmid {
	right: 215px; /* width of the right column */
	background: #e8e4cd; /* center column background colour */
	border-right: 6px solid #f2f1e8;	/* border between right & middle columns */
}

.threecol .colleft {
	right: 452px; /* width of the middle column */
	background: #cedfde; /* left column background colour */
	border-right: 6px solid #f2f1e8;	/* border between left & middle columns */
}

.threecol .col1 {
	width: 446px; /* width of center column content (column width minus padding on either side) */
	/*left: 102%;*/ /* 100% plus left padding of center column */
	left: 859px;
}

.threecol .col2 {
	width: 186px; /* Width of left column content (column width minus padding on either side) */
	left: 221px; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 209px; /* Width of right column content (column width minus padding on either side) */
	left: 679px; /* Please make note of the brackets here:
	 (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Fix IE 6 */

* html .threecol .col1 {
	width: 452px;
}

* html .threecol .col2 {
	left: 215px;
}

* html .threecol .col3 {
	width: 203px;
}
