﻿@import url("layout.css");
body {
	font-family: "High Tower Text", "Times New Roman", Times, serif;
	background-color: #ff9;
}
#content p {
	font-family:"Gill Sans MT", "High Tower Text", "Times New Roman", Times, serif;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead, #footer {
	text-align: center;
	width: 800px;
	padding-bottom:0;
}
#masthead {
	background-color: #c83;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 0;
	}
#content {
	float: left;
	width: 630px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0 10px 10px 0;
	min-height:600px;
}
#content a {
	color:#c00;
}
#content p {
	margin:0;
	margin-bottom:10px;
}

#content p.calendar {
	background-color: #ee9;
	padding: 10px;
	text-align: center;
	margin: 0 -10px 0 -10px;
}

.property {
	background-color:#ee9;
	padding: 10px;
}
#footer {
	clear: both;
}
#footer p {
	width: 650px;
	margin: 0;
	margin-left:150px;
}
/* Masthead Styles */
#masthead h1 {
	font-size: 3.5em;
	font-weight: normal;
	color: #c00;
	padding: 20px 0 0 0;
	margin: 0;
	margin-left: 150px;
	width: 650px;
	background-color: #ffc;
	text-transform: uppercase;
}
#masthead h3 {
	font-weight: normal;
	margin: 0;
	color: #000;
	margin-left: 150px;
	width: 650px;
	padding: 0;
	padding-bottom:15px;
	font-size: 1em;
	background-color:#ffc;
}
h3#calendar {
	font-weight:normal;
	color: #000;
	background-color: #ee9; 
	padding: 4px; 
	text-align: center;
	margin:0 -10px 0 -10px;
}
#masthead .left {
	float: left;
	margin: 0;
	padding: 0;
	clear:left;
	width:150px;
	height:120px;
}
#masthead h1 a {
	color: #c00;
}
#masthead h3 a {
	color: black;
}
#masthead a:hover {
	text-decoration:none;
}
ul {
	list-style:square;
	color:#c00;
}
ul li {
	color:black;
}
ul.objectives {
	font-family:"Gill Sans MT", "High Tower Text", "Times New Roman", Times, serif;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 20px 0 150px 0;
	border: 1px none #fff;
	background-color: #c00;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #fff;
	background-color: #fff;
}
#navigation a {
	color: #ff9;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #c00;
	font-weight: bold;
}
#content #description h3 {
	margin-bottom:0
}
#content #description p {
	color:black;
	font-style:italic;
}

#navigation a:hover {
	background-color: #a00;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c00;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #c00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content div.leftimage, #masthead div.leftimage {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	clear:left;
}
#content div.rightimage {
	float: right;
	margin: 5px 0 5px 10px;
	padding: 0;
	clear:right;
}
#content div img+p, #content div img+p{
	text-align:center;
	padding: 0;
	margin: 0;
	font-style:italic;
}
#gallery td {
	text-align: center;
	font-style:italic;
}
#gallery img, #gallery_page img {
	border:0;
}
#gallery_page {
	text-align:center;
}
#gallery_page h4 {
	 margin-bottom:0;
}
#content #gallery_page img+p, #content #gallery_page a {
	font-style: normal;
	color: #c00;
	text-decoration: none;
}
#content #gallery_page a:hover {
	text-decoration: underline;
}

