﻿html {
	overflow-y: scroll;
}

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: black;
	background-color: #FFDEA6;
	background-image: url('images/Background.jpg');
	background-position: center top;
	background-repeat :no-repeat;
	background-attachment:fixed;
}

/* Masthead */

#premasthead {
	width: 600px;
	height: 68px;
	margin: 0px auto;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: left;
	padding: 0px 0px;
}

img#FloatingClock{
	position: fixed;
	top: 0px;
	left: 0px;
}

#masthead {
	width: 600px;
	height: 46px;
	margin: 0px auto;
	border-left: 4px solid black;
	border-right: 4px solid black;
	text-align: left;
	padding: 0px 0px;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#masthead h2 {
	margin: 0;
	padding: 0;
	display: none;
}

#masthead h3 {
	display: none;
}

#masthead p {
	display: none;
}

#masthead a:visited {
	color: black;
	text-decoration: none;
}

#masthead a:active {
	color: black;
	text-decoration:none
}

#masthead a:hover {
	color: black;
	text-decoration: none;
	border-bottom: none;
}


/* Container and Columns */

#container {
	width: 600px;
	margin: 0px auto;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	background-color: white;
}


/* Navigation */

#navigation {
	text-align: center;
	font-size: 110%;
	padding: 5px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 5px 0px;
	border-top: thin solid black;
	border-bottom: thin solid black;
}

#navigation li {
	display: inline;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color:  #957540;
	padding: 0px 10px;
}

#navigation a:hover {
	color: #613E27;
	border-bottom: none;
}

/* Content */

#content {
	margin: 0;
	padding: 0px 15px;
}



/* Footer */

#footer {
	padding: 5px 10px;
	clear: both;
	border-top: thin black solid;
	background-color: #613E27;
	text-align: right;
	font-size: 80%;
	color: #CCCCCC;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom: 1px white solid;
}

#footer p {
	margin: 0;
}


/* General */

a {
	color: #613E27;
}

a:hover {
	color: #613E27;
	font-weight: bold;
}

h1 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #613E27;
	font-size: xx-large;
	text-align: center;
	margin: 0;
}

h2 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #613E27;
	font-size: x-large;
}

h3 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #613E27;
	font-size: large;
}

h4 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #613E27;
	font-size: medium;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}


.noborder {
	border: 0px;
}

.noborder:hover {
	border: 0px;
}

li {
	margin-top: 0.5em;
}

p {
	line-height: 150%;
}

blockquote {
	margin-left: 2em;
}


img.inlineright {
	margin: 0em 0em 1em 1em;
	float: right; 
}

img.inlineleft {
	margin: 0em 1em 1em 0em;
	float: left; 
}

img.border {
	border: 1px solid black;	
}

table {
	width: 100%;
}

th {
	text-align: left;
}

td, th {
	vertical-align: top;
}

input, textarea {
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 95%;
	font-size: 100%;
}

input.submit {
	width: auto;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}

table.rightcolumnphoto td+td {
	width: 225px;
}

table.homepage {
	margin: 0.75em 0;
	border-collapse:collapse;
}
table.homepage td {
	vertical-align: middle;
	font-size: 120%;
	padding: 1em;
}

table.homepage ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}

table.homepage h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

table.homepage tr {
	cursor: hand;
}

table.homepage tr:hover {
	background-color: #FFE4B9;
}

table.homepage li {
	margin-top: 0.25em;}

.davidnote {
	color: black;
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 0px;
	margin: 0px; 
	font-style: italic;
}

a img {
	border: none;
}
img.icon {
	position: relative;
	bottom: 5px;
}


.smallcaps {
	font-variant:small-caps;
}

.noscreen {
	display: none;
}

.center {
	text-align: center;
}

div#clear {
	height: 50px;
	clear: both;
}


p.photolist img {
	margin-bottom: 1em;
	margin-right: 1em;
}

.nowrap {
	white-space: nowrap;
}

p.intro:first-line {	
	font-size: 120%;
}

p.findoutmore {
	text-align: right;
	font-size: 80%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

p.findoutmore a {
	text-decoration: none;
}

p.findoutmore a:hover {
	border: none;
	font-weight: bold;
}