@import url(undo.css);

/* SET BASE FONT ATTRUBUTES */
body {
	font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #301D11;
	background: #5a0000;
	padding: 0;
	margin: 0;
}

#Container {
	background: #fffccc url(../img/main_bg.png) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

body.mobile {
	background: #fffccc;
	margin: 0;
	padding: 0;
}

body.mobile #Container {
	background: #fffccc;
	width: 100%;
}

#Header {
	background: url(../img/header.jpg) no-repeat;
	position: relative;
	height: 198px;
	padding: 0;
	margin: 0 10px;
	border-bottom: 1px solid #fff
}

#Header #StrapLine span {
	visibility: hidden;
}

#skipLink {
	margin-top: 5px;
	margin-left: 22px;
	float: left;
	display: none;
}

#skipLink a {
	color: #004687;
	height: 15px;
	font-weight: bold;
	text-decoration: none;
}

#nav {
	background: #753c8e url(../img/nav_bg.png) repeat-x;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 174px;
	font-size: 1.2em;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0;
	border-right-width: 0;
}

#nav ul {
	padding: 0;
	padding: 2px 0 0 0;
	height: 24px;
	width: 940px;
	margin: 0 auto;
}

#nav li {
	height: 14px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav li.last {
	padding-right: 0;
}

#nav li a {
	padding: 0 8px 0 8px;
	border-right-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	height: 24px;
	line-height: 0;
	text-decoration: none;
	height: 100%;
	color: #fff;
	font-family: arial, helvetica, clean, sans-serif;
}

#nav li.last a {
	border-right-width: 0;
	padding: 0 0 0 8px;
}

#nav li a:hover {
	color: #ffcc00;
}

#SecondaryLogos {
	text-align: center;
	margin-top: 10px;
}

#Credits {
	margin-top: 10px;
	text-align: center;
}

#MainArea {
	padding: 0 0 30px;
}

#Content {
	position: relative;
	margin: 10px 40px;
}

#MainArea #Content #linkBoxes {
	margin-bottom: 20px;
}

#MainArea #Content #linkBoxes .linkbox {
	float: left;
	width: 290px;
	height: 290px;
	margin-right: 25px;
}

#MainArea #Content #linkBoxes .linkbox.last {
	margin-right: 0;
}

#MainArea #Content #linkBoxes .linkbox #TourLink {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/linkboxes/tour.jpg);
	border: none;
}

#MainArea #Content #linkBoxes .linkbox #TourLink:hover {
	background: url(../img/linkboxes/tour_o.jpg);
}

#MainArea #Content #linkBoxes .linkbox #TourLink span {
	visibility: hidden;
}

#MainArea #Content #linkBoxes .linkbox #HistoryLink {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/linkboxes/history.jpg);
	border: none;
}

#MainArea #Content #linkBoxes .linkbox #HistoryLink:hover {
	background: url(../img/linkboxes/history_o.jpg);
}

#MainArea #Content #linkBoxes .linkbox #ACLink {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/linkboxes/ac.jpg);
	border: none;
}

#MainArea #Content #linkBoxes .linkbox #ACLink:hover {
	background: url(../img/linkboxes/ac_o.jpg);
}

#MainArea #Content #linkBoxes .linkbox #TourLink span,
#MainArea #Content #linkBoxes .linkbox #HistoryLink span,
#MainArea #Content #linkBoxes .linkbox #ACLink span {
	visibility: hidden;
}

#MainArea #Content div.columns .col1,
#MainArea #Content div.columns .col2 {
	width: 50%;
	float: left;
}

#MainArea #Content a {
	color: #009;
	text-decoration: none;
}

#MainArea #Content a:hover {
	color: #851811;
	text-decoration: none;
}

p, ul, ol {
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #5a0000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

h1 {font-size: 3.4em;}
h2 {font-size: 3.0em;}
h3 {font-size: 2.5em;}
h4 {font-size: 2.0em;}
h5 {font-size: 1.5em; letter-spacing: normal;}
h6 {font-size: 1.2em;}

p {
	color: #2b2b2b;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
}

acronym {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A30328;
	cursor: help;
}

#Content p {
	margin-right: 30px;
}

#Content ul,
#Content ol,
#Content dl {
	padding-left: 10px;
}

#Content ul ul {
	margin: 10px 0 5px;
}

#Content ul li {
	line-height: 1.4em;
}

#Content ol li {
	list-style-type: decimal;
}

#Content li,
#Content dt,
#Content dd {
	line-height: 13px;
	padding-left: 0;
	padding-bottom: 4px;
	list-style-type: none;
	font-size: 1.2em;
}

#Content dl {
	margin-bottom: 8px;
}

#Content dt {
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 7px;
}

#Content dd {
	line-height: 10px;
	padding-bottom: 7px;
}

#Content a#mcfBanner {
	display: block;
	border: 3px solid #fff;
	height: 137px;
}

#Content a#mcfBanner:hover {
	border: 3px solid #ffcf00;
}

#Content a#mcfBanner img {
	margin: 0;
	padding: 0;
}

#MainArea #Content .event {
	border: 8px solid #ffcc00;
	background: #fff;
	margin-bottom: 1em;
}

#MainArea #Content .event .inner {
	padding: 15px;
}

* html #MainArea #Content .event .inner {
	height: 1%;
}

#MainArea #Content .event .inner h1,
#MainArea #Content .event .inner h2,
#MainArea #Content .event .inner h3 {
	
}

#MainArea #Content .event .inner .eventImage {
	width: 335px;
	margin-left: 5px;
	float: right;
}

#MainArea #Content .event .inner .eventImage object,
#MainArea #Content .event .inner .eventImage embed,
#MainArea #Content .event .inner .eventImage img {
	margin-bottom: .2em;
}

#MainArea #Content .event .inner .eventCopy {
	width: 500px;
	float: left;
}

#MainArea #Content em.date {
	color: #336699;
	font-style: italic;
}

#MainArea #Content .event .eventLinks a {
	color: #993300;
	text-decoration: underline;
}

#MainArea #Content .event .eventLinks a.mapLink {
	color: #000033;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000033;
}

#MainArea #Content .event .flashbox {
	margin-bottom: 1em;
}

#Content .block {
	float: left;
	margin: 0 9px 20px;
}

#Content .narrowBlock {
	width: 204px;
}

#Content .wideBlock {
	width: 436px;
}

#Content .choose {
	text-align: center;
	margin-bottom: 1em;
}

#MainArea #Content #day_nav {
	background: url(../img/day_nav.png) repeat-x;
	height: 27px;
	padding: 5px 0 0 0;
	margin-bottom: 1em;
}

#MainArea #Content #day_nav ul {
	margin: 0;
}

#MainArea #Content #day_nav ul li {
	list-style-type: none;
	float: left;
	padding: 0 6px 0 0;
	margin-right: 6px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}

#MainArea #Content #day_nav ul li.last {
	padding-right: 0;
	border: 0;
	margin-right: 0;
}

#MainArea #Content #day_nav ul li a {
	color: #fff;
	text-decoration: none;
	font-family: arial, helvetica, clean, sans-serif;
}

#MainArea #Content #day_nav ul li a:hover {
	color: #ffcc00;
}

#MainArea #Content #day_nav ul li span {
	text-transform: none;
}

#MainArea #Content .block a {
	display: block;
	border-color: #ffcc33;
	border-style: solid;
	border-width: 8px;
	height: 100%;
}

#MainArea #Content .block a:hover {
	border-color: #993300;
}

#Footer {
	background: url(../img/footer_bg.png) repeat-x;
	height: 170px;
	width: 100%;
	margin: 0;
	clear: both;
	text-align: center;
}

#Footer #FooterBoxes {
	width: 960px;
	height: 70px;
	margin:0 auto -70px;
	position: relative;
}

#Footer #weblog {
	position: absolute;
	width: 308px;
	height: 67px;
	top: 14px;
	left: 20px;
}

#Footer #facebook {
	position: absolute;
	width: 308px;
	height: 67px;
	top: 14px;
	right: 20px;
}

#Footer #footerImg {
	margin-top: 16px;
}

.burg {
	color: #660000;
}

.caps {
	text-transform: uppercase;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

p.copyright {
	color: #fff;
	font-size: 9px;
	width: 560px;
	position: absolute;
	top: 170px;
	left: 165px;
	text-align: center;
	padding-top: 3px;
}

.burolink {
	position: absolute;
	top: 144px;
	right: 10px;
}

#bigMap {
	position: relative;
	width: 1024px;
	height: 700px;
	margin: auto;
	border: 6px solid #fff;
}

#bigMap #mapTitle {
	position: absolute;
	left: 12px;
	top: 14px;
}

#bigMap #mapClose {
	position: absolute;
	left: 17px;
	top: 204px;
	background: url(../img/map-close.png) no-repeat;
	width: 103px;
	height: 22px;
	text-decoration: none;
}

#bigMap #mapClose:hover {
	background: url(../img/map-close_o.png) no-repeat;
}

#bigMap #mapCloseAlt {
	position: absolute;
	right: 8px;
	bottom: 8px;background: url(../img/map-close.png) no-repeat;
	width: 103px;
	height: 22px;
	text-decoration: none;
}

#bigMap #mapCloseAlt:hover {
	background: url(../img/map-close_o.png) no-repeat;
}

#bigMap #mapClose span,
#bigMap #mapCloseAlt span {
	visibility: hidden;
}

#bigMap #mapInstructions {
	position: absolute;
	left: 17px;
	top: 145px;
}

#Popup .trail {
	background: #fff;
	border: 3px solid #a82814;
	padding: 20px 0;
	width: 476px;
}

#Popup .trail .trailImage {
	width: 220px;
	margin-right: 20px;
	float: left;
}

#Popup .trail .trailImage img {
	width: 194px;
	margin-left: 20px;
	border: 3px solid #fff;
}

#Popup .trail .content {
	float: left;
	margin: 0;
	width: 210px;
	overflow: auto;
}

.mapleft {
	float: left;
	width: 230px;
	margin: 0 10px 0 20px;
}

.mapright {
	float: left;
	width: 655px;
}

.mapright img {
	border: 2px solid #fff;
}

.popupLinks {
	width: 90%;
	margin-top: 10px;
}

.popupLinks a {
	color: #fff;
}

.popupLinks a:hover {
	color: #cc6600;
	text-align: center;
}

.elemSpace {
	margin-bottom: 10px;
}

.elemSpace label {
	display: block;
}

.elemSpace input,
.elemSpace textarea {
	clear: both;
	border: 1px solid #5A0000;
}