/*General*/
body{
	font: normal normal normal 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #333 url('body_bg.png');
	margin: 10px; padding: 0;
}
a{
	text-decoration: none;
	color: #06c;
}
a:hover{
	color: #f90;
}
h2{
	font: normal normal normal 24px/30px Georgia,"Times New Roman", Times, serif;
	border-bottom: 1px solid maroon;
	margin: 0 0 15px 0;
	color: maroon;
}
h3{
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin: 20px 0 0 0;
}
dt{
	font-weight: bold;
	font-size: 13px;
	color: black;
}
dl,dd{
	margin: 0;
}
img{
	border: 0;
}
form{
	margin: 10px;
}
.error{
	font-weight: bold;
	color: red;
}
.success{
	font-weight: bold;
	color: green;
}
.form dt{
	float: left;
	width: 100px;
}
.form dd{
	margin: 5px 0;
}
.form textarea{
	width: 300px;
	height: 100px;
}
.captionedpic{
	float: right;
	width: 202px;
	margin-left: 15px;
	font-size: 10px;
}
.captionedpic img{
	border: 1px solid black;
}
.captionedpic dd{
	text-align: center;
	color: #999;
	margin-bottom: 5px !important;
}
.captionedpic.floatleft{
	float: left;
	margin: 0 15px 0 0;
}
/*Block Elements*/
#container{
	background: #fff9f3 url('container_bg.png') repeat-y right;
	width:750px;
	margin: auto;
	border: 1px solid black;
}
#header{
	height: 150px;
	background: black url('header_bg.jpg') no-repeat;
}
#header h1{
	display: none;
}
#nav{
	background-color: black;
	height: 25px;
	padding-left: 10px;
}
#nav, #nav a{
	color: #ffca76;
	font-weight: bold;
	line-height: 25px;
	font-size: 12px;
}
#nav a{
	padding: 0 15px;
	display: block;
}
#nav a:hover{
	color: white;
}
#nav ul{
	margin: 0; padding: 0;
	list-style: none;
	background-color: black;
}
#nav li{
	float: left;
}
#nav li ul{
	width: 150px;
	position: absolute;
	display: none;
	background: transparent url('submenu_bg.png') bottom no-repeat;
}
#nav li:hover ul{
	display: block;
}
#nav li li{
	border-top: 1px solid #77674f;
	float: none;
}
#content{
	margin: 15px;
	color: #333;
	margin-bottom: 20px;
}
#sectionmenu{
	width: 185px;
	float: right;
	font-weight: bold;
	line-height: 30px;
}
#sectionmenu ul{
	list-style: none;
	margin: 0; padding: 0;
}
#sectionmenu li{
	padding-left: 15px;
	margin-bottom: 3px;
	background: #e8dbca url('sectionmenuli_bg.png') bottom right no-repeat;
	height: 30px;
}
#sectionmenu li.active{
	background-position: top;
}
#sectionmenu a{
	display: block;
}
#sectioninfo{
	float: right;
	background: #fff9f3 url('sectioninfo_bg.png') bottom no-repeat;
	width: 170px;
	padding-bottom: 20px;
}
#sectioninfo dl{
	background: #fff9f3 url('sectioninfo_bg.png') top no-repeat;
}
#sectioninfo dt, #sectioninfo dd{
	margin: 0 10px;
	font-size: 10px;
	line-height: 14px;
}
#sectioninfo dd{
	margin-bottom: 5px;
}
#sectioninfo .title{
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}
#sectioncontent{
	width: 520px;
}
#sectionhomemenu{
	margin: auto;
	margin-top: 10px;
	border-top: 1px solid #fff9f3; /*push down box model in mozilla*/
	padding-left: 170px;
	height: auto !important;
	height: 255px;
	min-height: 255px;
}
#sectionhomemenu dt{
	margin-top: 15px;
}
#breadcrumb{
	margin: 10px 0;
}
.exhibitlist{
	margin-bottom: 20px;
}
.exhibitlist img{
	margin: 3px;
	vertical-align: bottom;
	border: 1px solid black;
}
#exhibitframe{
	text-align: center;
}
#exhibitframe img{
	vertical-align: bottom;
	border: 1px solid black;
}
#exhibitinfo{
	float: left; /*because overflow:auto doesn't seem to do the trick in IE, must find out why*/
	background: #dccbb4 url('exhibitinfo_bg.png') no-repeat bottom;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 520px;
}
#exhibitdescription{
	float: left;
	background: #dccbb4 url('exhibitinfo_bg.png') no-repeat top left;
	padding: 10px;
	width: 305px;
}
#exhibitdescription h3{
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
}
#exhibitstats{
	float: right;
	background: #dccbb4 url('exhibitinfo_bg.png') no-repeat top right;
	padding: 10px;
	width: 160px;
}
#footer{
	clear: both;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	background: transparent url('footer_bg.png') repeat-x bottom;
	color: #C4BDA2;
	height: 30px;
	padding: 30px 5px 5px 5px;
}
#footer a{
	color: #ffca76;
}
/* Specifics */
#home #container{
	background: #fff9f3 url('home_container_bg.png') repeat-y right;
}
#news{
	width: 345px;
	float: left;
}
#news dt{
	margin-top: 10px;
}
#news dd.time{
	font-size: 11px;
	color: #A9A9A9;
}
#news dd.blurb{
	margin: 5px 0 20px 0;
}
#updates{
	width: 345px;
	float: right;
}
#updates dl{
	margin: 8px 0;
	padding-top: 5px;
	height: 71px;
	background: transparent url('updates_bg.png') no-repeat right;
}
#updates dt{
	float: left;
	margin: 0 10px 0 0;
	display: inline;	/* fix IE doublemargin bug */
}
#updates img{
	vertical-align: bottom;
	border: 1px solid black;
}
#updates .updatetitle{
	font-weight: bold;
	font-size: 13px;
	color: black;
}
#admin #container{
	background-image: none;
}
.galleryhome{
	background: #fff9f3 url('gallery_sectionhomemenu_bg.jpg') left no-repeat;
}
#links #sectioncontent dd,#about #sectioncontent dd{
	margin-bottom: 20px;
}
#contact form{
	margin-top: 30px;
}