@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";
/*@import "menu.css";*/

/* Structure for page layout */

body {
	text-align: center;
	background: #545051;
	margin: 0;
}

div#mainwrap {
	width: 1024px;
	min-height: 768px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	background: #ffffff url('../images/menu-top.jpg') top left no-repeat;
}

div#mainwrap.splash {
	background: #fff url('../images/splash-bg.jpg');
	height: 768px;
}


/* Splash page */

div.splash-box {
	width: 190px; 
	float: left; 
	margin-right: 60px; 
	line-height: 30px;
}

div#mainwrap.splash a {
	color: #545051;
	line-height: 30px;
	text-decoration: none;
}

div#mainwrap.splash a:hover {

}

div.splash-box img {
	border: solid 3px #545051;
}

/* Gallery page */

div#mainwrap.gallery-page {
	background: #fff url('../images/gallery-bg.jpg');
	background-position: top right;
}

div#mainwrap.gallery-page div#content {
	background: transparent;
	width: 1024px;
	margin: 0;
	min-height: 0;
}

div#mainwrap.gallery-page div#content div#copy {
	width: 854px;
	padding: 0 85px;
	margin: 60px 0;
	min-height: 0;
}

div#mainwrap.gallery-page div#content div#copy div#description {
	margin-top: 15px;
	width: 600px;
}

div#mainwrap.gallery-page h1 {
	text-transform: uppercase;
}

/* Content pages */

div#header {
	width: 735px;
	margin-left: 85px;
	padding-top: 37px;
}

div#content {
	background: transparent url('../images/background.png') repeat-y top right;
	_background: transparent url('../images/background.gif') repeat-y top right;

	min-height: 850px;
	_height: 850px;
	position: relative;
	width: 819px;
	
	_width: 800px;
	_overflow-x: hidden;
	margin-left: 204px;		
}

div#exhibitions {
	margin-top: 25px;
}

div#exhibitions table {
	width: 100%;
	margin-top: 10px;
}

div#exhibitions table td {
	border-bottom: solid 1px #d1d1d1;
	padding: 5px 0;
	vertical-align: top;
	height: 70px;
	font-weight: normal;
}

div#exhibitions table td a {
	color: #545051;
}

div#gallery {
	margin-top: 25px;
}

div#gallery div.item {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	min-height: 240px;
	_height: 240px;
	width: 265px;
	padding: 0px;
}

div#gallery div.item img {
	margin: 0 0 5px 0;
	padding: 0px;
}

div#logos {
	width: 400px;
	float: right;
	position: absolute;
	top: 55px;
	right: 55px;
}

div#logos div.logo-image {
	float: right;
	width: 110px;
	height: 110px;
	margin-left: 10px;
	line-height: 14px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

div#logos div.logo-image a {
	text-decoration: none;
}

div#logos div.logo-image img {
	vertical-align: middle;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
}

div#copy {
	width: 685px;
	padding-left: 85px;
	margin-top: 60px;
	margin-right: 50px;
	padding-bottom: 20px;
}

	div#content img.hero {
		float: right;
		margin: 0 0px 20px 0px;
	}
	
	div#copy ul {
		list-style: circle;
	}
	
	div#copy ul li {
		margin-left: 25px;
	}

div#menu {
	width: 205px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 308px;
	text-align: right;	
	float: left;
}

	div#menu ul {
		z-index: 9;
	}
	
	div#menu ul li ul li {
		padding-right: 10px;
	}

	div#menu a {
		color: #545051;
		text-decoration: none;
		line-height: 19px;
		width: 180px;
		font-size: 14px;
	}
	
	div#menu a:hover {
		color: #000000;
		line-height: 19px;
	}
	
	div#menu a.current {
		font-size: 15px;
		font-weight: bold;
		color: #8d4917;
		line-height: 19px;
	}
	
	div#menu a.submenu {
		text-align: left;
		color: #00586D;
		width: 300px;
		font-size: 12px;
	}
	
	div#menu a.submenu:hover {
		color: #747474;
	}
	
	div#menu a.submenu.current {
		font-size: 12px;
		font-weight: bold;
		line-height: 19px;
	}
	
div#menu-bottom {
	width: 236px;
	height: 308px;
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	background: url('../images/menu-bottom.jpg');
	_margin-bottom: -1px;
}

	div#credits {
		color: #35272c;
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		
		position: absolute;
		right: 45px;
		bottom: 25px;
		text-align: right;
		z-index: 9;
		
	}
	
	div#credits a {
		color: #35272c;
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		text-decoration: none;	
	}
	
	div#credits a:hover {
		text-decoration: underline;
	}

div#footer {
	width: 685px;
	margin-left: 85px;
	margin-right: 50px;
	padding-bottom: 20px;
	text-align: center;
}

	div#footer a {
		font-size: 10px;
		line-height: 30px;
		vertical-align: middle;
		color: #363636;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		margin-right: 10px;
	}
	
	div#footer a:hover {
		text-decoration: underline;
	}
	
/* Clearing floats */

div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}

/* Styles for page entities */

h1,h2 { 
	font-weight: normal;
	font-size: 18px;
	color: #545051;
	margin-bottom: 25px;
}

h2 { 
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0px;
}

.stdcopy { 
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #545051;
}

.bright {

}

input[type=text] { 
	margin: 0 0 5px 5px;
	width: 200px;
}

input[type=checkbox] { 
	margin: 0 0 5px 15px;
}

img.icon { 
	width: 16px; 
	height: 16px; 
	border: 0px; 
}

a {
	color: #545051;
	text-decoration: underline;
}

a:hover {

}
