body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #FEC85A;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/images/BodyBG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-bottom: -180px;
}
h1, h2, h3 {
	text-indent: -20000px;
}
h4 {
	font-size: 110%;
	text-transform: uppercase;
	color:#FFFFFF;
	text-align: left;
}
p {
	text-align: left;
	font-size: 1em;
}
#wrapper {
	position: absolute;
	width: 751px;
	background-image: url(/images/WrapperBG.gif);
	background-repeat: repeat-y;
	top: 100px;
	left: 170px;
}
*html #wrapper {
	top: 60px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
/*------------------navigation-------------------*/
#navbar {
	position: relative;
	height: 27px;
	width: 600px;
	
	top: 27px;
	margin-left: 175px;
	vertical-align: text-top;
	margin-top:-10px;
	}
#navbar li {
	list-style: none;
	display:inline;
		/* Opera handles this but Moz doesn't
IE only works if you declare inline-block then change it to inline. Go
figure! */
}
#navbar ul li {
	padding-left: 15px;
	padding-right: 15px;
}


#navbar>li {
display: table-cell; /* Moz, Konqueror and Opera handle this although opera
adds 2px height */
}
a#home {
	height: 50px;
	width: 88px;
	
	float: left;
	text-indent: -20000px;
	text-decoration: none;
}
a#ministries {
	height: 50px;
	width: 122px;
	
	float: left;
	text-indent: -20000px;
	text-decoration: none;
}
a#testimonies {
	height: 50px;
	width: 132px;
	
	float: left;
	text-indent: -20000px;
	text-decoration: none;
}
a#photos {
	height: 50px;
	width: 111px;
	
	float: left;
	text-indent: -20000px;
	text-decoration: none;
}
a#videos {
	height: 50px;
	width: 81px;
	
	float: left;
	text-indent: -20000px;
	text-decoration: none;
}
#navbar li a:hover {
	border-bottom: 0px;
}
/*--------dropdowns---------*/
ul, li{
	padding: 0;
	margin: 0;
	}
ul {
	text-indent: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  margin-top: 35px;
}
#navbar li ul a:link, #navbar li a:visited{
	border-bottom: 0px;
}
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul {
	display: block;
}
li:hover ul li{ 
	display: inline;
 }
	/* Opera handles this but Moz doesn't
IE only works if you declare inline-block then change it to inline. Go
figure! */

* html li:hover ul li{/* For IE */
display: inline; 
}
#navbar>li:hover ul li{
display: table-cell; /* Moz, Konqueror and Opera handle this although opera
adds 2px height */
}
ul ul li {
	
	
	height: 50px;
}
#navbar ul ul {
	margin-left: 0px;
	text-indent: 0px;
}

li ul#mindrop {
	margin-left: -100px;
}
li ul#mindrop, {/*COMMA HACK used to target IE7 margin differences*/
	margin-left: -500px;
}
li ul#testdrop {
	margin-left: -150px;
}
li ul#testdrop, {/*COMMA HACK used to target IE7 margin differences*/
	margin-left: -500px;
}

li ul#photodrop {
	margin-left: -350px;
}
li ul#photodrop, {/*COMMA HACK used to target IE7 margin differences*/
	margin-left: -500px;
}
li ul#videodrop {
	margin-left: -250px;
}
li ul#videodrop, {/*COMMA HACK used to target IE7 margin differences*/
	margin-left: -300px;
}
ul ul li a:link, #navbar ul ul li a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
ul ul li a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FEC85A;
	text-decoration: none;
}
ul ul li a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/*--------end of dropdowns and navigation---------------*/



h1 {
	background-attachment: scroll;
	background-image: url(/images/MissionsHeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html h1 {
	margin-top: 0px;
}
/*----------------------footer----------------------*/
#footer {
	background-image:url(/images/FooterBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	clear: both;
	height: 162px;
	width: 751px;
	padding-top: 90px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -100px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
/*----------------leftcolumn--------------------*/
.leftcolumn {
	float: left;
	margin-left: 25px;
	width: 188px;
	margin-top: 175px;
	padding-right: 10px;
	font-size: .9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 117px;
}
*html .leftcolumn {
	text-indent: -40px;
}
.leftcolumn ul {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	text-transform: uppercase;
}
.leftcolumn ul li {
	text-transform: none;
	text-indent: -12px;
	height: .8em;
	padding-left: 12px;
	margin-bottom: 8px;
	}
.leftcolumn a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 12px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.linkdivider {
	margin-left: 12px;
}
.leftcolumn a:link, .leftcolumn a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.leftcolumn a:hover {
	background-image:url(/images/YellowTriangle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
}
.leftcolumn a:active {
	background-image:url(/images/WhiteTriangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px;
}
/*----------------------------right column-----------------------*/
.rightcolumn {
	float: left;
	padding-right: 30px;
	width: 563px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 533px;
	margin-top: 50px;
}
#slideshow {
	float: left;
	background-image: url(/images/SlideBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 525px;
	margin-top: 85px;
	text-align: center;
	}
*html #slideshow {
	margin-left: -40px;
	padding-left: 40px;
	margin-bottom: 25px;
}
#slideshow p {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	color: #656833;
	font:Geneva, Arial, Helvetica, sans-serif;
}
h3#malawi02 {
	background-image:url(/images/Malawi02Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
	
}
#slideshowfooter {
	background-image:url(/images/SlideFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-bottom: 0px;
	margin-left: -40px;
	}
#slideshow img {
	border: 3px solid #656833;
}

#thumbs {
	float: left;
	background-image: url(/images/SlideBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 525px;
	margin-top: 125px;
	text-align: left;
}
*html #thumbs {
	margin-left: -40px;
	padding-left: 40px;
	margin-bottom: 25px;
}
#thumbs p {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	color: #656833;
	font:Geneva, Arial, Helvetica, sans-serif;
}
#thumbsfooter {
	background-image:url(/images/SlideFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-bottom: 0px;
	margin-left: -40px;
	}
#thumbs img {
	border: 3px solid #656833;
	float: left;
	margin: 0px 10px 10px 0px;
	clear: both;
}
#thumbs h4, #slideshow h4 {
	color:#656833;
}

/*----------------------Ministries page---------------------*/
#min h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Ministries.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #min h1 {
	margin-top: 0px;
}
#min h3 {
	background-image: url(/images/MinistriesHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 115px;
}
/*----------------------Missions page---------------------*/
#missions h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Missions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #missions h1 {
	margin-top: 0px;
}
#missions h3{
	background-image: url(/images/MissionsHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 105px;
}
/*----------------------MyChurch page---------------------*/
#church h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Church.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #church h1 {
	margin-top: 0px;
}
#church h3 {
	background-image: url(/images/MyChurchHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 124px;
}
/*----------------------DOC page---------------------*/
#doc h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/DOC.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #doc h1 {
	margin-top: 0px;
}
#doc h3 {
	background-image: url(/images/DOCLadiesHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 152px;
}
/*----------------------Good News page---------------------*/
#goodnews h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/NeverHeard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #goodnews h1 {
	margin-top: 0px;
}
#goodnews h3 {
	background-image: url(/images/GoodNewsHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 173px;
}
/*----------------------Testimonies page---------------------*/
#test h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Testimonies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #test h1 {
	margin-top: 0px;
}
#test h3 {
	background-image: url(/images/TestimoniesHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 122px;
}
/*----------------------Debbie Grace page---------------------*/
#debbie h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/DebbieGrace.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #debbie h1 {
	margin-top: 0px;
}
#debbie h3 {
	background-image: url(/images/DebbieGraceHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 137px;
}
/*----------------------Man on Fire page---------------------*/
#man h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/ManonFire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #man h1 {
	margin-top: 0px;
}
#man h3{
	background-image: url(/images/ManOnFireHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 150px;
}
/*----------------------Never Heard That Name page---------------------*/
#never h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/NeverHeard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #never h1 {
	margin-top: 0px;
}
#never h3{
	background-image: url(/images/NeverHeardHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 272px;
}
/*----------------------The Real Thing page---------------------*/
#real h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/TheRealThing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #real h1 {
	margin-top: 0px;
}
#real h3{
	background-image: url(/images/TheRealThingHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 171px;
}
/*---------------------Healing Power page---------------------*/
#power h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Testimonies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #power h1 {
	margin-top: 0px;
}
#power h3{
	background-image: url(/images/HealingPowerHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 171px;
}
/*----------------------The Real Thing page---------------------*/
#dreams h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Testimonies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #dreams h1 {
	margin-top: 0px;
}
#dreams h3{
	background-image: url(/images/DreamsHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 206px;
}
/*----------------------Photos page---------------------*/
#photopage h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #photopage h1 {
	margin-top: 0px;
}
#photopage h3{
	background-image: url(/images/PhotosHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
#previous {
	float: left;
	background-image:url(/images/LeftArrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: -20px;
	margin-left: 80px;
	color: #656833;
	
}
#next {
	float: right;
	background-image:url(/images/RightArrows.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: -20px;
	margin-right: 80px;
	color: #656833;
}
#slideshow a:link, #slideshow a:visited {
	color: #656833;
	text-decoration: none;
	border: none;
}
#slideshow a:hover, #slideshow a:active {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border: none;
}
	
/*----------------------Malawi 02 Show page---------------------*/
#mal02 h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Malawi02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #mal02 h1 {
	margin-top: 0px;
}
#mal02 h3{
	background-image: url(/images/Malawi02Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------Malawi 03 Show page---------------------*/
#mal03 h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Malawi03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #mal03 h1 {
	margin-top: 0px;
}
#mal03 h3{
	background-image: url(/images/Malawi03Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------Brazil 04 Show page---------------------*/
#braz h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Brazil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #braz h1 {
	margin-top: 0px;
}
#braz h3{
	background-image: url(/images/BrazilHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------Kenya 05 Show page---------------------*/
#ken h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Kenya.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #ken h1 {
	margin-top: 0px;
}
#ken h3{
	background-image: url(/images/KenyaHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------Lighthouse Show page---------------------*/
#light h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Church.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #light h1 {
	margin-top: 0px;
}
#light h3{
	background-image: url(/images/LighthouseSlideHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------DOC Ladies Show page---------------------*/
#docshow h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/DOC.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #docshow h1 {
	margin-top: 0px;
}
#docshow h3{
	background-image: url(/images/DOCLadiesSlideHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------KenyaChoir page---------------------*/
#kchoir h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/KenyaChoir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #kchoir h1 {
	margin-top: 0px;
}
#kchoir h3{
	background-image: url(/images/KenyaChoirHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------KenyaSchool page---------------------*/
#kschool h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/KenyaSchool.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #kschool h1 {
	margin-top: 0px;
}
#kschool h3{
	background-image: url(/images/KenyaSchoolHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------MalawiSchool page---------------------*/
#mschool h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/MalawiSchool.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #mschool h1 {
	margin-top: 0px;
}
#mschool h3{
	background-image: url(/images/MalawiSchoolHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}
/*----------------------Videos page---------------------*/
#videopage h1 {
	background-attachment: scroll;
	background-image: url(/CornerImages/Videos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 294px;
	width: 751px;
	z-index: 300;
	margin-bottom: -250px;
	margin-top: -40px;
}
*html #videopage h1 {
	margin-top: 0px;
}
#videopage h3{
	background-image: url(/images/VideosHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 525px;
	margin-top: 0px;
}