﻿/* CSS Document */
body {
	background: #31312C url(images/body_bg.jpg) repeat-y top center;
	text-align: center;
	margin: 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #31312C;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

#masthead, #masthead2 {
	height: 190px;
	clear: both;
	}

#masthead {
	background: #FFF url(images/mast_grass.jpg) no-repeat top left;
	}
	
#masthead2 {
	background: #FFF url(images/mast_bridge.jpg) no-repeat top left;
	}

#masthead, #masthead2 h1 {
	text-indent: -2000px;
	margin: 0;
	}

#content {
	width: 528px;
	float: left;
	}

#content p {
	color: #31312C;
	padding: 0 20px;
	margin: 8px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	}

#content ul {
	margin: 0;
	padding: 0;
	clear: both;
	}

#content li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px dotted #666666;
	}

* html #content li {
	border-top-style: solid;
	}

#content li:hover {
	background-color: #86866B;
	color: #FFF;
	border-top: 1px solid red;
	}

#galleryImage {
	float: left;
	padding: 20px;
	}

#galleryText {
	float: left;
	padding-top: 20px;
	}

#galleryText a {
	text-decoration: none;
	color: #31312C;
	}

#galleryText a:hover {
	background-color: #86866B;
	color: #FFF;
	padding: 2px;
	}
	

h2, h3, h4 {
	text-transform: uppercase;
	font-size: 1.1em;
	display: block;
	padding: 3px 20px;
	margin: 5px 0;
	font-weight: normal;
	}

h2 {
	font-size: 1.1em;
	}

h3 {
	font-size: 0.9em;
	}

h4 {
	font-size: 0.7em;
	color: #990000;
	}

a {
	color:#990000;
	text-decoration: none;
	}

a:hover {
	color: #544310;
	border-bottom: 2px solid #FFF;
	padding: 2px;
	}
	
#content .title {
	background-color: #86866B;
	color: #FFF;
	font-size: 0.75em;
	height: 27px;
	margin: 0;
	}

#navigation {
	width: 272px;
	float: right;
	}

#navigation ul {
	background: transparent url(images/navigation_cross.jpg) no-repeat top left;
	padding: 40px 10px 10px 50px;
	margin: 0;
	}

#navigation li {
	list-style: none;
	color: #31312C;
	padding: 2px 0;
	font-size: 0.9em;
	}

#navigation li a {
	color: #31312C;
	text-decoration: none;
	padding: 2px;
	}

#navigation li a:hover {
	color: #FFF;
	background: #990000;
	border-bottom: 2px solid #FFF;
	}





.ValidationError
{
	font-size: 12px;
	text-transform: none;
	color: #3399ff;
	font-style: italic;
}

.ThumbNail 
{
	color: #31312C;
	text-decoration: none;
	
}

