@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(images/back1.gif);
	background-repeat: repeat;
	min-width: 1000px;
	}

#outer_shell {
	width: 100%;
	background-image: url(images/wall.gif);
	text-align: center;
	background-position: center  259px;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#wrapper {
	width: 1000px;
	margin: auto;
	text-align: center;
	}

#header {
	height: 226px;
	width: 1000px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat; 
	}
	
#header p {
	display: none;
	}

#buttons {
	margin: auto;
	height: 72px;
	width: 632px;
	top: 144px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #50533a;
	position: relative;
}

#buttons ul {
	margin: 0;
	padding: 0;
	clear: both;
	}

#buttons li {
	list-style: none;
	width: 158px;
	height: 36px;
	float: left;
	}

#buttons a {
	display:block;
	width: 158px;
	height: 36px;
	text-indent: -5000px;
	}

.home:link {
	background-image:url(images/home-link.gif);
	}

.home:visited {
	background-image:url(images/home-link.gif);
	}
	
.home:hover {
	background-image:url(images/home-hover.gif);
	}
	
.home:active {
	background-image:url(images/home-hover.gif);
	}
	
.history:link {
	background-image:url(images/history-link.gif);
	}

.history:visited {
	background-image:url(images/history-link.gif);
	}
	
.history:hover {
	background-image:url(images/history-hover.gif);
	}
	
.history:active {
	background-image:url(images/history-hover.gif);
	}

.biographies:link {
	background-image:url(images/biographies-link.gif);
	}

.biographies:visited {
	background-image:url(images/biographies-link.gif);
	}
	
.biographies:hover {
	background-image:url(images/biographies-hover.gif);
	}
	
.biographies:active {
	background-image:url(images/biographies-hover.gif);
	}

.catalog:link {
	background-image:url(images/catalog-link.gif);
	}

.catalog:visited {
	background-image:url(images/catalog-link.gif);
	}
	
.catalog:hover {
	background-image:url(images/catalog-hover.gif);
	}
	
.catalog:active {
	background-image:url(images/catalog-hover.gif);
	}

.courthouse:link {
	background-image:url(images/courthouse-link.gif);
	}

.courthouse:visited {
	background-image:url(images/courthouse-link.gif);
	}
	
.courthouse:hover {
	background-image:url(images/courthouse-hover.gif);
	}
	
.courthouse:active {
	background-image:url(images/courthouse-hover.gif);
	}

.research:link {
	background-image: url(images/research-link.gif);
	}

.research:visited {
	background-image: url(images/research-link.gif);
	}
	
.research:hover {
	background-image: url(images/research-hover.gif);
	}
	
.research:active {
	background-image: url(images/research-hover.gif);
	}

.about:link {
	background-image: url(images/about-link.gif);
	}

.about:visited {
	background-image: url(images/about-link.gif);
	}
	
.about:hover {
	background-image: url(images/about-hover.gif);
	}
	
.about:active {
	background-image: url(images/about-hover.gif);
	}

.sitemap:link {
	background-image: url(images/sitemap-link.gif);
	}

.sitemap:visited {
	background-image: url(images/sitemap-link.gif);
	}
	
.sitemap:hover {
	background-image: url(images/sitemap-hover.gif);
	}
	
.sitemap:active {
	background-image: url(images/sitemap-hover.gif);
	}

#centercol {
	width: 692px;
	padding: 6px;
	background: #50533a;
	margin: auto;
	text-align: center;
	}

#content {
	width: 664px;
	padding: 12px;
	border: 2px solid #ecd461;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #b9ba98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Georgia, Times, "Times New Roman", serif; */
	font-size: small;
	line-height: 150%;
	letter-spacing: 0.025em;
	word-spacing: 0.05em;
	}

#page_header {
	clear: both;
	}
	
h1, h2, h3, h4 {
	margin: 0 0 1ex 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*	
h1 {
	font-size: x-large;
	}

h2 {
	font-size: large;
	}
	
h3 {
	font-size: medium;
	}
	
h4 {
	font-size: small;
	}
	
*/
	
#content p, ul {
	margin: 0 0 1.5ex 0;
	}
	
#content a {
	text-decoration: underline;
	}
	
#content a:link {
	color: #ecd461;
	}

#content a:visited {
	color: #b9ba98;
	}

#content a:hover {
	color: #d08e63;
	}

#content a:active {
	color: #fff;
	}

#content img {
	border: none;
	}
	
.image:link {
	color: #50533a;
	border: none;
	}

.image:visited {
	color: #50533a;
	border: none;
	}

.image:hover {
	color: #50533a;
	border: none;
	}

.image:active {
	color: #50533a;
	border: none;
	}

.homie {
	clear: both;
	}
	
.homie img {
	float: left;
	margin: 0 12px 12px 0;
	}
	
.homie div {
	display: inline;
	width: 418px;
	float: left;
	padding-bottom: 12px;
	}

#sidebar {
	width: 186px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	float: left;
	padding-left: 12px;
	}

#sidebar ul {
	padding-left: 12px;
	list-style-type: square;
	}
	
#sidebar li {
	margin-bottom: 0.75ex;
	}
	
.selector {
	font-weight: bold;
	}
	
#sidebar .selector a {
	text-decoration: none;
	}

.selectorito {
	font-size: smaller;
	}

.selectorito td {
	padding-left: 1em;
	}
	
#right_col {
	width: 442px;
	padding-right: 12px;
	float: right;
	}

.recordset {
	width: 221px;
	float: left;
	}
	
#content .recordset a {
	text-decoration: none;
	}

#content ul {
	padding-left: 12px;
	list-style-type: square;
	}
	
#content li {
	margin-bottom: 0.75ex;
	}
	
.photo {
	margin-bottom: 2ex;
	text-align: center;
	}
	
.photo span {
	font-style: italic;
	display: block;
	}
	
.photoleft {
	float: left;
	margin-right: 12px;
	margin-top: 0.5ex;
	}

.photoleft span {
	font-style:italic;
	}
	
.photoright {
	float: right;
	margin-left: 12px;
	margin-top: 0.5ex;
	}

.photoright span {
	font-style: italic;
	}

.initial {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	}

#mapit {
	margin-left: 24px;
	}
	
#mapit li  li {
	margin-left: 24px;
	}
		
#guillotine {
	width: 100%;
	clear:both;
	}
