﻿@import url("layout.css");
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* background-color: #fcebac; */
	/* Main Gold/Tan #fadb6b; */
	/* Original Green #b9cfa1; */
	background: #fadb6b url("../images/master/background_gold.png") top center repeat-y;
}
#container {
	width: 796px;
	margin: 0 auto;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 796px;
	background-image: url("../images/master/background_gold_small.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #990033;
}
#navigation {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	/* background-color: #990033; */
}
#page_content {
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 10px;
}
#content {
	position: relative;
	float: left;
	width: 420px;
	text-align: left;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}
#photogallery {
	position: relative;
	float: left;
	width: 720px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 250px;
	text-align: left;
	padding: 5px 5px 5px 10px;
	background-color: #fadb6b;
	border-style: double;
	border-width: 5px;
	border-color: #990033;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
#masthead img {
	margin-top: 32px; /*leaves room for top bar */
	padding-left: 38px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #990033;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #fadb6b;  /* Pale green #8fbc8f; */
}
#navigation a:hover {
	text-decoration: none;
	color: #990033; /* Dark Green #261; */
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	/*color: #455;*/
	color: #990033;
	font-weight: 500;
	}
#content p {
	color: black;
}
#content img {
	padding: 4px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	/*color: #555;*/
	color: black;
}
#sidebar img {
	/* float: right;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
	margin-left:14px;
}
#sidebar li {
	padding-bottom: 10px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #990033; /* light grey #2f4f4f; */
	text-decoration: none;
}
/* Photogallery Styles */
#photogallery table {
	text-align:center;
	border: solid #000 1px;
	border-collapse:collapse;
}
#photogallery td {
	width: 240px;
	height: 200px;
	border: solid #000 1px;
	text-align:center;
	border-collapse:collapse;
}
#photogallery img {
	border-width: 0px;
	padding-top: 15px;
}
/* Simple Gallery Styles */
#gallerydiv{ 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid #708090;
	border-bottom: 0px;
}
#gallerydiv img {
	padding: 0px;
}
#gallerydiv .gallerydesctext{ 
	text-align: left;
	padding: 5px;
}
#captionsdiv {
	padding-top: 2px;
	padding-bottom: 5px;
	width: 411px;
	background-color: #990033;
	color: #fcecb0;
	text-align: center;
}
/* Link Styles */
a {
	color: #990033;  /* #261; */
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_small {
	font-style: italic;
	font-size: .7em;
}
.style_noborder {
	border-style:none !important;
}
.style_no_underline {
	border:none;
}
.style_center {
	text-indent: 0px;
	text-align:center;
}
.style_20px_space {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.style_no_space {
	padding: 0px;
	margin: 0px;
}
.tableheader {
	font-weight:bold;
	background-color:#fadb6b; /* Gold */
	text-indent: 5px;
}



