<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
	<title>Search Halifax, Dartmouth, and Surrounding Area Homes For Sale </title>
	<meta name="keywords" content="Chezzetcook, Cole Harbour, Eastern Passage, Gaetz Brook, Lake Echo, Lawrencetown, Lower Sackville" />
<link rel="stylesheet" type="text/css" href="/css/evaluation/style.css" />
<link rel="stylesheet" type="text/css" href="/css/themes/responsive.css" />
<script type="text/javascript" src="/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-plugins/popupwindow/popupwindow.js"></script>
<script type="text/javascript" src="/js/jquery-plugins/popupwindow/popupwindow.settings.js"></script>
    
	<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '594165511508791');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=594165511508791&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
	
</head>

<style>
.ui-autocomplete .ui-menu-item {
	border-top: 1px solid #3333;
	padding: 4px 0px 4px 6px !important;
	margin-left: -2px !important;
	width: calc(100% - 2px) !important;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item:hover a {
	background-color: #fafafa;
}

.ui-autocomplete li:first-child {
	border-top: none !important;
}

.ui-autocomplete .ui-menu-item a {
	background-image: url('https://www.halifaxdartmouthhomes.com/img/autocomplete-icons.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: -14px -104px;
	padding: 1px 1px 1px 18px !important;
	background-color: #ffffff;
	border: none !important;
	margin: 0 !important;
	font-size: 13px !important;
}
#company-info-top img
{
   display:none;
}
#company_info_bottom img
{
	width:40px;
	margin-bottom:-10px;
}
</style>
<body>
<div class="overlay"></div>
<style>
.overlay 
{
  background:rgb(0,0,0);
  background: transparent\9;
  background:rgba(0,0,0,0.2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  zoom: 1;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index:-1;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
}
</style>
<div id="wrapper">
	<div class="container clearfix">
		<div id="company-info-top" style="text-align:center; color:#FFFFFF; margin-top:15px">
				</div>
		<div class="hText">
			<h1>Search Halifax, Dartmouth, and Surrounding Area Homes For Sale </h1>
							<h2>Search all the current MLS&reg; listings - View Pictures, Videos and Details...<br>See New Listings as soon as they hit the market!</h2>
					</div>

		<div class="midContaniner clearfix">
			<h3 style="color:#FF0000; text-shadow:none; text-align:center"></h3>
							<style>
	.areYouRadio input {
		float: left;
	}

	.areYouRadio label {
		float: left;
		margin-top: 3px;
	}

	.areYouRadio label+input {
		clear: both;
	}

	.ui-autocomplete .ui-menu-item {
		border-top: 1px solid #3333;
		padding: 4px 0px 4px 6px !important;
		margin-left: -2px !important;
		width: calc(100% - 2px) !important;
	}

	.ui-autocomplete .ui-menu-item:hover,
	.ui-autocomplete .ui-menu-item:hover a {
		background-color: #fafafa;
	}

	.ui-autocomplete li:first-child {
		border-top: none !important;
	}

	.ui-autocomplete .ui-menu-item a {
		background-image: url('../../img/autocomplete-icons.png');
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: -14px -104px;
		padding: 1px 1px 1px 18px !important;
		background-color: #ffffff;
		border: none !important;
		margin: 0 !important;
		font-size: 14px;
	}
</style>
<script type="text/javascript" src="/js/sweetmodal/jquery.sweet-modal.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/sweetmodal/jquery.sweet-modal.min.css" />
<script type="text/javascript">
function show_nebhour(neighbour_id)
{
	if($('.Areas'+neighbour_id).is(':checked'))
	{
	   $('#Areas'+neighbour_id).show();
	}
	else
	{
	   $('#Areas'+neighbour_id).find('input[type=checkbox]:checked').removeAttr('checked');
	   $('#Areas'+neighbour_id).hide();
	}
}
</script>
<script>
$(document).ready(function($)
{
	$('#submit_areas_page').click(function() {
		//return false;
		var chklength = $('input:checkbox.main_areas').length;
		
		if($('input:checkbox.main_areas:checked').length <= 0 && $('#AreaSpecificArea').val() == "")
		{
			//$("html, body").animate({ scrollTop: 0 });
			 //Sexy.alert('<h1>You must pick at least one Area to receive any search results.</h1>');
			 $.sweetModal({
				content: '<h3>You must pick at least one Area to receive any search results.</h3>',
				icon: $.sweetModal.ICON_WARNING
			});
			 return false;
		}
		
		var co_sel_area = 0;
		var need_neigh_for = Array();
		$('input:checkbox.main_areas:checked').each(function () 
		{
			   co_sel_area++;
			   //var sThisVal = (this.checked ? $(this).val() : "");
			   //alert(sThisVal);
			   var area_class_name_array = $(this).attr('class').split(' ');
			   var area_class_name = area_class_name_array[0];
			   //alert(area_class_name);
			   
			   var chkneighlength = $('div#'+area_class_name+' input[type=checkbox]').length;
			   //alert(chkneighlength);
			  
			   var co_sel_neigh = 0;
			   //alert(co_sel_neigh);
			   $('div#'+area_class_name+' input[type=checkbox]:checked').each(function() {
			   		//alert('hello');					
					co_sel_neigh++;
				});
			  
			   if(chkneighlength > 0 && co_sel_neigh <= 0)
			   {
			     need_neigh_for.push($(this).val()); 
			   }
			   //alert(co_sel_neigh);
			   
	    });
		
		if(chklength > 0 && need_neigh_for.length > 0)
		{
			 //show_alert_pop_area = 2; 
			 //show_search_tab(1);
			 //parent.$.fancybox.close();
			 //$(window).scrollTop($('#grl_areas').offset().top);
			 //$(window).scrollTop($('#grl_areas').offset().top);
			 //$("html, body").animate({ scrollTop: 0 });
			// Sexy.alert('<h1>You must pick at least one Neighbourhood for each selected Area to receive any search results.</h1>');
			 $.sweetModal({
					content: '<h3>You must pick at least one Area to receive any search results.</h3>',
					icon: $.sweetModal.ICON_WARNING
				});
			 return false;
		}
		else
		{
			$('#AreasForm').submit();
		}
		//alert(co_sel_neigh);
		//var chk_arr =  document.getElementsByName("area[]");
		//$('#AreasForm').submit();
	});
});	
</script>
<style>
#grl_areas div.checkbox {
	float: left;
	width: 50%;
}
.searchField
{
	margin-top:10px;
	float:left;
	width:100%;
}	
</style>
<style>
.neighborhood_fieldset
{
	margin-top:0px;
	margin-bottom:10px;
}
</style>
<h3>Step 1 of 3: Choose Areas</h3>
<div class="leftsec left">
	<form action="/areas" id="AreasForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST" /></div>			<div class="boxes transBox mrBot">
				<div class="label">Are You?</div>
		<div class="checkFields"><label><input type="radio" value="Selling" name="data[Areas][are_you][]">&nbsp;Selling</label></div>
		<div class="checkFields"><label><input type="radio" value="Buying" name="data[Areas][are_you][]" checked="checked">&nbsp;Buying</label></div>
		<div class="checkFields"><label><input type="radio" value="Selling and Buying" name="data[Areas][are_you][]">&nbsp;Selling and Buying</label></div>
			</div>
		<div class="boxes transBox">
		<div class="label">Which Areas are you interested in?</div>
		<div id="grl_areas" class="area-selection"><div class="checkbox">
			<input type="checkbox" id="AreasAreasCole Harbour" value="Cole Harbour" name="data[Areas][areas][Cole Harbour]" class="Areas7790 main_areas" data-areaId="7790"  onclick="show_nebhour(7790);">
			<label for="AreasAreasCole Harbour">Cole Harbour</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasEastern Passage" value="Eastern Passage" name="data[Areas][areas][Eastern Passage]" class="Areas7791 main_areas" data-areaId="7791"  onclick="show_nebhour(7791);">
			<label for="AreasAreasEastern Passage">Eastern Passage</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasLower Sackville" value="Lower Sackville" name="data[Areas][areas][Lower Sackville]" class="Areas7792 main_areas" data-areaId="7792"  onclick="show_nebhour(7792);">
			<label for="AreasAreasLower Sackville">Lower Sackville</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasLawrencetown" value="Lawrencetown" name="data[Areas][areas][Lawrencetown]" class="Areas7793 main_areas" data-areaId="7793"  onclick="show_nebhour(7793);">
			<label for="AreasAreasLawrencetown">Lawrencetown</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasLake Echo" value="Lake Echo" name="data[Areas][areas][Lake Echo]" class="Areas7794 main_areas" data-areaId="7794"  onclick="show_nebhour(7794);">
			<label for="AreasAreasLake Echo">Lake Echo</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasChezzetcook" value="Chezzetcook" name="data[Areas][areas][Chezzetcook]" class="Areas7795 main_areas" data-areaId="7795"  onclick="show_nebhour(7795);">
			<label for="AreasAreasChezzetcook">Chezzetcook</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasGaetz Brook" value="Gaetz Brook" name="data[Areas][areas][Gaetz Brook]" class="Areas7796 main_areas" data-areaId="7796"  onclick="show_nebhour(7796);">
			<label for="AreasAreasGaetz Brook">Gaetz Brook</label></div></div>					<div class="searchField"><input type="text" id="AreaSpecificArea" placeholder="Other Area?" name="data[Areas][specific_area]"/></div>
						<div class="continueBtn"><a style="cursor:pointer" id="submit_areas_page">Continue<img src="/img/evaluation/contiune.png" alt="" /></a></div>
		<div class="icons"><img src="/img/evaluation/mlsr.png" alt="" /></div>
		<div class="clear10"></div>
	</div>	 
	<!--<input type="hidden" value="" name="data[Areas][areas]"> -->
	</form></div>
<div class="rightsec right">
	<div class="imgOuter"><img src="/uploads/000007731720.jpg" alt="Search Halifax, Dartmouth, and Surrounding Area Homes For Sale " style="height:323px" /></div>
</div>
<div style="text-align: left; color: rgb(255, 255, 255); float: left; text-shadow:0 0 15px rgba(0, 0, 0, 1)" class="hText">
	<p class="nst">
				Cole Harbour is adjacent to and immediately east of the former city boundary of Dartmouth. Cole Harbour was an unincorporated village within the Municipality of the County of Halifax.<br />
<br />
Eastern Passage has historically been tied to the fishing industry.  The Volvo Halifax Assembly plant and automobile import/export facility following World War II redefined the local economy.<br />
<br />
Lower Sackville is a suburban community of Halifax, Nova Scotia, Canada. It lies approximately 27 km by road from Downtown Halifax.<br />
<br />
Lawrencetown is a Canadian rural community in Halifax, Nova Scotia on Route 207. The settlement was established during the eve of Father Le Loutre's War and at the beginning of the French and Indian War.<br />
<br />
Lake Echo is an unincorporated suburban community that is part of the Halifax Regional Municipality in Nova Scotia, Canada; approximately 15 kilometres east of Dartmouth. The area is mostly residential, with several subdivisions built in the 1980s and 1990<br />
<br />
Head of Chezzetcook is a rural community on the Eastern Shore Marine Drive route of Halifax Regional Municipality in Nova Scotia. The Head of Chezzetcook area begins at the intersections of routes 7 and 207.<br />
<br />
Gaetz Brook is a rural community of the Halifax Regional Municipality in the Canadian province of Nova Scotia. Gaetz Brook has a junior high school called Gaetz Brook Junior High.			</p>
</div>
<style type="text/css" media="all">

	.image_carousel {
		position: relative;
		float:left;
		width:100%; 
		margin-top:30px;
		clear:both;
	}


	.image_carousel img {
		border: 1px solid #ccc;
		background-color: white;
		padding: 9px;
		margin: 7px;
		display: block;
		float: left;
		cursor : pointer;
		box-shadow: 0 0 10px #444444;
		width:241px;
		height:174px; 
	}

	.image_carousel .caroufredsel_wrapper{
		width:100% !important;
	}

	a.prev, a.next {
		background: url(https://www.halifaxdartmouthhomes.com/img/miscellaneous_sprite.png) no-repeat transparent;	
		width: 45px;
		height: 50px;
		display: block;
		position: absolute;
		top: 85px;
	}

	a.prev {
		left: -22px;
		background-position: 0 0;
	}

	a.prev:hover {		
		background-position: 0 -50px; 
	}

	a.prev.disabled {	
		background-position: 0 -100px !important; 
	}

	a.next {
		right: -25px;
		background-position: -50px 0; 
	}

	a.next:hover {	
		background-position: -50px -50px; 
	}

	a.next.disabled {	background-position: -50px -100px !important;  }

	a.prev.disabled, a.next.disabled {
		cursor: default;
	}

	a.prev span, a.next span {
		display: none;
	}

	.pagination {
		text-align: center;
	}

	#additional-content {
		text-align:justify;
	}
	
	.pagination a {
		background: url(https://www.halifaxdartmouthhomes.com/img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
		display: inline-block;
	}

	.pagination a.selected {
		background-position: -25px -300px;
		cursor: default;
	}

	.pagination a span {
		display: none;
	}

	.clearfix {
		float: none;
		clear: both;
	}
	
	
	#foo2 .inline_info{ width:282px; margin-left:-289px; margin-top:151px; float:left; min-height:40px; padding:5px 0; background:#000; opacity:0.7; filter:alpha(opacity=70); color:#fff; text-align:center;}
	#foo2 img.sold{ width:90px; height:89px; margin-left:-97px; margin-top:7px; box-shadow:none; float:left; border:0; padding:0; background:none;}
</style>
<div class="container showgrid-off">
		
<div class="image_carousel">
	<div id="foo2">
								<img src='/uploads/856_240720010745_78ddca1e08fbc3795cd7_wyVET.jpg' />
								<img src='/uploads/856_240720010746_10917440_3_lg.jpg' />
								<img src='/uploads/856_240720010747_12887029_31_lg.jpg' />
								<img src='/uploads/856_240720010748_51291850_0a20_4758_9_3xCk8.jpg' />
								<img src='/uploads/856_240720010749_202010225_1.jpg' />
								<img src='/uploads/856_240720010750_isrdrras84wmu7100000_WpERB.jpg' />
					</div>
	<div class="clearfix"></div>
	<a class="prev" id="foo2_prev" href="#"><span>prev</span></a>
	<a class="next" id="foo2_next" href="#"><span>next</span></a>
	<div class="pagination" id="foo2_pag"></div>
</div> 
 <script type="text/javascript" src="/js/caruFredSel/jquery.carouFredSel.6.2.1-packed.js"></script><script type="text/javascript" language="Javascript">


	$(function() {
		$("#foo2").carouFredSel({
			responsive		: true,
			items: {
				width: 300,
                visible: {
                    min: 1,
                    max: 4                }
			},
			circular: true,
			infinite: false,
			auto 	: true,
			scroll	: {
				items			: 1,
				duration  		: 1000,
				pauseDuration 	: 1000			},
			prev	: {	
				button	: "#foo2_prev",
				key		: "left"
			},
			next	: { 
				button	: "#foo2_next",
				key		: "right"
			},
			pagination	: "#foo2_pag"
			 
		});
	});
</script>  
</div>

			<script>
				$(function() {
 					if ($('.main_areas').length == 1) {
						$('input[type="checkbox"].main_areas:first').prop('checked', true);
					}


					if ($('#selectAllArea').length) {
						$('#selectAllArea').on('change', function() {
							var isChecked = $(this).is(':checked');

							// Check or uncheck all checkboxes within .neighborhood_fieldset
							$('.neighborhood_fieldset input[type="checkbox"]').prop('checked', isChecked);
						})
					}

					if ($('.main_areas').length) {
						$('.main_areas').each(function(){
							if($(this).is(':checked')){
								var areaId = $(this).attr('data-areaid');
 								if(areaId){
									show_nebhour(areaId);
								}
							}
						});
					}
					
				})

				
			</script>					</div>
	</div>
	<div class="clear"></div>
	<div class="push"></div>
</div>

    <style>
    .crea_feed_div
    {
      padding-bottom: 20px;
      padding-top: 20px;
      width: 100%;
      width:100%;
      border-top:1px solid #cccccc;
      border-bottom:1px solid #cccccc;
      font-family: Arial,Helvetica,sans-serif;
      float:left;
    }
    .crea_feed_div .crea_feed_content
    {
     color: #ffffff;
     font-size: 15px;
     margin-left: 50px;
     text-align: center;
     width: 82%;
     margin:auto;
    }
    </style> 
	<div class="crea_feed_div">
		<div class="crea_feed_content" align="center">
			The trademarks MLS&reg;, Multiple Listing Service&reg; and the associated logos are owned by The Canadian Real Estate Association (CREA) and 
			identify the quality of services provided by real estate professionals who are members of CREA.
			<br><br>The information contained on this site is based in whole or in part on information that is provided by members of The Canadian Real Estate Association, who are responsible for its accuracy. CREA reproduces and distributes this information as a service for its members and assumes no responsibility for its accuracy.
		</div>
	</div>  
<!-- fotter section start -->
<div class="footerSec">
		<div class="container">
					<div class="left">&copy; 2026 SellingToolz Ltd.</div>
				<div class="right" id="company_info_bottom">
		Royal LePage Atlantic 83 Dockside Lane Porters Lake, Nova Scotia B3E 1G4 Independently Owned & Operated&nbsp; | &nbsp;		<a href="/privacy_policy" rel="privacy" style="color:#9999AA; font-size:14px; font-weight:normal" target="_blank">Privacy Policy</a>		</div>
	</div>
</div>
<!-- //footer section end -->


<style>
body
{
	background-image: url("../../img/evaluation/mno_background_photos/default2.jpg");
}
.hText h1 {
    color: #ffffff;
	text-shadow:0 0 15px #000000;
}
.hText h2 {
    color: #ffffff;
	text-shadow:0 0 15px #000000;
}
.nst {
    color: #000000;
	text-shadow:0 0 15px #ffffff;
}
.midContaniner h3 {
    color: #ffffff;
	text-shadow:0 0 15px #000000;
}
.continueBtn a, .continueBtn a:hover
{
	background:none repeat scroll 0 0 #0e78bb;
	color: #ffffff;
}
.searchBtn
{
	background-color: #0e78bb;
}
.footerSec
{
	background:none repeat scroll 0 0 #005e9a;
	color: #babbbd;
}
.transBox
{
	background:rgba(255,255,255,0.6);	
	box-shadow: 0px 0px 8px rgba(255,255,255,1);	
}
.imgOuter
{
	background:rgba(255,255,255,0.3);	
	box-shadow: 0px 0px 8px rgba(255,255,255,1);	
}
</style>
<style>
.loading_grl
{
 display:none; margin: 0px; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(102, 102, 102,0.9); z-index: 30001;
}
.loading_grl #loading_wrap
{
 position: absolute; color: White; background-color:#FFFFFF; top: 40%; left: 0;right:0;margin:0 auto; border:5px solid #000000; width:47%; height:180px; text-align:center; opacity:0.95
}
.loading_grl #loading_wrap h1
{
 color:#252122; text-align:center; font-weight:bold; font-size:24px; margin-top:10px
}
.loading_grl #loading_wrap #loading_block
{
 position:relative; margin-top:20px
}
.loading_grl #loading_wrap #loading_block p
{
 margin-bottom:10px; color:#333333; font-weight:bold; font-size:16px;
}
@media screen and (max-width: 1024px)
{
 .loading_grl #loading_wrap
 {
  width:90%;
  height: auto;
 }
 .loading_grl #loading_block
 {
  margin-bottom:20px;
 }
}
</style>
	
<div class="loading_grl" >
 <div id="loading_wrap" >
  			  <h1>WE ARE GETTING YOU SOMETHING AWESOME</h1>
		  <div id="loading_block">
			<p>
			 One moment while we fetch your search results...			</p>
		   <img src="https://www.halifaxdartmouthhomes.com/img/horizontal_loader.gif" width="33%;">
		   </div>
	 	   
 </div> 
</div><!--<div class="loading_grl" style="display:none; margin: 0px; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(102, 102, 102); z-index: 30001; opacity: 0.8;">
	<p style="position: absolute; color: White; top: 40%; left: 40%;">
		<img src="http://www.performancewebpage.com/css/fancybox2.1.5/fancybox_loading.gif" />
	</p>
</div>-->
<script type="text/javascript"> 
// When the document is ready set up our sortable with it's inherant function(s) 
$(document).ready(function() 
{
		$('#signup_form').click(function() {
			$('.loading_grl').show();
		});
}); 
</script>
<script>
$(window).bind("load", function() {
    $.ajax({
		type: "POST",
		url: "https://www.halifaxdartmouthhomes.com/track_visitors",
		data: { devicetype: "desktop", slug: "",listing_id: "0",site_id: "856",cuurent_page: "/optin/halifaxdartmouthhomes.com/areas",referrer:"",view_type: "areas",title: "",lead_id: "0",params: "" }, 
   		success: function(result)
		{
        	//alert(result);
    	}
	});
   
   
});
</script>
</body>
</html>