@charset "UTF-8";
/* CSS Document */
/* 	Eric Meyer's reset.css
	v1.0 | 20080212 
	---------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end RESET css 
-----------------------------------------------------*/

/* default styles 
-------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* reset to 10px = 1em */
	color: #333;
	background: #FFF;
	width: 100%;
	min-height: 950px;
	/* IE5-IE6 min-height hack */
	height: auto !important;
	height: 950px;
}
body#home {
	background: url(../images/raster2.jpg) repeat-x center bottom;
}
#container {
	min-width: 1000px;
	width: auto !important;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: normal;
	margin-bottom: 2em;
	text-transform: lowercase;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h5 {
	font-size: 1.4em;
	text-transform: none;
	margin-bottom: 0;
}
a {
	color: #333;
	text-decoration: none;
	background-color: #E6C400;
	font-weight: bold;
	padding: 1px;
}
a:hover {
	color: #FFF;
	background-color: #000;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
address {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	font-style: normal;
}
.type2 {
	color: #666;
}
.type3 {
	color: #666;
	margin-bottom: 0;
}
ul {
	margin-bottom: 2.4em;
}
li {
	font-size: 1.2em;
	line-height: 1.4em;
}
/* clear fix 
-----------------------*/
.clearfix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block; /* for IE7 */
}
.clearfix {
	display: block;
}
/* old skool clearing by extra class at element */
.clearer {
	clear: both;
}
/* branding
------------------------*/
h1 {
	margin: 60px 0 60px 85px;
}
h1 a, h1 a:hover {
	background: none;
	color: #333;
}
/* top anchor: KLUDGE for strict documents
------------------------*/
div.anchor {
	height: 1px;
}
div.anchor a {
	background: none;
	padding: 0;
	height: 1px;
	display: block;
}
a.top {
	background: #FFF url(../images/up-arrow.gif) no-repeat left top;
	height: 10px;
	width: 10px;
	display: block;
	padding: 0;
	text-indent: -9999px;
}
a.top:hover {
	background: #FFF url(../images/up-arrow.gif) no-repeat left bottom;
}
/* navigation
------------------------*/
#navigation {
	float: left;
	width: 150px;
	margin: 0 15px 0 85px;
	display: inline; /* IE6 double margin bug fix */
}
#navigation ul li {
	line-height: 1.5em;
	font-size: 1.1em;
}
#navigation ul a {
	text-decoration: none;
	background: none;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}
#navigation a:hover, #navigation a.current {
	background-color: #E6C400;
	color: #000;
}
#navigation a:active {
	color: #000;
	background-color: #E6C400;
}
#navigation ul li.spacer {
	margin-bottom: 1.4em;
}
#navigation ul ul.subLevel {
	margin-left: 1em;
	margin-bottom: 0;
}
#navigation ul ul.subLevel li {
	font-size: 1em;
}
/* content
------------------------*/
#contentWrapper {
	margin: 0 0 0 255px;
	min-width: 735px;
	width: auto !important; /* needed for max & min-width expressions in ie6 stylesheet */
}
#content {
	padding-bottom: 5em;
	padding-right: 5em;
}
.intro {
	max-width: 1000px;
	width: auto !important; /* needed for max & min-width expressions in ie6 stylesheet */
}
strong {
	font-weight: bold;
}
.small {
	font-size: 1em;
	color: #333;
	font-weight: normal;
}
.light {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
}
a[href $='.pdf'] {
 background: #E6C400 url(../images/pdf.gif) no-repeat right top;
 padding-right: 18px;
}
a[href $='.pdf']:hover {
 background: #000 url(../images/pdf-over.gif) no-repeat right top;
 color: #FFF;
}
/* because pseudo-attribute selectors don't work in IE 6
   we create a class that we call via jQuery */
a.pdf {
	background: #E6C400 url(../images/pdf.gif) no-repeat right top;
	padding-right: 18px;
}
a.pdf:hover {
	background: #000 url(../images/pdf-over.gif) no-repeat right top;
	color: #FFF;
}
.contentBottom {
	margin: 5em 0;
}
.selectedExhibition {
	width: 655px;
}
.selectedExhibition img {
	float: left;
}
.selectedExhibition a {
	padding: 0;
	background: none;
}
.imageContainer {
	margin-bottom: 2.4em;
}
.caption {
	margin-bottom: 5em;
	clear: left;
}
#selectedArt {
	max-width: 1500px;
}
#selectedArt div {
	width: 224px;
	text-align: center;
	padding: 5px;
	margin: 0 .5em 1em 0;
	height: 170px;
	float: left;
	background: #FFF;
	position: relative;
}
#selectedArt div img {
	background: none;
}
#selectedArt a {
	background: none;
	padding: 0;
	margin: 0;
}
#selectedArt div:hover, #selectedArt div.hover {
	background-color: #E6C400;
	color: #000;
}
#selectedArt div.hidden {
	display: none;
	margin: 0;
	padding: 0;
	visibility: hidden
}
.subscript {
	margin: 0;
	font-size: 1em;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	width: 224px;
	text-align: center;
	position: absolute;
	z-index: 50;
	bottom: 5px;
	left: 5px;
}
#selectedArt div.flv {
	text-align: center;
	width: auto;
	padding: 0;
	height: auto;
	float: left;
	margin: 0 30px 30px 0;
}
#selectedArt object {
	margin-bottom: 10px;
}
#selectedArt div.flv:hover, #selectedArt div.hover.flv {
	background: none;
}
#content .cols {
	float: left;
	max-width: 500px;
	width: 48% !important;
	margin: 0 10px 10px 0;
}
/* tables
--------------------------*/
tr:hover {  /* this is not supported in IE6-IE7 */
	background-color: #EFEFEF;
}
td {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 .5em 1em 0;
}
td ul {
	margin-bottom: .5em;
}
td li {
	font-size: 1em;
}
td.col1 {
	width: 7em;
}
td > ul ul li a {
	font-size: .9em;
}
/* subscribe form 
--------------------------*/
#subscribe {
	margin-top: 4.8em;
	display: block;
}
label {
	color: #666;
	font-size: 0.9em;
	float: left;
	display: block;
	width: 5em;
}
input {
	width: 250px;
}
input:focus {
	background-color: #EEE;
}
input.button {
	width: auto;
	margin-left: 5em;
}
/* Malsup cycle plugin styles
----------------------------------*/
.sliderNav {
	margin: .5em 0;
	font-size: 1.4em;
	width: 300px;
	text-align: center;
}
