/*default*/
/*
** default.css
** 
** Version 1.1 - 06 February 2007
*/

/* generic text styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;   /* for compliant browsers*/
}

* html body {
	font-size: x-small; /* IE5 Win renders small one step larger*/
	fon\t-size: small;   /* for other IE versions*/
}

th, td, li, dl, dt, p {
	font-size: 1em;
	font-weight: 400;
}

p {
	line-height: 1.1em;
	margin: 0 10px 1.3em 0;
}

h6 {
	font-size: 1em;
	font-weight: 500;
}

h5 {
	font-size: 1em;
	font-weight: 500;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.30em;
	font-weight: 700;
	padding-top: 0.4em;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 1.30em;
	font-weight: 900;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ul li, ol li {
	line-height: 1.1em;
	margin-bottom: 0.4em;
}

ul li {
	margin-left: 28px;
}

ul li ul {
	list-style-image: url(../_img/bullet.gif);
}

ol li {
	margin-left: 28px;
}

address {
	font-style: normal;
	font-size: 0.85em;
	margin-top: 0.5em;
	margin-left: 13px;
	margin-bottom: 1em;
}

#sideContent {
}

#mainArticle {
}

#subContent, #floatbox {
	font-size: 90%;
}

#subContent h3, #floatbox h3 {
	line-height: 1.2em;
}

#subContent p, #floatbox p {
	line-height: 1.2em;
}


/*layout_wider_new*/
/*
** layout.css
** 
** Version 1.1 - 06 February 2007
*/

*  {		
	margin: 0;
	border: 0;
	padding: 0;
} 

html, body {
	background: #6B6B6B;
	height: 100%;
}
	
body { 
	color: #000;
	text-align: center; /* part 1 of 2 centering hack */
}

/*-------------------------------------------------
From: Aline Lin [mailto:aline@linkstudio.info] 
Sent: Tuesday, February 10, 2009 9:28 AM
To: Hasch, Dennis
Subject: Re: CSS 

Hi Dennis, 

The total width of the center section including the 1 pixel black border on the left and right is 910 pixels. In the file layout.css

#wrap is defined as 908 pixels. We currently design sites with the screen resolution 1024 x 768. The 908 pixels accounts for scroll bars, etc. I think that should be safe. We've also done them where it is 923 pixels wide and there is no horizontal scroll. 

This is the code from layout.css that we edited:
-------------------------------------------------*/ 

/*-------------------------------------------------
Content Wrapper / Centers Layout
-------------------------------------------------*/ 

#wrap {
	background-color:#fff; /*fix for grey flash?*/

	border: 1px solid #000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
	text-align:left; /* part 2 of 2 centering hack */
	width: 908px;
} 

* html #wrap {
	width: 910px; /*fixes for IE5win*/
	w\idth: 908px; /*fixes for IE6win/IE5mac */
}

/*-------------------------------------------------
Masthead / Logo / Search Form
-------------------------------------------------*/

#mastHead 	{
	/* width: 771px; */ /* masthead width also changed from 771 to 908 JAK */
	width: 908px;
	position: relative;
	background: #000;
}

#mastHead h1 span{
	position: absolute;
	top: -5000px;
	left: 0;
}

#mastHead h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 74px;
	background: #000 url(../_img/headerMastHead.gif) no-repeat;
	width: 369px;
	float: left;
}

#mastHead.short-header h1 a {
	width: 292px;
	height: 57px;
	background: #000 url(../_img/nmnh_logo_small.jpg) no-repeat;
}

/*-------------------------------------------------
Search Form
-------------------------------------------------*/

#mastHead #searchForm {
	height: 74px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	/* padding-left: 586px; */ /* left padding changed from 586 to 723 JAK */
	padding-left: 723px;
}

#mastHead.short-header #searchForm {
	height: 47px;
}

#qt {
	width: 10em;
	/*width:136px;*/
	background: #CCC;
	margin-right: .1em;
	vertical-align: middle;
}

#qt, #submit {
	vertical-align: middle;
}

#searchForm p {
	font-size: 80%; 
	margin: 4px 0 0 0;
	position: absolute;
	top: 29px;
	right: 90px;
}

#searchForm label {
	position: absolute;
	top: -500px;
}

#searchForm fieldset {
	border: 0;
}

#searchForm a:link, #searchForm a:visited  {
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}

#searchForm a:hover, #searchForm a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/*-------------------------------------------------
Donate Button
-------------------------------------------------*/

#mastHead #donate_button a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: absolute;
	top: 42px;
	right: 123px;
}

#mastHead.short-header #donate_button a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: absolute;
	top: 1px;
	right: 185px;
}

/*-------------------------------------------------
Global Navigation
-------------------------------------------------*/

#globalNav {
	background: #808080;
	/* width: 771px; */ /* global navigation width also changed from 771 to 908 JAK */
	width: 908px;
}

#globalNav ul     {
	list-style: none;
	/* width: 771px; */ /* global navigation width also changed from 771 to 908 JAK */
	width: 908px;
	background: #808080;
	float: left;
	margin-bottom: 0;
}

#globalNav ul li {
	text-align: center;
	float: left;
	margin: 0;
}

#globalNav ul a  {
	display: block;
	/*line-height: 2.1em;
	line-height: 24px;*/
	text-decoration: none;
	color: #fff; 
	font-size: 11px;
	background: #808080 url(../_img/headerGlobalNavDiv.gif) no-repeat right; 
	padding: 5px 0 8px 0; /* fix for text resize, or convert to line height above?*/
}
		
#globalNav ul a:hover {
	background: #A6A6A6 url(../_img/headerGlobalNavDiv.gif) no-repeat right;
}

#globalNav ul li a.lastlist {
	background:#808080;
}

#globalNav ul li a:hover.lastlist {
	background: #A6A6A6;
}

#globalNav ul a#menuPlan {
	width: 102px;
}

#globalNav ul a#menuExhibitions {
	width: 88px;
}

#globalNav ul a#menuEducation {
	width: 79px;
}

#globalNav ul a#menuResearch {
	width: 147px;
}

#globalNav ul a#menuExplore {
	width: 109px;
}

#globalNav ul a#menuAbout {
	width: 76px;
}

#globalNav ul a#menuInvolved {
	width: 93px;
}

#globalNav ul a#menuCalendar {
	width: 77px;
}

/*-------------------------------------------------
Side Content / Sub Content / Left & Right Columns
-------------------------------------------------*/
#sideContent {
	float: left;
	width: 175px;
	padding-bottom: 40px; /* for content light pages */
}

#sideContent div.sideGutter  {
/*	padding: 20px 11px 4px 11px; */
}

#sideContent div#left_column_top {
	padding: 10px 11px 4px 11px;
}

#sideContent div#left_column_bottom {
	padding: 10px 11px 4px 11px;
}

#sideContent h1 	{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sideContent h1 .deptof {
	display: block;
	font-size: 62%;
	font-weight: 500;
	font-style: normal;
}

#sideContent h1 .deptname {
	display: block;
	line-height: 1.2em;
}

#sideContent h1 .deptname a:link,  #sideContent h1 .deptname a:visited  {
	text-decoration: none;
}

#sideContent h1 .deptname a:hover,  #sideContent h1 .deptname a:active  {
	text-decoration: underline;
}

#sideContent h2 .divof {
	font-size: 80%;
	font-weight: 500;
	font-style: italic;
}

#sideContent h2 .divname {
	font-size: 80%;
	font-weight: 500;
	font-style: italic;
}

#sideContent h2 .divname a:link,  #sideContent h2 .divname a:visited  {
	text-decoration: none;
}

#sideContent h2 .divname a:hover,  #sideContent h2 .divname a:active  {
	text-decoration: underline;
}

#sideContent img { /* image should be placed outside of div#gutter */
	margin: 10px 0 0 0;
	width: 175px; /* change to max-width? */
	overflow: hidden;
}

#sideContent div.sideGutter img { /* image should be placed inside of div#gutter */
	margin: 10px 0 0 0;
	width: 153px; /* change to max-width? */
	overflow: hidden;
}

#sideContent #left_column_image p {
	font-size: 80%;
	line-height: 1.15;
	padding: 0 11px 0 11px;
}

#sideContent p.side-caption {
	font-size: 80%;
	line-height: 1.15;
}

/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/

#mainContent div#breadCrumb {
	background: #fff;
	border-bottom: 1px solid #fff; /*forces bg color down/match bg color*/
	padding: 10px 0 0 0;
}

#mainContent div#breadCrumb ul {
	display: inline;
	list-style: none;
} 

#mainContent div#breadCrumb ul li {
	margin: 0;
	display: inline;
}

#mainContent div#breadCrumb h1	{
	font: 210% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.3em;
	padding: 22px 0 0 0;
}

#mainContent div#breadCrumb a:link, #mainContent div#breadCrumb a:visited {
	text-decoration: none;
}

#mainContent div#breadCrumb a:hover, #mainContent div#breadCrumb a:active {
	text-decoration: underline;
}

/*-------------------------------------------------
Main Content Footer
-------------------------------------------------*/
#mainContent div#mainFoot {
	background: #fff;
	border-bottom: 1px solid #fff; /*forces bg color down/match bg color*/
	padding: 30px 0 30px 0;
	clear: both; 
}

#mainContent div#mainFoot p {
	margin: 0;
}

#mainFoot a.top {
	border-bottom: 1px solid #FFF;  /*stops 1 pixel shifting*/	
	padding-left: 1em;
	text-decoration: none;
}

#mainFoot a:hover.top {	
	padding-left: 1em;
	text-decoration: none;
}
	
/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	margin: 0 auto;
	width: 771px;
	padding-bottom: 0.6em;
}

#footer ul {
	color: #fff;
	font-size: 7pt;
	margin-left: -3px;
}

#footer ul li { 
	display: inline;
}

#footer ul li a {
	color: #fff;
	float: left; /*eliminates blue underline in IE5 mac*/
	border-left: 1px solid #fff;
	padding: 0 .6em;
}

#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}

#footer  ul li a:hover, #footer  ul li a:active {
	text-decoration: underline;
}

#footer ul li a:link.firstlist, #footer ul li a:visited.firstlist, #footer ul li a:hover.firstlist, #footer ul li a:active.firstlist {
	border-left: 1px solid #6B6B6B;
	padding-left: 0;
}


/*layout_1_column_wider_new*/
/*
** layout_1_column.css
** 
** Version 1.1 - 06 February 2007
*/

/*-------------------------------------------------
Side Content / Section Navigation / Left Column
-------------------------------------------------*/
#sideContent {
	display: none;
}

/*-------------------------------------------------
Main Content / Structure
-------------------------------------------------*/
#mainContent  {
	float: left;
	/* width: 758px; */ /* Original width is 758px. An additional 137px were added to width. */
	width: 895px;
	margin: 0 0 0 12px;
}

#mainContent div#mainGutter {
	margin: 0 16px 0 50px;
}

/*-------------------------------------------------
Main Content / Article
-------------------------------------------------*/	
#mainContent  div#mainArticle{
	padding: 0;
}		

/*-------------------------------------------------
Sub Content / Right Column
-------------------------------------------------*/
#mainContent div#subContent{
	display: none;
}

/*-------------------------------------------------
IE  5+6 Fixes
-------------------------------------------------*/
* html #mainContent  {
	/* width: 746px; */ /* Original width is 746px. An additional 137px were added to width. */
	width: 883px;
	margin: 0 0 0 12px;
	display: inline;
}

/*-------------------------------------------------
IE5/MAC Fixes
-------------------------------------------------*/
* > html #mainContent  {
	margin: 0 0 0 11px;
}


/*color_01*/
/*
** Version 1.1 - 06 February 2007
*/

/*-------------------------------------------------
Border below Global Navigation
-------------------------------------------------*/
		#globalNav ul     {
		border-bottom: 5px solid #013366;
		}
/*-------------------------------------------------
Side Content / Section Navigation / Left Column
-------------------------------------------------*/
#sideContent {
		background: #013366; /*url(../img/01_sideContentBg.gif) no-repeat bottom;*/
		color: #fff; 
		}
		
#sideContent a:link, #sideContent  a:visited {
		color: #fff; /*color*/
		}	
/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/
#mainContent div#breadCrumb {
		color:#595959;  
		}

#mainContent div#breadCrumb ul li a {
		color: #858585;
		}
	
#mainContent div#breadCrumb ul li a.lastCrumb {
		color:#595959;
		}

#mainContent 	div#breadCrumb h1	{
		color: #013366;
		}
/*-------------------------------------------------
 Main Content !!-Image No. Should match Color No.-!!
-------------------------------------------------*/
#mainContent  {
		background: url(../_img/01_roundCorner.gif) no-repeat;
		}
/*-------------------------------------------------
Main Content / Article
-------------------------------------------------*/	
#mainContent a:link, #mainContent a:visited  {
		color: #013366;
		}
		
/*#mainContent a:visited {
		color: #858585;
		}*/
		
#mainContent a:hover, #mainContent a:active {
		color: #013366; 
		}
/*-------------------------------------------------
Sub Content / Right Column
-------------------------------------------------*/
/*#mainContent  div#subContent h3	{ Do you want to use this color for all headings?
		color:#595959;
		}*/
/*-----------------------------------------------------
Main Content Footer/ !!-Image No. Should match Color No.-!!
------------------------------------------------------*/
#mainFoot a.top {
		background:url(../_img/01_returnTopBg.gif) no-repeat left;
		color: #013366; 	
		}
		
#mainFoot a:hover.top {
		border-bottom: 1px solid #013366;
		background:url(../_img/01_returnTopBg.gif) no-repeat left;
		color: #013366; 	
		}


/*custom*/
/*
** 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 */
form.JAKform {
}

form.JAKform input {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform select {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform textarea {
	vertical-align: text-top;
	border: 1px solid #999999;
}

.textTop {
	vertical-align: text-top;
	border: 1px solid #999999;
}

/* Donate button styles */
.donate_button{
	background-color: #FC0;
	padding: 0 2px;
	color: #000; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.donate_button:link{
	text-decoration: none;
}
.donate_button:hover {
	background-color: #FC0;
	padding: 2px 2px 0 3px;
	text-decoration: none;
}
	
.donate_button: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;
		}


