Mary Lockman Methow Valley Real Estate

Select Integrity; Receive Excellence
Welcome to Mary Lockman Methow Valley Real Estate Sign in | Help

Mary Lockman

  • Great Fun things to do in Methow Valley and Winthrop Washington this President's Weekend

    Fun Events Methow Valley and Winthrop Washington this Weekend February 12-15th?  :

    What’s happening in Methow Valley Presidents Day Weekend February 12th -15th?

    Here are some great free and low cost highlights of fun things to do.

    When: February 12, 2010 (this Friday) 5:00pm

    What: Ceremony for the 2010 Olympics in Vancouver will be broadcast live at the Winthrop Washington Ice Rink

    Cost: FREE

     

    When: February 12, 2010 (this Friday) 7:30pm

    What: Fireworks Display at the Winthrop Washington Trailhead. 

    Cost: FREE

    When: February 13, 2010 (this Saturday) 9:00pm

    What: Funk and Soul Soul Kata Preforms at the Twisp River Pub in Twips Washington

    Cost: $5.00

    When: February 14, 2010 (this Sunday) dusk to 8:00pm

    What: Free horse drawn sleigh rides at the Mazama Corral from dusk to 8pm.

    Cost: FREE

     

     

  • 1 1/2 Story For Sale in Twin Lakes

    DSC_0014
    Majestic Skyline Lodge

    • 6,460 sq. ft., 4 bath, 4 bdrm 1 1/2 story - MLS® $695,000 - Mazama Mountain Panoramas

     -  Luxurious unmatched panoramas of the gorgeous Methow Valley, Methow River and surrounding Mountains. This skyline lodge sits perched above the town of Winthrop with massive view windows showcasing the majestic mountains of Mazama. Cathedral ceilings frame the compelling views with many unique interior features including stand alone propane fireplace, custom trim throughout, and radiant heat in the lower level. Open floor plans on both levels with two master bedroom suites. MVSTA Ski trails very close to this property. Community Pool and easy year round access.

    Property information

  • Thinking of Helping Grown Children Buy Their First Home? The Time is Right

    You may have grown children who you would like to help buy a home.  There has never been a better time:

    • Interest rates are low
    • First time home buyer tax Credit will end in spring of 2010
    • Gifting to your children can be as high as $52,000 with no tax consequences. 

      Under current tax law, an individual can gift up to $13,000 each year to any individual with no taxable consequences to anyone. If you and your spouse gift to your child and his or her spouse, that gift can total $52,000—a sizeable down payment.

      For more information about helping your child become a homeowner, please contact me anytime.

     

  • Methow Valley Real Estate Buyer and Seller Resources

    For Methow Valley Real Estate Buyers and Sellers who are in the market today, it is a very good idea to check out the latest information on the extended home buyer tax credit. Working with your real estate tax expert, you may be able to take advantage of this opportunity while interest rates are still low.

    In addition to the Extended Home Buyer Tax Credit there is a website for Washington State Home Owners and Buyers. This is a great resource at http://wahomeowners.com/

    Here is the link to this video regarding the new tax extension for Buyers and Sellers in Methow Valley

    http://www.youtube.com/watch?v=CyB72M0ae4I&feature=player_embedded

    Mary Lockman is a realtor with John L. Scott Methow Valley. Feel free to email Mary at Mary Lockman or visit her websites at http://www.methowrealestateservices.com/ or http://www.methowearth.com/

     

  • Great Tips to Make Home and Your Life More Beautiful

    One aspect of my job is to show beautiful homes in Methow Valley Washington off to Buyers.  I see gorgeous  homes consistently where Sellers are so neat and keep their homes absolutely show ready every day of the year and at anytime.  Yet they have lived in those homes for many years and lead very active lives.  What is their secret?  NO MORE CLUTTER!

    To check out some cool tips for your home, even if you are not selling it, check out my brand new webpage with videos provided by Realtor TV.  Here you will find great ideas that are quick and inexpensive.  Stay tuned for more to come.

  • Introduction to HTML, Part Three, Create a Simple Web Page in 5 Minutes or Less

    Here is the third and final Part Three of my Introduction to HTML

    Check out Lesson 1 at http://activerain.com/blogsview/1298501/introduction-to-html-and-task-1-create-a-simple-web-page-in-5-minutes

    Check out Lesson 2 at http://activerain.com/blogsview/1300690/introduction-to-html-part-two-create-a-simple-web-page-in-5-minutes-or-less

    This third lesson disscusses an introduction to Images, and coming soon I will do a lesson on anchor tags and hyper links

    This lesson assumes you understand file management, that is when you save a file on your computer you know how and where you stored it.  (Coming soon, how to save and retreve files on your computer.)

    Images:

    There are currently only three file formats or picture types that a Web browser can interpret, these are:

        GIF files, all picture files with the extension ".gif"

        JPG files, all picture files with the extension ".jpg"

        PNG files, all picture files with the extension ".png"

     

    Two of these formats, that is gif and jpg are very common, but you will find and can also use files with the extension png.  Older browsers do not support png files. These, will not be able to show picture files in png format.

     

    GIF and JPEG Images are very popular because:

    1. They will work across platforms ( any computer and operating system).

    2. Web browsers will be able to display images in GIF and JPEG formats on their web pages.

    3. They compress the size of the image file. The size of your image is not directly related to the size of its file.  The file size is related to the "depth" which basically means how much detail is in the picture and how many different colors are included. 

    Remember:

    *small image file = *quick download time = *happier visitors

     GIF means Graphics Interchange Format. We use GIF's when not more then 256 colors are required.  Therefore, they do not work well for photographs. GIF's are commonly used for simple line drawings, logo's and graphics. A later version of the GIF format GIF89A developed two years after the 87 GIF includes several enhancement featuresthat are not available in JPEG.

    One enhancement feature is transparency, which allows you to blend your background with the picture you are working with, and lets you remove the picture's original background. EX: a picture of me against a white wall on a web page with a purple background would be enhanced by the transparency feature which would remove the white wall background on the original picture and you would only see me against the purple of the web page.

    lnterlacing is another feature of GIF89A which has the picture download as very blurry at first and then gradually grows more focused through the download process. The old format will only download a picture from top to bottom line by line one row of picture at a time.

     The third and most popular feature for GIF89A is animation. GIF89A files can contain many images and when dialed in by the browser they appear in sequence. You simply put the name of your animation file in the appropriate location for an image file in the image tag and the browser executes the file beautifully. The trick is to know how to sequence your images for effective animation.

     

    Additional URL's for many animated GIF collections and pointers to GIF animation construction sets are listed on http://www.1stsitefree.com/graphics.htm

    JPEGmeans Joint Photographic Experts Group named after the engineering standards committee that defined it. JPEG's can represent the full 16.7 million colors available, which makes them ideal for photographs and other High color pictures! However JPEG will not have GIF89a enhancement features.

     Image maps are also used in web pages. When one image links to many web pages we create a map file associated with the image which will designate which regions of the Image will specifically allow us to link to what sites, with any undefined regions going to a default link.

     You may add images to your page, located on some distant computer on the Internet or you may want to make use of your own artwork (more likely!).  For this particular purpose, always locate your masterpieces within the same folder as your HTML web document.

     To insert an image onto your page you would have to make use of the <IMG> tag. This tag has a number of properties (additional information) of which we will review a couple. Consider the following <IMG> tag:

                 <IMG SRC="image_file.jpg" BORDER=0>

      *Note that the <IMG> tag is one of those tags that does not come in pairs.

    Also notice that the first <IMG> tag attribute shown here is the "SRC" or Source attribute. SRC tells the browser where to look for your image. SRC is just the file name of your image, if your image is in the same folder as your HTML document, or, SRC can be the exactInternet address of where the image is found on the net. There are many host servers and you must store your images on the site and then direct your webpage SRC to the correct location of your image.  Recently I accidently moved the Image folderto a different location on one of my sites and all the images were gone.  Luckily I located where I had unknowingly moved the Image folder for my images so the host server could find those pictures and know where to display them on the site.  Most Web sites are constructed with a main index page that has the images stored in an image folder, and all the SRC tag attributes on the site must direct that browser to go to the Image folder.  This would be accomplished in the example above as follows:

    <IMG SRC="Images/image_file.jpg" BORDER=0> (This is telling the web browser to load an image located one directory up from the Indexed page in the folder named Images, on the host server and with a file name of image_file.jpg

     The other attribute shown in the example above is the "BORDER" attribute. Using the Border attribute we can create a frame around an image. In order to create a thin frame we would set border=1, for a slightly thicker frame I would set border=2 and so forth.  Set border=0 not to display any frame around my image.

    Note with CSS you would be able to create a wider variety of border features and more options in image placement on your pages.

    Continuing on with this project, Steps 1-12 are located in Lesson 1 and Lesson 2

    •13.    Create a new folder called Web stuff on your desktop

    Step 1. Right click the mouse in the white space of the Window in which you wish to create this folder.

                    Step 2. Select the New and then Folder commands to display this  shortcut menu.

                Step 3. Key the name of your folder Web stuff

    •14.    Right Click on the image below, choose the Save Picture As... command and save this picture as goat.jpg IN THE Web stuffFolder on your destop. 

    Moutain Goat Winthrop Washington

    •15.   Create a copy of the web template text file (with the four basic container tags from lesson 1 and notepad icon) name this file "add image". and also save this to the same folder Web stuff

    •16.    Open add image.txt  (text file) and insert <img src="goat.jpg" border="0"> between the body tags on your page.  Once again save this file as "Examples of add image.html".  Open the html file to view your image.

    Let's see what happens to our image when we add some common attributes to the Image tag.

    The basic image tag <IMG SRC="goat.jpg"> can have many attributes nested with it such as vspace and hspace. These allow you to allot a region of space around your image (v representing the vertical and h the horizontal).

     *17Open the text file "add image".  Locate your image tag and add the following html exactly as shown:

    <IMG SRC="goat.jpg" boder="0" hspace="20" vspace="20">

    Once again save your file as html and view the changes to your graphic image.

    The numbers in quotes use pixels for their unit of measurement.  A pixel is short for picture element and refers to the dots that make up the screen image.

    (So one pixel is very small.)

     

    Another attributefor the IMG tag is align; this will determine how the text on your page will align to your image.

     

    •18.    Edit the Image tag in your text file so that the following changes are made exactly as shown:

    <IMG SRC="goat.jpg" align="right" hspace="20" vspace="20" border="5">

     View the changes made to your mountain goat photo by resaving the file as html and opening this file.  Notice how your text now aligns to the right of your image and puts the image under the left margin.

    What will the align="left" attribute do?

     

    You can frame your picture with a border using the border attribute as follows:

    <IMG SRC="goat.jpg" border="5">

    This will place a narrow frame around the image.  (Again the border is in pixels.)

     

    If you want to provide an alternative to your image for those not able or wanting to view images you can provide an alt attribute.  This will show text for text only browsers.

    Example<IMG SRC="goat.jpg" alt="Mountain Goat in Winthrop Washington">

      

    Tips to speed up the image download time:

    Recall that the length of time it takes to download a published web page on the net is critical. By adding the height and width attributes your browser will not try to measure your images and then down load text, you have done the work for them so include the height and width of your image in the IMG tag for speedy downloading times.

    EX: <IMG src="goat.jpg" height="206 width="300">

     

    By adding LOWSRC attributeto the IMG tag we can specify a lower resolution picture to download first which allows the browser to quickly load a picture of low resolution. After the page is fully loaded and formatted then and only then does the more detailed image develop.

    Now that you have learned the basic HTML concepts here is a summary of important key points:

    There are four main container tags that must be used in every HTML web document.  We have created a template (in lesson one) that can be used over and over for the fun learning process of adding new components to your page.

    To see other pages HTML simply go to View on the File Menu and then select Source command to see other website HTML.  By seeing how other sites are created you will quickly learn much more HTML. 

    There are numerous Websites that provide lessons on HTML.  Visit many of them to see which sites are teaching you in a mannor that equates to your specific learning style.

    For Advanced Web Designers there are a host of Free online resources.  Stay tuned for future blogs on HTML and I can show you some great spots to visit.

    MaryMary Lockman Methow Valley real estateLockman is a realtor with John L. Scott Methow Valley..

    Email Mary or visit her website at www.methowrealestateservices.com(created in notepad) for the most comprehensive and best Methow Valley real estate online resource.

  • Introduction to HTML, Part Two, Create a Simple Web Page in 5 Minutes or Less

     This is Lesson 2 to review Lesson 1 go to http://activerain.com/blogsview/1298501/introduction-to-html-and-task-1-create-a-simple-web-page-in-5-minutes

    Paragraphs and Line Breaks

    Ordinary text in HTML documents is contained with the <P> and </P> container tags. One major difference between HTML and word processor documents is how HTML treats white space.

    HTML does not recognize spaces created by the Tab key. It also does not recognize space created by multiple presses of the spacebar. It treats these as one space. If you do require large amounts of white space then you need other HTML tags such as <PRE>.

     Lets create some examples to show this.

     5. Open your file named WebpageTemplate in Notepad, save as a new file named tags4text and add the text that is italicized: 

    <html>

    <head>

    <title>More about tags

    </title>

    </head>

    <body><p> Mary Lockman World Class Realtor

                       910 HWY 20

                        Winthrop, WA 98862 </p>

    </body>

    </html>

     6. Repeating # 3 and 4, Lesson 1, save this file as tags4text.htm and double click to open.

    This obviously is not the required layout. This is because HTML does not recognize any Hard Returns that you may have pressed. Hard Returns are considered by HTML as white space.

    To achieve the desired effect we must use the <BR> tag. This introduces a line break. *Notice that <BR> does not have a corresponding end tag, </BR>.

    7. Open the file tags4text.txt and place the <BR> tags in the text as shown:  

     <P>

    Mary Lockman World Class Realtor<BR>

    910 HWY 20<BR>

    Winthrop, WA. 98862<BR>

    </P>

    8. Repeat # 6 to see how the <BR> tag acts like a hard return.

    Other Text Enhancements

     Text effects such as bold and italic can be used to highlight certain text within paragraphs.

     Bold and Italic Text

    To make text bold, simply surround the required text with the <B> and </B>  physical character tags. The italic effect on text can be achieved by using the <I> and </I> tags.

    These two effects can be combined as in bold and italic but you must nest one container completely inside another.  <I> <B> This text has the bold tags nested in the italics tags. </B> </I> will result in the document content appearing: This text has the bold tags nested in the italics tags.

     This Internet site has more information on physical character tabs:

    http://www.scriptingmaster.com/html/character-tags.asp

     Preformatted text

      As has been shown in the above section on paragraphs you need to consider the effects of white space. Ordinary body text does not take into account white space and so you need to use an HTML tag such as <PRE>.

    As an example we may require to present some information in a tabular form such as:

    Name                    Email Address

    ----                    -------------

    Howard Surridge         howard@methow.com

    Nyall McCavitt          nyall@northwestern.gov

    Carolyn Thomas          carolyn@televar.com

     

    The following HTML will achieve the desired effect.

    <html>

    <head>

    <title>the pre attribute </title>

    </head>

    <body><pre>

    Howard Ridge         howard@methow.com

    Nyall McCave          nyall@northwestern.gov

    Carolyn Thomson          carolyn@televar.com </pre>

    </body>

    </html>

    9. Key the html above into a new Notepad document.  Save as a text document in Notepad and then Save As an html document and view in your computers Web Browser.

     Headings

     HTML provides for six levels of headings. The heading text is contained within tags of the form <Hn>, </Hn> where n is in the finite set of numbers (1, 2, 3,4,5,6). Heading level 1 will result in the largest font size with each n+1 heading level decreasing in font size.

    10. Open the existing file WebpageTemplate and save as a new text file called "Examples of Heading Levels".

     11. Insert the following section of html inside the tags indicated:

    "<title>This is an Example of Heading Levels

    </title>

    <body>

                <H1>Heading Level 1</H1> <BR>

                <H2>Heading level 2 <H2> <BR>...

                                                            ...<BR>

                 <H6>Heading level 6 <H6>

    </Body>"

    12. To view this page in your Web browser, save this file again as Examples of Heading Levels.htm. Save all files and close.

    Twisp Pass in the Beautiful Methow Valley

    Mary Lockman is a world class Realtor at John L. Scott Methow Valley.  Visit the best Methow Valley real estate website at www.methowrealestateservices.com (created in notepad)  

  • Introduction to HTML, Task one How to Create a Simple Web Page in 5 Minutes or Less

    Here is Part one of 3 about how to write a simple web page using notepad or any text editor on your computer.

    Let's create a very simple Web Page to help make this clearer:

     Introduction to Web Publishing

    We will create a simple Web Page in Notepadin this project, but first a little background information about the language of the web HTML will be presented.  Note if you do not have notepad on your computer any text editor (file extension "txt") will work.

     HTML, SGML and Formatting Languages:

    What is HTML?

     The Hypertext Markup Language (or HTML) is the language used to create the documents for the World Wide Web. Although most browsers will display any document that is written in plain text, there are advantages that you get by writing documents using HTML. When HTML documents are read by applications specifically designed for the Web (usually called browsers or Web browsers) they can include formatting, graphics, and even links to other documents.

     As a markup language, HTML is not so much concerned about the appearance of the documents, but about the structure of a document. Rich Text Format (RTF) and Postscript, on the other hand, are examples of formatting languages. Formatting languages are concerned more with the appearance of the document (typefaces and the exact position of illustrations, for example). A markup language is used more to describe the structure of the document. For example, you use HTML to mark the headings, normal paragraphs, lists (and whether they are numbered or not), and even things like addresses. (Today CSS has become a very popular formatting tool in the design of websites.  To learn more visit http://www.w3schools.com/css/#)

    HTML is a relatively simple implementation of Standard Generalized Markup Language (SGML).  SGML encompasses several types of markup languages called Document Type Definitions (DTD). HTML is simple enough to just type in directly without using some sort of HTML editor. HTML editors are useful, especially if you have massive quantities of documents to write, but they are not necessary to get started. A text editor such as Notepad is a fine place to begin.  FREE WYSIWYG software is available today for very fast web design.  Wysiwyg means what you see is what you get and pronounced wizziewig, here you can find some popular free sites: http://webdesign.about.com/od/htmleditors/tp/aatpfreewyswin.htm (XML is useful to mention here under this family, HTML displays information on the web and XML is a way of storing data on the web. So if you have a database of info that needs to go on the web you may incorporate XML into your site. For example large employers with online employee logins will probably have XML help them to execute the data online.

    In general, HTML commands begin with a < and end with a >. The commands are almost never case sensitive and are either "container" or "separator" commands (although there are numerous exceptions to both of those generalizations). A container command has a beginning command and an ending command. The commands would thus be applied to the text in-between the beginning and ending commands. We will see examples of these commands in our project.

     White space, meaning anything that is not a printable character, is generally ignored in HTML.  Leaving a blank line in your document will generally not create a blank line when the document is displayed in an Internet browser. 

    The designers of HTML were concerned with conveying the structure of documents in a simple, portable way. The advantage of this approach is that users on any kind of system, from a Macintosh to a PC can view documents formatted with HTML with relatively little loss of information. Another advantage of HTML is that it is such a simple language it can be quickly learned by just about anyone who is interested in learning more about web pages.

     

    Let's begin to create some html documents,  for PC you will need to open notepad, go to your start button/All Programs/Accessories/Notepad

    1.  Open Notepad and key the following exactly as shown:

     <html>

    <head>

    <title>

    </title>

    </head>

    <body>

    </body>

    </html>

     Remember to hit the enter key after each entry. Save this file as WebpageTemplate.  We can than use this file as a template for other Web Pages:

    Save the existing file WebpageTemplate as a new file called My First Web Page. (Go to the File menu and select Save As...)

     These are the four container tags included in every HTML document.

     

    Every HTML document should start by declaring itself as such.  The "<html>" tag at the very top of the document achieves this. The very last text in a document should be the "</html>" tag.

     The top part of the document should also have a section for heading information which is surrounded by the <head> and </head> commands. There are several items of information that you can put in the header.  One piece of information you should always have in the heading is the title. The title is surrounded by the <title> and </title> commands.

     The title of a document is not normally displayed as part of the page, but is often displayed in some sort of special section in most browsers (Mosaic puts the title in a Document Title box just under it's menu. Netscape puts the title on the Title Bar, for example). The title should be both descriptive and short enough to fit comfortably on one line. (another very important family of tags that we nest in the header section and thus will not be displayed in the browser window, are the META Tags.  These tags are very important for Search Engine Optimization, SEO)

     The "body" of the document should also be marked off with the <body> and </body> commands. This is the part of the document that is normally displayed as the page in most browsers.

     Let's create a very simple Web Page to help make this clearer:

     2.  Open the file My First Web Page:

    In between the <title> </title> tags key "Great Links for New Web Publishers."

    In between the <body> </body> tags key "Here are some great links for new Web Publishers."  If you have typed this correctly it should appear in Notepad exactly as shown here:

    <html>

    <head>

    <title>Great Links for New Web Publishers

    </title>

    </head>

    <body>Here are some great links for new Web Publishers.

    </body>

    </html>

    3.  Select Save Asfrom the File Menu.  We will now save our File as an html document by naming the file My First Web Page.htmlThis creates an html file that corresponds to the existing text file My First Web Page.txt.  Make sure you know where you have saved this file on your computer.  Hint use your desktop if you are not clear about how to find files you have saved on your computer.

    Close all open files in Notepad.

    Go to My Computer and locate the file My First Web Page.html

     Notice how the html file you just created has the icon of your default Web Browser.   Default means what Internet Browser your computer will use automatically when you try to access the World Wide Web.  Popular browsers today are Foxfire, Internet Explorer, Chrome, Safari and Opera.                      

    4.  To view your Web Page, simply Double Clickon the html file you previously created in # 3.

    If all has gone as planned here you will see your Internet Browser open a window that says "Here are some great links for new Web Publishers."  Now wasn't that easy and fun?

    To see how all web pages are created go to the file menu bar on your browser, choose view and and select source.  Do this for several sites you pull up on the web and you can start to see how web pages are put together.

    Stay tuned for more lessons on web page creation.

     

    Mary Lockman is a rLewis Lake near Heather Pass in Washingtonealtor with John L. Scott Methow Valley providing real estate services for Winthrop homes and land, Mazama homes and land and all the Methow Valley real estate.

    Visit www.methowrealestateservices.com (created in notepad from a template) to find specific searches for Mazama homes, Mazama land, Winthrop homes, Winthrop land, Wolf Creek homes, Wolf Creek land and all the properties in Methow Valley, Washington broken out by communities, homes and land for your searching convenience.

     

  • Mazama Washington: Places to Stay, Eat and Play

    Mazama is a very special world class recreational destination right here in Methow Valley Washington .

    This is one of three blogs about where to stay, eat, and play while visiting Mazama.  First we start with where to stay because as we head into winter, camping becomes a less appealing option.  During summer months the notion to camp is budget friendly  with a wide selection of campgrounds within a 10 miles radius of Mazama. 

    As the climate turns colder, or if you are looking to break up the backpacking or cycling cross country there are three main options to choose from for accommodations. 

    Freestone Inn is the other end of the lodging spectrum with a lovely lodge and exquisite rental cabins.  Fine dinning rounds out the experience to give relaxing splendor in a wild setting.  The Freestone website provides extensive information about their resort experience at www.freestoneinn.com .

    A very old charming spot to vacation is the Mazama Country Inn.  Here you will find luxury tempered with rustic charm.  I worked here twenty years ago and then my daughter worked at the Inn for the new and generous owners.  It is a friendly humble atmosphere with delicious food and great fun right out the door.  The restaurant has delicious food at a fabulous price. For more information go to www.mazamacountryinn.com here you will find all the information you need to make this your resort destination. Hurry the Inn fills up quickly with a long standing repeat client base who have made the Inn their holiday destination year after year. 

    If you are wanting special cabins and nightly rentals Timberline Inn at www.timberlinemeadows.com along side Mazama Country Inn and the Freestone have nightly rental cabins that can pack one to several groups depending on your holiday needs.  Booking early is a very good idea as many people have discovered our ski trails are one of a kind and come back every year.

    Looking to Mazama Valley from Goat Creek Rd and Walt's Ranch

    Mary is a Realtor with John L Scott Methow Valley.  Please feel free to visit www.methowrealestateservices.com for your most comprehensive online Methow Valley real estate search.

  • Opportunity to Utilize Retirement 401k and IRA Accounts for Real Estate Investors

    With the losses suffered by many in the stock market over the last year some investors are seeking a broader range of assets to invest in.  The Self Directed Individual Retirement Account (when executed according to the IRS rules and regulations) is an option that will allow investors to purchase real estate using this special retirement account.  By working with qualified professionals conversion from existing retirement accounts is an option to explore as well.

     The Self Directed Individual Retirement Account commonly known as the Self Directed IRA is an IRA in which the owner of the account makes the decisions for the investing strategies.  Similar to the 1031 Exchange, real estate investors must get qualified professionals to help give advice and set up a Self Directed IRA (ensuring compliance with the IRS tax code.) 

     Typically there is a custodian who can assist their clients in the various processes that must be followed so they know they are following the rules and regulations of the IRS. Conversion from more traditional IRA's is possible but only in working with the people who are qualified to help you handle your accounts correctly.

    Not only does the Self Directed IRA allow investors to diversify their retirement accounts with a far broader range of asset types including real estate, but it can provide even more options because the real estate might only have a percentage of it under the self directed IRA.  

    By using a blend of funding sources, the real estate investor might increase their investment holdings because more funds are available to them and they might be able to utilize a property in a more flexible parameter where only the percentage of the asset under the IRA is dictated by those IRS guidelines.  This is only a glimpse into the many options available to investors.  To ensure complete compliance using this investment tool with the IRS (and thus no headaches down the road) it is critical to get consultation with qualified professionals in this field.  Further this option may or may not be a good fit for an investor and so consultation with a very good and highly trusted professional in this field will help you determine if this investment vehicle is right for you.

    Most custodians for Self Directed IRA's are more than willing to sit down with you to discuss how and what your options are utilizing these strategies.  Most qualified custodians offer  introductory consultations to explore this option at no cost to you.  For interested Buyers and Sellers of real estate in Methow Valley including Mazama, Winthrop, Twisp, and Carlton Washington, the nearest professional services for Self Directed IRA's is located in Chelan, WA.  Entrust offers webinars and seminars all around our local area.  They also encourage you to make an appointment to discuss the options available to you personally.  There are other offices and companies in Seattle as well that offer similiar services such as Guidant Financial with a website at http://www.guidantfinancial.com/

  • 1031 Exchanges and TIC's

    While working with many second home property Buyer's and Sellers this weekend in the beautiful Methow Valley, it came to my attention that many Sellers and Buyers are unaware of the TIC investment option for 1031 Like Kind Exchanges.

    Whether you have an improved or unimproved real estate investment property within the United States, you may be interested in a 1031 Exchange. The 1031 Exchange in the IRS Code offers a way for real estate investors to defer capital gains taxes by exchanging one investment property for another.

    The general steps for a typical 1031 Exchange are:

    Offer for sale the investment property. 

    Accept offer on your investment property of which you have informed all parties that this is part of a 1031 Exchange.

    Select Qualifed Intermediary to handle all monies from sale of the investment property and for purchasing of new exchange property.  Make sure you work with appropriate qualified trusted 1031 exchange professionals because any misteps in the process can make the property inelligable for a 1031 Exchange. 

    Selecting  replacement 1031 Exchange property is your next step in the process. You can select up to three properties within 45 days as replacement properties in your exchange, BUT one of the three must be a) of equal or greater value then the relinquished property, and close within 6 months of the sale of the relinquished property.

    To ensure compliance with these rules some real estate investors target a Tenant in Common or TIC property as one of the three identified replacement properties.  This is to help ensure that they can a) select a property within 45 days and b) close on that property within 6 months.  The TIC property is one with multiple real estate investors who are owners together and allow a property management company to manage the property.  It can be used as an "in between" 1031 because if an investor cannot find a suitable investment property that better suits their needs, they can invest in a TIC to meet the timelines in a replacement property.  Recall you must identify the replacement property within 45 days and then you must obtain the replacement property within 180 days following the sale of the relinquished property. It is very important to have a Qualified Intermediary pay the closing costs and deliever the deed to you for the replacement property.

    It is advisable to work with 1031 exchange professionals to ensure compliance with the specific regulations as defined in the IRS code. Working with an expert can offer you a strategic tax plan and ensure compliance wilth the specific regulations of the IRS code.

    Another option is the reverse 1031 Exchange, but these are complex, more costly and harder to execute.  Basically a reverse 1031 Exchange is when you buy the replacement property first and then sell the relinquished property, thus the term "Reverse" 1031 Exchange.

     

  • Single Story For Sale in Carlton

    DSC_0071
    Great Mountain views

    • 1,344 sq. ft., 2 bath, 2 bdrm single story - MLS® $279,000 - Immaculate

     -  Like New Immaculate 2 bedroom 2 full bath Custom Home. Spectacular scenary of the Chelan Sawtooth Jagged Peaks, eastern mountains of the North Cascades with scattered pine forests and valley views too. Easy care home and low maintenance delightful landscaping. Sprinkler system is in, heat pump to keep the home warm in winter and cool in summer. Carport, and outbuilding, Wrap around deck to enjoy the lovey landscape too. Home includes a utility room, family room, open floor plan, vaulted ceiling, custom tile and woodwork throughout, and much more. Super easy access all year long, just minutes to the sleepy Town of Carlton, the best swimming hole on the Methow River, and world class recreation. Incluedes American Home Sheild Warranty for FlexPlan Combo. All this and more for a great value of $279,000.

    Property information

  • Single Story For Sale in East County Rd.

    sawtoothand yrut
    fantastic views, diverse property

    •  single story - MLS® $258,500 - Rare Methow Jewel

     -  20 Acre Exceptional parcel: Nesting bird yurt with radiant heat slab, 3Bdrm septic, well, set up for alternative energy: solar power/batteries/backup generator. Majestic mountains, sweeping meadowlands, forests, and river views too! Conveniently located near Winthrop yet very secluded. Views of Oval, Last Chance, Gardner, McCloud and Sunset. Level series of benches allow for ample garden and pasture. Irrigation/gravity fed water system. Power on property (no hookup). Protective CC&R's

    Property information

  • 8 Aspen Heights Rd. in Winthrop is Sold!

    Sold

    Winthrop, Okanogan County  -  The 1 1/2 story at 8 Aspen Heights Rd. has been sold.

    Property information

  • Single Story For Sale in Twisp

    DSC_0058

    • 928 sq. ft., 1 bath, 2 bdrm single story - MLS® $189,000 - Secluded Gem

     -  Twisp Town Home 2 Bedroom , 1 Bath perched above beautiful Twisp Park providing sweeping views of this expansive parkland, the Methow River and surrounding mountains. Compelling location is tucked away in a sleepy neighborhood yet enjoys the convenience of unique location mere minutes from down town Twisp, including local art gallery, Twisp River Pub, Twisp Town Pool, local health food store, Merc Playhouse, and the renowned Twisp Farmers Market. Easy Care Land

    Property information