@charset "utf-8";
/* RESET */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1.5em;
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
h2 {
	font-size: 1em;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-height: 100%;
	height: 100%;
}

html {
		height: 100%;
		overflow: scroll;
}
	
#flashcontent {
		height: 100%;
}
.oneColFixCtrHdr #container {
	width: 46em; /* this overrides the text-align: center on the body element. */
	background-position: center;
	background-color: #286B9A;
	background-repeat: repeat-y;
	text-align: left;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(Images/Yellow%20Gradient%20Background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	background:#F9DB5D;
	font-size: .6em;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent #slideshow {
	float: right;
	clear: both;
	margin-left: 20px;
}
.oneColFixCtrHdr #atlargemembers {
	margin-left: 10em;
}
.oneColFixCtrHdr #container #footer img {
	float: left;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #footer #contactusbutton {
	float: right;
}
.oneColFixCtrHdr #container #mainContent #volume_1 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #volume_2 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #volume_3 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #volume_4 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #volume_5 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #the_bluff img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #cemetery_book img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #sept_6 img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #historic_map img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #bill_history img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #recipe_booklet img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #cats_meow img {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #pubspage #container #mainContent p {
	margin-top: 10px;
}
.oneColFixCtrHdr #pubspage #container #mainContent p .pub_title {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #photo_gallery {
	height: 640px;
}
.oneColFixCtrHdr #lhsgallery #container #mainContent h1 {
	text-align: center;
}
.event_title {
	font-weight: bold;
}
.event_date {
	font-weight: bold;
}
.membership_cat {
	font-weight: bold;
}
.mailing_address {
	margin-left: 50px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.question{
	font-weight: bold;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.oneColFixCtrHdr #container #mainContent #history_writeup {
	font-size: .8em;
}
.oneColFixCtrHdr #container #mainContent #eventflyer {
	border: 2px solid #000;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #scholarship a img {
	position: relative;
	top: -120px;
	left: 580px;
}
