@charset "utf-8";
#fullWidthContainer {
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}
#featuresContainer {
	background-color: #FFCF63;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: thick ridge #000000;
}
.featuredExhibit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.featuredExhibit h3 {
text-decoration:none;
}
.featuredExhibit p {
	font-weight:bold;
}
#navMenu {
	background-color: #FFFFFF;
	float: left;
	list-style-type: none;
	width: 23%;
}
body {
	background-color: #FFFFFF;
}

#navMenu ul {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#navMenu li a {
	color:#000000;
	background-image: transparent url(/moa/images/MOAmenubutton.gif) no-repeat scroll;
	background-color: #FFCF63;
	display:block;
	padding-left: 1em;
	border: 2px outset #333333;
	padding-right: 1px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom: 0.2em;
	font-weight: bold;
	min-width:80%;
	text-decoration:none;
}
#navMenu li a:hover {
	background-image: transparent url(/moa/images/MOAmenubuttonhover.gif) no-repeat scroll;
	color:#000000;
	background-color: #999999;
	display:block;
	width: auto;
	list-style-type: none;
	border: 2px inset #333333;
	font-weight: bold;
	font-style: normal;
}
#quickFindContainer {
	float: right;
	height: 1.5em;
	width: 35%;
	/*margin-top: 20px;*/
	color:#000000
}
#quickFindDropDown {
	height: 1.2em;
	width: 15em;
}

#quickFindGoBtn {
	height: 21px;
	width: 22px;
}
#headerGraphic {
	background-image: url(http://www.wfu.edu/moa/images/bg-sub.gif);
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	width: 80%;
	margin-bottom:0px;
}
#headerGraphic form {
	margin-bottom:0px;
}
#pageTitle {
	clear: both;
	/*margin-top: 90px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom:0px;
	margin-top:-20px;
}
#moaLogo {
	background-image: url(http://www.wfu.edu/moa/images/moalogo300x94.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 320px;
	height: 94px;
	float: left;
}
#footer {
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	background: #FFFFFF;
	text-align: center;
}
#footerLogo {
	width: 200px;
	left: 0.2em;
}
#footerText {
	width: 638px;
	background: inherit;
	position: relative;
	top: -40px;
	margin-left: 1ex;
}

#mainContentContainer {
	width: 73%;
	float: right;
	margin-bottom:50px;
}
a {
	color:#660033;
	text-decoration: underline;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#CC3300;
	font-style:italic;
	font-weight:bold;
}

