/* YUI reset and extra */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
html {overflow-y:scroll;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	position: relative;
	margin: 0 1px 0 2px;
	padding: 0;
	line-height: 8px;
}

p.date {
	margin-bottom: 2px !important;
}

#googlemap {
	background: #fff;
	height: 364px;
	padding: 3px;
	border: 1px solid #dddddc;
}

#googlemap p.hide {
	text-indent: -9999px;
}

.msg {
	color: #7a3820 !important;
	padding-left: 220px;
	margin: 0 !important;
	clear: both;
}
.thankyou {
	font-weight: bold;
}
label .required {
	color: #7a3820 !important;
}
label span {
	font-weight: normal !important;
}
.submit-wrapper {
	padding-left: 220px;
	clear: both;
}

textarea.large { width: 360px; height: 80px; }
textarea.large2 { width: 360px; height: 40px; }

.ff2-inline-block {
	/* display: -moz-inline-block; */
	display: table !important;
}

.block {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.image-left {
	float: left;
	margin: 0 14px 8px 0;
}

.image-right {
	float: right;
	margin: 0 0 8px 14px;
}

.image-left-bordered {
	float: left;
	margin: 0 14px 8px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #dddddc;
}

.image-right-bordered {
	float: right;
	margin: 0 0 8px 14px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dddddc;
}

.bordered {
	padding: 3px;
	background: #fff;
	border: 1px solid #dddddc;
}

.beta-message {
	padding: 10px !important;
	border: 1px dotted red !important;
	background: white !important;
	color: black !important;
	font: normal normal normal 12px/14px Futura, Garamond, Arial, sans-serif !important
}

hr,
div.hr {
	position: relative;
	left: 0;
	width: auto;
	height: 1px;
	border: 0;
	background: #dddddc;
	color: #dddddc;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

h2 {
	font: normal 18px/28px Arial, sans-serif;
	color: #000; /* 464646 */
	text-transform: uppercase;
}

h3 {
	font: normal 16px/18px Arial, sans-serif;
	color: #000;
}

h4 {
	font: normal 15px/18px Arial, sans-serif;
	color: #000;
}

h5 {
	font: normal 14px/18px Arial, sans-serif;
	color: #464646;
}

h6 {
	font: normal 13px/18px Arial, sans-serif;
	color: #464646;
}

a {
	color: #17576f;
	text-decoration: none;
}

a:hover {
	color: #7a3820;
	text-decoration: none;
}

a.arrow {
	padding-left: 13px;
	background: url("/images/layout/backgrounds/arrow.png") 0 4px no-repeat;
}

a.square {
	padding-left: 13px;
	background: url("/images/layout/backgrounds/square.png") 0 4px no-repeat;
}


#outside {
	position: relative;
	min-height: 100%; /* very important */
	width: auto;
	background: url("/images/layout/backgrounds/final-footer-right.jpg") right bottom no-repeat;
}

#inside {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#inside:after { /* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font: normal 11px/22px Arial, sans-serif;
	color: #a4a098;
	padding: 20px 0 9px 0;
	text-align: center;
	background: url("/images/layout/backgrounds/final-footer-left.jpg") left bottom no-repeat;
}

#footer p {
	margin: 0;
	padding-right: 30px;
}

#footer #oajc-copyright {
	display: inline-block;
	background: url("/images/layout/backgrounds/final-footer-icon.gif") 0 0 no-repeat;
	padding: 0 0 0 32px;
}
#footer .oajc-copyright-ff2 { /* for firefox 2 */
	padding: 4px 0 4px 32px !important;
}

#footer a {
	color: #a4a098;
	text-decoration: none;
}

#footer a:hover {
	color: #7a3820;
	text-decoration: none;
}

#header {
	position: relative;
	width: 800px;
	height: 118px;
	margin: 0 auto;
	background: url("/images/layout/backgrounds/header.png") bottom no-repeat;
}

h1#logo {
	position: absolute;
	left: 0;
	top: 17px;
	padding: 40px 0 0 0;
	width: 86px; /* 86 */
	height: 39px; /* 79 */
	font: bold 13px/18px Arial, sans-serif;
	color: #5d87a1;
	overflow: hidden;
	text-align: center;
}

h1#logo em { /* subtitle */
	display: block;
	font: normal 10px Arial, sans-serif;
	color: #5d87a1;
	text-transform: uppercase;
}

h1#logo span {
	position: absolute;
	left: 0;
	top: 0;
	width: 86px;
	height: 79px;
	background: url("/images/layout/backgrounds/logo.png") no-repeat;
}

#top-navigation {
	position: absolute;
	top: 8px;
	right: -5px;
	font: bold 11px/14px Arial, sans-serif;
	color: #999;
	text-transform: uppercase;
}

#top-navigation a {
	font: bold 11px/14px Arial, sans-serif;
	color: #5e5e5e; /* 999999 */
	text-decoration: none;
	padding: 0 5px;
}

#top-navigation a:hover {
	color: #7a3820;
	text-decoration: none;
}

#top-navigation a.here {
	font-weight: bold;
	color: #7a3820;
}

#main-navigation {
	position: absolute;
	top: 83px;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: bold 15px/17px Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}

#main-navigation li {
	float: right;
	margin: 0 0 0 32px;
}

#main-navigation li a {
	font: bold 14px/17px Arial, sans-serif;
	color: #333; /* 999999 */
	text-decoration: none;
}

#main-navigation li a:hover {
	font: bold 14px/17px Arial, sans-serif;
	color: #7a3820;
	text-decoration: none;
}

#main-navigation li.here a,
body.nav-about #main-navigation li#nav-about a,
body.nav-education #main-navigation li#nav-education a,
body.nav-events #main-navigation li#nav-events a,
body.nav-exhibitions #main-navigation li#nav-exhibitions a,
body.nav-collections #main-navigation li#nav-collections a {
	color: #7a3820;
}

#hero-area {
	position: relative;
	width: 790px;
	height: 342px;
	padding: 4px;
	border: 1px solid #dddddc;
	top: -6px;
	margin: 0 auto;
	background: #fff;
}

#home-columns {
	position: relative;
	top: 8px;
	font: normal 13px/20px Arial, sans-serif;
	color: #464646;
}

#home-columns:after { /* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#home-columns .left {
	float: left;
	width: 240px;
	margin-right: 40px;
}

#home-columns .right {
	float: right;
	width: 240px;
	margin-left: -3px;
}

#home-columns h2 {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 8px 0;
}

#home-columns p {
	margin: 0 0 20px 0;
}

#home-columns .upcoming-events {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 8px 0;
}

#home-columns .upcoming-events p {
	margin: 0 0 6px 0;
}

#home-columns .upcoming-events a {
	display: block;
}

#subnavigation-area {
	position: relative;
	float: left;
	top: 54px;
	width: 150px;
	padding: 0 0 50px 0;
}

#nav-sub {
	position: relative;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f;
	text-transform: uppercase;
}

#nav-sub li {
	margin: 0 0 10px 0;
}

#nav-sub li a {
	display: block;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url("/images/layout/backgrounds/arrow.png") 0 5px no-repeat;
}

#nav-sub li a:hover {
	font: normal 13px/17px Arial, sans-serif;
	color: #7a3820;
	text-decoration: none;
}

#nav-sub li.here a,
#nav-sub li.parent-here a {
	color: #7a3820;
	background: url("/images/layout/backgrounds/arrow-active.png") 0 5px no-repeat;
}

#nav-sub li ul {
	margin: 5px 0 -2px 13px;
	text-transform: none;
}

#nav-sub li ul li {
	margin: 0 0 4px 0;
}

#nav-sub li ul li a {
	display: block;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f !important;
	text-decoration: none;
	padding: 0 0 0 11px;
	background: url("/images/layout/backgrounds/arrow2.png") 0 6px no-repeat !important;
}

#nav-sub li ul li a:hover {
	font: normal 13px/17px Arial, sans-serif;
	color: #7a3820 !important;
	text-decoration: none;
}

#nav-sub li ul li.here a {
	color: #7a3820 !important;
	background: url("/images/layout/backgrounds/arrow2here.png") 0 6px no-repeat !important;
}

/*#content-area #nav-sub2 {
	position: absolute;
	width: 625px;
	top: -30px;
	left: 0;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f;
	text-transform: none;
}

#content-area #nav-sub2.multiline {
	top: -42px;
}*/

#content-area hr.nav-hr {
	margin: 13px 0 14px 0;
}

#content-area #nav-sub2 {
	position: relative;
	width: auto;
	list-style-type: none;
	margin: -10px 0 0 0;
	padding: 0;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f;
	text-transform: none;
}

#content-area #nav-sub2:after { /* self clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content-area #nav-sub2 li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	background: url("/images/layout/backgrounds/li.png") right 2px no-repeat;
}

#content-area #nav-sub2 li.last {
	padding: 0;
	margin: 0;
	background: none;
}

#content-area #nav-sub2 li a {
	display: block;
	font: normal 13px/17px Arial, sans-serif;
	color: #17576f;
	text-decoration: none;
	padding: 0;
	background: none;
	white-space: nowrap;
}

#content-area #nav-sub2 li a:hover {
	font: normal 13px/17px Arial, sans-serif;
	color: #7a3820;
	text-decoration: none;
}

#content-area #nav-sub2 li.here a,
#content-area #nav-sub2 li.parent-here a {
	color: #7a3820;
}

#content-area {
	position: relative;
	float: right;
	top: 52px;
	width: 625px;
	padding: 0 0 50px 0;
	font: normal 13px/20px Arial, sans-serif;
	color: #464646;
}

#content-area h2 {
	margin: -4px 0 20px 0;
}

#content-area h2.close {
	margin: 0 0 5px 0;
}

#content-area h3 {
	margin: 0 0 20px 0;
}

#content-area h4 {
	margin: 0 0 20px 0;
}

#content-area h5 {
	margin: 0 0 20px 0;
}

#content-area h6 {
	margin: 0 0 2px 0;
}

#content-area p {
	margin: 0 0 20px 0;
}

#content-area ol {
	font: normal 13px/20px Arial, sans-serif;
	color: #464646;
	margin: 0 0 16px 0;
	padding-left: 20px;
	list-style-type: decimal;
}

#content-area ol li {
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	background: none;
}

#content-area ul {
	font: normal 13px/20px Arial, sans-serif;
	color: #464646;
	margin: 0 0 16px 0;
}

#content-area ul li {
	padding: 0 0 0 14px;
	margin: 0 0 4px 0;
	background: url("/images/layout/backgrounds/li-dark.png") 0 7px no-repeat;
}

#content-area .image-caption {
	padding: 4px;
	border: 1px solid #dddddc;
	margin: 5px 25px 10px 0;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
}

#content-area .image-caption-left {
	float: left;
	padding: 4px;
	border: 1px solid #dddddc;
	margin: 5px 25px 10px 0;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
}

#content-area .image-caption-right {
	float: right;
	padding: 4px;
	border: 1px solid #dddddc;
	margin: 5px 0 10px 20px;
	font: normal 11px/14px Arial, sans-serif;
	color: #666;
}

#content-area .image-caption-left img,
#content-area .image-caption-right img {
	float: none !important;
	display: block;
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#collections {
	width: 625px;
	height: 340px;
	background: #fff;
	margin: 0 0 20px 0;
}

#content-area .event-with-image {
	margin-left: 135px;
}

div.chart-wrapper {
	margin: 0 0 10px 0;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #e1e1d5;
}

table.chart {
	border-collapse: collapse;
	border: 1px solid #d5d2c6; /* the actual border is acheived with wrapping div */
	background-color: #fff;
	padding: 2px;
	margin: 0;
	width: 100%;
}

table.chart tr th {
	vertical-align: top;
	text-align: left;
	padding: 8px 12px 8px 12px;
	border: 1px solid #e1e1d5;
	background: url("/images/layout/backgrounds/table-chart-th.png") top repeat-x;
	font: bold 11px/14px Arial, sans-serif;
	color: #0088bb;
}

table.chart tr td {
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e1e1d5;
	padding: 8px 12px 8px 12px;
	font: normal 12px/15px Arial, sans-serif;
	color: #61614a;
}

table.chart tr.stripe td {
	background-color: #fafdf1;
}

table.chart tr td.center,
table.chart tr th.center {
	text-align: center;
}

table.chart tr td.middle,
table.chart tr th.middle {
	vertical-align: middle;
}

table.chart tr td a {
	color: #7da017;
	text-decoration: none;
}

table.chart tr td a:hover {
	color: #7da017;
	text-decoration: underline;
}
