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

body {
	margin: 0;
	padding: 0;
	background-color: #404597;
	font-size: 1em;
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.7em;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
}

a {	color: #404597; }
a:hover, a:visited:hover { color: #FC0; }
a:visited {	color: #282D7F; }

#background {
	margin: 0px;
	padding: 0px;
}
#everything {
}
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 60px;
	background-image: url(../railroadfiles/titleback.JPG);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 10;
}
#header-banner {
	float: left;
	background-image: url(../railroadfiles/header.jpg);
	background-repeat: no-repeat;
	width: 691px;
	height: 60px;
}
#menu-bar {
	position: fixed;
	top: 60px;
	left: 0px;
	z-index: 9;
	height: 32px;
	padding-left: 70px;
	white-space: nowrap;
	width: 100%;
	background-color: #F0F0CA;
	border-bottom: ridge 2px #FF9;
	font-size: 14px;
	font-weight: 600;
}
#menu {
	float: left;
}
#menu-bar a {
	background-color: #F0F0CA;
	display: inline;
	margin: 2px 4px 2px 4px;
	font-style:italic;
}
#menu-bar a:hover {
	background-color: #404795;
	text-decoration: none;
	color: #F0F0CA;
}
#menu-bar p {
	vertical-align: middle;
	margin: 0px;
}

p.links a {
	color:#03C;
}
p.links a:hover {
	background-color: #404795;
	text-decoration: none;
	color: #F0F0CA;
}

#quick-search {
	margin-top: 4px;
}
#quick-search .input {
	border: 1px solid #003;
	background:#FCFCDC;
}
#quick-search .input:hover {
	border: 1px solid #00C;
	background: #FF9;
}
#quick-search .button {
	color:#03C;
	font-size:14px;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
	border: 1px solid #003;
    background: #F0F0CA;
}
#quick-search .button:hover {
	background-color: #404795;
	text-decoration: none;
	color: #F0F0CA;
}

#main {
	float: left;
	background-color: #FFF;
	background-image: url(../images/railroad%20tie.gif);
	background-repeat: repeat-y;
	background-position: 2px;
	border-left: #404597 138px solid;
	border-right: #404597 200px solid;
	width: 804px;
	padding-top: 94px;
}
html>body #main {
	width: 594px; /* IE width hack */
}
#center {
	float: left;
	position: relative;
	width: 550px;
	height: auto;
	margin-right:-652px;
	padding-left: 22px;
	padding-right: 4px;
}
#left-bar {
	float:left;
	width:130px;
	margin-left: -135px;
	margin-bottom: 4px;
	position:relative;
	background-color:#E0E0FF;
	font-family: "Times New Roman", Times, serif;
	border: none;
	padding: 2px;
}
html>body #left-bar {
	width: 126px; /* IE width hack */
}
#right-bar {
	float: right;
	position: relative;
	width: 220px;
	margin-right: -226px;
	margin-bottom: 4px;
	background-color:#E0E0FF;
	font-family: "Times New Roman", Times, serif;
	border: none;
	padding: 2px;
}
html>body #right-bar {
	width: 216px; /* IE width hack */
}
#right-bar br {
	clear: both;
}
.horiz-break {
	position: relative;
	height: 16px;
	width: 90%;
	margin: 1em 5% 1em 5%;
	border: none;
	background-image:url(../images/railroad%20tie%20v.gif);
	background-repeat: repeat-x;
}
#left-bar .box {
	font-size: 0.875em;
}
.box {
	margin: 0px;
	padding: 3px;
	background-color: #FFF;
	border-style: ridge;
	border-width: 2px;
	border-color: blue;
}
.box-header {
	margin: 0px;
	padding: 0px;
	background-color: #404795;
	border-style: ridge;
	border-width: 2px;
	border-color: #0000A0;
}
.box-header h1 {
	margin: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #E4E4CA;
}
.box ul {
	padding-left: 0;
	margin-left: 1em;
}
.box li {
	list-style: circle;
	font-size: 1em;
	line-height: 1.2em;
}
.box p {
	margin: 0.5em;
}

.box a:hover, a:active {
	color:#FF6;
}

#footer {
	clear: both;
	bottom: 8px;
	left: 0px;
	height: 4em;
	width: 90%;
	padding: 0.5em 5% 0.5em 5%;
	border-top: ridge 2px #FF9;
	background-color: #F0F0CA;
}
#footer p {
	margin: 10px 0px 10px 0px;
	font-size: 0.8em;
	white-space: nowrap;
}
#footer-banner {
	clear: both;
	width: 100%;
	height: 8px;
	background-image:url(../images/footer-repeat.gif);
	background-repeat: repeat-x;
}
#footer-banner img.left {
	float: left;
	height: 8px;
	width: 149px;
}
#footer-banner img.right {
	float: right;
	height: 8px;
	width: 149px;
}

.centered{
	text-align: center;
}
.date {
	color:#004040;
	size: 0.75em;
	font-weight: bold;
}
.site-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #008080;
	text-decoration: underline;
	display: run-in;
}
.biz {
	color:#D00;
	text-decoration: underline;
}
.burgandy {
	color:#D00;
}
.bold {
	font-weight: bold;
}

.left-colum {
	float: left;
	width: 45%;
	margin-left: 0.25em;
	margin-right: 0.5em;;
}
.right-column {
	float: right;
	width: 45%;
	margin-left: 0.5em;
}

.new-book-left {
	float: left;
	margin-top: 10px;
}
.new-book-left img {
	float: left;
}
.new-book-right {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: right;
	width: 6em;
}
.new-book-middle {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: "Times New Roman", Times, serif;
}
.title {
	font-size: 1.25em;
}
.subtitle {
	font-size: 1em;
	font-style: italic;
}
.additional-info {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #F00;
}
.arrival-date {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 1.2em;
}
#right-bar p {
	margin-top: 0px;
	margin-left: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
#right-bar h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.75em;
}
