/*
Image Replacement h1's
*****
The image replacement technique has returned to create more semantically correct markup for 
the wide variety of platforms/users out there.

*/

.graphic{display: block; text-indent:-9000px;  width: 406px; height: 31px; }

#index { background:url(../images/title_index.gif) no-repeat 0 0; }
#developments { background:url(../images/header_other_develop.gif) no-repeat 0 0; }
#story { background:url(../images/header_builders_story.gif) no-repeat 0 0; }
#somalife { background:url(../images/header_soma_life.gif) no-repeat 0 0; }
#amenities { background:url(../images/header_amenities.gif) no-repeat 0 0; }
#directions { background:url(../images/header_visit.gif) no-repeat 0 0; }
#downloads { background:url(../images/header_downloads.gif) no-repeat 0 0; }
#contact { background:url(../images/header_contact.gif) no-repeat 0 0; }
#make_app { background:url(../images/header_make_app.gif) no-repeat 0 0; }
#made_app { background:url(../images/header_made_app.gif) no-repeat 0 0; }
#thanks { background:url(../images/header_thanks.gif) no-repeat 0 0; }
#photoGallery { background:url(../images/header_photo_gallery.gif) no-repeat 0 0; }
#pricing { background:url(../images/header_pricing.gif) no-repeat 0 0; }


