<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <meta name="keywords" content="File Not Found" />
    <meta name="description" content="File Not Found" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
    <link href="/css/form.css" rel="stylesheet" type="text/css" />
    <link href="/css/calendar.css" rel="stylesheet" type="text/css" />
    <link href="/css/table.css" rel="stylesheet" type="text/css" />
    <link href="/css/responsive_menu.css" rel="stylesheet" type="text/css" />
    <link href="/css/pictures.css" rel="stylesheet" type="text/css" />
    <script src="/javascript/js.js" type="text/javascript"></script>
    <script src="/javascript/jquery-latest.min.js" type="text/javascript"></script>
<!--New City Fellowship-->
<script type="text/javascript">
(function ($) {
$( document ).ready(function() {
$('#cssmenu').prepend('<div id="indicatorContainer"><div id="pIndicator"><div id="cIndicator"></div></div></div>');
    var activeElement = $('#cssmenu>ul>li:first');

    $('#cssmenu>ul>li').each(function() {
        if ($(this).hasClass('active')) {
            activeElement = $(this);
        }
    });


	var posLeft = activeElement.position().left;
	var elementWidth = activeElement.width();
	posLeft = posLeft + elementWidth/2 -6;
	if (activeElement.hasClass('has-sub')) {
		posLeft -= 6;
	}

	$('#cssmenu #pIndicator').css('left', posLeft);
	var element, leftPos, indicator = $('#cssmenu pIndicator');
	
	$("#cssmenu>ul>li").hover(function() {
        element = $(this);
        var w = element.width();
        if ($(this).hasClass('has-sub'))
        {
        	leftPos = element.position().left + w/2 - 12;
        }
        else {
        	leftPos = element.position().left + w/2 - 6;
        }

        $('#cssmenu #pIndicator').css('left', leftPos);
    }
    , function() {
    	$('#cssmenu #pIndicator').css('left', posLeft);
    });

	$('#cssmenu>ul').prepend('<li id="menu-button" style="color:black; "><a><div style="display: block; border:0px solid white; height:33px; width:100%;"><div style="display: inline; border:none; height:33px; padding:0px; margin:0px;"><img src="/images/images/logo.png" style="height:30px; border:0px white solid; padding:0px; margin:0px 10px 0px 0px; vertical-align: middle;"/></div><div style="display: inline; border:none; height:33px; padding:0px; margin:0px;">New City Fellowship</div><div style="display: inline; border:none; height:33px; padding:0px; margin:0px;"><img src="/images/design/menu_icon.png" style="height:30px; border:0px white solid; padding:0px; margin:0px; vertical-align: middle; float:right;"/></div></div></a></li>');
	$( "#menu-button" ).click(function(){
    		if ($(this).parent().hasClass('open')) {
    			$(this).parent().removeClass('open');
    		}
    		else {
    			$(this).parent().addClass('open');
    		}
    	});
});
} )( jQuery );
</script>
<style type="text/css">
html {
  height: 100%; }

body {
  color: #333;
  font-family: Verdana, Helvetica, Arial;
  font-size: 12px;
  min-height: 100%; 
  margin: 0px;
  padding:0px;
  }

h3, h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  display: block; }

p, h3, h3 a {
  margin-bottom: 3px; }

.searhchresults {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  display: block; }


.searhchresults a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  display: block; }

#wrapper {
  width: 98%;
  max-width: 990px;
  min-width: 320px; 
  height: 100%;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 5px solid #e8e8e8;
  border-right: 5px solid #e8e8e8;
  border-top: none; 

}



#content{
  width: 97%;
  max-width: 950px; 
  min-height:400px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 20px;
  margin-bottom: 15px; 
  vertical-align: top; 
  line-height: 18px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10px;
  position:relative; 

  }

#header, #footwrap {
  
  margin-left: auto;
  margin-right: auto; }

#footwrap {
 
  padding-top: 10px;
  color: #9A9A9A;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase; 
  text-align:center;
  white-space:normal; 
}

#footer {
  text-align: left;
  border-top: 2px solid #CBCBCB;
  margin-top: 10px;
  padding-bottom: 10px; }

.footer_text
{
  
  white-space:nowrap;
  padding-right:5px;
  padding-bottom:5px;
  display:inline;   
}




#header {

  width:100%;
  max-width:950px;

 
}

#header.home {

   height: 473px;
  
  }

#header.interior {

  height: 273px; 
  background-repeat:no-repeat;  
    
  }

#header.nopicture {

  height: 150px; 
    
 }

.HomePageSlides {

   position:absolute; 
   width:100%; 
   max-width:950px;
   height: 473px;
   animation-duration: 9s;
   animation-name:fading;
   background-size:100%;
   background-repeat:no-repeat;  
      
}

@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}



.socialnetwork
{

    height:30px;
    padding: 3px;
    background-color:#e8e8e8; 

}


#logo {

  position:absolute;
  margin-left:5px; 
  margin-top:50px;
   
 }

#company_name
{

    color:white;
    font-size:16px;
    font-weight:bold;
    margin-left:115px; 
    width:170px;
    height: 50px;
    border: none;
    text-align:left;
    vertical-align:middle;
    display: inline;
    float:left;

}



#utilnav {
  height: 40px; 
  padding-bottom: 13px;
}

#utilnav ul {
  float: right;
  margin-top: 13px;
  margin-right: 10px; 
  

  }

#utilnav ul li {
  display: block;
  float: left;
  margin-left: 10px;
  height: 16px;
  line-height: 16px; 
  border-right: 0px solid #fff; 
  padding-right: 10px;
  
  }

#utilnav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  font-weight:bold; 
  
  }

#utilnav ul li a:hover {

  color: #CCCCCC; 
}

.home {

    vertical-align:top;
    }

.homepagebox{

    width:31.5%;
    padding:0px;
    vertical-align:top;
    background-color:white;
    float:left;
    border: solid #e8e8e8 1px;
    margin-right:12px; 
    margin-bottom:20px; 
  
}

.homepageboxtitle {
  height: 25px;
  padding-left: 10px;
  padding-top: 6px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }


.homepageboxul {

  padding:0; 
  margin: 0px;
  list-style-image: none;
  }
    

.homepageboxulli {
   border-bottom: 0px solid gray;
   padding-top: 0px;
   padding-bottom: 5px;
   padding-left:10px;
   padding-right:10px;
   list-style-type: none;
   margin: 0px;  
 }

.homepageboximg
{

    width:95%;
    max-width: 280px; 
    border:5px solid #e8e8e8;
    padding: 2px;
 
}

.webpageimageright
    {
        width: 100%;
        max-width: 400px;
        height: auto;
        border-width: 5px;
        border-color: #e8e8e8;
        border-style:solid;
        padding: 2px;
        margin: 0px 10px 10px 10px;
        float: right;
    }

.webpageimageleft
    {
        width: 100%;
        max-width: 400px;
        height: auto;
        border-width: 5px;
        border-color: #e8e8e8;
        border-style:solid;
        padding: 2px;
        margin: 0px 10px 10px 10px;
        float: left;
    }



.dishinfo
{
    
    display: table-row; 
    
}


.dishname
{

    vertical-align:top;
    text-align:left; 
    font-weight:bold;
    display:table-cell; 
    height:20px;
    border:none;
    padding-bottom:5px;
    padding-top:5px;  
    border:none;
}

.dishprice
{
    vertical-align:top;
    text-align:right;
    width:20px; 
    display:table-cell; 
    height:20px;
    padding-bottom:5px;
    padding-top:5px;  
    border:none;
}

.dishdesc
{

    vertical-align:top;
    text-align:left;
    width:100%; 
    display:table-row; 
    height:20px;
    
}

.dishimage
{

    max-width:300px; 
    float:left; 
    padding-right: 10px; 
    
}



/*Staff*/

.EmployeeSearchTable{

    width: 100%;
               
}

.EmployeeSearchPicCell{

    width:110px;
    padding:4px;
    text-align:center;
    vertical-align:top; 
    
}

.EmployeeSearchPic{

    width:100px;
    border:4px solid #e8e8e8;
    padding:2px;
    
}

.EmployeeSearchInfoCell{

    width:360px;
    font-size: 10pt;
    padding:4px;
    text-align:left;
    vertical-align:top;
   
    
}

.EmailLink {
 
  font-size: 10pt;
  text-decoration: none;
  color:black;
  margin-left:5px;

}

.EmailPic{

 vertical-align:bottom;

}

.EmployeeSearchName{

    font-size: 12pt;
    font-weight:bold;
    

}

@media screen and (max-width: 940px) {


    #wrapper {
        width: 100%;
        border:none;
        margin:0px;
    }


    .HomePageSlides {

        height: 400px;
        width:100%;
        max-width:800px;

    }


    #header.home {

        height: 400px;
        width:100%;
        max-width:800px;
        background-size: 100%; 
       
  
  }

    #header.interior {

        height: 200px; 
        width:100%;
        max-width:800px;
        background-size: 100%; 
    
  }

  #header.nopicture {

  height: 100px; 
    
 }


    .homepagebox
    {
        width: 45%;
    }

    .homepageboximg
    {
        width:100%;
        max-width: 260px;

    }

    .webpageimageright{

    width:75%; 
    max-width:320px;
    height:auto;
    border-width: 3px;
    border-color: #e8e8e8;
    border-style:solid;
    padding: 2px;
    margin: 4px;
    float:right;
    clear:both; 

    }

    .webpageimageleft{

    width:75%; 
    max-width:320px;
    height:auto;
    border-width: 3px;
    border-color: #e8e8e8;
    border-style:solid;
    padding: 2px;
    margin: 4px;
    float:left;
    clear:both; 

    }

    #content{

    min-height:200px;
    margin:0px;
    padding:4px;

    }


    #utilnav ul li {
  margin-left: 8px;
  height: 14px;
  line-height: 14px; 
  border-right: 0px solid #fff; 
  padding-right: 8px;

  }



  #utilnav ul li a {
    font-size: 11px;
  }
  
}


@media screen and (max-width:640px)
{


    .HomePageSlides {

        width:100%; 
        height: 200px;
        max-width:640px;

    }

    #header.home {

        height: 200px; 
        max-width:640px;
      
  }

    #header.interior {

        height: 200px; 
        max-width:640px;
        
    
  }

  #header.nopicture {

  height: 5px; 
    
 }


   #logo {

        display:none;
         

    } 



              
    .homepagebox
    {
        width: 45%;
    }

    .homepageboximg
    {

        width:90%;
        max-width: 280px;

    }

    .socialnetwork
    {

        height:20px;

    }

    .webpageimageright{

        width:100%; 
        height:auto;
        border-width: 3px;
        border-color: #e8e8e8;
        border-style:solid;
        padding: 2px;
        clear:both; 

    }

    .webpageimageleft{

        width:100%; 
        height:auto;
        border-width: 3px;
        border-color: #e8e8e8;
        border-style:solid;
        padding: 2px;
        clear:both; 

    }


}


@media screen and (max-width:480px)
{


     .HomePageSlides {

        width:100%; 
        height: 200px;
        max-width:480px;

    }

    #header.home {

        height: 200px; 
        max-width:480px;
       
  
  }

    #header.interior {

        height: 200px; 
        max-width:480px;
        
    
  }

              
    .homepagebox

    {
        width: 95%;
    }

    .homepageboximg
    {

        width: 95%;
        max-width: 450px; 

    }

    

    .dishimage
    {

        display:none;

    }
       
   

}







@media screen and (max-width: 320px) {

   #header.home {

        height: 200px;
        max-width:320px;
        
  
  }

    #header.interior {

        height: 200px; 
        max-width:320px;
        
    
  }

   #content{
   
    min-height:100px;
    

    }

  .EmployeeSearchName{

    font-size:10pt;
    
    }

  #utilnav ul li {
  margin-left: 4px;
  height: 14px;
  line-height: 14px; 
  border-right: 0px solid #fff; 
  padding-right: 4px;

  }



  #utilnav ul li a {
    font-size: 10px;
  }


  #footwrap {

    white-space:pre-line ;

}

.footer_text
{
    display:block;
}


    .homepagebox
    {
        width: 290px;
        margin-bottom: 10px;
    }

    .homepageboximg
    {

        width: 260px;

    }

    
   


 }





</style>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-startup-image" href="/splash_screen.png" />
    <title>New City Fellowship - File Not Found</title>
  </head>
  <body style="background-color:#C8C8C8;"" itemscope itemtype='http://schema.org/WebPage'>
    <div id='wrapper' itemscope itemtype='http://schema.org/Church'>
	<div id="cssmenu" style="background-color:white;" itemprop='breadcrumb'>
		<ul>
		  <li style='color:black;'><a href="/home"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Home</span></a></li>
		  <li class='has-sub'><a href="leadership"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Leadership</span></a>
		       <ul>
		  <li style='color:black;'><a href="our-staff"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Our Staff</span></a></li>
		  <li style='color:black;'><a href="elders-at-new-city"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Elders at New City</span></a></li>
		  <li style='color:black;'><a href="deacons"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Deacons</span></a></li>
		            </ul>
		  </li>
		  <li class='has-sub'><a href="library"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Library</span></a>
		       <ul>
		  <li style='color:black;'><a href="sermons"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Sermons</span></a></li>
		  <li style='color:black;'><a href="https://docs.google.com/forms/d/e/1FAIpQLSdGY8RhIf"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Music</span></a></li>
		  <li style='color:black;'><a href="sermon-podcasts"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Sermon Podcasts</span></a></li>
		            </ul>
		  </li>
		  <li class='has-sub'><a href="ministry-opportunities"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Ministry Opportunities</span></a>
		       <ul>
		  <li style='color:black;'><a href="1st-sunday-prayer-meeting"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>1st Sunday Prayer Meeting</span></a></li>
		  <li style='color:black;'><a href="small-groups"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Small Groups</span></a></li>
		  <li style='color:black;'><a href="missions"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Missions</span></a></li>
		  <li style='color:black;'><a href="music"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Music</span></a></li>
		  <li style='color:black;'><a href="glad-and-community-outreach"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>GLAD and Community Outreach</span></a></li>
		  <li style='color:black;'><a href="deacons-mercy-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Deacons&#39; Mercy Ministry</span></a></li>
		  <li style='color:black;'><a href="wee-ones"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Wee Ones</span></a></li>
		  <li style='color:black;'><a href="childrens-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Children&#39;s Ministry</span></a></li>
		  <li style='color:black;'><a href="youth-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Youth Ministry</span></a></li>
		  <li style='color:black;'><a href="senior-high"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Senior High</span></a></li>
		  <li style='color:black;'><a href="new-city-women"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>New City Women</span></a></li>
		  <li style='color:black;'><a href="mens-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Men&#39;s Ministry</span></a></li>
		  <li style='color:black;'><a href="55-plus-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>55 Plus Ministry</span></a></li>
		  <li style='color:black;'><a href="new-city-food-pantry-ministry"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>New City Food Pantry Ministry</span></a></li>
		  <li style='color:black;'><a href="affiliated-ministries"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Affiliated Ministries</span></a></li>
		            </ul>
		  </li>
		  <li class='has-sub'><a href="about-new-city"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>About New City</span></a>
		       <ul>
		  <li style='color:black;'><a href="our-vision-and-mission"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Our Vision and Mission</span></a></li>
		  <li style='color:black;'><a href="racial-reconciliation"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Racial Reconciliation</span></a></li>
		  <li style='color:black;'><a href="visitor-information"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Visitor Information</span></a></li>
		  <li style='color:black;'><a href="how-to-join-new-city"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>How to Join New City</span></a></li>
		  <li style='color:black;'><a href="giving-opportunities"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>Giving Opportunities</span></a></li>
		  <li style='color:black;'><a href="the-art-of-new-city"	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  itemprop='url'><span>The Art of New City</span></a></li>
		            </ul>
		  </li>
            <li>
              <a href='/contact' 	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  ><span>Contact Us</span></a>
            </li>
            <li>
<a href="http://maps.google.com/?q=2412 East 4th Street, Chattanooga, 37404, " target="new"  title="Get Directions" alt="Get Directions" 	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';" ><span>Directions</span></a>            </li>
            <li class='last'>
              <a href='/search' 	style='background-color:white; color:black;' onMouseOver="this.style.color='#BC5400'; this.style.backgroundColor='#C8C8C8';" onMouseOut="this.style.color='black'; this.style.backgroundColor='white';"  ><span>Search</span></a>
            </li>
     </ul>
	</div>
      <div  class="nopicture"  id="header" >
   <div id='company_name'>New City Fellowship</div>
<div id='logo' style='width:122px;'><a href="/home"><img src="/images/images/logo.png" border="0" itemprop='image' itemprop='logo' /></a></div>        </div>
      <div class='home' id='content'>
<h2>File Not Found</h2><p><img src="/images/design/oops.jpg" style="float:right;">The file you requested does not exists.  Please make sure that you have the correct URL.<br><br></p><div style="clear:both;"></div>
    </div>
      <div id='footer'>
        <div id='footwrap'>
          <div class='footer_text' itemprop='name'>New City Fellowship</div><div itemscope itemtype='http://schema.org/PostalAddress' itemprop='address'>
<span  itemprop='streetAddress'>2412 East 4th Street</span><br><span itemprop='addressLocality'>Chattanooga</span> <span itemprop='addressRegion'></span>   <span itemprop='postalCode'>37404</span><br></div>
         <div class='footer_text' itemprop='telephone'>(423)629-1421</div>
         <div class='footer_text'>&copy; 2018 All Rights Reserved</div>
        </div>
      </div>
      </div>
  </body>
</html>
