body{
margin:0 0 0 0;
padding:0 0 0 0;
background-color:#BEA696;
background-color:#f9f2e8;
font-family: Arial, sans-serif;
font-size: 13px;
}

/*Structure and Placement Styles*/


#splash{
	height: 719px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

#header{
	width: 985px;
	height: 217px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
}

#container{
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back-tile.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#leftnav{
	width: 160px;
	height:400px;
	background-color: #bea679;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
background: #d5cea6; /* Old browsers */
background: -moz-linear-gradient(top,  #ece3d4 0%, #bea678 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ece3d4), color-stop(100%,#bea678)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ece3d4 0%, #bea678 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ece3d4 0%,#bea678 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ece3d4 0%,#bea678 100%); /* IE10+ */
background: linear-gradient(top,  #ece3d4 0%,#bea678 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece3d4', endColorstr='#bea678',GradientType=0 ); /* IE6-9 */

}

#content{
	width: 670px;
	padding: 50px;
	display: inline-block;
}

#footer{
	display: inline-block;
	clear: both;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 770px;
	height: 40px;
	background-image: url(images/footer_photos.jpg);
	background-repeat: no-repeat;

}


/* Text Styles */




.home{
	  font-family: 'Cardo', arial, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  word-spacing: 0em;
  line-height: 1em;
	color: #ad5004;
}

/* Header */

.header{
  font-family: 'Times', arial, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  word-spacing: 0em;
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 20px; 
/*  border-bottom: 2px dotted #000 */
}



#splash{
	height: 719px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

.copy {
	color: #960;
	text-align: center;
}

.copyfooter {
	color: #960;
	text-align: center;
	font-size: 16px;
}

.bodytextnormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}


.bodytextnormalbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #361a07;
	text-decoration: none;
}

.boldsubheaders{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.header-add-margin {
	margin-top: 30px;
}

.redsubheaders{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #C30;
	text-decoration: none;
}

.brownsubheaders{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: brown;
	text-decoration: none;
}

.leftnavdiv {margin: 5px; width: 180px;}
.menu {font-family: Arial, Helvetica, sans-serif; color: #2F1706; text-decoration: none;}
.top-menu {font-size: medium;}
.sub-menu {font-size: 10px; font-weight: bold;}
.selected-menu {}

.home-menu {color: #ad5004;} /* home */
.museum-menu {color: #960b0b;} /* museum */
.f9f2e8 {color: #f9f2e8;}
.giftshop-menu {color: #006988;} /* giftshop */
.hi-restaurant-menu {color: #3d3d01;} /* restaurant */
.theater-menu {color: #032d6d;} /* theater */
.library-menu {color: #491055;} /* library */

.section {cursor: pointer;}
.section-group {display: inline-block; width: 410px; vertical-align: top;}
.section-header {font-weight: bold;}
.section-header-nohover {font-weight: bold;}
.section-header:hover {color: blue;}
.section-image {display: inline-block;}

ul.no-indent {
    margin-left: 0;
    padding-left: 1em;
    text-indent: 1px;
}

.calendar-table {border: 0px solid black; width: 550px; margin-bottom: 30px;}
.calendar-month {background-color: #cfbd9b; font-weight: bold; padding: 5px 5px 5px 10px; border-top-left-radius: 10px;}
.calendar-day {background-color: #bea678; text-align: right; padding: 5px; font-weight: bold;}
.calendar-event {padding: 5px 5px 5px 10px; background-color: #ece3d4;}

.default-table {border: 0px solid black; width: 660px; margin-bottom: 30px;}
.default-header {background-color: #cfbd9b; font-weight: bold; padding: 5px 5px 5px 10px; border-top-left-radius: 10px; font-size: 12pt;}
.default-left-td {background-color: #bea678; text-align: left; padding: 5px; font-weight: bold;}
.default-td {padding: 5px 5px 5px 10px; background-color: #ece3d4;}
.default-movie-image {width: 254px; height: 379px; position: relative; left: 18px; -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5); box-shadow: 5px 5px 5px rgba(0,0,0, .5);}

