/* CSS Document */

#blankbox {
	display: none;

} html body #headercontainer {
	margin-top: -3px;
	padding-top: 3px;
	background: #46502b;
	
	z-index: 9999;
	
} #universalheader {
	width: 100%;
	height: 2.4em;
	overflow: hidden;
	background: #46502b;

} select#destinationdropbox, input#searchbox, input#submitbutton, #siteindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #46502b;
	text-decoration: none;

} #universalheader a:link, #universalheader a:visited {
	text-decoration: none;

} #evergreenlogoprint {
	display: none; /* hiding this in screen mode */

} #evergreenlogo {
	float: left;
	height: 32px;
	width: 150px; /* this is the width of the image itself */
	padding: .1em 0 0 .1em;
	margin: 0;

} img#evergreenlogogif {
	border: 0; /* making sure this linked image doesn't have an ugly border */

} #quicklinkscontainer {
	margin-left: 20px;
	padding-top: .4em;
	color: #996633;
	float: left;

} form#quicklinks {
	margin: 0;
	padding: 0;
	width: 10em;
	height: 1em;

} select#destinationdropbox {
	border: 1px solid #336633;

} #searchform {
	width: 11em;
	margin-bottom: -.5em;
	float: right;
	text-align: left;

	margin-top: -0.85em; /* pulling this element up in ie5mac */

} /* \ <-- using a commented backslash to make the
  next rule invisible to ie5mac */
#searchform {
	/* making this element look normal in other browsers */
	padding-top: .4em;
	margin-top: 0; /* setting this value for all other browsers */
	
} input#searchbox {
	padding: .1em;
	border-top: 2px solid #363;
	border-right: 2px solid #BDB;
	border-bottom: 2px solid #BDB;
	border-left: 2px solid #363;
	background-color: #f9fbf9;

} input#submitbutton {
	width: 3.75em;
	color: #363;
	border-top: 2px solid #BDB;
	border-right: 2px solid #585;
	border-bottom: 2px solid #585;
	border-left: 2px solid #BDB;
	background-color: #EFF8EF;

} input#submitbutton:hover {
	color: white;
	border-top: 2px solid #aca;
	border-right: 2px solid #474;
	border-bottom: 2px solid #474;
	border-left: 2px solid #aca;
	background-color: #363;

} #siteindex {
	width: 9em;
	color: white;
	float: right;
	text-align: right;
	padding-top: 1.1em;
	padding-right: 25px;

} #siteindex a {
	color: white;

} #siteindex a:hover {
	color: #A89A77;

}