@charset "UTF-8";
#museForm {
    width: 851px;
    position: absolute;
    top: 33px;
    left: 1px;
}

#mclhEmailLink {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url("images/Trees-Bckgrnd.jpg");
	background-repeat: no-repeat;
	text-align: left;
	background-position: center top;
	background-color: #040404;
	background-size: cover;
}


#introText {
	position: absolute;
	width: 600px;
	left: 300px;
	top: 168px;
	visibility: visible;
	z-index: 100;
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 0px;
}
#navContainer {
    position: absolute;
    width: 152px;
    height: auto;
    left: 87px;
    top: 121px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    z-index: 8;
}

#GoToHomePage {
    position: absolute;
    height: 85px;
    width: 215px;
    left: -32px;
    top: -112px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    z-index: 0;
}

.superscript {
	vertical-align: super;
	font-size: 10px;
}
h1, .h1{
	font-size: 28px;
	text-align: center;
	font-family: "trajan-pro-3", "Trajan Bold", "Trajan Pro", "Trajan Pro Bold", "Trajan Regular";
	font-weight: 600;
	color: rgba(65,93,70,1.00);
	text-shadow: 2px 2px 8px rgba(0,0,0,0.40);
	line-height: 34px;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
h2, .h2 {
	padding-bottom: 0px;
	margin-top: -17px;
	font-weight: 400;
	text-align: center;
	color: rgba(98,127,104,1.00);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.40);
	font-family: lato;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
}
.h1Color1 {
	color: rgba(90,103,125,1.00);
}
.h1Color2 {
	color: rgba(92,96,118,1.00);
}
.h1Color3 {
	color: rgba(136,130,128,1.00);
}
.h1Color4 {
	color: rgba(149,107,71,1.00);
}
.h1Color5 {
	color: rgba(80,62,2,1.00);
}
.h1Color6 {
	color: rgba(25,69,34,1.00);
}
.h2Color1 {
	color: rgba(42,47,69,1.00);
}
.h2Color2 {
	color: rgba(62,115,52,1.00);
}
.h2Color3 {
	color: rgba(142,109,62,1.00);
}
.h2Color4 {
	color: rgba(104,75,50,1.00);
}
.h2Color5 {
	color: rgba(80,62,2,1.00);
}
.h2Color6 {
	color: rgba(0,66,21,1.00);
}
#h2subHead {
	position: relative;
	margin-top: 0px;
	top: 0px;
}
img {
}
.h2Bold {
	font-weight: 800;
}
.h2BoldItalic {
	font-weight: 600;
	font-style: italic;
}
.imageBorder {
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 12px #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#LinksOfInterest {
	position: relative;
	width: 160px;
	left: 85px;
	top: 438px;
	font-size: 14px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.30);
	line-height: 20px;
	z-index: 2;
	text-align: center;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/Links-of-Interest.png);
	background-position: center top;
	padding-top: 45px;
	margin-top: 6px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
}
.strong   {
	font-weight: 900;
}

