﻿/* IRCHS v2.0 Stylesheet */


/* Browser Overrides */

a {
	text-decoration: none;
	}

ol, ul {
	list-style: none;
	}

body, h1, h2, h3, h4, h5, hr, h6, p, ul, ol, li, a {
	margin: 0px;
	padding: 0px;
	}

/* Basic Styles */

body {
	margin: 0px auto;
	font: normal 10pt/13pt Geneva, Tahoma, "Nimbus Sans L", sans-serif;
	padding: 0px;
	background: #FEF1CB;
	}

h2 {
	font-weight: normal;
	font-size: 22px;
	}

h3 {
	font-weight: normal;
	font-size: 16px;
	}

h4 {
	font-weight: normal;
	font-size: 14px;
	}

/* Custom Classes */

.sm_text {
	font-size: 10px;
	text-align: center;
	color: #8B0000;
	}

.center_text {
	width: 100%;
	text-align: center;
	}

.align_right {
	padding: 5px 18px;
	text-align: right;
	}

.align_left {
	padding-left: 25px;
	text-align: left;
	}

.red_text {
	color: #FF0000;
	}

.dark_red_text {
	color: #8B0000;
	}

.bold {
	font-weight: bold;
	}

.clr {
	clear: both;
	}

/* Page Layout*/

#bodyBkg {	
	background: url("../../images/bodbg.jpg") repeat-x;
	width: 100%;
	height: 100%;
	}

#wrapper {
	background: url("../../images/shadow.png") repeat-y;
	position: relative;
	margin-left: 50%;
	left: -450px;
	width: 900px;
	padding: 0px 15px;
	}

#head {
	background: url("../../images/hdrbg.jpg") repeat-x;
	width: 870px;
	height: 225px;
	}

#head h1 {
	padding-top: 55px;
	padding-left: 14px;
	margin-top: 0px;
	width: 400px;
	}

#head h1 a {
	display: block;
	background: url("../../images/logo.png") no-repeat;
	height: 110px;
	width: 450px;
	text-indent: -900em;
	text-decoration: none;
	}

#rtop {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	padding: 0px;
	width: 300px;
	}

#rtop li {
	float: right;
	margin: 0px 5px 0px 5px;
	}

#rtop li a {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #333333;
	}

#rtop li a:hover {
	color: #000000;
	text-decoration: underline;
	}

#nav {
	z-index: 10;
	position: relative;
	top: 7px;
	height: 40px;
	margin-left: 60px;
	}

#nav ul {
	height:100%;
	}

#nav li {
	float: left;
	height: 33px;
	}

#nav li a {
	display: block;
	margin: 0px 20px 0px 20px;
	padding-top: 10px;
	height: 32px;
	width: 80px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	}

#nav li a:hover {
	color: #000000;
	text-decoration: underline;
	}

#main {
	display: block;
	float: left;
	width: 560px;
	margin: 10px 10px 10px 30px;
	}

#sidebar {
	display: block;
	float: right;
	width: 235px;
	margin: 40px 50px 10px 0px;
	}

#foot {
	clear: both;
	background: url("../../images/footbg.jpg") repeat-x;
	width: 870px;
	height: 81px;
	}

#blog h3 {
	padding-left: 2px;
	margin-bottom: 2px;
	color: #000000;
	}

#blog h4 {
	margin-bottom: 2px;
	font-size: 13px;
	color: #DD0000;
	font-weight: normal;
	padding-left: 5px;
	}

#blog p {
	padding-left: 10px;
	text-align: justify;
	}

#blog_spacer {
	margin: 0px 40px;
	text-align: center;
	}

#foot_container {
	position: absolute;
	padding: 5px;
	bottom: 0px;
	height: 60px;
	}

#address {
	margin-left: 300px;
	width: 280px;
	text-align: center;
	padding-top: 3px;
	}

#contactForm1 input, #contactForm1 textarea {
	margin-bottom: 10px;
	}
	
#contact_info {
	margin-left: 30px;
	}

#accomplishments ul li {
	list-style-type: circle;
	margin-left: 20px;
	}

#board p {
	margin: 5px;
	}

#board h4 {
	color: #316994;
	font-weight: bold;
	}

#train_station img, #mf_library img, #hallstrom_farmstead img {
	margin-left: 80px;
	}

.home #al_home a, .properties #al_properties a, .shop #al_shop a, .contact #al_contact a, .about #al_about a {
	text-decoration: underline;
	}

.title {
	padding: 10px 0px 10px 0px;
	color: #8B0000;
	}

.title hr {
	margin-top: 5px;
	}

.title_section {
	margin-left: 5px;
	}

.title_section p {
	text-align: justify;
	}

.sb_item {
	background: url("../../images/sbslc.png") repeat-y;
	margin-bottom: 20px;
	}

.sb_item h3, .sb_item p, .sb_item img {
	padding: 8px 12px;
	border-style: none;
	}

.sb_item form input {
	margin: 2px;
	}

.sb_top {
	background: url("../../images/sbtop.png") center no-repeat;
	height: 34px;
	text-align: center;
	}

.sb_bot {
	background: url("../../images/sbbot.png") center no-repeat;
	height: 9px;
	position: relative;
	bottom: 0px;
	}

.event_frame {
	background: url("../../images/eventFrame.png") 0 0 no-repeat;
	padding: 5px;
	}

.gs_item {
	margin: 5px;
	}

.gs_image, .gs_desc, .gs_price {
	display: inline;
	float: left;
	}

.gs_image {
	width: 100px;
	}

.gs_desc {
	text-align: justify;
	width: 375px;
	margin: 0px 10px;
	}

.gs_price {
	width: 50px;
	}

