@charset "utf-8";
/* CSS Document */

body {
	line-height: 1.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* begin header styles */

#header p, #headerText p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color:#000000;
	font-size: 88%;
}
#header p, #headerText p a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#header p, #headerText p a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#header p, #headerText p a:hover {
	color:#48484A;
	text-decoration:none;
	font-weight:bold;
}
	

/* begin styles for the Contact Us page */

#contactUs p {
	line-height:1.6em;
}
#contactUs ul {
	list-style-type: none;
}

#contactUs a {
	text-decoration:none;
}
#contactUs a:link {
	color:#CC6600;
}
#contactUs a:visited {
	color:#000066;
}
#contactUs h2 {
	font-size: 1.4em;
	letter-spacing:0.1em;
}
/* contact us class for main content div to add padding to left side */
.paddingContactUs {
	padding-left:50px;
}

/* begin styles for Free Activities pages */

.addPadding {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
}
.addPadding h1, .addPadding h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.addPadding h1 {
	font-size: 1.7em;
	line-height: 1.8em;
}

.addPadding h2 {
	margin-top: 1em;
	font-size: 1.2em;
}

#mainContent .addPadding a {
	text-decoration:none;
}
#mainContent .addPadding a:link {
	color:#CC6600;
}
#mainContent .addPadding a:visited {
	color:#000066;
}

.freeMuseumDays {
	font-style: italic;	
}

/* begin footer styles */

#footer #secondaryNav a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	color: #000000;
}
#footer #secondaryNav a:hover, #footer #secondaryNav a:focus, #footer #secondaryNav a:active {
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing:.1em;
	color: #603;
}

/* begin print Buttons div styles */

#printButtons a:link, #printButtons a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

/* begin general styles */

a img {
	border: none;
}
.offleft {
	position:absolute;
	margin-left:-9000px;
	}
	

	

