/* main.css - for Restauration Lodge's wedsite */
body {
  background-color: #2966B8;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}
#wrapper {
	width: 960px;
	background-color: #FFF;
	margin-top: 0;
	margin-left: 40px;
	padding-top: 0px;
}
#wrapper h1 {
	color: #00F;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	line-height: 100%;
}
#wrapper h2 {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#header {
	margin-top: 0px;
	margin-left: 0px;
	width: 960px;
	height: 110px;
	background: url(images/header_bg2.gif) left top no-repeat;
}
#header img.sofnlogo {
	align: top;
	height: 65%;
	width: 20%;
	padding-top: 8px;
	padding-left: 7px;
}
#header h1 {
	color: #FFF;
	font-size: 2.6em;
	position: absolute;
	top: 28px;
	left: 300px;
}
#header h2 {
	color: #C0C0C0;
	font-size: 1.6em;
	position: absolute;
	top: 40px;
	left: 730px;
}
#header h3 {
	color: #F00;
	font-size: 1.1em;
	position: absolute;
	top: 6px;
	left: 260px;
}
#header h4 {
	color: #A1A1A1;
	font-size: 1em;
	position: absolute;
	top: 16px;
	left: 835px;
}
#header h5 {
	color: #A1A1A1;
	font-size: 1em;
	position: absolute;
	top: 40px;
	left: 865px;
}
#header ul {
	list-style-type: none;
	padding-left: 19px;
	margin-top: 0px;
	float: left;
	overflow: visible;
}
#header a {
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 1px;
	padding-top: 3px;
}
#header li {
	background-image: url(images/tab_3.png);
	float: left;
	width: 150px;
	height: 30px;
	padding-left: 0px;
}
#content {
	/* width: 350px; */
	padding: 20px 0px 65px 15px;
}
#content .ship {
	float: right;
}
#content .ship img {
	
	width: 575px;
	margin: 0px ;
}
#content .ship p {
	
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}
#content p {
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	line-height: 160%;
	margin: 20px 0px 0px 0px;
}
#footer {
	margin: 5px 0px 20px 0px;
	clear: both;
	text-align: left;
	font-size: .9em;
	border: 2px solid #F00;
	padding: 25px 0 7px 25px;
}
#footer h2{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 15px;
}
#footer .credits {
	float: right;
	padding: 40px 25px 10px 25px;
}
#footer .contact {
	width: 350px;
	padding: 0px 0px 10px 0px;
}
#footer .contact h2 {
	margin: -10px 0px 0px 0px;
}
#footer .contact p {
	margin: 0px 0px 10px 0px;
}

/* The next styles go with the About Lodge page */
#about {
	margin: 2px 10px 10px 10px;
}
#about h2 {
	color: #F00;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	line-height: 200%
}
#about p {
	border: 2px solid #000;
	padding: 20px;
	margin: 5px 50px 15px 30px;
	font-size: 1.0em;
	line-height: 150%;
}
.table-officers {
	position: relative; 
	left: 12%;
	border: 2px solid #000; 
	width: 75%;
	margin-top: 35px;
	margin-bottom: 25px;
}
.table-officers caption {
	color: #F00;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.table-officers th, td {
	border: 1px solid #000;
	padding: 10px;
	border-right: 2px solid #000;
}
.table-officers #lodge-position {
	width: 35%;
}
.table-officers th {
	font-size: 1.1em;
	font-weight: bold;
	color: #00F;
	border-bottom: 4px double #000;
}
.table-officers table {
	margin-bottom: 25px;
}
/* The following styles affect the program division */
#programs {
	position: relative;
	left: 2%;
	margin-bottom: 20px;
	width: 96%;
	/* border: 2px solid #000; */
}
#programs table {
	border: 2px solid #000;
}
#programs caption {
	color: #00F;
	text-align: center;
	font-size: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
}
#programs th, td {
	border: 1px solid #000;
}
#programs th {
	color: #F00;
	padding: 10px 6px 7px 6px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px double #000;
}
#programs td {
	padding: 10px 5px 10px 5px;
	font-size: .9em;
}
#programs #date {
	width: 5%;
}
#programs #time {
	width: 9%;
}
#programs #presenter {
	width: 18%;
}
#projects ul {
	list-style-image: url(images/image006.gif);
	padding-left: 15px;
	margin-left: 6%;
	padding-bottom: 10px;
}
#projects h2 {
	color: #00F;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	line-height: 200%;
}
#projects li {
	margin-bottom: 7px;
}
.genealogy {
	list-style-image: url(images/image006.gif);
	margin: 20px 0px 25px 25px;
}
.genealogy li {
	line-height: 200%;
}
.genealogy a {
	text-decoration: none;
}
.genealogy h1 {
	color: #00F;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	line-height: 120%;
	padding: 20px 0px 20px 0px;
	
}
.genealogy h2 {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}
