﻿/* margin: pushfromtop pushfromright pushbelow pushfromleft */

body { 
	min-width : 800px; 
	background:#000 url("/images/railroad_bkg.jpg") repeat top fixed;
	background-repeat: repeat;
	background-position: center;
	height : 100%; 
	/*text-align : center;*/
	scrollbar-track-color: #993333;
	scrollbar-face-color: #003366;
	scrollbar-arrow-color: #993333;		
	/*margin : 4px auto; */
    font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 958px;
	scrollbar-track-color: #993333;
	scrollbar-face-color: #003366;
	scrollbar-arrow-color: #993333;	
}

#main_section {
	width: 958px;	
	min-height: 900px;
	border: 1px solid #000;
	background-color: white;
    margin-top: 5px;
	background: url("./images/gd_bkg.gif") repeat top center;
	background-repeat: repeat-y;
}

#header {
	width: 958px;	
	height: auto;
	border: 1px solid #000;
	background-color: #d6aa29;
	margin-bottom: 5px;
}

td.header{
    padding-top: 3px;
    padding-left: 3px;
}

#footer {
	width: 958px;	
	height: 25px;
	height: 50px;
	border: 1px solid #000;
	background-color: #d6aa29;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 4px;
    font: Arial, Helvetica, sans-serif;
}

td.events{
    background-image:url("./images/upcoming_events.jpg");
    background-repeat: no-repeat;
	background-position: 3px 7px;
}

td.whatsnew{
    background-image:url("./images/whatsnew.gif");
    background-repeat: no-repeat;
	background-position: 3px 7px;
}

td.bodytext {
    padding-left: 5px;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#header2 {
	background-color: #cecfce;
    height: 35px;
    font-size: 28px;
    font-style: bold;
    text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

#mapBorder {
	background-color: #b2b4b4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 505px;
	height: 455px;
	float: center;
}

.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: bold;
  font-size: .9em;
  text-indent: 0;
  margin-top:.3em;
  margin-bottom:-.2em;
}

#sitemap_key{
	border: 1px solid #000;
	background-color: #d6aa29;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#sitemap_desc{
	margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

