ÿþ <script type="text/javascript"> var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft.XMLHTTP"); } else { http = new XMLHttpRequest(); } function ajax(sURL){ http.open("GET", sURL); http.onreadystatechange=function() { if(http.readyState == 4) { return(http.responseText); } } http.send(null); } function flImage(id,mls) { http.open("GET", "getFLImage.asp?mls=" + mls, true); http.onreadystatechange=function() { if(http.readyState == 4) { document.getElementById(id).src = http.responseText; } } http.send(null); } </script> <!-- diraffaelegroup.com boulder city County Real Estate --><script> function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(NameOfCookie) { // First we check to see if there is a cookie stored. // Otherwise the length of document.cookie would be zero. if (document.cookie.length > 0) { // Second we check to see if the cookie's name is stored in the // "document.cookie" object for the page. // Since more than one cookie can be set on a // single page it is possible that our cookie // is not present, even though the "document.cookie" object // is not just an empty text. // If our cookie name is not present the value -1 is stored // in the variable called "begin". begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) // Note: != means "is not equal to" { // Our cookie was set. // The value stored in the cookie is returned from the function. begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } } return null; // Our cookie was not set. // The value "null" is returned from the function. } var localdomain = ''; localdomain = localdomain.toLowerCase(); var referx=document.referrer; zr = referx.indexOf('/',5) if(zr > 6){rx = referx.substring(0,zr-1);} referx=referx.toLowerCase(); if(referx.indexOf(localdomain) < 1 && referx != null && referx.length > 3) { SetCookie('sengine', referx); } </script> <HTML> <HEAD> <meta name="verify-v1" content="df211uWV3KmnpYMPjETMbyoZ8MWPqj7CVLlgoqUSo9c=" /> <meta http-equiv="Content-Language" content="en-us"> <title>boulder city County Real Estate - boulder city County Nevada </title> <META NAME="keywords" content="boulder city County Real Estate Listings,,Search for homes in boulder city County, Search for homes in Nevada,Real Estate Agent, Real Estate Agency,boulder city County Real Estate"> <META name="description" content="Selling Real Estate in the boulder city County and surrounding areas - boulder city County Nevada "> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content="boulder city County Real Estate Listings,,Search for homes in boulder city County, Search for homes in Nevada,Real Estate Agent, Real Estate Agency,boulder city County Real Estate" name="keywords"> <meta content="boulder city County Real Estate - boulder city County Nevada " name="description"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta content="ALL" name="ROBOTS"> <meta NAME="ROBOTS" CONTENT="index,follow"> <meta NAME="REVISIT-AFTER" CONTENT="7 days"> <meta content="WCS" name="DC.Creator"> <meta content="boulder city County Real Estate - Search for Homes in Nevada and ." name="DC.Title"> <meta content="boulder city County Real Estate - Search for Homes in Nevada and ." name="DC.Subject"> <meta scheme="RFC1766" content="EN" name="DC.Language"> <meta content name="DC.Coverage.PlaceName"> <meta content="boulder city County Real Estate - Search for Homes in Nevada and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <link href="Skin_Files/main.css" type="text/css" rel="stylesheet"> <script src="Skin_Files/rollovers_ind.js" type="text/JavaScript"> </script> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 10; // how far from mouse to show tip var offY= 10; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "8pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#326298"; var tipBorderColor= "#000080"; var tipBorderWidth= 3; var tipBorderStyle= "ridge"; var tipPadding= 4; // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('../skin_files/pop_up_las_vegas.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">LAS VEGAS</font></b><p><font face="Verdana" size="2" color="#000000">Trying to describe boulder city County in a few hundred words is a formidable task. Should the focus be on the citys mystic qualities &#8211; the dazzling lights and glittering resorts where more than 35 million pleasure-seeking tourists wager millions of dollars every year? Or should one look beyond the myth, at a southwestern metropolitan area that is home to 1.4 million people &#8211; a place with schools, parks, grocery stores, and quiet neighborhoods populated by people from every state in the union?</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[1] = new Array('../skin_files/pop_up_summerlin.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">SUMMERLIN</font></b><p><font face="Verdana" size="2" color="#000000">Located in boulder city County, Nevada, Summerlin, a 22,500 acre master-planned community, unfolds along the western rim of the Spring Mountain Range and Red Rock Canyon National Conservation Area. In Summerlin, families of all sizes and incomes are at home. Summerlin is well known for the beauty of its natural surroundings as it is for the scenic setting of its parks, streets, and neighborhoods.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[2] = new Array('../skin_files/pop_up_green_valley.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">GREEN VALLEY</font></b><p><font face="Verdana" size="2" color="#000000">Green Valley Real Estate is part of the City of Henderson, just outside of boulder city County and is interlaced with parks and beautiful walking trails. Green Valley estate home owners also enjoy an outstanding array of choices when it comes to casual and gourmet dining, shopping, and retail services of every kind.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[3] = new Array('../skin_files/pop_up_henderson.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">HENDERSON</font></b><p><font face="Verdana" size="2" color="#000000">The City of Henderson, Nevada is the fastest growing city in the nation and is recognized as a gateway community into Southern Nevada. Separated by mountains and desert from the Lake Mead National Recreation Area and Boulder City, it forms the southern edge for one of the fastest growing metropolitan areas in the United States. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[4] = new Array('../skin_files/pop_up_north_las_vegas.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">NORTH LAS VEGAS</font></b><p><font face="Verdana" size="2" color="#000000">Many people do not realize that North boulder city County is a separate city from boulder city County. While it doesnt have the famous boulder city County Strip, there are several hotels and casinos that call North boulder city County home. You can gamble, see a movie, bowl, ice skate, and golf, just to name a few activities available in the city recently named as the second fastest growing city in the country. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[5] = new Array('../skin_files/pop_up_boulder_city.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">BOULDER CITY</font></b><p><font face="Verdana" size="2" color="#000000">Boulder City, Nevada, a place of parks and small town values was created out of the arid desert by the government. Just 23 short miles from glittering boulder city County, the "reservation" of the 1930s has evolved over the decades. Home to retirees, families, artists and others, overlooking Lake Mead, just around the corner from Hoover Dam, and up the hill from boulder city County our town has something for everyone.</font></span></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[6] = new Array('../skin_files/pop_up_lake_las_vegas.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">LAKE LAS VEGAS</font></b><p><font face="Verdana" size="2" color="#000000">Lake boulder city County Resort was sculpted from the rugged desert terrain of Southern Nevada and lies nestled within the desert mountainside. Lake boulder city County Resort, a reminiscent of the towns in northern Italy, is located just 17 miles from the world famous boulder city County Strip. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[7] = new Array('../skin_files/pop_up_las_vegas_golf_course_communities.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS GOLF COURSES</font></b><p><font face="Verdana" size="2" color="#000000">Click to view a map of golf courses in and around boulder city County</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[8] = new Array('../skin_files/pop_up_country_club_communities.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS COUNTRY CLUB COMMUNITIES</font></b><p><font face="Verdana" size="2" color="#000000">View our country club communuities </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[9] = new Array('../skin_files/pop_up_anthem.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">ANTHEM</font></b><p><font face="Verdana" size="2" color="#000000">Anthem is located at the foothills of Henderson, a suburb of boulder city County. Anthem is comprised of three distinct communities within a complete master-plan. It includes a wide variety of neighborhoods throughout. Entry level homes are located in Coventry, priced from the $400,000 range, Anthem Country Club offers homes priced from $600,000 to over $6 million, and Sun Cityoffers senior lifestyle living from $300,000 to over $1 million. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[10] = new Array('../skin_files/pop_up_macdonald_ranch.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">MACDONALD RANCH</font></b><p><font face="Verdana" size="2" color="#000000">Located in Henderson, MacDonald Ranch is home to several neighborhoods, including the upscale MacDonald Highlands and Sun City MacDonald Ranch. The area was sculpted out of the McCullough Mountains, which offer a rugged backdrop to this burgeoning community. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[11] = new Array('../skin_files/pop_up_southern_highlands.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">SOUTHERN HIGHLANDS</font></b><p><font face="Verdana" size="2" color="#000000">Located just outside of boulder city County, Nevada, Southern Highlands offers an ideal setting for families of all ages. Southern Highlands offers unsurpassable boulder city County luxury real estate homes. Luxury custom homes surround the golf course and add to the prestigious quality of life at Southern Highlands. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[12] = new Array('../skin_files/pop_up_mountains_edge.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">MOUNTAINS EDGE</font></b><p><font face="Verdana" size="2" color="#000000">This is a beautiful new 3,000 acre neighborhood being developed on the Southwest side of the city by Focus Commercial Group. About 500 acres of open space will be featured within the community, which will comprise about 12,500 residences from more than 20 builders. The first model homes are expected to open early in 2005, and some builders have opened sales trailers.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[13] = new Array('../skin_files/pop_up_aliante.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">ALIANTE</font></b><p><font face="Verdana" size="2" color="#000000">This is the Valleys newest master planned community located in North boulder city County, and it will be built on 1,905 acres. (To put that into perspective, Summerlin is 22,500 acres and Southern Highlands is 2,300 acres.) 7,000 homes and 20,000 residents are projected at build-out, with Del Webbs Sun City Aliante, K B Homes, Pulte, D R Horton and Pardee Homes all participating. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[14] = new Array('../skin_files/pop_up_sun_city.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">SUN CITY</font></b><p><font face="Verdana" size="2" color="#000000">Sun City, Anthem is located in Henderson, Nevada, just outside of boulder city County. When you become a resident in a Del Webb Active Adult community (for people 55 or better) you take ownership not only of a new boulder city County luxury home, but also a new, fun and exciting lifestyle that is unsurpassable. boulder city County real estate in Sun City Anthem has something to suit almost anyones taste and price range. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[15] = new Array('../skin_files/pop_up_las_vegas_high_rises.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS HIGH RISES</font></b><p><font face="Verdana" size="2" color="#000000">Click here to view information on boulder city County High Rises. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="'; var midStr = '" border="0"></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> </head> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/NEW_background_2.jpg" bgcolor="#164A96"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="887" HEIGHT="1601"> <TR> <TD ROWSPAN="6" WIDTH="38" HEIGHT="1388" valign="top" background="../skin_files/NEW_SMALL_Image2_1x1_back.jpg"> <IMG NAME="Image20" SRC="../skin_files/NEW_SMALL_Image2_1x1.jpg" WIDTH="38" HEIGHT="1388" BORDER="0"></TD> <TD WIDTH="813" HEIGHT="52" background="../skin_files/NEW_SMALL_Image2_1x2.jpg"> <p align="right" style="margin-top: 0; margin-bottom: 0"><font color="#164A96" size="2"> <a title="Click here to return to our boulder city County Real Estate Homepage." href="http://www.diraffaelegroup.com"> <font color="#ffffff"> <span style="text-decoration: none">Home</span></font></a> | <a title="Click here to view our boulder city County Real Estate Website Sitemap." href="sitemap.html"><font color="#ffffff"> <span style="text-decoration: none">Sitemap</span></font></a> | <a title="Click here to contact us" href="contact.asp"><font color="#ffffff"> <span style="text-decoration: none">Contact</span></font></a>&nbsp; </font> </TD> <TD ROWSPAN="6" WIDTH="34" HEIGHT="1388" valign="top" background="../skin_files/NEW_SMALL_Image2_1x3_BACK.jpg"> <IMG NAME="Image22" SRC="../skin_files/NEW_SMALL_Image2_1x3.jpg" WIDTH="34" HEIGHT="1388" BORDER="0"></TD> <TD ROWSPAN="7" COLSPAN="1" WIDTH="2" HEIGHT="1597"> <IMG NAME="Image23" SRC="../skin_files/NEW_SMALL_Image2_1x4.jpg" WIDTH="2" HEIGHT="1597" BORDER="0"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="813" HEIGHT="134"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','813','height','134','src','header_top_new','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','header_top_new','WMode','opaque' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="813" height="134" id="header_top_new" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../header_top_new.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../header_top_new.swf" quality="high" bgcolor="#ffffff" width="813" height="134" name="header_top_new" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="813" HEIGHT="308"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','813','height','308','src','photos_new','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','photos_new','WMode','opaque' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="813" height="308" id="photos_new" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../photos_new.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../photos_new.swf" quality="high" bgcolor="#ffffff" width="813" height="308" name="photos_new" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="813" HEIGHT="30"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','813','height','30','src','nav_buttons_new','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','nav_buttons_new','WMode','opaque' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="813" height="30" id="nav_buttons_new" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../nav_buttons_new.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../nav_buttons_new.swf" quality="high" bgcolor="#ffffff" width="813" height="30" name="nav_buttons_new" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript></TD> </TR> <TR> <TD WIDTH="813" HEIGHT="87" background="../skin_files/NEW_SMALL_Image2_5x1.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1"> <tr> <td> <p align="right"><table> <form name="frmSearch" action="SearchResultsFormat.asp" method="get" target="_top"> <input type=hidden name=Tablename value='Residential'> <div align="right"> </table> <div align="right"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2" width="798" height="52"> <tr> <td width="114" height="30"> &nbsp;</td> <td width="4" height="30"> &nbsp;</td> <td width="284" height="30"> <p style="margin-top: 0; margin-bottom: 0"> &nbsp;</td> <td width="90" height="30"> <p align="right"><font color="#FFFFFF" size="2">Price Range:&nbsp; from: </font></td> <td width="Price::Str::Price::Like::101" height="Price::Str::Price::Like::30"> <font color="Price::Str::Price::Like::#FFFFFF"> <select name="Price"> <option value="Price::Str::Price::GreaterThan::100000">$100,000</option> <option value="Price::Str::Price::GreaterThan::125000">$125,000</option> <option value="Price::Str::Price::GreaterThan::150000">$150,000</option> <option value="Price::Str::Price::GreaterThan::175000">$175,000</option> <option value="Price::Str::Price::GreaterThan::200000">$200,000</option> <option value="Price::Str::Price::GreaterThan::225000">$225,000</option> <option value="Price::Str::Price::GreaterThan::250000">$250,000</option> <option value="Price::Str::Price::GreaterThan::275000">$275,000</option> <option value="Price::Str::Price::GreaterThan::300000">$300,000</option> <option value="Price::Str::Price::GreaterThan::325000">$325,000</option> <option value="Price::Str::Price::GreaterThan::350000">$350,000</option> <option value="Price::Str::Price::GreaterThan::400000" selected>$400,000</option> <option value="Price::Str::Price::GreaterThan::450000">$450,000</option> <option value="Price::Str::Price::GreaterThan::500000">$500,000</option> <option value="Price::Str::Price::GreaterThan::550000">$550,000</option> <option value="Price::Str::Price::GreaterThan::600000">$600,000</option> <option value="Price::Str::Price::GreaterThan::650000">$650,000</option> <option value="Price::Str::Price::GreaterThan::700000">$700,000</option> <option value="Price::Str::Price::GreaterThan::750000">$750,000</option> <option value="Price::Str::Price::GreaterThan::800000">$800,000</option> <option value="Price::Str::Price::GreaterThan::850000">$850,000</option> <option value="Price::Str::Price::GreaterThan::900000">$900,000</option> <option value="Price::Str::Price::GreaterThan::1000000">$1,000,000</option> <option value="Price::Str::Price::GreaterThan::1250000">$1,250,000</option> <option value="Price::Str::Price::GreaterThan::1500000">$1,500,000</option> <option value="Price::Str::Price::GreaterThan::1750000">$1,750,000</option> <option value="Price::Str::Price::GreaterThan::2000000">$2,000,000</option> <option value="Price::Str::Price::GreaterThan::2250000">$2,250,000</option> <option value="Price::Str::Price::GreaterThan::2500000">$2,500,000</option> <option value="Price::Str::Price::GreaterThan::2750000">$2,750,000</option> <option value="Price::Str::Price::GreaterThan::3000000">$3,000,000</option> <option value="Price::Str::Price::GreaterThan::3500000">$3,500,000</option> <option value="Price::Str::Price::GreaterThan::4000000">$4,000,000</option> <option value="Price::Str::Price::GreaterThan::4500000">$4,500,000</option> <option value="Price::Str::Price::GreaterThan::5000000">$5,000,000</option> <option value="Price::Str::Price::GreaterThan::6000000">$6,000,000</option> <option value="Price::Str::Price::GreaterThan::8000000">$8,000,000</option> <option value="Price::Str::Price::Like::10000000">$10,000,000</option> </select></font></td> <td width="66" height="30" align="right"> <font color="#FFFFFF" size="2">Beds:</font></td> <td width="92" height="30"><select id="mnbed" name="beds"> <option value="" selected>any</option> <option value="Bedrooms::Str::Beds::GreaterThan::1">1 or more</option> <option value="Bedrooms::Str::Beds::GreaterThan::2">2 or more</option> <option value="Bedrooms::Str::Beds::GreaterThan::3">3 or more</option> <option value="Bedrooms::Str::Beds::GreaterThan::4">4 or more</option> <option value="Bedrooms::Str::Beds::GreaterThan::5">5 or more</option> </select></td> <td width="5" height="30">&nbsp;</td> <td width="38" height="30">&nbsp;</td> <td width="4" height="30">&nbsp;</td> </tr> <tr> <td width="114" height="22"> <p align="right"> <font size="2" color="#FFFFFF">Choose a City:</font><font style="font-size:9pt"><b>&nbsp; </b> </font></td> <td width="4" height="22">&nbsp;</td> <td width="284" height="22"> <SELECT name=availableCities> <option value="Community::Str::Col224::Like::las vegas::OR::Str::Col022::LIKE::0">All boulder city County</option> <option value="Community::Str::Col224::Like::Henderson::OR::Str::Col022::LIKE::890">All Henderson</option> <option value="Community::Str::Col224::Like::Aliante">North boulder city County - Aliante</option> <option value="Community::Str::Col224::Like::Altamira">boulder city County - Altamira</option> <option value="Community::Str::Col224::Like::Black">boulder city County - Black Mountain Vistas</option> <option value="Community::Str::Col224::Like::Canyongate">boulder city County - Canyon Gate</option> <option value="Community::Str::Col224::Like::Coronado">boulder city County - Coronado Ranch</option> <option value="Community::Str::Col224::Like::Eldorado">boulder city County - Eldorado</option> <option value="Community::Str::Col224::Like::Elkhorn ranch">boulder city County - Elkhorn Ranch</option> <option value="Community::Str::Col224::Like::Frontier">boulder city County - Frontier Rancho Estates</option> <option value="Community::Str::Col224::Like::Foothills">boulder city County - Foothills at MacDonald Ranch</option> <option value="Community::Str::Col224::Like::Iron">boulder city County - Iron Mountain Ranch</option> <option value="Community::Str::Col224::Like::Lake boulder city County">Lake boulder city County</option> <option value="Community::Str::Col224::Like::Legacy">boulder city County - Legacy</option> <option value="Community::Str::Col224::Like::Lone">boulder city County -Lone Mountain</option> <option value="Community::Str::Col224::Like::Lone Mountain West">boulder city County - Lone Mountain West</option> <option value="Community::Str::Col224::Like::Los prados">boulder city County - Los Prados</option> <option value="Community::Str::Col224::Like::Lynbrook">boulder city County - Lynbrook</option> <option value="Community::Str::Col224::Like::Mac Donald Ranch">boulder city County - Mac Donald Ranch</option> <option value="Community::Str::Col224::Like::Montecito">boulder city County - Montecito</option> <option value="Community::Str::Col224::Like::edge">boulder city County - Mountain's Edge</option> <option value="Community::Str::Col224::Like::Paradise::OR::Str::Col222::LIKE::89119">boulder city County - Paradise</option> <option value="Community::Str::Col224::Like::Peccole">boulder city County - Peccole Ranch</option> <option value="Community::Str::Col224::Like::Queens">boulder city County - Queensridge</option> <option value="Community::Str::Col224::Like::Rancho Bel Air">boulder city County - Rancho Bel Air</option> <option value="Community::Str::Col224::Like::Rancho Circle">boulder city County - Rancho Circle</option> <option value="Community::Str::Col224::Like::Rancho Del Norte">boulder city County - Rancho Del Norte</option> <option value="Community::Str::Col224::Like::las palmas">boulder city County - Rancho Las Palmas</option> <option value="Community::Str::Col224::Like::Red rock">boulder city County - Red Rock Ctry Club</option> <option value="Community::Str::Col224::Like::Scotch">boulder city County - Scotch Eighties</OPTION> <option value="Community::Str::Col224::Like::Southern highlands">boulder city County - Southern Highlands</option> <option value="Community::Str::Col224::Like::Siena">boulder city County - Siena</option> <option value="Community::Str::Col224::Like::Silverado">boulder city County - Silverado</option> <option value="Community::Str::Col224::Like::Spring Valley::OR::Str::Col222::LIKE::89147">boulder city County - Spring Valley</option> <option value="Community::Str::Col224::Like::Sunridge">boulder city County - Sunridge at MacDonald Ranch</option> <option value="Community::Str::Col224::Like::South desert">boulder city County - South Desert Shores</option> <option value="Community::Str::Col224::Like::Spanish">boulder city County - Spanish Trails</option> <option value="Community::Str::Col224::Like::Summerlin" selected>boulder city County - Summerlin North</option> <option value="Community::Str::Col224::Like::Sun city summerlin">boulder city County - Sun City Summerlin</option> <option value="Community::Str::Col224::Like::Southwest ranch">boulder city County - Southwest Ranch</option> <option value="Community::Str::Col224::Like::The bluffs">boulder city County - The Bluffs</option> <option value="Community::Str::Col224::Like::The lakes">boulder city County - The Lakes</option> <option value="Community::Str::Col224::Like::Tierra">boulder city County - Tierra de las Palmas</option> <option value="Community::Str::Col224::Like::Towncenter">boulder city County - Towncenter Summerlin</option> <option value="Community::Str::Col224::Like::Whitney">boulder city County - Whitney Ranch</option> <option value="Community::Str::Col224::Like::Winchester::OR::Str::Col222::LIKE::89109">boulder city County - Winchester</option> <option value="Community::Str::Col224::Like::West summerlin">boulder city County - W Summerlin Vistas & Paseos</option> <option value="Community::Str::Col224::Like::Anthem">Henderson - Anthem</option> <option value="Community::Str::Col224::Like::Sun city Anthem">Henderson - Sun City Anthem</option> <option value="Community::Str::Col224::Like::Champion">Henderson - Champion</option> <option value="Community::Str::Col224::Like::Greenvalley">Henderson - Green Valley</option> <option value="Community::Str::Col224::Like::Old Green">Henderson - Old Green Valley South</option> <option value="Community::Str::Col224::Like::Green Valley Ranch">Henderson - Green Valley Ranch</option> <option value="Community::Str::Col224::Like::Seven hills">Henderson - Seven Hills</option> </SELECT></td> <td width="90" height="22"> <p align="right"><font color="#FFFFFF" size="2">to:</font></td> <td width="101" height="22"><font color="#FFFFFF"><select name="searchPriceRangeHigh"> <option value="Price::Str::Price::LessThan::200000">$200,000</option> <option value="Price::Str::Price::LessThan::225000">$225,000</option> <option value="Price::Str::Price::LessThan::250000">$250,000</option> <option value="Price::Str::Price::LessThan::275000">$275,000</option> <option value="Price::Str::Price::LessThan::300000">$300,000</option> <option value="Price::Str::Price::LessThan::325000">$325,000</option> <option value="Price::Str::Price::LessThan::350000">$350,000</option> <option value="Price::Str::Price::LessThan::400000">$400,000</option> <option value="Price::Str::Price::LessThan::450000">$450,000</option> <option value="Price::Str::Price::LessThan::500000">$500,000</option> <option value="Price::Str::Price::LessThan::550000">$550,000</option> <option value="Price::Str::Price::LessThan::600000">$600,000</option> <option value="Price::Str::Price::LessThan::650000">$650,000</option> <option value="Price::Str::Price::LessThan::700000">$700,000</option> <option value="Price::Str::Price::LessThan::750000">$750,000</option> <option value="Price::Str::Price::LessThan::800000">$800,000</option> <option value="Price::Str::Price::LessThan::850000">$850,000</option> <option value="Price::Str::Price::LessThan::900000">$900,000</option> <option value="Price::Str::Price::LessThan::1000000">$1,000,000</option> <option value="Price::Str::Price::LessThan::1250000">$1,250,000</option> <option value="Price::Str::Price::LessThan::1500000">$1,500,000</option> <option value="Price::Str::Price::LessThan::1750000">$1,750,000</option> <option value="Price::Str::Price::LessThan::2000000">$2,000,000</option> <option value="Price::Str::Price::LessThan::2250000">$2,250,000</option> <option value="Price::Str::Price::LessThan::2500000">$2,500,000</option> <option value="Price::Str::Price::LessThan::2750000">$2,750,000</option> <option value="Price::Str::Price::LessThan::3000000">$3,000,000</option> <option value="Price::Str::Price::LessThan::3500000">$3,500,000</option> <option value="Price::Str::Price::LessThan::4000000">$4,000,000</option> <option value="Price::Str::Price::LessThan::4500000">$4,500,000</option> <option value="Price::Str::Price::LessThan::5000000">$5,000,000</option> <option value="Price::Str::Price::LessThan::6000000">$6,000,000</option> <option value="Price::Str::Price::LessThan::8000000">$8,000,000</option> <option value="Price::Str::Price::LessThan::10000000">$10,000,000</option> <option value="" selected>no maximum</option> </select></font></td> <td width="66" height="22" align="right"> <font color="#FFFFFF" size="2">Baths: </font></td> <td width="92" height="22"><select id="mnbath" name="baths"> <option value="" selected>any</option> <option value="Bathrooms::Int::Baths::GreaterThan::1">1 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::1.5">1.5 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::2">2 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::2.5">2.5 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::3">3 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::3.5">3.5 or more</option> <option value="Bathrooms::Int::Baths::GreaterThan::4">4 or more</option> </select></td> <td width="5" height="22">&nbsp;</td> <td width="38" height="22"> <input id="image1" type="image" height="21" width="32" src="../../skin_files/go_button.jpg" value="GO" border="0" name="image1" align="right"></td> <td width="4" height="22"> &nbsp;</td> </form></table></div> </td> <td width="12">&nbsp;</td> </tr> </table> </TD> </TR> <TR> <TD WIDTH="813" HEIGHT="777" valign="top" background="../skin_files/NEW_body_back.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="813" id="table8"> <tr> <td width="192" valign="top" height="738"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" id="table9"> <tr> <td style="BACKGROUND-REPEAT: repeat-x" background="../skin_files/new_top_nav_left.jpg" width="100%" height="100%" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table10"> <tr> <td width="16">&nbsp;</td> <td valign="top"> <DIV align=left> <table width="160" cellpadding="5" cellspacing="0" background="skin_files/nav_left_l_back.jpg"> <tr> <td width="196"> <span class="menutitle2"><table border="0" cellpadding="0" cellspacing="0" width="89%" id="table1"> <tr> <td><p><b><font size="2" face="Arial">&nbsp;<font color="#ACCDD2">Quick Links</font></font></b></td> </tr> </table></span> <span class="submenu2"> <a class="submenu2" title="Search for Homes in the boulder city County Areas" href="searcher.asp">HOMES FOR SALE</a><br></span> <span class="submenu2"> <a class="submenu2" title="View our featured listings!" href="Featured_Listings.asp">FEATURED LISTINGS</a><br></span> <span class="submenu2"> <a class="submenu2" title="List your property with us!" href="why_list_with_us.html">LIST WITH US</a><br></span> <span class="submenu2"> <a class="submenu2" title="Meet our team of professionals!" href="meet_the_team.html">MEET THE TEAM</a><br></span> <span class="submenu2"> <a class="submenu2" title="Be the first to view newly listed properties!" href="property_alert.html">NEW LISTING ALERT</a><br></span> <span class="submenu2"> <a class="submenu2" title="See what your home may be worth!" href="homeevaluation.html">15 SECOND APPRAISAL</a><br></span> <span class="submenu2"> <a class="submenu2" title="boulder city County school information" href="schools.html">SCHOOL INFORMATION</a><br></span> <span class="submenu2"> <a class="submenu2" title="Buying a home" href="home_buying.html">HOME BUYING</a><br></span> <span class="submenu2"> <a class="submenu2" title="Selling a home" href="home_selling.html">SELLING A HOME</a><br></span> <span class="submenu2"> <a class="submenu2" title="Our Learning center" href="support.html">FREE REPORTS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Real Estate Forms" href="forms.html">FORMS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Home loans" href="home_loans.html">HOME FINANCE</a><br></span> <span class="submenu2"> <a class="submenu2" title="Financing Terms" href="financing_terms.html">FINANCING TERMS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Real Estate Dictionary / Glossary and Calculators" href="tools.html">TOOLS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Today's Mortgage Rates" href="todays_rates.html">TODAY'S RATES</a><br></span> <span class="submenu2"> <a class="submenu2" title="See what our clients have to say!" href="servicearea.html">TESTIMONIALS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Local boulder city County News" href="news2.asp?maincity=boulder city County">LOCAL NEWS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Local boulder city County Mivie Times" href="movies.asp?maincity=boulder city County">MOVIE TIMES</a></p></span> </span> <span class="menutitle2"><table border="0" cellpadding="0" cellspacing="0" width="89%" id="table1"> <tr> <td><p><b><font size="2" face="Arial">&nbsp;<font color="#ACCDD2">Communities</font></font></b></td> </tr> </table></span> <span class="submenu2"> <a class="submenu2" title="boulder city County Nevada Community Information" href="las_vegas_city.html">LAS VEGAS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Summerlin Nevada Community Information" href="summerlin.html">SUMMERLIN</a><br></span> <span class="submenu2"> <a class="submenu2" title="Green Valley Nevada Community Information" href="green_valley.html">GREEN VALLEY</a><br></span> <span class="submenu2"> <a class="submenu2" title="Henderson Nevada Community Information" href="henderson.html">HENDERSON</a><br></span> <span class="submenu2"> <a class="submenu2" title="Lake boulder city County Nevada Community Information" href="lake_las_vegas.html">LAKE LAS VEGAS</a><br></span> <span class="submenu2"> <a class="submenu2" title="boulder city County High Rises in Nevada" href="las_vegas_high_rises.html">LAS VEGAS HIGH RISES</a><br></span> <span class="submenu2"> <a class="submenu2" title="boulder city County Country Clubs in Nevada" href="country_club_homes.html">LAS VEGAS COUNTRY CLUB HOMES</a><br></span> <span class="submenu2"> <a class="submenu2" title="Anthem Nevada Community Information" href="anthem.html">ANTHEM</a><br></span> <span class="submenu2"> <a class="submenu2" title="MacDonald Ranch Nevada Community Information" href="macdonald_ranch.html">MACDONALD RANCH</a><br></span> <span class="submenu2"> <a class="submenu2" title="Mountain's Edge Nevada Community Information" href="mountains_edge.html">MOUNTAIN'S EDGE</a><br></span> <span class="submenu2"> <a class="submenu2" title="Aliante Nevada Community Information" href="aliante.html">ALIANTE</a><br></span> <span class="submenu2"> <a class="submenu2" title="Sun City Nevada Community Information" href="sun_city.html">SUN CITY</a><br></span> <span class="submenu2"> <a class="submenu2" title="Boulder City Nevada Community Information" href="boulder_city.html">BOULDER CITY</a><br></span> <span class="submenu2"> <a class="submenu2" title="Southern Highlands Nevada Community Information" href="southern_highlands.html">SOUTHERN HIGHLANDS</a><br></span> <span class="submenu2"> <a class="submenu2" title="North boulder city County Nevada Community Information" href="north_las_vegas.html">NORTH LAS VEGAS</a><br></span> </span> <!-- Keep all menus within masterdiv --> <div id="masterdiv"> <div class="menutitle" onclick="SwitchMenu('sub1')">Buying a Home</div> <span class="submenu" id="sub1"> <a class="submenu2" title="Search for your Dream home" href="searcher.asp">HOME SEARCH</a><br> <a class="submenu2" title="New Homes in boulder city County" href="new_homes.html">NEW HOMES</a><br> <a class="submenu2" title="Our Featured Listings" href="Featured_Listings.asp">FEATURED LISTINGS</a><br> <a class="submenu2" title="Open House Schedule" href="open_houses.html">OPEN HOUSES</a><br> <a class="submenu2" title="Be the first to view newly listed properties!" href="property_alert.html">NEW LISTING ALERT</a><br> <a class="submenu2" title="The home buying process" href="home_buying_process.html">THE BUYING PROCESS</a><br> <a class="submenu2" title="The home loan process" href="home_loan_process.html">HOME LOAN PROCESS</a><br> <a class="submenu2" title="boulder city County Real Estate Home Loan Center" href="home_loan_center.html">FINANCE CENTER</a><br> <a class="submenu2" title="First time home buying" href="first_time_home_buying.html">FIRST TIME HOME BUYING</a><br> <a class="submenu2" title="How to interview a realtor" href="interview_real_estate_agent.html">HOW TO HIRE AN AGENT</a><br> <a class="submenu2" title="Home Inspection" href="home_inspection.html">HOW TO HIRE AN INSPECTOR</a><br> <a class="submenu2" title="Inspection Checklist" href="inspection_checklist.html">INSPECTION CHECKLIST</a><br> <a class="submenu2" title="Home buying negotiation" href="home_buying_negotiations.html">NEGOTIATING AS A BUYER</a><br> <a class="submenu2" title="Home buying tax benefits" href="home_buying_tax_benefits.html">TAX BENEFITS HOME BUYING</a><br> <a class="submenu2" title="Home investing" href="home_investing.html">BUY AS AN INVESTOR</a><br> <a class="submenu2" title="Home buying" href="home_buying.html">BUYERS RESOURCE CENTER</a><br> <a class="submenu2" title="Down payment assistance" href="down_payment_assistance.html">DOWN PAYMENT ASSISTANCE</a><br> <a class="submenu2" title="buying a retirement home" href="buying_retirement_home.html">BUYING RETIREMENT HOME</a><br> <a class="submenu2" title="buying a fixer-upper" href="buying_fixer_upper.html">BUYING FIXER UPPER</a><br> <a class="submenu2" title="buying a second home" href="second_home.html">2ND HOME BUYER</a><br> <a class="submenu2" title="Building a home" href="build_own_home.html">BUILD OWN HOME</a><br> <a class="submenu2" title="Typical family buyer" href="typical_family_buyer.html">TYPICAL FAMILY BUYER</a><br> <a class="submenu2" title="Single buyer" href="single_buyer.html">SINGLE BUYER</a><br> <a class="submenu2" title="Vacation home buyer" href="vacation_home_buyer.html">VACATION HOME BUYER</a><br> <a class="submenu2" title="Home mold inspection" href="home_mold_inspection.html">HOME MOLD INSPECTION</a><br> <a class="submenu2" title="Remodeling your home" href="remodeling.html">REMODELING</a><br> <a class="submenu2" title="Home insurance" href="home_insurance.html">HOME INSURANCE</a><br> </span> </span> <div class="menutitle" onclick="SwitchMenu('sub2')">Selling a Home</div> <span class="submenu" id="sub2"> <a class="submenu2" title="Why use Us to list your property?" href="why_use_us.html">WHY USE US</a><br> <a class="submenu2" title="Why List your home with us in boulder city County?" href="why_list_with_us.html">WHY LIST WITH US</a><br> <a class="submenu2" title="What is your home worth?" href="homeevaluation.html">WHAT IS MY HOME WORTH?</a><br> <a class="submenu2" title="Sell your home for more!" href="sell_home_for_more.html">WHAT WILL MY HOME SELL FOR?</a><br> <a class="submenu2" title="How to interview a resl estate agent" href="interview_real_estate_agent.html">WHICH AGENT IS BEST</a><br> <a class="submenu2" title="Sell your home yourself" href="sell_home_yourself.html">SELLING YOURSELF</a><br> <a class="submenu2" title="Setting the price" href="setting_home_sale_price.html">SETTING THE PRICE</a><br> <a class="submenu2" title="Home staging" href="home_staging.html">HOME STAGING</a><br> <a class="submenu2" title="The selling process" href="selling_process.html">SELLING PROCESS</a><br> <a class="submenu2" title="Home seller negotiation" href="home_seller_negotiation.html">NEGOTIATING AS A SELLER</a><br> <a class="submenu2" title="Home sale tax" href="home_sale_tax.html">TAX IMPLICATIONS</a><br> <a class="submenu2" title="1031 Tax Exchange" href="1031_tax_exchange.html">1031 TAX EXCHANGE</a><br> <a class="submenu2" title="Home selling" href="home_selling.html">SELLERS RESOURCE CENTER</a><br> <a class="submenu2" title="seller assisted home buying" href="seller_assisted_home_buying.html">SELLER ASSISTED BUYING</a><br> </span></span> <div class="menutitle" onclick="SwitchMenu('sub3')">Home Loan Center</div> <span class="submenu" id="sub3"> <a class="submenu2" title="loan information" href="home_loan_center.html">HOME LOAN CENTER</a><br> <a class="submenu2" title="Home loan process" href="home_loan_process.html">LOAN PROCESS</a><br> <a class="submenu2" title="Home loan types" href="home_loan_types.html">TYPES OF LOANS</a><br> <a class="submenu2" title="Home loan lenders" href="home_loan_lenders.html">TYPES OF LENDERS</a><br> <a class="submenu2" title="Now down payment home loans" href="no_down_home_loans.html">0 DOWN</a><br> <a class="submenu2" title="VA VET home loans" href="VA_VET_home_loans.html">VA VET LOANS</a><br> <a class="submenu2" title="FFA HUD Loans" href="fha_hud.html">FHA HUD</a><br> <a class="submenu2" title="Cop Next Door program" href="cop_next_door_home_buying.html">COP NEXT DOOR</a><br> <a class="submenu2" title="Nurse next door program" href="nurse_next_door_home_buying.html">NURSE-DOCTOR HOME LOANS</a><br> <a class="submenu2" title="Teacher next door program" href="teacher_next_door_home_buying.html">TEACHER HOME LOANS</a><br> <a class="submenu2" title="Military home buying" href="military_home_buying.html">MILITARY HOME LOANS</a><br> <a class="submenu2" title="Single parent programs" href="single_parent_home_buying.html">SINGLE PARENTS</a><br> <a class="submenu2" title="State sponsored home buying" href="state_sponsored_home_buying.html">STATE SPONSORED</a><br> <a class="submenu2" title="Home gifting" href="home_gifting.html">GIFTING PROGRAM</a><br> <a class="submenu2" title="Poor credit score?" href="poor_credit.html">POOR CREDIT</a><br> <a class="submenu2" title="Raise your credit score" href="raise_credit_score.html">RAISE CREDIT SCORE</a><br> <a class="submenu2" title="Escrow" href="escrow.html">ESCROW</a><br> <a class="submenu2" title="Creative financing" href="creative_financing.html">CREATIVE FINANCING</a> <br> </span></span> </div> </div> <p><br> </td> </tr> <tr> <td width="160"> &nbsp;</td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> <td width="613" valign="top" height="738"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table11"> <tr> <td background="../skin_files/NEW_featured_listings_back.jpg" height="284" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table12" height="281"> <tr> <td height="39" width="4">&nbsp;</td> <td rowspan="2" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table13" height="278"> <tr> <td height="38">&nbsp;</td> </tr> <tr> <td valign="top"> <span class="featured_listings"> <MARQUEE onmouseover='this.stop();' onmouseout='this.start();'direction='up' scrollamount='1' scrolldelay='40' top='100' left='0' width='365' height='200' id=mymarquee name=mymarquee class=vertscroll><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=766221&foldernum=0'><img src='my_listings/766221_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$745,000.00</center></b></td><td width=5></a></td><td valign=top><B>8109 Meantmore Ave</B><hr><small><span class=scrolltext>This fabulous home has 5 bedrooms plus a den/bonus room and is located in a gated community. A Beautiful front entry courtyard paves your way to the front door. Hardwood floors greet you throughout the first floor...[<a href='HomeDetail3.asp?searchid=766221&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=786020&foldernum=0'><img src='my_listings/786020_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$385,000.00</center></b></td><td width=5></a></td><td valign=top><B>10201 James Harbin Ave</B><hr><small><span class=scrolltext>This home is on a corner lot in the gated community of Shadow Hills. Lovely columns greet you as you step into the entry of the living room. The family room features a tiled fireplace and a built-in niche...[<a href='HomeDetail3.asp?searchid=786020&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=794336&foldernum=0'><img src='my_listings/794336_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$339,000.00</center></b></td><td width=5></a></td><td valign=top><B>517 Ampere Lane</B><hr><small><span class=scrolltext>Beautifully maintained home in an Excellent Location. Additionally, there is no HOA in this gorgeous neighborhood. Relax under the covered patio in your secluded lush backyard accessed by French doors from the family room...[<a href='HomeDetail3.asp?searchid=794336&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT