#button {background-color:transparent;}

#topofpage {position:absolute; top: 0px; left: 0px; height: 0px;}		

/* =============================================================
===========STYLES USED ON ALL/MANY PAGES========================
================================================================*/

a:link {color: maroon;}
a:visited {color:#999966;}
a:hover {
	color:#FF0000;
}


	
.heading0 {
	font-size: 2em;
	color: maroon;
	text-align:left;
	margin-bottom:0px;
	background-color:#CCCCCC;
	text-indent:0.5em;
}
/* =============================================================
=======THE FOLLOWING ARE USED FOR IMAGES & THEIR CAPTIONS=======
================================================================*/
.simpleimage {border:#000000 1px solid}
.captionlong {
	font-size: .75em;
	font-style: italic;
}

div.image {
	border: solid 1px gray;
	background-color:white;
  	padding: .5em;
	margin: 1em;
}
div.left {
	float:left;
	margin: 0px 15px 15px 0px;
}
div.right {
	float:right;
	margin: 0px 0px 15px 15px;
}	

div.image p {
  text-align: center;
  color:black;
  font-style: italic;
  font-size: .9em;
  text-indent: 0;
  margin-top:.3em;
  margin-bottom:-.2em;
}


	
/* =============================================================
=============================HEADER COMPONENTS==================
================================================================*/
#scrm {
	position:relative;
	left: 5%;
	z-index: 6;
}
/* =============================================================
=============================LEFT COLUMN COMPONENTS=============
================================================================*/
#left {
	position:absolute;
	top: 0px;
	left: 4px;
	width: 100px;
	background-color:transparent;
	z-index:3;
}
#buttonmuseum {
	position: absolute;
	left: 15px;
	top: 111px;
	width: 80px;
	height: 52px;
	cursor: pointer;
	background-image: url(../images/TemplateArt/ButtonMuseum.jpg);
	z-index:9;
}
#buttonmuseum:hover {background-image: url(../images/TemplateArt/ButtonMuseumOver.jpg);}

#buttondepot {
	position: absolute;
	left: 15px;
	top: 175px;
	width: 80px;
	cursor: pointer;
	height: 52px;
	background-image: url(../images/TemplateArt/ButtonDepot.jpg);
	z-index:9;
}
#buttondepot:hover {background-image: url(../images/TemplateArt/ButtonDepotOver.jpg);}

#buttontrains {
	position: absolute;
	left: 15px;
	top: 239px;
	width: 80px;
	cursor: pointer;
	height: 52px;
	background-image: url(../images/TemplateArt/ButtonTrainsRailroads.jpg);
	z-index:9;
}
#buttontrains:hover {background-image: url(../images/TemplateArt/ButtonTrainsRailroadsOver.jpg);}

#buttonfront {
	position: absolute;
	left: 15px;
	top: 303px;
	width: 80px;
	cursor: pointer;
	height: 23px;
	background-image: url(../images/TemplateArt/ButtonFrontPage.jpg);
	z-index:9;
}
#buttonfront:hover {background-image: url(../images/TemplateArt/ButtonFrontPageOver.jpg);}

#buttonsearch {
position: absolute;
	left: 15px;
	top: 335px;
	width: 80px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/TemplateArt/ButtonSearch.jpg);
	z-index:9;
}

#buttonsearch:hover {background-image: url(../images/TemplateArt/ButtonSearchOverGreen.jpg);}


#search {
	position: absolute;
	left: 15px;
	top: 342px;
	width: 80px;
	height: 52px;
	font-size:0px;
	background-color:transparent;
	background-image: url(../images/TemplateArt/ButtonSearch2.jpg);
	border:0px;
	cursor: pointer;
	
	z-index:9;
}

#search:hover {background-image: url(../images/TemplateArt/ButtonSearch2Over.jpg);}

#searchbox {
	position: absolute;
	left: 22px;
	top: 351px;
	width: 61px;
	height: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	text-align:center;
	cursor:text;
	background-color:gold;
	z-index:10;
}
#searchbox:hover {background-color: white;}



.pagehead	{
	font-size: 24px;
	color: maroon;
}


        

