a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #00f;
}
a.definition {
	color: #339;
}
a.definition:hover {
	color: #339;
	text-decoration: underline;
}
a.definition:visited {
	color: #339;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

body {
	background-color: #ddd;
	font-family: Garamond, Times, serif;
	font-size: 24px;
	top: 0px;
}

img {
	border: 1px solid #000;
	margin: 5px 7px 5px 5px;
}

img.left {
	float: left;
	margin-left: 0px;
}

img.right {
	clear: both;
	float: right;
	margin-right: 0px;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	border: 1px solid #333;
	width: 750px;
	background: #fff url("images/linkbar.gif") repeat-y;
	top: 0px;
}

#intro {
	width: 750px;
	clear: both;
}

#linklist {
	clear: both;
	float: left;
	width: 150px;
	margin-bottom: 50%;
	margin-top: 30px;
}

#content {
	float: right;
	width: 570px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px
}

#footer {
	clear: both;
	font-size: 20px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #000;
	text-align: center;
	background-color: #dedccb;
	height: 130px;
}

#pageheader {
	height: 110px;
	/*background: #fff url("images/headerbg.gif");*/
	background-color: #8a8468;
	border-bottom: 1px solid #000;
}

#pageheader h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 52px;
	float: left;
	text-align: left;
	width: 320px;
	color: white;
	margin: 10px 0 0 10px;
}

#pageheader h2 {
	margin: 15px 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 20px;
	float: right;
	text-align: left;
	width: 400px;
	color: white;
}

#pageheader ul {
   clear: both;
   list-style:none;
   margin: 0px;
   padding: 0px;
   border: 0px;
   font-size: 18px;
   color: white;
   padding-right: 5px;
   margin-bottom: 3px;
   text-align: right;
}

#pageheader ul li {
   padding-left: 2px;
   display: inline;
}

#pageheader ul li a {
   color: white;
   text-decoration: none;
}

#pageheader ul li a:hover {
   text-decoration: underline;
}

#ticket {
   margin-top: 60px;
}
#ticket img {
   border: 0px;
}

#navbar {
   /*padding: 0px 0 100% 0;*/
   font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
   font-size: 23px;
   color: #333;
}

#navbar ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}

#navbar li {
   margin: 0;
   padding: 0;
}

#navbar li.tickettoride {
   display: none;
}

#navbar li a {
   display: block;
   padding: 6px 3px 3px 5px;
   color: #333;
   text-decoration: none;
   text-align: left;
   width: 142px;
}

#navbar ul li a.subitem {
   padding-left: 20px;
   width: 127px;
}

/*html>body #navbar li a {
width: auto;
}*/

#navbar li a:hover {
   padding: 5px 2px 2px 5px;
   background-color: #b3d5e7;
   color: #000;
   border: 1px solid #7d9ba8;
   border-left: 0px solid #7d9ba8;
} 

#navbar li a.subitem:hover {
   padding-left: 20px;
}


#wheelchairacc {
	margin-top: 40px;
}

#wheelchairacc a {
	display: block;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 6px 3px 3px 5px;
}

#wheelchairacc a:hover {
	padding: 5px 2px 2px 5px;
	background-color: #b3d5e7;
	color: #000;
	border: 1px solid #7d9ba8;
	border-left: 0px solid #7d9ba8;
}

#content p {
   margin: 0;
   margin-bottom: 20px;
}

#content dt {
   text-align: left;
   font-size: 24px;
   font-weight: bold;
   margin: 25px 0 10px 0;
}

#content h3 {
   text-align: left;
   font-size: 24px;
   margin: 25px 0 10px 0;
}

#content h2 {
   text-align: center;
   font-size: 32px;
   margin: 0;
   margin-bottom: 20px;
}

#content ul {
   margin-left: 0px;
   padding-left: 12px;
}

#content ul li {
   list-style: disc;
   padding-bottom: 15px;
   margin-left: 0px;
}

#footerlinks ul {
   margin-left: 0;
   padding-left: 0;
   display: inline;
   border: none;
}

#footerlinks ul li {
   margin-left: 0;
   padding-left: 2px;
   border-left: 1px solid #000;
   list-style: none;
   display: inline;
}

#footerlinks ul li.first {
   border-left: none;
}
