@charset "UTF-8";

body {
	font-family: Times, serif;
	background-color: white;
	font-size: 100.1%;
	padding: 10px;
	
}
#page {
	background-color: #FFFFFF;
	background-image: url(images/SkyGrad.jpg);
	background-repeat: no-repeat;
	border: 2px solid #BCCFD9;
}
#header {
}
a img {
	border:0;
}
.logo {
	float: left;
}
.navmenu
{
	text-align: right;
	font-variant: normal;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 14px;
}
.navmenu li{
	color: #a39e71;
	text-decoration: none;
	list-style: none;
	display: inline;
	margin-left: 12px;
}
.navmenu li a{
	color: #363922;
	padding: 3px 0.125em;
	text-decoration: none;
}
.navmenu li a:hover{
text-decoration:underline;
color: #5a6c42;
}
#footer p {
	font-size: 0.85em;
	font-weight: lighter;
	text-align: center;
}
#header h1 {
	visibility: hidden;
}
.tagline {
	font-size: 1.4em;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.credit {
	font-size: 0.75em;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearBoth {
	clear: both;
}
#main h2 {
	font-style: normal;
	text-decoration: underline;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main h3 {
	color: #57626b;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main p {
	margin-top: 5px;
	margin-top: 5px;
}
a {
	text-decoration: none;
	color: #363922;
}
a:hover {
	text-decoration: underline;
	color: #5a6c42;
}
a:visited {
	text-decoration: none;
	color: #5a6c42;
}
.imageLeft {
	float: left;
	margin: 20px;
}
.imageLeft img {
	vertical-align: middle;
	border-style: solid;
	border-color: white;
	border-width: 4px;
}
.imageLeft p {
	text-align: center;
	font-size: .8em;
	color: gray;
}
.imageFull {
}

.imageFull {
	margin-top: 20px;
	margin-bottom: 20px;
}
.quoteCredit {
	font-size: 0.85em;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}
.gallery {
display: table;
}
gallery ul {
clear: both;
}
.gallery li {
list-style: none;
display: inline;

}
.gallery li img {
vertical-align: middle;
border-style: solid;
border-color: white;
border-width: 4px;
margin: 4px;
}
p {
 	color: #474140;
 	margin-bottom: 1em;
 }
span.caption {
	display: block;
	width: 100%;
	text-align: center;
	font-size: .8ems;
	color: gray;
}