

<!doctype html>

<html lang="en" class="no-js">

	



<head>



<base href="http://www.newhopechristianchurch.com/content.cfm?page_content=404_include.cfm" />




<link rel="stylesheet" href="style_sheet.css?t=201702090304" type="text/css" />
<link rel="stylesheet" href="/sr/css/utility_style_sheet.css?t=05052017" type="text/css" />
<link rel="stylesheet" href="/sr/css/lytebox.css?t=05052017" media="screen"/> 

<script src="/sr/js/lytebox.js?t=05052017"></script>
<script src="/sr/js/modernizr-fe.js?t=05052017"></script>
<script src="/sr/js/utils.js?t=05052017"></script>
<script src="/sr/js/ajax.js?t=05052017"></script>
<script src="/sr/js/boxover.js?t=05052017"></script>
<script src="/sr/js/flashobject.js?t=05052017"></script>
<script src="/sr/js/NMValidate.js?t=05052017"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>


	<script>
		if (typeof NM === 'undefined') {
			NM = {};
		}
		
		$(function(){
			// desktop fe_helptip
			$('.fe_helptip').hover(function(e){
				
				var tooltipWidth = $(this).find('div').outerWidth();
				var tooltipHeight = $(this).find('div').outerHeight();
				var windowWidth = $(window).width();
				var windowHeight = $(window).height();
				var differenceX = (windowWidth - e.clientX) - (tooltipWidth + 15);
				var differenceY = (windowHeight - e.clientY) - (tooltipHeight + 15);
				
				// Move tooltip on x-axis when it hits right edge of browser window
		    	if (windowWidth - e.clientX <= tooltipWidth + 15) {
					$(this).find('div').css({'left':differenceX});
				} else {
					$(this).find('div').css({'left':'20px'});
				}
				
				// Move tooltip on y-axis when it hits bottom edge of browser window
				if (windowHeight - e.clientY <= tooltipHeight + 15) {
					$(this).find('div').css({'top':differenceY});
				} else {
					$(this).find('div').css({'top':0});
				}
				
				// Show tooltip
				$(this).find('div').css({'display' : 'block'});
				
			}, function(){
				$(this).find('div').css({'display' : 'none'});
			});
		});
	</script>



<script>$(function(){NMUtils.classOnHover('.fe_font_icon', 'cs_accent_bg cs_light_fg', 'cs_line_bg cs_dark_fg');});</script>


<script>
	$(function(){
		var documentHeight = $(document).height();
		$('html').append('<div class="back-to-top"></div>');
		$(window).scroll(function(){
			var scrollPos = $(window).scrollTop();
			if( scrollPos > 300 ){
				$('.back-to-top').fadeIn(150);
			} else {
				$('.back-to-top').fadeOut(150);
			}
		});
		$('.back-to-top').on('click', function(){
			$('html, body').animate({scrollTop:0},500);
			return false;
		});
		NMUtils.classOnHover('.back-to-top', 'cs_accent_bg', '');
	});
</script>



		<meta name="keywords" content="Church, Bartlett, New, Hope, Christian, Jesus, Memphis, God, Love, Savior, Neighbor" />
	<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-587426-7', 'auto');
  ga('send', 'pageview');

</script> <link rel="apple-touch-icon" href="mobile_icon.png"/> <link rel="shortcut icon" href="http://www.newhopechristianchurch.com/favicon.ico" /> 
	
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	
	
	<script src="/sr/js/modernizr-fe.js"></script>
	<script src="/sr/js/nmUI.js"></script>
	
	<script>
		$(function(){
			
			// Hide Courtesy Header
			if ($('#courtesy_nav').length === 0){
				$('#courtesy_header').hide();
			}
			
			// if no login panel, add class to search icon for diff. styling
			if( $('#my_account_panel').length == 0 ){
				$('#site_search_open').addClass('only_util');
			}
			
			// Format Fluid Images in Content Areas
			nmUI.fluidImages('#main', '#main_sans', '#sidebar_content'); // (IDs of main, main w/o sidebar, sidebar content)
			
			// Format Fluid Video
			nmUI.fluidVideo();
			
			$('.search_toggle').click(function(){
				$('#site_search').toggleClass('site_search_visible');
				$('.search_toggle').toggleClass('search_toggle_close');
				$('#container').toggleClass('body_push');
				
				if ( $(this).hasClass('search_toggle_close') ){
					// highlight field when panel opens
					setTimeout(function(){ 
						$('.search_field').focus()
					}, 500);
				} else {
					// clear field when panel closes
					$('.search_field').val('');
				}
			});
		});
		$(document).on('keydown', function(e){
			if ( $('#site_search').hasClass('site_search_visible') ){
				if(e.keyCode === 27){ // ESC
					$('#site_search').toggleClass('site_search_visible');
					$('.search_toggle').toggleClass('search_toggle_close');
			        $('#container').toggleClass('body_push');
			        $('.search_field').val('');
			    }
			}
		});
	</script>
	
	
	
	

	<title>New Hope Christian Church | Page Not Found (404)</title>

	<meta property="og:site_name" content="New Hope Christian Church"/>
	<meta property="og:type" content="website"/>
	
			<meta property="og:image" content=""/>

		
	
	<meta property="og:title" content="Page Not Found (404)" />

	

	<meta property="og:url" content="http://www.newhopechristianchurch.com/content.cfm?page_content=404_include.cfm" />

	

	<meta property="og:description" content="" />

	
		<link href="/sr/js/owl_carousel/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css" />
		<link href="/sr/js/owl_carousel/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css" />
		<script src="/sr/js/owl_carousel/owl-carousel/owl.carousel.js?t=05052017"></script>
	</head>
 
<body>




<style>
	.fe_toolbar {
		background: #222;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: Arial;
		font-size: .8125em;
		padding: 10px;
		position: relative;
		z-index: 5;
		-webkit-perspective: 99999px;
		-moz-perspective: 99999px;
		perspective: 99999px;
	}

	.fe_toolbar:before, .fe_toolbar:after {content: " "; display: table;}
	.fe_toolbar:after {clear: both;}

	#fe_admin_panel {
		background: #3a3a3a;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		float: left;
		margin-right: 10px;
		position: relative;
		-webkit-transition: border-radius 0 .2s;
		-moz-transition: border-radius 0 .2s;
		transition: border-radius 0 .2s;
		z-index: 10001;
	}

	#fe_admin_panel:hover {
		border-radius: 3px 3px 3px 0;
		-webkit-transition: border-radius 0;
		-moz-transition: border-radius 0;
		transition: border-radius 0;
	}

	#fe_admin_panel_username {
		display: inline-block;
		font-weight: bold;
		line-height: 1;
		padding: .75em;
	}

	#fe_admin_panel_username:before {
		content: '\7b';
		display: inline-block;
		font-family: 'fe-icons';
		font-size: 1em;
		margin-right: .6875em;
	}

	#fe_admin_panel_dropdown {
		background: #3a3a3a;
		border-radius: 0 0 3px 3px;
		padding: .5em;
		position: absolute;
		left: 0;
		width: auto;
		-webkit-transform: rotate3d(1,0,0,90deg);
		-moz-transform: rotate3d(1,0,0,90deg);
		transform: rotate3d(1,0,0,90deg);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		transform-origin: top;
		-webkit-transition: -webkit-transform .2s;
		-moz-transition: -moz-transform .2s;
		transition: transform .2s;			z-index: 1;
	}

	#fe_admin_panel:hover #fe_admin_panel_dropdown {
		-webkit-transform: rotate3d(1,0,0,0);
		-moz-transform: rotate3d(1,0,0,0);
		transform: rotate3d(1,0,0,0);
	}

	#fe_admin_panel_dropdown a {
		color: #fff;
		display: block;
		font-weight: normal;
		line-height: 1;
		padding: .5em;
	}

	#fe_admin_panel_dropdown a:hover {
		background: #222;
		text-decoration: none;
	}

	/* lte IE9 */
	.no-csstransitions #fe_admin_panel_dropdown {display: none;}
	.no-csstransitions #fe_admin_panel:hover #fe_admin_panel_dropdown {display: block;}

	.fe_icon_toggle {
		background: #006cbf;
		border: 0;
		border-radius: 3px;
		color: #fff;
		font-family: Arial;
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
		margin: 0;
		padding: .75em;
	}
	
	#fe_ui_redesign_page {
		background: #006cbf;
		border: 0;
		border-radius: 3px;
		color: #fff;
		float: right;
		font-family: Arial;
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
		margin: 0;
		padding: .75em;
	}

	.fe_ui_edit_page {
		background: #006cbf;
		border: 0;
		border-radius: 3px;
		color: #fff;
		font-family: Arial;
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
		margin: 0;
		padding: .75em;
	}

	.fe_icon {
		background: #006CBF;
		border-radius: 20px;
		display: block;
		height: 40px; width: 40px;
		opacity: .75;
		position: absolute; top: 0; left: 0;
		z-index: 9999;
	}
	
	.fe_icon:before {
		color: #fff;
		content: '\21';
		display: inline-block;
		font-family: 'fe-icons';
	    font-size: 20px;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	
	.fe_icon:hover {opacity: 1;}
	
	.fe_editable_style {position: relative;}
	.fe_editable cite {position: relative;}
	.editableInterestItem {
		box-shadow: inset 0 0 0 1px #006cbf;
		cursor: pointer;
		overflow: hidden;
		position: relative;
	}
	.editableInterestItemNote {
		background: #006cbf;
		color: #fff;
		display: block;
		font-size: 12px;
		line-height: 22px;
		overflow: hidden;
		padding: 0 5px;
		position: absolute;
		top: 0; right: 0;
		height: 22px;
		transform: translateX(calc(100% - 22px));
		z-index: 2;
		transition: transform .3s;
	}
	.editableInterestItem:hover .editableInterestItemNote {transform: translateX(0);}
	.editableInterestItemNote:before {
		content: '\21';
		display: inline-block;
		font-family: 'fe-icons';
		margin-right: 6px;
	}
	.contentEditableWrap .fe_icon {display: none !important;}
	.cke_editable ~ span {display: none;}
</style>





<a href="litesite.cfm" class="contextual">View Screen-Reader Accessible Site</a>

<div id="site_search" role="search">
	
	<h2>Search this site...</h2>
	
	<form id="site_search_form" class="layout_borderbox" action="content.cfm?page_content=search_include.cfm" method="post">
		<input class="search_field" name="key_words" value="" x-webkit-speech="" x-webkit-grammar="builtin:search" />
		<input class="search_submit smallbutton" value="u" type="submit" />
	</form>
	
	<div id="site_search_close" class="search_toggle"></div>
	
</div>

<div id="container">

	<div id="header_container">
	
		<div id="header" role="banner">
		
			<div id="header_left">
			
				<h1>
					
						<span class="contextual">New Hope Christian Church</span>
						
							<a id="logo" href="http://www.newhopechristianchurch.com">
						
							<img src="./images/library/design_assets/logo.png" />
						</a>
					
				</h1>
				
			</div>
			
			<div id="header_middle">
			
				
				

<style>
#left_side_nav { clear: both; display: none; width: 320px; min-height: 100%; position: fixed; top: 0; left: 0; overflow: auto; z-index: 10007; -webkit-transform: translate3d(-320px,0,0); transform: translate3d(-320px,0,0); -webkit-transition: -webkit-transform .2s; transition: transform .2s;}
#left_side_nav.left_side_nav_open { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
#left_side_nav_mask {background: #000; opacity: 0; position: absolute; left: -9999em; z-index: 10000; -webkit-transition: opacity .2s; transition: opacity .2s;}
#left_side_nav_mask.left_side_mask_open {opacity: .75; left: 0; right: 0; bottom: 0; top: 0;}
.left_side_menu { background: #111; box-shadow: 0 0 40px rgba(0,0,0,.75); font-size: 1em; list-style: none; margin: 0; padding: 0; min-height: 100%; overflow: auto; position: absolute; width: 320px; z-index: 10008; }
#left_side_nav_close { background: #000; border:1px solid #333; border-radius: 3px; color: #aaa; cursor: pointer; margin: 10px; padding: 5px 0; text-align: center; }
.left_side_menu ul { clear: both; display: none; list-style: none; margin: 0; padding: 0; overflow: hidden; }
.left_side_menu li { clear: both; position:relative; }

.left_side_menu a.active { background-color:#222; }
.left_side_menu img { display: none } /* Hide graphic menu imgs */
.left_side_menu li ul { background: rgba(0,0,0,.125); }
.left_side_menu a { color: #fff; display:block; width:295px; margin:0 30px 0 0; font-weight: normal; position: relative; text-decoration: none;}
.left_side_menu a b { display: none } /* Remove right arrow (>>) from link text */
.left_side_menu li a { font-weight: bold; padding: 10px 10px 10px 15px; }
.left_side_menu li ul li a { font-weight: normal; font-size: .875em; padding-left: 25px; }
.left_side_menu li ul li ul li a { padding-left: 35px; }
.left_side_menu li ul li ul li ul li a { padding-left: 45px; }
.left_side_menu li ul li ul li ul li ul li a { padding-left: 55px;  }
.menu_expand, .menu_close { cursor: pointer; display: block; width: 35px; margin: 5px 5px 0 0; padding: 4px 0; text-indent: -9999em; border:1px solid #333; position:absolute; right:0px; z-index:10;}
.menu_expand:hover, .menu_close:hover {background-color:#000;}
.menu_expand:before { color: #fff; content: '\73'; display: block; font-family: 'fe-icons'; position: absolute; text-indent: 0; left: 50%; transform: translateX(-50%);}
.menu_close:before { color: #fff; content: '\74'; display: block; font-family: 'fe-icons'; position: absolute; text-indent: 0; left: 50%; transform: translateX(-50%);}
.nav_button_navpanel { background: url(./images/nav_button_navpanel.png) no-repeat right center; display: none; float: left; width: 24px; padding: 15px 0 15px 15px; cursor: pointer; height: 20px; opacity: .5; position: relative; -webkit-transition: opacity .1s ease-in; transition: opacity .1s ease-in; z-index: 10005; }
div.nav_button_navpanel:hover { opacity: 1; }
@media screen and (max-width: 58.75em) {#left_side_nav, .nav_button_navpanel {display: block;} .menu {display: none;}}
</style>

<script>
$(document).ready(function(){
	
//------------------ LEFT-SIDE NAV PANEL -----------------------
	
	// Inserts Left Side Nav after body. 
	// Keeps us from adding second include in index/content file
	$('body').prepend('<div id="left_side_nav"><ul class="left_side_menu"><li><div id="left_side_nav_close">Close Menu</div></li><li class=\"firstlevel first \"><a href=\"./\" class=\"x135 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Home </a></li><li class=\"firstlevel \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x200 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />About </a><ul><li class=\" first \"><a href=\"guest\" class=\"x3090\">First-Time Guest </a></li><li class=\" \"><a href=\"jesus\" class=\"x3092\">Learn More About Jesus </a></li><li class=\" \"><a href=\"a-place-to-call-home\" class=\"x3104\">Learn More About New Hope </a></li><li class=\" \"><a href=\"how-to-find-us\" class=\"x266\">How To Find Us </a></li><li class=\" \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x3145\">Our Team <b></b></a><ul><li class=\" first \"><a href=\"elders\" class=\"x3146\">Our Elders </a></li><li class=\" last\"><a href=\"staff\" class=\"x149\">Our Staff </a></li></ul></li><li class=\" last\"><a href=\"contact-us\" class=\"x150\">Contact Us </a></li></ul></li><li class=\"firstlevel \"><a href=\"get-connected\" class=\"x3091 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Connect </a><ul><li class=\" first \"><a href=\"join-new-hope\" class=\"x3102\">Join the Church </a></li><li class=\" \"><a href=\"smallgroups\" class=\"x3115\">Bible Studies & Small Groups <b></b></a><ul><li class=\" first last\"><a href=\"small-groups\" class=\"x143\">Ongoing Small Group Directory </a></li></ul></li><li class=\" \"><a href=\"adults\" class=\"x3119\">Adults <b></b></a><ul><li class=\" first \"><a href=\"young-adults\" class=\"x3123\">Young Adults <b></b></a><ul><li class=\" first last\"><a href=\"http://connect.newhopechristianchurch.com/default.aspx?page=3484&occurrenceId=35133&profileId=392\" target=_blank; class=\"x3152\">Passion 2017 </a></li></ul></li><li class=\" \"><a href=\"men\" class=\"x3107\">Men <b></b></a><ul><li class=\" first last\"><a href=\"secondsaturday\" target=_blank; class=\"x3131\">Registration Form </a></li></ul></li><li class=\" last\"><a href=\"women\" class=\"x3108\">Women </a></li></ul></li><li class=\" \"><a href=\"students\" class=\"x3120\">Students <b></b></a><ul><li class=\" first \"><a href=\"breathe\" class=\"x3153\">Student Breathe Groups </a></li><li class=\" \"><a href=\"studentprayer\" class=\"x3137\">Pray for our Students </a></li><li class=\" \"><a href=\"studentcalendar\" class=\"x299\">Student Calendar </a></li><li class=\" \"><a href=\"highschool\" class=\"x3098\">High School </a></li><li class=\" \"><a href=\"middleschool\" class=\"x3097\">Middle School <b></b></a><ul><li class=\" first last\"><a href=\"http://www.newhopechristianchurch.com/content.cfm?page_content=calendar_include.cfm&event_id=94&mm=6&dd=20&yy=2016\" class=\"x3144\">2016 CIY/ MIX Retreat Info </a></li></ul></li><li class=\" last\"><a href=\"lhgh\" class=\"x3096\">LHGH </a></li></ul></li><li class=\" \"><a href=\"children\" class=\"x300\">Children <b></b></a><ul><li class=\" first \"><a href=\"vbsvolunteer\" target=_blank; class=\"x3139\">VBS Volunteer Registration </a></li><li class=\" \"><a href=\"early-childhood\" class=\"x3113\">Early Childhood </a></li><li class=\" last\"><a href=\"elementary\" class=\"x3112\">Elementary </a></li></ul></li><li class=\" \"><a href=\"recreation\" class=\"x3094\">Recreation </a></li><li class=\" \"><a href=\"content.cfm?id=3088\" class=\"x3088\">Celebrate Recovery </a></li><li class=\" \"><a href=\"content.cfm?id=268\" class=\"x268\">Prayer Requests </a></li><li class=\" \"><a href=\"share-your-story\" class=\"x3114\">Share your story </a></li><li class=\" last\"><a href=\"missions\" class=\"x3118\">Missions </a></li></ul></li><li class=\"firstlevel \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x3101 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Events </a><ul><li class=\" first \"><a href=\"announcements\" class=\"x133\">Event List </a></li><li class=\" last\"><a href=\"calendar\" class=\"x102\">Calendar </a></li></ul></li><li class=\"firstlevel \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x3095 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Media </a><ul><li class=\" first \"><a href=\"messages\" class=\"x3116\">Messages </a></li><li class=\" last\"><a href=\"g2raudio\" class=\"x3124\">G2R Audio </a></li></ul></li><li class=\"firstlevel \"><a href=\"content.cfm?id=3110\" class=\"x3110 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Give </a><ul><li class=\" first \"><a href=\"https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvObY65O0MR1ss1YniDncVVUDI7vfWxf7GD2jGKof53LUH2evTpo0mld6BrVzd2nG0p0Z9MEni3Ip6BeckPaiObqM=&ver=3\" class=\"x3103\">Give Online </a></li><li class=\" last\"><a href=\"content.cfm?id=3109\" class=\"x3109\">Serve </a></li></ul></li><li class=\"firstlevel last\"><a href=\"content.cfm?id=213\" class=\"x213 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Downloads </a></li> </ul></div><div id="left_side_nav_mask"></div>');
	
	// Caching
	leftSideMenuLinks = $('#left_side_nav a'); 
	
	// Create EXPAND/CLOSE buttons
	leftSideMenuLinks
		.next('ul').parent()
		.prepend('<span class="menu_expand">Open</span>')
		.prepend('<span class="menu_close">Close</span>');

	// Caching
	menuCloseButton = ('#left_side_nav .menu_close'); 
	menuExpandButton = ('#left_side_nav .menu_expand');
	navPanelButton = $('#navbar div.nav_button_navpanel');

	// Hide CLOSE buttons
	$(menuCloseButton).hide(); 
		
	// Handle EXPAND clicks
	$(menuExpandButton).click(function(){
	
		// Close all open uls when first level item is clicked
		if ($(this).parent().hasClass('firstlevel')){
			$('#left_side_nav li.firstlevel ul').slideUp(250);
			$(menuCloseButton).hide();
			$(menuExpandButton).show();
		}
		
		$(this).parent().children('ul').slideDown(250);
		$(this).hide();
		$(this).parent().children(menuCloseButton).show();
		return false;
	});
	
	// Handle CLOSE clicks
	$(menuCloseButton).click(function(){
		$(this).parent().find('ul').slideUp(250);
		$(this).parent().find('span.menu_close').hide();
		$(this).parent().find('span.menu_expand').show();
		return false;
	});
	
	// Controls slide animation of panel and main container
	navPanelButton.click(function(){
	
		// Caching
		leftSideNav = $('#left_side_nav');
		leftSideNavMask = $('#left_side_nav_mask');
		container = $('#container');
	
		if (navPanelButton.hasClass('nav_button_navpanel_active')){
			$(this).removeClass('nav_button_navpanel_active');
			leftSideNav.removeClass('left_side_nav_open').animate({'width' : '320px'}, 250);
			leftSideNavMask.removeClass('left_side_mask_open');
			$('body').css({'position' : 'static'});
			$('#left_side_nav li.firstlevel ul').slideUp(250);
			$(menuCloseButton).hide();
			$(menuExpandButton).show();
		} else {
			$(this).addClass('nav_button_navpanel_active');
			leftSideNav.addClass('left_side_nav_open').animate({'width' : '100%'}, 250);
			leftSideNavMask.addClass('left_side_mask_open');
			
			$('body').css({'position' : 'fixed'});
		}
	});
	
	$('#left_side_nav_close').click(function(){
		navPanelButton.removeClass('nav_button_navpanel_active');
		leftSideNav.removeClass('left_side_nav_open').animate({'width' : '320px'}, 250);
		leftSideNavMask.removeClass('left_side_mask_open');
		$('body').css({'position' : 'static'});
		$('#left_side_nav li.firstlevel ul').slideUp(250);
		$(menuCloseButton).hide();
		$(menuExpandButton).show();
	});

	// Init active
	$('#left_side_nav a.active').parent().children('ul').slideDown(250);
	$('#left_side_nav a.active').parent().children('.menu_expand').hide();
	$('#left_side_nav a.active').parent().children('.menu_close').show();
	$('#left_side_nav').find('a.active').last().css('background-color','#444');
	
});
</script>

<div id="navbar" class="fe_editable fe_sitepages">
		
	<ul class="menu" role="navigation">
		
		<li class="firstlevel first "><a href="./" class="x135 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Home </a></li><li class="firstlevel "><a href="javascript:void(null)" style="cursor:default;" class="x200 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />About </a><ul><li class=" first "><a href="guest" class="x3090">First-Time Guest </a></li><li class=" "><a href="jesus" class="x3092">Learn More About Jesus </a></li><li class=" "><a href="a-place-to-call-home" class="x3104">Learn More About New Hope </a></li><li class=" "><a href="how-to-find-us" class="x266">How To Find Us </a></li><li class=" "><a href="javascript:void(null)" style="cursor:default;" class="x3145">Our Team <b></b></a><ul><li class=" first "><a href="elders" class="x3146">Our Elders </a></li><li class=" last"><a href="staff" class="x149">Our Staff </a></li></ul></li><li class=" last"><a href="contact-us" class="x150">Contact Us </a></li></ul></li><li class="firstlevel "><a href="get-connected" class="x3091 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Connect </a><ul><li class=" first "><a href="join-new-hope" class="x3102">Join the Church </a></li><li class=" "><a href="smallgroups" class="x3115">Bible Studies & Small Groups <b></b></a><ul><li class=" first last"><a href="small-groups" class="x143">Ongoing Small Group Directory </a></li></ul></li><li class=" "><a href="adults" class="x3119">Adults <b></b></a><ul><li class=" first "><a href="young-adults" class="x3123">Young Adults <b></b></a><ul><li class=" first last"><a href="http://connect.newhopechristianchurch.com/default.aspx?page=3484&occurrenceId=35133&profileId=392" target=_blank; class="x3152">Passion 2017 </a></li></ul></li><li class=" "><a href="men" class="x3107">Men <b></b></a><ul><li class=" first last"><a href="secondsaturday" target=_blank; class="x3131">Registration Form </a></li></ul></li><li class=" last"><a href="women" class="x3108">Women </a></li></ul></li><li class=" "><a href="students" class="x3120">Students <b></b></a><ul><li class=" first "><a href="breathe" class="x3153">Student Breathe Groups </a></li><li class=" "><a href="studentprayer" class="x3137">Pray for our Students </a></li><li class=" "><a href="studentcalendar" class="x299">Student Calendar </a></li><li class=" "><a href="highschool" class="x3098">High School </a></li><li class=" "><a href="middleschool" class="x3097">Middle School <b></b></a><ul><li class=" first last"><a href="http://www.newhopechristianchurch.com/content.cfm?page_content=calendar_include.cfm&event_id=94&mm=6&dd=20&yy=2016" class="x3144">2016 CIY/ MIX Retreat Info </a></li></ul></li><li class=" last"><a href="lhgh" class="x3096">LHGH </a></li></ul></li><li class=" "><a href="children" class="x300">Children <b></b></a><ul><li class=" first "><a href="vbsvolunteer" target=_blank; class="x3139">VBS Volunteer Registration </a></li><li class=" "><a href="early-childhood" class="x3113">Early Childhood </a></li><li class=" last"><a href="elementary" class="x3112">Elementary </a></li></ul></li><li class=" "><a href="recreation" class="x3094">Recreation </a></li><li class=" "><a href="content.cfm?id=3088" class="x3088">Celebrate Recovery </a></li><li class=" "><a href="content.cfm?id=268" class="x268">Prayer Requests </a></li><li class=" "><a href="share-your-story" class="x3114">Share your story </a></li><li class=" last"><a href="missions" class="x3118">Missions </a></li></ul></li><li class="firstlevel "><a href="javascript:void(null)" style="cursor:default;" class="x3101 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Events </a><ul><li class=" first "><a href="announcements" class="x133">Event List </a></li><li class=" last"><a href="calendar" class="x102">Calendar </a></li></ul></li><li class="firstlevel "><a href="javascript:void(null)" style="cursor:default;" class="x3095 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Media </a><ul><li class=" first "><a href="messages" class="x3116">Messages </a></li><li class=" last"><a href="g2raudio" class="x3124">G2R Audio </a></li></ul></li><li class="firstlevel "><a href="content.cfm?id=3110" class="x3110 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Give </a><ul><li class=" first "><a href="https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvObY65O0MR1ss1YniDncVVUDI7vfWxf7GD2jGKof53LUH2evTpo0mld6BrVzd2nG0p0Z9MEni3Ip6BeckPaiObqM=&ver=3" class="x3103">Give Online </a></li><li class=" last"><a href="content.cfm?id=3109" class="x3109">Serve </a></li></ul></li><li class="firstlevel last"><a href="content.cfm?id=213" class="x213 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Downloads </a></li> 
		
	</ul>
	
	<div class="nav_button_navpanel"></div>
	
</div>


				
				
			</div>
			
			
			
			
			
			<div id="site_search_open" class="search_toggle"></div>
			
		</div>
		
	</div>
					
	

			<div id="page_title_container">
				<h1 id="page_title" class="page_title">Page Not Found (404)</h1>
			</div>
		
	
	<div id="sub_primary_container" class="layout_borderbox">
	
		<div id="sub_primary" class="layout_borderbox">
				
			<div id="main_sans" class="layout_borderbox">
			
				
				The page you are looking for is currently unavailable or not active. 
				
			
			</div>
				
			<div id="sans_sidebar" class="layout_borderbox">
				
				<h2 id="courtesy_header">Explore</h2>
			
				
				
				
				
				<div id="sidebar_content">
					
					
					
				</div>
				
				
				
				
			
			</div>
			
			
			
				<div id="breadcrumbs" class="cfix">
					



<style>
	#breadcrumbs, .breadcrumbs {display: table; width: 100%;}
	#breadcrumbs_trail, .breadcrumbs_trail {display: table-cell;}
	#breadcrumbs_icons, .breadcrumbs_icons {
		display: table-cell; 
		padding: .375em;
		vertical-align: middle;
	}
	#breadcrumbs_icons a, .breadcrumbs_icons a {float: right; margin-left: .25em;}
	
	@media (max-width: 767px) {
		#breadcrumbs, .breadcrumbs {display: none;}
	}
</style>





	<script>
		$(function() {
			$('#breadcrumbs_facebook, #breadcrumbs_twitter').click(function() {
				var width  = 500,
					height = 400,
					u	   = location.href,
					t	   = document.title,
					i 	   = '',
					left   = ($(window).width()  - width)  / 2,
					top    = ($(window).height() - height) / 2,
					url	   = '',
					opts   = 'status=1,width=' + width + ',height=' + height + ',top=' + top + ',left=' + left;
				
				if ($(this).attr("id") == "breadcrumbs_facebook") {
					url = this.href + '?s=100&p[url]=' + encodeURIComponent(u) + '&p[title]=' + encodeURIComponent(t) + '&p[images][0]=' + encodeURIComponent(i);
				}else if($(this).attr("id") == "breadcrumbs_twitter"){
					url = this.href + '?status=' + encodeURIComponent('Take a look at this... ') + ' ' + encodeURIComponent(u) + '&p[images][0]=' + encodeURIComponent(i);
				}
				window.open(url, 'sharer', opts);
				return false;
			});
		});
	</script>
<div id="breadcrumbs_trail" class="breadcrumbs_trail"><a href="./" class="first">Home</a>  <a href="javascript:void(null)" class="active" style="cursor:default">Page Not Found (404)</a></div> 



<div id="breadcrumbs_icons" class="breadcrumbs_icons">

	
		<a href="http://twitter.com/home" class="breadcrumbs_icon fe_font_icon cs_dark_fg cs_line_bg" id="breadcrumbs_twitter" title="Share on Twitter"></a>
		<a href="https://www.facebook.com/share.php" class="breadcrumbs_icon fe_font_icon cs_dark_fg cs_line_bg" id="breadcrumbs_facebook" title="Share on Facebook"></a>
	
			<a href="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=http%3A%2F%2Fwww%2Enewhopechristianchurch%2Ecom%2Fcontent%2Ecfm%3Fpage%5Fcontent%3D404%5Finclude%2Ecfm" rel="lytebox" class="breadcrumbs_icon fe_font_icon cs_dark_fg cs_line_bg breadcrumbs_qr" title="Scan to Go Mobile"></a>
		<a href='page_to_print.cfm?up=B8AAC57A8FBF51A316CF689B9E4565D22873BBD4AE8153C2077DBDAA8BDC978EAF0DEF4B2D424D00D33102F1A43568B171A015A01983F02A1C3DFA61DEE018803F6E9031C5EA2F5E1C911D0D6A11DBB0994E8D41E7152496' target='_blank' class='breadcrumbs_icon fe_font_icon cs_dark_fg cs_line_bg breadcrumbs_print' title='Print this page'></a> 

</div>



				    
				</div>
			
			
					
		</div>
	
	</div>
	
	<div id="basement">
		
		<div id="twitter_container">
			
			
				<ul id="twitter_widget">
					<h2 id="twitter_heading">Latest Tweet</h2>
					
			<li class="first">
					<div class="tweet_details">
						<span class="tweet_title">Next Thursday, May 25, join us at the @MemUnionMission for a time of worship, service, and fellowship! Opportunitie…<a href=" https://t.co/rWw8Gxoblu" target="_blank"> https://t.co/rWw8Gxoblu</a></span>
						<span class="tweet_user"><a href="http://www.twitter.com/newhopebartlett">@newhopebartlett</a> | </span>
						<span class="tweet_date">May 16</span>
					</div>
					<a href="http://www.twitter.com/newhopebartlett" id="button_follow">Follow Us</a>
					</li>
			
				</ul>
			
			
		</div>
		
		<div id="footer_container">	
		
			<div id="footer" class="layout_borderbox cfix fe_editable fe_sitepages" role="contentinfo">
			
				<ul id="secondary_nav">
					
					

<li class="first"><a href="contact-us" >Contact Us</a></li>



<li ><a href="lhgh" >LHGH</a></li>



<li ><a href="parents-toolbox" >Parent&#39;s Toolbox</a></li>



<li ><a href="content.cfm?id=3088" >Celebrate Recovery</a></li>



<li ><a href="calendar" >Calendar</a></li>



<li ><a href="https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvObY65O0MR1ss1YniDncVVUDI7vfWxf7GD2jGKof53LUH2evTpo0mld6BrVzd2nG0p0Z9MEni3Ip6BeckPaiObqM=&ver=3" >Give Online</a></li>



<li class="last"><a href="login" >Login</a></li>


					
				</ul>
							
				<div id="footer_left" class="fe_editable fe_settings">
					
					<address class="vcard">
						
						<div class="adr">
							<div>
								<a href="index.cfm" class="fn url org">New Hope Christian Church</a>
							</div>
							<div>
								
									<span class="street-address">3300 Kirby Whitten Road,</span>
								
							</div>
							<div>
								<span class="locality">Bartlett</span>, <abbr class="region">TN</abbr> <span class="postal-code">38134</span>
							</div>
							<div>
								
									<a href="mailto:info@newhopechristianchurch.com" class="email">info@newhopechristianchurch.com</a>
								
									| <b>P:</b>&nbsp;<span class="tel">(901) 386-0211</span>
								
							</div>
						</div>
						
					</address>
					
				</div>
				
				<div id="footer_right">
				
					
					

<ul id="social_media_links_list" class="social_media_links_list">
	
	
			<li>
				<a href="https://www.facebook.com/pages/New-Hope-Christian-Church-Bartlett-TN/136978054682" class="social_facebook" title="Facebook" target="_blank">
					
						<img src="/sr/images/social_icons/flat_round_32/icon_facebook.png" alt="Facebook" />
					
				</a>
			</li>
		
			<li>
				<a href="https://twitter.com/newhopebartlett" class="social_twitter" title="Twitter" target="_blank">
					
						<img src="/sr/images/social_icons/flat_round_32/icon_twitter.png" alt="Twitter" />
					
				</a>
			</li>
		
			<li>
				<a href="rss_feed.cfm" class="social_rss_feed" title="RSS" target="_blank">
					
						<img src="/sr/images/social_icons/flat_round_32/icon_feed.png" alt="RSS Feed" />
					
				</a>
			</li>
		
			<li>
				<a href="mailto:info@newhopechristianchurch.com" class="social_email_address" title="Email">
					
						<img src="/sr/images/social_icons/flat_round_32/icon_email.png" alt="Email" />
					
				</a>
			</li>
		
			<li>
				<a href="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=http%3A%2F%2Fwww%2Enewhopechristianchurch%2Ecom%2Fcontent%2Ecfm%3Fpage%5Fcontent%3D404%5Finclude%2Ecfm" rel="lytebox" title="Scan to Go Mobile" class="social_site_level_qr_code">
					
						<img src="/sr/images/social_icons/flat_round_32/icon_qr.png" alt="QR" />
					
				</a>
			</li>
		
	
	
</ul>



						<h2>
							<a href="http://www.faithconnector.com" id="fc_logo" title="FaithConnector Church Websites"><span>FaithConnector Church Websites</span></a>
						</h2>
					
				
				</div>
			
			</div>
			
		</div>
		
	</div>
	
</div>




<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27114567-1']);
  _gaq.push(['_setDomainName', 'newhopechristianchurch.com']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_setCustomVar', 1, 'NMS', '16', 2]);
  _gaq.push(['_setCustomVar', 2, 'Javascript', 'On', 2]); 

  _gaq.push(['_setCustomVar', 3, 'Feature App', '404_include.cfm', 3]);

  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

<noscript><img src="http://www.google-analytics.com/__utm.gif?utme=8(NMS*Javascript)9(16*Off)11(2*2)&amp;utmwv=1&amp;utmn=9558420264&amp;utmsr=-&amp;utmsc=-&amp;utmul=-&amp;utmje=0&amp;utmfl=-&amp;utmdt=-&amp;utmhn=newhopechristianchurch.com&amp;utmr=&amp;utmp=/noscript&amp;utmac=UA-27114567-1&amp;utmcc=__utma%3D42887267.1254194814.1495154101.1495154101.1495154101.2%3B%2B__utmb%3D42887267%3B%2B__utmc%3D42887267%3B%2B__utmz%3D42887267.1495154101.2.2.utmccn%3D(direct)%7Cutmcsr%3D(direct)%7Cutmcmd%3D(none)%3B%2B__utmv%3D42887267%3B" /></noscript> 

	
</body>
</html>
