/* CSS Document */

.print_hide {
	display: none;
}

#navigation,
#access_keys,
#sidebar,
#exhibitions_video,
#slideshow_container,
#header h1 {
	display: none;
}

/*
* Basic content rules
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #555;
	margin: 0 1cm 1cm 1cm;
}

p {
	margin: 0 0 1em 0;
}

h3 {
	color: #6C1E28;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0;
}

a {
	color: #6C1E28;
}

blockquote {
	font-style: italic;
}

.bottom_left img {
	display: none;
}

ol.exhibition_list,
ul.exhibition_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.exhibition_list {
	margin-left: 0;
}

ol.exhibition_list li,
ul.exhibition_list li {
	margin: 0;
	padding: 0;
}

/*
* Heading image replacement
*/

#content h2 {
	overflow: hidden;
	text-indent: -3000px;
	background-repeat: no-repeat;
}

body.animals #main h2 {
	background-image: url(../layout_images/heading_animals_bg.gif);
}

body.biography #main h2 {
	background-image: url(../layout_images/heading_biography_bg.gif);
}

body.bronzes #main h2 {
	background-image: url(../layout_images/heading_bronzes_bg.gif);
}

body.contact #main h2 {
	background-image: url(../layout_images/heading_contact_bg.gif);
}

body.exhibitions #main h2 {
	background-image: url(../layout_images/heading_exhibitions_bg.gif);
}

body.marbles #main h2 {
	background-image: url(../layout_images/heading_marbles_bg.gif);
}

body.new_works #main h2 {
	background-image: url(../layout_images/heading_new_works_bg.gif);
}

body.press #main h2 {
	background-image: url(../layout_images/heading_press_bg.gif);
}

body.site_map #main h2 {
	background-image: url(../layout_images/heading_site_map_bg.gif);
}

body.videos #main h2 {
	background-image: url(../layout_images/heading_videos_bg.gif);
}

body.accessibility #main h2 {
	background-image: url(../layout_images/heading_accessibility_bg.gif);
}

/*
* Header
*/

#header {
	height: 77px;
	overflow: hidden;
}

#header img {
	width: 422px;
	height: 73px;
}

/*
* Footer
*/

#footer {
	margin-top: 2cm;
	font-size: 0.9em;
}

#footer ul {
	display: none;
}

/*
* Footnotes
*/

#footnotes {
	margin-top: 1cm;
	font-size: 0.9em;
	border-top: 1px dashed #555;
}

#footnotes h2 {
	display: none;
}

#footnotes ol {
	position: relative;
	left: -2em;
}

/*
* Contact Form
*/

#contact_form {
	width: 500px;
	line-height: 2em;
	position: relative;
}

#contact_form label {
	color: #6C1E28;
	width: 170px;
	float: left;
	clear: left;
}

#contact_form label.no_float {
	float: none;
}

#contact_form label.optional {
	color: #555;
}

#contact_form .required_notice {
	font-size: 0.8em;
	color: #6C1E28;
}

#contact_form input,
#contact_form textarea {
	border: 1px solid #999;
	width: 323px;
	color: #555!important;
}

#contact_form input.short {
	width: 150px;
}

#contact_form input {
	font-size: 1em;
}

#contact_form textarea {
	margin-left: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#contact_form input#submit {
	width: auto;
	border: 0px;
	position: absolute;
	right: 0;
}