/* CSS Document */
/* Copyright JW Consulting */
body {
/*	margin: 0 auto;
/*	width: 970px;
/* ABOVE 2 CSS SETTINGS WILL CENTER THE ENTIRE WEB PAGE ON THE SCREEN & SET THE TEXT TO THE LEFT REGARDLESS OF RESOLUTION OR BROWSER USED, HOWEVER THEY MAY NOT BE NEEDED DUE TO THE #CONTAINER CSS BELOW WHICH IS WHY I GREYED THE ABOVE 2 LINES OUT. */
/*	text-align: center;
/* ABOVE LINE IS NOT NECESSARY WHEN CENTERING WEB PAGES NO MATTER WHAT RESOLUTION IS BEING USED WHEN USING JAVASCRIPT TO CENTER. */
/*	position: absolute;
	top: 1px; */
	background-image: url(images/Top_Red_Gradient_Background01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Times New Roman, Helvetica, Courier;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
/* #container CSS CENTERS THE TEXT ON A WEBPAGE REGARDLESS OF SCREEN RESOLUTION IF IT IS NOT EMBEDDED AS A DIV TAG. */
#container { 
	width: 980px;
	margin: -10px auto;
/* ABOVE 2 LINES ARE NOT NECESSARY WHEN CENTERING WEB PAGES NO MATTER WHAT RESOLUTION IS BEING USED WHEN USING JAVASCRIPT TO CENTER. */
	position: relative;
	text-align: center;
}

/* CSS For Buttons */
a .alt { 
	display: none; 
}
a#homebutton {
	position: absolute;
    display: block;
	width: 160px;
    height: 20px;
	left: 0px;
	background-image: url(images/Home_Button04.jpg);
	background-position: 0 0;
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#homebutton:hover {
	background-position: 0px -20px;
}
a#aboutbutton {
	position: absolute;
	display: block;
    width: 160px;
    height: 20px;
	left: 162px;
    background-image: url(images/About_Us_Button04.jpg);
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#aboutbutton:hover {
    background-position: 0px -20px;
}
a#picturesbutton {
	position: absolute;
	display: block;
    width: 160px;
    height: 20px;
	left: 324px;
    background-image: url(images/Pictures_Button04.jpg);
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#picturesbutton:hover {
    background-position: 0px -20px;
}
a#activitiesbutton {
	position: absolute;
	display: block;
    width: 160px;
    height: 20px;
	left: 486px;
    background-image: url(images/Activities_Button04.jpg);
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#activitiesbutton:hover {
    background-position: 0px -20px;
}
a#infobutton {
	position: absolute;
	display: block;
    width: 160px;
    height: 20px;
	left: 648px;
    background-image: url(images/Info_Button04.jpg);
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#infobutton:hover {
    background-position: 0px -20px;
}
a#contactbutton {
	position: absolute;
	display: block;
    width: 160px;
    height: 20px;
	left: 810px;
    background-image: url(images/Contact_Button04.jpg);
    margin: 0 auto; /* Does nothing with this style command, but just in case. */
	margin-top: 0px;
	cursor: url(images/Logo_Cursor02.cur), default;
}
a#contactbutton:hover {
    background-position: 0px -20px;
}

/* Webpage Updated */
.style1 {
	font-family: Arial, Times New Roman, Helvetica, Courier;
}
.style2 {
	font-family: Arial, Times New Roman, Helvetica, Courier; 
	color: #FF0000; 
}

/* Logo and Header */
.style3a {
	width: 980px;
	margin-top: 2px;	
}

/* Bible Quote */
.style3b {
	position: relative;
	font-size: 10px;
	width: 980px;
	text-align: center;
	margin-top: -60px;
}

/* Center Content */
.style4 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0px 0px 0px;
	top: 0px;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	margin-left: -450px;
	margin-top: 20px;
}
.style6 {
	width: 980px;
	height: 55px;
	z-index: 1;
}
.style7 {
	margin-left: -490px;
	margin-top: -44px;
}
.style8 {
	font-size: 16px;
	font-weight: bold;
	margin-left: -239px;
	margin-top: -15px;
}
.style9 {
	margin-left: 20px;
	margin-top: -38px;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 285px;
	margin-top: -15px;
}
.style11 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	margin-left: -460px;
	margin-top: 50px;
}
.style12 {
	width: 980px;
	height: 430px;
	z-index: 1;
}
.style13 {
	position: absolute;
	width: 550px;
	left: 225px;
	margin-top: -410px;
}
.style14 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}
.style15 {
	font-size: 16px;
	font-weight: bold;
	margin-left: -15px;
}
.style16 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-left: -5px;
}
.style17 {
	font-size: 16px;
	font-weight: bold;
	margin-left: -10px;
}
.alignTopLeft {
	font-size: 16px;
	text-align: left;
	font-weight: bold; 
	vertical-align: top;
	margin-left: -15px;
}
.style18 {
	font-size: 12px;
	text-align: left;
	width: 980px;
	height: 46px;
}
	
/* Bottom Valid XHTML & CSS Buttons */
.style19 {
	position: absolute;
	left: 270px;
	margin-top: 10px;
}
.style20 {
	position: absolute;
	left: 430px;
	margin-top: 10px;
}
.style21 {
	position: absolute;
	left: 525px;
	margin-top: 10px;
}
.style22 {
	position: absolute;
	left: 620px;
	margin-top: 10px;
}

/* Webpage Updated */
.style23 {
	position: absolute;
	left: 0px;
	width: 980px;
	font-weight: bold;
	margin-top: 60px;
}

/* REQUIRED Text Below Name & Email */
.style24 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.style25 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	margin-top: -15px;
	
}

/* Blue Menu Bar */
.style26 {
	position: absolute; 
	left: -13px;
	width: 1000px; 
	height: 42px;
	margin-top: -10px;
}
