@charset "utf-8";
/*
************************
Can label sections of CSS as notes to self
************************
*/
body {
	background-color: #97D997;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/1914-map-Allen-INGenWeb3-county.png);
	background-attachment: fixed;
}
#wrap {
	width: 1024px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navbar {
	background-color: #F2EBD2;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: medium;
	height: 80px;
}
#content {
	float: none;
	text-align: center;
	padding: 50px;
	line-height: 1.5;
	width: 90%;
	margin: 0px;
}

#logo {
	height: 171px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	background-color: #F2EBD2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zoombutton {
	background-color: #F2EBD2;
	color: #0000A0;
	font-weight: bold;
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-color: #F2EBD2;
	border-right-color: #F2EBD2;
	border-bottom-color: #F2EBD2;
	border-left-color: #F2EBD2;
	text-align: center;
}
#search {
	text-align: right;
	padding: 0px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #F2EBD2;
}

#heading {
	background-position: center;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #0000A0;
	text-align: center;
	padding-top: -50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0000A0;
	text-align: center;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C7BC74;*/
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0000A0;
	text-align: center;
}
h4 {
	color: #0000A0;
}
h5 {
	color: #0000A0;
	text-align: center;
}
h6 {
	font-size: 80%;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	display: inline;
}

a:visited {
	text-decoration: none;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: underline;
}
.mailinglist {
	width: 244px;
}

#content_image {
	float: right;
	width: 73%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#fullcontent {
	text-align: center;
	padding: 5px;
	line-height: 1.2;
	width: 100%;
	margin: 0px;
}
.headnotop {
	margin-top: 0px;
	padding-top: 0px;
}
.headnobot {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	text-align: left;
	line-height: 1.0;
}
table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: thin solid #FFC;
	font-size: 90%;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}


.families td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.families {
	width: 100%;
}


.top {
	border: 2px solid #C7B47B;
}

table.name {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

th {
	background-color: #FFC;
	border: thin solid C7B47B;
}

td {
	border: thin solid #C7B47B;
}


.name  td {
	padding: 5px;
}
.phototable  {
}
.phototable tr th {
	padding-top: 10px;
	padding-bottom: 10px;
}
.phototable tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.photo td {
	padding: 10px;
}
.photos tr th {
	padding-top: 10px;
	padding-bottom: 10px;
}


.photos td{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
table  a {
	font-size: large;
	font-weight: bold;
}
table  a:visited {
	text-decoration: none;
	color: #009900;
	font-size: 100%;
}
.obits {
	border: thin solid #C7B47B;
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
}
.obits th, td {
	border: thin solid #C7B47B;
}

.obits th {
	background-color: #C7B47B;
}
.obits a {
}
.obits a:visited {
	text-decoration: none;
	color: #009900;
}
.obits a:hover {
	color: #993333;
	text-decoration: none;
	background-color: #FFEEAA;
	display: block;
}
*/
.links {
	text-align: left;
	list-style-type: circle;
	border: thin solid #00CCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
li {
	text-align: left;
	line-height: 1.25;
}

.box {
	border: thin solid #00CCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.box  h3 {
	color: #C7B47B;
	font-weight: bold;
}

/*
#obit2007  {
	color: #C7B47B;
}

#obit2006 {
	border: thin solid #00CCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#obit2006 h3 {
	color: #C7B47B;
}
*/
#footer {
	clear: both;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #F2EBD2;
	margin: 0px;
	height: 40px;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5;
	background-color: #F2EBD2;
}
.township {
	width: 10%;
}


.widertable {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.volunteer {
	width: 25%;
}
.leftfoot {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
}

.rightfoot {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 0px;
}
.events {
	border: thin solid #C7B47B;
	font-size: 90%;
	text-align: center;
	border-collapse: collapse;
}
.events p {
	text-align: center;
}

.events  a {
	background-position: center;
	font-size: 75%;
}
.cemetery h2 {
	text-align: left;
	color: #C7B47B;
	font-size: 125%;
	clear: both;
}
.photoleft {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}
.photoright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.facebook badge {
	padding-right: 20px;
}
.blockquote {
	margin-right: 20px;
	margin-left: 20px;
}
.quote {
	font-size: 85%;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}
.click {
	font-size: 85%;
}

.quote p {
	line-height: 1
..25;
	line-height: 1.0;
	margin-top: 1.5%;
	margin-bottom: 0px;
}

#churches  h4, h5  {
	text-align: left;
}


#churches  h6   {
	font-size: small;
}
.records {
	color: green;
	text-align: left;
}
.border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C7B47B;
}
.blue {
	color: #0080FF;
}
.red {
	color: #F00;
}
.green {
	color: #0F0;
}
.yellow {
	color: #F90;
}
.violet {
	color: #8000FF;
}
.pink {
	color: #FF80FF;
}
.brblue {
	color: #00F;
}
.orange {
	color: #FF8000;
}
	
.widebottom {
	width: 90%;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.breakfloat {
	float: none;
	clear: both;
}
.centerDiv {
	text-align: center;
}

