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: 16px;
	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;
}

dt span.glossarysub {
	font-size: 14px;
}

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

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

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

#linklist img {
	border: 0px;
}

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

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

#pageheader {
	height: 90px;
	/*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: 48px;
	float: left;
	text-align: left;
	width: 300px;
	color: white;
	margin: 10px 0 0 10px;
}

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

#pageheader ul {
   clear: both;
   list-style:none;
   margin: 0px;
   padding: 0px;
   border: 0;
   font-size: 12px;
   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: 20px;
}
	
#navbar {
	/*padding: 0px 0 100% 0;*/
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
}

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

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

#navbar li.tickettoride {
	display: none;
}

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

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

/*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: 15px;
}

#wheelchairacc {
	margin-top: 20px;
}

#wheelchairacc a {
	display: block;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	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: 10px;
}

#content dt {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

#content h3 {
	text-align: left;
	font-size: 18px;
	margin: 20px 0 5px 0;
}

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

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

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

#footerlinks ul {
	margin-left: 0;
	padding-left: 0;
	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;
}
