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

body  {
	margin: 0;
	padding: 0;
	background: #ccbc99;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
color: #003366;
font-weight: bold;
}
/*typography*/
h2 {
color: #B21F15;
margin: 2px;
padding: 0px;
line-height: 22px;
}
h3 {
color: #B21F15;
}
#container {
width: 780px;
background-color:#fff;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left;
overflow: hidden;
}
#header {
width: 780px;
height: 100px;
}
#list {
float:right;
margin-right: 10px;
}
#header ul {
float: right;
text-transform: uppercase;
font-size: 10px;
color: #b15d31;
font-weight: bold;
margin: 10px 10px 0px 0px;
}
#header li {
display: inline;
}
#header a {
padding: 2xp 3px 2px 3px;
color: #b15d31;
text-decoration: underline;
}
.logo {
float: left;
border: 0px;
}

#nav {
width: 780px;
height: 26px;
background:url(images/site/menu2.jpg) no-repeat;
margin: 0;
padding: 0;
}
#nav span {
display: none;
}
#nav li, #nav a {
height:26px;
display:block;
}
#nav li {
float:left;
list-style-type:none;
display:inline;
}
#nav_home {
width: 73px;
}
#nav_experience {
width: 140px;
}
#nav_calendar {
width: 180px;
}
#nav_visit {
width: 54px;
}
#nav_groups {
width: 77px;
}
#nav_support {
width: 80px;
}
#nav_shop {
width: 60px;
}
#nav_site {
width: 106px;
}

/*HOVER STATES*/
#nav_home a:hover {
width: 73px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: 0px -26px;
}
#nav_experience a:hover {
width: 140px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -73px -26px;
}
#nav_calendar a:hover {
width: 180px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -213px -26px;
}
#nav_visit a:hover {
width: 54px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -393px -26px;
}
#nav_groups a:hover {
width: 77px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -447px -26px;
}
#nav_support a:hover {
width: 80px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -524px -26px;
}
#nav_shop a:hover {
width: 60px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -604px -26px;
}
#nav_site a:hover {
width: 116px;
background:url(images/site/menu2.jpg) no-repeat;
background-position: -664px -26px;
}
  
/*MAIN CONTENT*/

#main_content {
width: 730px;
margin-top: 10px;
padding: 0 15px;
background-color: #fff;
background-image:url(images/site/stars.gif);
background-position: right;
background-repeat: repeat-y;
}

.museum {
float: right;
border:10px #FFFFFF solid;
margin-left: 10px;
margin-bottm: 10px
}
hr {
border: none;
float:left;
background-color:#B21F15;
color:#B21F15;
height: 1px;
width: 100%;
}

#intro {
background-image:url(images/site/top_intro.gif);
background-repeat:no-repeat;
width: 675px;
height: 75px;
margin-left: 25px;
text-indent: -9999px;
}
#intro p {
margin-left: 100px;
color:#FFFFFF;
}

#mainIntro {
width: 700px;
height: 700px;
background-image: url(images/site/home_image.jpg);
background-repeat:no-repeat;
background-position: top left;
}
.mainIntro {
color: #003366;
margin-left: 320px;
font-size: 14px;
line-height: 18px;
}
#pages {
width: 630px;
background-image: url(images/site/side_image.jpg);
background-repeat:no-repeat;
background-position: top left;
margin-bottom:24px;
}
#copy {
color: #003366;
margin-left: 150px;
font-size: 14px;
line-height: 18px;
margin-top: 4px;
}
#emailNews {
float: left;
width: 275px;
height: 52px;
margin-left: 20px;
margin-top: 80px;
}
#events {
float: left;
background-color:#00427A;
color:#ffffff;
padding: 8px;
margin-left: 320px;
margin-top: 8px;
}
#events a {
color:#ffffff;
text-align:right;
}
.eventsimage {
margin-right: 8px;
border: solid 2px #ffffff;
}
ul 
{
list-style-image: url('images/site/star.jpg');
}
#pic {
	background-color: #FFFFFF;
	position: relative;
	width: 100px;
}
#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
#pic a.p1:hover .large {
	border: 0;
	display: block;
	left: 120px;
	position: absolute;
	top: -100px;
	width: 300px;
        height: 500px;
}