@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/railroad/images/harf_bg.jpg);
	background-repeat: repeat-x;
	background-color: #660808;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	line-height:2em;
}

img a {
	border:0px;
	
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:250px;
	z-index:100;
	background-image: url(/railroad/images/appomattox_railroad_festival.jpg);
	background-repeat: no-repeat;
	padding-top:35px;
}

#share {
	position:absolute;
	left:850px;
	top:400px;
	width:150px;
	height:30px;
	z-index:600;
}


#leftside {
	position:absolute;
	left:47px;
	top:160px;
	width:200px;
	z-index:300;
	text-align: left;
}

#rightside {
	position:relative;
	float:right;
	width:200px;
	z-index:300;
	text-align: left;
	display:inline;
	margin-left:15px;
	padding:10px;
	background-color:#E6E6E6;
}

#menu {
	position:relative;
	text-align: left;
	background-color: #333;
	border: 1px solid #CC9933;
}

#menubox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CC9933;
	margin: 7px;
	border-bottom: 1px solid #CC9933;
	width:186px;
}

#menuboxbottom {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CC9933;
	margin: 7px 7px 2px 7px;
	width:186px;
}


#menu a {
	color: #FFF;
	text-decoration:none;
}

#menu a:hover {
	color: #C3A332;
	text-decoration:none;
}

#topnav {
	position:absolute;
	color: #FFF;
	left:0px;
	top:0px;
	width:950px;
	z-index:301;
	text-align:right;
	padding-top:5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#topnav a {
	color: #FFF;
	text-decoration:none;
}

#topnav a:hover {
	color: #C3A332;
	text-decoration:none;
}


#container {
	position:absolute;
	left:246px;
	top:160px;
	width:700px;
	background-color: #FFFFFF;
	border: 1px solid #CC9933;
	padding-bottom: 50px;
	z-index: 200;
}

#mainbody {
	position:relative;
	margin:50px 100px 25px 75px;
}

#footer {
	position:relative;
	margin:25px 100px 25px 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height:1.75em;
}

h1 {
	font-size: 21px;
	color: #900;
}
h2 {
	font-size: 16px;
	color: #900;
}
h3 {
	font-size: 12px;
	color: #900;
}

h4 {
	font-size: 12px;
	color: #CC9933;
	line-height:1.25em;
	font-weight:normal;
	
}

h5 {
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	line-height:1.5em;
}

.photoframeright {
	padding:6px;
	border: 1px solid #CC9933;
	background-color: #FFFFFF;
	float:right;
	display: inline;
	margin-left:10px;
}

.photoframe {
	padding:6px;
	border: 1px solid #CC9933;
	background-color: #FFFFFF;
	display: inline;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #600;
}
a:active {
	text-decoration: none;
	color: #600;
}

.listtext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	line-height:1.5em;
}

.listtext2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	line-height:1.25em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
