html
{
	background-color: #CCCCCC;
}

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	margin:0;
	padding:0;
	border: none;
}



/*********************************
* Header, Content and Footer
**********************************/

#container
{
	position: relative;
	width: 100%;
	height: 100%;
}

#header 
{
	margin-left: auto;
	margin-right: auto;
	height:177px;
	width:963px;
	padding-left: 1px;
}

#content
{
	background-image: url(images/backgrounds/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 950px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
	min-height: 550px;
}

#footer
{
	clear: both;
	background-image: url(images/backgrounds/bg_bottom.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 930px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 5px;
	height: 43px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.70em;
	color: #CCCCCC;
}

#footer a, a:visited
{
	color: #EEEEEE;
}

#footer a:hover
{
	color: #CCCCCC;
}



/*********************************
* Main Menu
**********************************/

.menu 
{
	position: relative;
	background-image: url(images/backgrounds/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:964px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 14px;
}

.visit a,.visit a:visited 
{
	display:block;
	background-image:url(images/menu/main/visitmuseum.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.visit hover,.visit a:hover 
{
	display:block;
	background-image:url(images/menu/main/visitmuseumover.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.events a,.events a:visited 
{
	display:block;
	background-image:url(images/menu/main/upcomingevents.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.events hover,.events a:hover 
{
	display:block;
	background-image:url(images/menu/main/upcomingeventsover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.venuehire a,.venuehire a:visited 
{
	display:block;
	background-image:url(images/menu/main/venuehire.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.venuehire hover,.venuehire a:hover 
{
	display:block;
	background-image:url(images/menu/main/venuehireover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.rides a,.rides a:visited 
{
	display:block;
	background-image:url(images/menu/main/trainrides.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.rides hover,.rides a:hover 
{
	display:block;
	background-image:url(images/menu/main/trainridesover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.shop a,.shop a:visited 
{
	display:block;
	background-image:url(images/menu/main/onlineshop.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.shop hover,.shop a:hover 
{
	display:block;
	background-image:url(images/menu/main/onlineshopover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.news a, .news a:visited 
{
	display:block;
	background-image:url(images/menu/main/news.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.news hover, .news a:hover 
{
	display:block;
	background-image:url(images/menu/main/newsover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.services a, .services a:visited 
{
	display:block;
	background-image:url(images/menu/main/services.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.services hover, .services a:hover 
{
	display:block;
	background-image:url(images/menu/main/servicesover.gif);
	width:118px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.corporate a,.corporate a:visited 
{
	display:block;
	background-image:url(images/menu/main/corporate.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.corporate hover,.corporate a:hover 
{
	display:block;
	background-image:url(images/menu/main/corporateover.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.contact a,.contact a:visited 
{
	display:block;
	background-image:url(images/menu/main/contactus.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

.contact hover,.contact a:hover 
{
	display:block;
	background-image:url(images/menu/main/contactusover.gif);
	width:121px;
	height:26px;
	border:0;
	margin:0;
	padding:0
}

#nav,#nav ul 
{
	list-style:none;
	line-height:1;
	margin:0;
	padding:0
}

#nav a 
{
	display:block
}

#nav li 
{
	float:left
}

#nav li ul 
{
	position:absolute;
	left:-999em;
	width:116px;
	line-height:17px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	text-align:center
}

#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul 
{
	left:auto
}

.dropdowninneritem a,.dropdowninneritem a:visited 
{
	background-image:none;
	background-color:#666;
	display:block;
	color:#FFF;
	width:118px;
	height:20px;
	border-top:#333 1px solid;
	border-left:#555 1px solid;
	border-right:#555 1px solid;
	border-bottom:#999 1px solid;
	text-decoration: none;
}

.dropdowninneritem hover,.dropdowninneritem a:hover 
{
	background-image:none;
	background-color:#060;
	display:block;
	color:#FFF;
	width:118px;
	height:20px;
	border-top:#333 1px solid;
	border-left:#555 1px solid;
	border-right:#555 1px solid;
	border-bottom:#999 1px solid;
	text-decoration: none;
}

.dropdownedgeitem a,.dropdownedgeitem a:visited 
{
	background-image:none;
	background-color:#666;
	display:block;
	color:#FFF;
	width:120px;
	height:20px;
	border-top:#333 1px solid;
	border-left:#555 1px solid;
	border-right:#555 1px solid;
	border-bottom:#999 1px solid;
	text-decoration: none;
}

.dropdownedgeitem hover,.dropdownedgeitem a:hover 
{
	background-image:none;
	background-color:#060;
	display:block;
	color:#FFF;
	width:120px;
	height:20px;
	border-top:#333 1px solid;
	border-left:#555 1px solid;
	border-right:#555 1px solid;
	border-bottom:#999 1px solid;
	text-decoration: none;
}



/*********************************
* Sub-menu
**********************************/

#submenu, #submenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
line-height: 25px;
}

#submenu li 
{ 
margin: 0; 
width: 180px;
text-indent: 10px;
text-decoration: none;
background-image: url(images/backgrounds/dotted-line.gif);
background-position: bottom;
background-repeat: repeat-x;
font-weight: bold;
}

#submenu a
{
display: block;
color: #000000;
width: 180px;
text-indent: 10px;
text-decoration: none;
background-image: url(images/backgrounds/dotted-line.gif);
background-position: bottom;
background-repeat: repeat-x;
font-weight: bold;
}

#submenu a:hover
{
background-color: #DDDDDD;
}

#submenu li:hover
{
background-color: #DDDDDD;
}



/*********************************
* Infoboxes
**********************************/

.infoBoxHeader {
background-image:url(images/infoboxes/generic.jpg);
background-repeat:repeat;
height:23px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.05em;
color:#FFF;
padding-left:10px
}

.infoBox {
border:1px solid #060
}

#admissionheader {
width:315px;
background-image:url(images/infoboxes/openingadmission.jpg);
background-repeat:no-repeat;
background-position:top;
border:1px solid #060;
text-align:left;
padding:28px 5px 5px
}

#locationheader {
width:325px;
height:277px;
background-image:url(images/infoboxes/location.jpg);
background-repeat:no-repeat;
background-position:top;
border:0;
text-align:center;
padding:23px 0 0
}

#locationmap {
width:323px;
height:257px;
border:1px solid #060
}

#gettinghereheader {
width:315px;
background-image:url(images/infoboxes/directions.jpg);
background-repeat:no-repeat;
background-position:top;
border:1px solid #060;
text-align:left;
padding:28px 5px 5px
}

#contactusheader {
width:315px;
background-image:url(images/infoboxes/contact.jpg);
background-repeat:no-repeat;
background-position:top;
border:1px solid #060;
text-align:left;
padding:28px 5px 5px
}

#quicklinksheader {
width:315px;
background-image:url(images/infoboxes/quicklinks.jpg);
background-repeat:no-repeat;
background-position:top;
border:1px solid #060;
text-align:left;
margin-left:auto;
margin-right:auto;
padding:28px 5px 5px
}

.quicklinksheader {
background-image:url(images/infoboxes/quicklinks.jpg);
background-repeat:no-repeat;
background-position:top;
height:23px
}

.miscitemsheader
{
width:250px;
height:23px;
background-image:url(images/infoboxes/misc.jpg);
background-repeat:no-repeat;
padding:0	
}

.documentsheader
{
width:250px;
height:23px;
background-image:url(images/infoboxes/documents.jpg);
background-repeat:no-repeat;
padding:0	
}

.membersmeetingheader {
width:250px;
height:23px;
background-image:url(images/infoboxes/membersmeeting.jpg);
background-repeat:no-repeat;
padding:0
}

.catchpointheader {
width:250px;
height:23px;
background-image:url(images/infoboxes/catchpoint.jpg);
background-repeat:no-repeat;
padding:0
}

.galleryheader
{
width:250px;
height:23px;
background-image:url(images/infoboxes/photogallery.jpg);
background-repeat:no-repeat;
padding:0	
}



/*********************************
* Events
**********************************/

.eventsListItem {
font-size:100%;
text-align:left;
border-bottom:1px solid red;
border-top:0;
border-left:0;
border-right:0;
width:100%;
padding:0 0 10px 10px
}

.eventDetails {
text-align:left;
padding:5px
}

.eventDetails :link,.eventDetails :visited {
text-decoration:underline
}



/*********************************
* Images
**********************************/

.contentImage {
float:left;
background:url(images/shadowAlpha.png) no-repeat bottom right !important;
margin:10px 0 0 10px !important
}

.contentImage img {
display:block;
position:relative;
background-color:#fff;
border:1px solid #a9a9a9;
margin:-6px 6px 6px -6px;
padding:4px
}

.displayImg {
background-color:#FFF;
border:1px solid #a9a9a9;
margin:-6px 6px 6px -6px;
padding:4px
}



/*********************************
* Fonts, Links, Buttons
**********************************/

a:hover {
color:#090;
text-decoration:none
}

:link, a:visited {
color:#060;
text-decoration:none
}

strong {
font-family:Arial, Helvetica, sans-serif;
color:#444
}

.heading {
font-size:18px;
color:#444
}

.subheading {
font-size:13px
}

h5 {
font-weight:lighter;
margin-top:0;
padding-top:0;
border-top:0
}

hr {
height:1px;
color:#AAA
}

p {
text-align:left;
}

select,input {
font-size:12px
}

button {
background-color:#CCC;
border:1px solid #000;
font-size:100%
}

.button {
background-color:#CCC;
border:1px solid #000
}



/*********************************
* Search tables
**********************************/

.searchTable {
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
background-color:#EEE;
font-size:.85em
}

.rollingstockSearchTable {
color:#FFF;
border:1px solid #000;
background-color:#060;
background-image:url(images/headers/rollingstock.jpg);
background-repeat:no-repeat;
width:678px;
height:97px
}

.searchTable td {
border-top:1px solid #000;
padding:5px
}

.exhibitSearchTable {
font-size:.85em
}

.exhibitSearchTable td {
padding:10px 5px
}

.searchTableRow,.exhibitSearchTableRow {
background-color:#EEE
}

.searchTableAltRow,.exhibitSearchTableAltRow,.factsRow {
background-color:#DDD
}

.searchTableDragRow {
background-color: Red;
}

.searchLink {
color:#000
}




/*********************************
* Tabs
**********************************/

.basictab{
padding-bottom: 3px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #DDDDDD;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #EEEEEE;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: black;
}

.tabtable
{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #FFFFFF;
	width: 100%;
}


/*********************************
* Tool tip pop-up
**********************************/

#dhtmltooltip
{
    position: absolute;
    border: 1px solid black;
    padding: 3px;
    background-color: #EEEEEE;
    visibility: hidden;
    z-index: 100;
}
