@import url(search.css);
@import url(dhtmlMenu.css);

/* Common */
body, td, th, li, input, select, option {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #DED9D0;
	background-image: url(/images/ui_pageBkg.gif);
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	text-transform: lowercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #34495B;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0px;
}

textarea {
	font-family: "Courier New", "Andale Mono";
	font-size: 10px;
	width: 100%;
}

p {
	margin: 10px 0px 10px 0px;
}

a:link, a:visited {
	color: #AD6E1D;
}

a:hover, a:active {
	color: #000000;
}

ul {
	padding: 0 0 0 15px;
}

li {}

.fineprint {
	font-size: 10px;
	font-weight: normal;
}

#pageBlock {
	background-image: url(/images/ui_headBkg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#header {
	margin: 0 auto 0 auto;
}

#header img {
	border: none;
}

#body {
	margin: 0 auto 0 auto;
}

/* Path Navigation */
#pathNav {
	padding: 3px 0px 8px 20px;
	font-size: 10px;
	color: #000000;
	margin: 0 auto 0 auto;
	width: 780px;
	font-weight: bold;
}

#pathNav a:link, #pathNav a:visited {
	color: #333333;
	font-weight: normal;
}

#pathNav a:hover, #pathNav a:active {
	color: #000000;
	font-weight: normal;
}

.pathSeparator {
	color: #333333;
	font-weight: normal;
}

/* Sub Navigation */
#subNavBox {
	padding: 3px 10px 3px 10px;
	margin: 5px 0 0 0;
	background-color: #acb9b7;
}

#subNav {
}

#subNav td {
	padding: 0px 20px 0px 0px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav li {
	padding: 0px 0px 2px 10px;
	font-size: 11px;
	background-image: url(/images/ui_subNavBullet.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#subNav a:link,
#subNav a:visited {
	color: #1F3F47;
	text-decoration: none;
	font-weight: bold;
}

#subNav a:hover,
#subNav a:active {
	color: #1F3F47;
	text-decoration: underline;
	font-weight: bold;
}

/* Content and Featured Images Column */
#content {
	padding: 0 10px 10px 10px;
}

#featuredImages {
	padding: 0 20px 0 0;
}

.featuredImage {
	padding: 12px;
	background-color: transparent;
	background-image: url(/images/ui_homeExhibitPicBkg.gif);
}

.featuredImage img {
	margin: 0;
}

.featuredImageCaption {
	text-align: center;
	font-size: 10px;
	margin: 2px 0 0 0;
}

/* Body Content Styles */
#bodytext {
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	line-height: 10px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #6D7B7F;
	border-width: 1px;
	border-style: solid;
}

table.dataTable caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px 0;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #988F7D;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted dotted none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd {
	background-color: #FFFFFF;
}

table.dataTable tr.even {
	background-color: #E6E6E6;
}

table.definitionTable {
}

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child {
	margin-top: 0;
}

fieldset.annotatedLinks {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

fieldset.annotatedLinks legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

fieldset.annotatedLinks td {
}

#calendarLegend {
	margin: 10px 0 10px 5px;
}

/* Event Listings */

.eventListEntry {
	border-color: #999999;
	border-width: 1px;
	border-style: none none dotted none;
}

.eventName {
	margin-bottom: 2px;
}

.eventDay {
	font-weight: bold;
	margin: 0 0 2px 0;
}

.eventTime {
	margin-top: 0;
}

.eventDescription {}

/* Event Detail Pages */

h2.eventDay {}

h3.eventTime {}

/* Forms */
form fieldset {
	border-color: #BFBBB5;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS";
}

form legend {
	padding: 2px 10px 2px 10px;
	font-size: 18px;
	font-weight: normal;
	border-color: #BFBBB5;
	border-width: 1px;
	border-style: solid;
	background-color: #B2AEA8;
	color: #ffffff;
}

form fieldset fieldset {
	border-color: #BFBBB5;
	border-width: 1px;
	border-style: dotted;
	padding: 0 10px 10px 10px;
	margin: 5px 0 10px 0;
}

form fieldset fieldset legend {
	padding: 2px 10px 3px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background-color: #DED9D0;
	background-image: url(/images/ui_pageBkg.gif);
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #000000;
}

form fieldset fieldset .checkboxItem {
	float: left;
	width: 200px;
}

form fieldset + table {
	margin-top: 10px;
}

form table + fieldset {
	margin-top: 10px;
}

form th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 2px 1px 0;
	border-color: transparent;
	border-width: 1px;
	border-style: none;
}

form td {
	padding: 1px 0 1px 1px;
	vertical-align: top;
}

form input.text,
form textarea,
input[type=file],
input[type=password],
input[type=text] {
	border-color: #BFBBB5;
	border-width: 1px;
	border-style: solid;
	padding: 1px 5px 1px 5px;
	background-color: #FFFFFF;
}

input[type=radio] {
	margin: 0 2px 0 5px;
	border-style: none;
}

form textarea {
	padding: 0;
	width: 100%;
}

form select {
	border-color: #BFBBB5;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

form td.notValid,
form td.valid {
	white-space: nowrap;
}

form .notValid .validationIcon,
form #allNotValid .validationIcon {
	background-image: url(/images/ui_notValid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

form .validPromo .validationIcon {
	background-image: url(/images/ui_valid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

img.validationIcon {
	border: none;
	vertical-align: text-bottom;
	margin: 0 0 0 3px;
}

form .valid span {
	background-image: none;
	padding: 1px 6px 1px 6px;
	margin: 0;
}

form p.valid span {
	display: none;
}

form div.annotation {
	font-size: 10px;
	white-space: normal;
}

form .formSubmissionButtons {
	text-align: center;
}

/* Sidebar */
#sidebar {
	padding: 0 10px 10px 10px;
}

#sidebar #sidebarContent {
	background-color: #F2F0ED;
	padding: 0 10px 10px 10px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	border-color: #34495B;
	border-width: 1px;
	border-style: none none dotted none;
	padding: 0 0 5px 0;
}

#sidebar ul {
	margin: 0 0 10px 5px;
	padding: 0;
}

#sidebar ul li {
	margin: 0px 0px 0 10px;
}

#sidebar ol {
	padding: 0;
	margin: 0 0 10px 20px;
}

#sidebar ol li {
	padding: 0 0 0 0;
}

#sidebar h2 {
}

.sidebarImage img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

.sidebarImageCaption {
	text-align: center;
	margin: 2px 0 10px 0px;
	font-size: 10px;
}

.sidebarBanner {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

.sidebarBannerCaption {
	text-align: center;
	margin: 2px 0 10px 0px;
	font-size: 10px;
}

/* Footer */
#footerBlock {
	background-image: url(/images/ui_footerBkg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 30px;
}

#footerBlock table {
	margin: 0 auto 0 auto;
}

#footer {
	font-size: 10px;
	padding: 10px 10px 20px 21px;
}

#footer a:link, #footer a:visited {
	color: #AD6E1D;
}

#footer a:hover, #footer a:active {
	color: #000000;
}

#utilityNav {
	font-size: 10px;
	padding: 10px 2px 20px 15px;
	text-align: right;
}

#utilityNav a:link, #utilityNav a:visited {
	color: #AD6E1D;
}

#utilityNav a:hover, #utilityNav a:active {
	color: #000000;
}

/*Popup Images*/

#popupImage {
	margin: 0 auto 0 auto;
}

#popupImage img {
	border-color: #999999;
	border-width: 2px;
	border-style: solid;
}

#popupImageCaption {
	padding: 3px 0px 0px 0px;
	width: 10px;
}

/*Site Map*/
.liOne {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.liTwo {
	font-size: 14px;
	font-weight: bold;
}

.liThree, liFour, liFive {
	font-size: 12px;
	font-weight: normal;
}

/* TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
	background-image: none;
}
