﻿body
{
	background-color: #f8f3e5;
	font-family: Times New Roman, Serif;
	color: #000000;
	padding-top: 26px;
	text-align: left;
	font-size: 100%;
}
H1
{
	font-family: Times New Roman, Serif;
	font-size: 18pt;
	font-weight: bold;
	color: #8d3719;
	text-align: center;
}
H2
{
	font-family: Times New Roman, Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #8d3719;
	line-height: 1px;
	padding-top: 10px;
}
H3
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #8d3719;
}

H4
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #8d3719;
}

LI
{
	padding-bottom: 10px;
}
#main table
{
	width: 738px;
	height: 540px;
	background-color: #ffffff;
	border: solid 1px #999999;
	text-align: center;
	border-spacing: 0;
}
#main table table
{
	width: 98%;
	height: auto;
	border: none;
	text-align: left;
}
#main table table tr
{
	vertical-align: top;
}

#head
{
	height: 135px;
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
}
#head2
{
	height: 135px;
	background-image: url('header.js');
	background-repeat: no-repeat;
}
#menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8d3719;
	border-bottom: solid 1px #cea489;
	border-top: solid 1px #634029;
	color:#fff;
	height: 24px;
	text-align: left;
	padding: 1px;
}
#body
{
	text-align: left;
	vertical-align:top;
	padding: 30px;
	padding-top: 10px;
}
#copyright
{
	color: #b9b9b9;
	text-align: center;
	font-size: 8pt;
	line-height: 16px;
}
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 17px;
	vertical-align: top;
}

#nav a
{
	display: block;
}

#nav li
{
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 1px;
	float: left;
}

/* Drop-down menu */
#nav li ul {
	position: absolute;
	background: #8d3719;
	width: 190px;
	left: -999em;
	text-indent: 5px;
}
#nav li ul li{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	font-size: 10px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
	border-top: solid 1px #634029;
	border-left: solid 1px #634029;
	border-right: solid 1px #cea489;
	border-bottom: solid 1px #cea489;
}
.navLink2:hover
{
	font-weight:bolder;
}
.navLink
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 10px;
	border-right: dotted 1px #fff;
}
.navLink2
{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-top: 2px;
	vertical-align: middle;
}







#nav li ul li{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b9b9b9;
	background-color: #8d3719;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

#nav li ul li:hover{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b9b9b9;
	background-color: #8d3719;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

#nav li ul:hover {
	position: absolute;
	background: #8d3719;
	width: 190px;
	left: -999em;
	text-indent: 5px;
	color: #b9b9b9;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #b9b9b9;
}
#nav li ul ul {
	margin: -16px 0 0 148px;
	color: #b9b9b9;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	color: #b9b9b9;
}

/* --------------------Links Page Formatting ----------------*/
#links {
	line-height: 21px;
	margin-left: 30px;
	font-size: 14px;
	}

/* ------------------- Invite Page Layout --------------------- */
#invite {
	border: solid 10px black;
	width: 500px;
	padding: 5px 3px 5px 3px;
	margin-left: auto;
	margin-right: auto;
}

#invite table {
	width: 100%;
	height: 100%;
	border: none;
	padding: none;
	
}

#invite table td {
	border: solid 3px black;
	padding: 8px;
}

#invite H2 {
	color: black;
	font-family: Times New Roman, Serif;
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	
}

#invite H3 {
	color: black;
	font-family: Times New Roman, Serif;
	font-size: 16pt;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
}

#invite H4 {
	font-size: 12pt;
	line-height: 20px;
	font-style: italic;
	text-align: center;
	font-weight: 300;
}

#faq{
	margin: 3px 0 7px 0;
	line-height: 17px;
}

/*          Genesis Women's Ministry Table */
.tableBottom, .tableCorner{
	border-bottom: 1px solid #333;
}

.tableRight, .tableCorner{
	border-right: 1px solid #333;
}

.tableTitle{
	border: 1px solid #333;	
}


/* ----------- Music Formatting -----------------*/
.music {
	font-weight: bold;
	letter-spacing: .3em;
	text-align: center;
	font-size: 17px;
}

#musicTable {
	padding: 0;
	table-layout: 90%;
}

.musicTable th {
	background-color: #ccc;
	font-weight: bold;
	border-bottom: 1px solid #222;
}

.musicTable td{
	border-right: 1px dotted #555;
}

.musicTable td, th{
	border: 1px dotted #555;
	border: 1px dotted #555;
	padding-top: 3px;
}

/*-----------  Golf --------------*/

.golf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #990000;
}

.golfpage{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.golfpage ul li{
	padding-bottom: 5px;
	padding-left: 5px;
	list-style:none;
}
 
.golfpage p{
	margin: 0;
	margin-bottom: 8px;
}
 
#registration{
	background-color: white;
	border: 2px dotted #555;
	padding: 4px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#registration form{
	margin: 0;
}

#registration input, select, textarea {
	border: 1px solid #888;
	font-size: 13px;
	}

.golfTitle {
	padding: 0;
	font-weight: bold;
	color: #8d3719;
	font-size: 14px;
	margin-top: 0;
}

.golfpage a {
	color: #FFFF99;
}

.tablePad td{
	padding-bottom: 25px;
	padding-right: 10px;
}

.homepage{
	font: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4;
	background-image: url(images/homepage_new.jpg);
}

.homeAddress {
	font-weight: bold;
	font-size: 13px;
	line-height: 60%;
}

.homepage h4 {
	padding: 0;
	margin: 0;
	font-weight:bold;
}

.kokpurpose {
	font-weight: bold;
	font-size: 18px;
	vertical-align: center;
	line-height: 2;
	color: #777;
}

.homeAddress {
	font-size
}