/* NMBGMR alternate stylesheet centers content in a fixed 527px layout that is fluid at smaller sizes */

body {
	width: 100%;
	background-image: none;
	font-size:1.5em;
	}

/* hides 'max-width' from IE */	
html>body {
	width: 100%;
	max-width: 100%;
	background-image: none;
	}

.accessnav {display:inline;}

#banner {
	position: static;
	display: inline;
	background-color: transparent;
	width: auto;
	height: auto;	
	margin-left: 0px;
	text-align: center;

	}

#banner-logo {display:none;}	

#banner #section-image, #banner #xsect-image, #banner #fill-block {
	display: none;
	}
	
#banner #nmbgmr-text {
	background-image: none;
	display: inline;
	position: static;

	}

#nmbgmr-text #hidden-bureaulink {
	display:inline;
	}

#hidden-bureaulink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	}

#hidden-bureaulink a:hover {
	color: #0000CC;
	text-decoration: none;
	}
	
#banner #nmt-link {
	text-align:left;
	
}

#banner #nmt-link a {
	position: static;
	display: inline;
	color: #000066;	
	padding-left: 2em;
	}

#nmt-link a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

#rollovers {
	background-image:none;
	position:static;
	width:auto;
	height:auto;
	padding:0.4em;
	}

#rollovers ul {
	list-style-type: disc;
	color:#000000;
	margin:0em;
	}
	
#rollovers ul li a { 
	text-indent:0em;
	background-image:none;
	overflow:visible;
	font-size: 1em;
	font-variant: small-caps;
	text-align: left;
	position:static;
	width:auto;
	height:1.2em;
	background-image:none;
	}

#about-page #about-button a, #pubs-page #pubs-button a, #labs-page #labs-button a,
#info-page #geoinfo-button a, #archives-page #archives-button a 
	{color:red;
	background-image:none;}

#cartlink {
	text-align:right;
	}

#cartlink a{
	position: static;
	display: inline;
	color: #000099;
	font-weight: normal;
	padding: 1em;
}

#cartlink a:hover{
	color:#FF0000;
	text-decoration: underline;
	}

#header {
	border: none;
	margin-left: auto;
	width: auto;
	}
	
#pagelinks {
	clear: both;
	border-top: none;
	border-right: none;
	border-left: none;
	}
	
#bannerbar {
	position: static;
	vertical-align: baseline;
	padding-bottom: 0px;
	margin-left: 0px;
	border-right: none;
	border-left: none;
	clear: both;
	}

#tablinks {
	border-right:none;
	}
	
h1 {
	text-align: center;
	}

#content {
	margin:auto;
	padding: 1em;
	width: auto;
	border-left: none;
	}
	

/* needs descendant selector for higher specificity */	
body #docnav {
	position: static;
	display: inline;
	clear: left;
	left: auto;
	top: auto;
	width: auto;
	margin: auto;

	}


#search {
	float: right;
		}

div.leftsidebar, div.rightsidebar {
	width: 45%;
	}

#return {
	text-align: center;
	position: static;
	margin: auto;
	padding-bottom: 20px;

	}


	
	
