/*
** Version 1.4 - 26 March 2007
*/

/* generic classes */

.clear {
	clear: both; 
}

.floated-l {
	float: left;
	margin-top: 3px;
	padding: 0 15px 15px 0;
}

.floated-r {
	float: right;
	margin-top: 3px;
	padding: 0 0 15px 15px;
}

.clearfix:after, .floated-l:after, .floated-r:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .floated-l, .floated-r  {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, .floated-l, .floated-r  {display:block;}
/* End hide from IE Mac */

.centered {
	text-align: center;
}

/* navigation lists */

ul.navlist {
	list-style-type: none;
}

ul.navlist li {
	margin-left: 0;
	margin-bottom: 0.75em;
	line-height: 1.15em;
	font-weight: 600;
}

ul.navlist li ul {
	list-style-image: url(../_img/bullet.gif);
	margin-top: 0.40em;
	margin-left: 14px;
	margin-bottom: 0;
}

#subContent ul.navlist li ul, #floatbox ul.navlist li ul {
	list-style-image: url(../_img/bullet-grey.gif);
}

ul.navlist li ul li {
	margin-bottom: 0.25em;
	font-weight: 500;
}

ul.navlist li a:link  {
	text-decoration: none;
}

ul.navlist li a:visited {
	text-decoration: none;
}

ul.navlist li a:hover, ul.navlist a:active {
	text-decoration: underline;
}

ul.navlist li ul li {
}

/* captioned images */

dl.captioned, dl.captioned-r, dl.captioned-l {
	margin-bottom: 10px;
	margin-top: 4px;
}

dl.captioned-r:after, dl.captioned-l:after, div.captioned-dual:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:inline-block;}
/* Hide from IE Mac \*/
dl.captioned-r, dl.captioned-l, div.captioned-dual {display:block;}
/* End hide from IE Mac */

dl.captioned-r {
	float: right;
	margin-left: 12px;
}

dl.captioned-l {
	float: left;
	margin-right: 12px;
}

dl.captioned dt, dl.captioned-r dt, dl.captioned-l dt {
	display: block;
}

dl.captioned dt img, dl.captioned-r dt img, dl.captioned-l dt img {
}

dl.captioned dd, dl.captioned-r dd, dl.captioned-l dd {
	font-size: 85%;
	font-style: normal;
	color: #777777;
	margin-left: -1px;
}

span.credit {
	color: #999999;
	font-size: 90%;
}

div.captioned-dual {

}

div.captioned-dual dl.captioned {
	float: left;
	margin-right: 20px;
}


/* feature boxes */

div.feature {
	clear: both;
	padding-bottom: 2em;
}

div.feature img {
	margin-top: 3px;
	padding-bottom: 2em;
	width: 90px;
	height: 90px;
	float: left;
}

div.feature img:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.feature img:after {display:inline-block;}
/* Hide from IE Mac \*/
div.feature img:after {display:block;}
/* End hide from IE Mac */

div.feature h3 {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 105px;
}

div.feature p {
	margin: 0 0 0 0;
	padding: 0 0 0 105px;
}

div.feature p.feature-tagline {
	color: #888888;
	margin: 0 0 0.4em 0;
	font-size: 0.85em;
}

/* simple forms */

form.simpleform {
}

form.simpleform p {
	line-height: 1.1em;
	margin-bottom: 1em;
}

form.simpleform p label {
}

form.simpleform p input {
	border: 1px solid #858585;
	padding: 2px;
	color: #858585;
}

/* schdules */

dl.schedule {
}

dl.schedule dt {
	clear: both;
	font-weight: 600;
}

dl.schedule dd {
	margin-bottom: 1em;
}

.schedule-what {
	display: block;
	font-weight: 600;
	font-style: italic;
}

.schedule-where {
	display: block;
	margin-bottom: 0.4em;
}

/* press releases */

dl.press-releases {
}

dl.press-releases dt {
	font-weight: 600;
}

dl.press-releases dd {
	margin-bottom: 1em;
}


/* list of links */

ul.link-list {
	list-style-type: none;
}

ul.link-list li {
	margin-left: 0;
	margin-bottom: 0.75em;
	line-height: 1.15em;
}

ul.link-list li ul {
	margin-top: 0.40em;
	margin-left: 36px;
	margin-bottom: 0;
	list-style-image: url(../_img/bullet-grey.gif);
}

ul.link-list li ul li {
	margin-bottom: 0.25em;
}

ul.list li ul li {
}

ul.quick-links {
}

ul.quick-links li {
}

/* chronological list */

dl.chrono-list {
	margin-bottom: 1em;
	margin-left: 20px;
}

dl.chrono-list dt {
	font-weight: 600;
	float: left;
}

dl.chrono-list dd {
	margin-left: 8em;
}

/* glosary */

dl.glossary {
	margin-bottom: 1em;
}

dl.glossary dt {
	font-weight: 600;
	float: left;
	padding-right: 0.5em;
}

dl.glossary dd {
	margin-bottom: 0.5em;
}

/* staff pages */

#staff-top {
}

#staff-top h2 span.staff-name {
	display: block;
}

#staff-top h2 span.staff-title {
	font-style: italic;
}

#staff-top ul {
	list-style-type: none;
}

#staff-top ul li{
	margin-left: 0;
}

#staff-top span.staff-label {
	font-weight: 700;
}

#staff-image {
	width: 220px;
	height: 250px;
}

#staff-bottom {
}

/* intra paragraph styles */

.latin {
	font-style: italic;
}

.exhibit-label {
	font-style: italic;
}

.caption-text {
	display: block;
	font-size: 85%;
	font-style: normal;
	margin-top: 2px;
	color: #777777;
}

.addressee {
	font-weight: 600;
}

.small-r {
	font-size: 90%;
}
/* Fixes added by JAK on 2006-09-29 to fix forms */
/* Fixes modified by JAK on 2011-01-03 to fix Google Translate widget */
form.JAKform, div#google_translate_element {
}

form.JAKform input, div#google_translate_element input {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform select, div#google_translate_element select {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform textarea, div#google_translate_element textarea {
	vertical-align: text-top;
	border: 1px solid #999999;
}

.textTop {
	vertical-align: text-top;
	border: 1px solid #999999;
}

/* Donate button styles */
#donate_button a{
	background-color: #FE0;
	padding: 0 2px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
#donate_button a:link{
	text-decoration: none;
}
#donate_button a:hover {
	background-color: #FD0;
	padding: 2px 2px 0 3px;
	text-decoration: none;
}
#donate_button a:active{
	color: #000;
	text-decoration: none;
}
/* Class added by JAK 1 June 2007 */

h2.homePageH2	{
		text-transform:uppercase;
		font: 90% Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		margin: 0 0 .5em 0;
		}	