ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

td {
	vertical-align: top;
}

.header_text {
	color: #9da9a3;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
	border: 0px solid white;
	height: 60px;
	margin-bottom: 5px;
}

.header_text p {
	padding-top: 35px;
}

#logo_image {
	position: absolute;
	z-index: 1;
	top: 55px;
	margin-left: 15px;
}

.mainContainer {
	background-image: url(../images/backgrounds/homepage_new.jpg);
	width: 990px; 
	min-height: 1000px;
	margin: 0px auto 0px auto;
	background-color: #18130d;
	background-position: top;
	background-repeat: no-repeat;
}

#header_container {
	vertical-align: bottom;
	height: 60px;
	border: 0px solid white;
}

#navigation {
	height: 30px;
	border: 0px solid white;
	vertical-align: middle;
}

body
{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	/*background-image: url(../images/backgrounds/homepage.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	vertical-align: top;
}

table.navigation {
	width: 100%; 
	position: relative; 
	text-align: center;
	border-collapse: collapse;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#contentContainer {
	padding: 0px 10px 0px 10px;
}

/* Commonly used styles */

.floatCenter {
	margin: 0px auto;
}

.margin20 {
	margin: 20px;
}

.marginBottom5 {
	margin-bottom: 5px;
}


.marginBottom10 {
	margin-bottom: 10px;
}

.alignCenter {
  text-align: center;
}

/* Featured Image */

#featuredHomepageImage {
	z-index: 3; 
	position: absolute; 
	margin-top: 80px; 
	margin-left: 40px;
}

#featuredHomepageImage p {
	color: #ffffff;
}	

#featuredImageTitle {
	color: #ffffff;
}

#featuredImageCaption {
	color: #ffffff;
}

/* End Featured Image */

/* Upcoming Events Section */

.upcomingEventDate {
	color: #916021;
}

#upcomingEventsContainer {
	position: absolute; 
	margin-top:60px; 
	margin-left: 600px; 
	background-color: #352e26; 
	width: 300px; 
	padding-bottom: 20px;
}

#upcomingHeader {
	color: #7e8a7e; 
	font-size: 14pt;
}

#upcomingEventsList {
 	margin-left: 20px;	
}

#upcomingEventsList li {
	color: #cccccc;
	margin-bottom: 18px;
	margin-top: 18px;
}

#upcomingEventsList li a, #upcomingEventsList li a:visited, #upcomingEventsList li a:link {
	color: #cccccc;
}

#upcomingEventsList li a:hover {
}
/* End Upcoming Events Section */

/* Email sign up container */

#emailSignupForm {
	position: absolute;
	margin-top: 50px;
	margin-left: 580px;
}

#newsletterContainer {
	vertical-align: middle;
	position: absolute;
	top: 2px;
	margin-left: 140px;
}

/* End Email sign up container */

/* Header Box Container */

#headerBoxesContainer {
	position: absolute;
	top: 8px;
	margin-left: 570px;
	border: 0px solid black;
}

/* End Header Box Container */

/* JustGive.org Button */

#justGiveContainer {
	vertical-align: middle;
	padding-right: 20px;
}

/* End JustGive.org Button */

/* Catalog */

#catalogContainer {
	border: 0px solid black;
	position: absolute;
	margin-top: 430px;
	margin-left: 60px;
}

/* End Catalog */

/* Address */

#addressContainer {
	border: 0px solid black;
	color: #9ca181;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	margin-top: 720px;
	position: absolute;
	width: 100%;
	left: 0px;
}

/* End Address */

/* Past Exhibitions and Archived Education */


.pastExhibitionContainer, .archivedEducationContainer {
	float: left; 
	clear: both; 
	border: 0px solid white; 
	margin: 10px 0px 10px 150px;
}

.pastExhibitionPhoto, .archivedEducationPhoto {
	float: left;
}

.pastExhibitionName, .archivedEducationName {
	border: 0px solid white;
	margin-left: 20px;
	float: left;
}

.archivedEducationName {
	width: 250px;
}

.archivedEducationPdfImage {
	float: left;
}

.exhibition_container {
	position: relative; 
	top: 30px; 
	margin: 0px auto 0px auto;
	border: 0px solid #ffffff; 
	width: 95%;
}

/* End Past Exhibitions and Archived Education */


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */