html {
  background: #fff;
}

body {
  margin: 0;
  padding: 0;
  color: #4F4F4F;
  background: url('images/body_stripes_sub.gif') repeat-x;
}

div#root {
  width: 776px;
  margin:  0 auto 0 0;
}

/* HEADER */
#header {
  position: relative;
  margin: 0;
  padding: 152px 0 0;
  background-color: #ccc;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url('images/header_photo-30yrs.jpg');
  overflow: hidden;
  width: 776px;
  height: 150px;
}

#header_graphic {
  display:block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
#branding {
  position: absolute;
  top: 4px;
  left: 4px;
  margin:  0;
  padding: 0;
}
#branding h1 {
  display: none;
}
#branding img.logo {
  display: block;
  width: 275px;
  height:111px;
}

/* END HEADER */


/* CONTENT */

div#content {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px 20px;
  margin: 0;
  width: 714px;
  border: 1px solid #B6B2A8;
  border-top: 0px none;
  background: #f7f7f7;
}
div.has_sidebar div#content {
  width: 434px;
}

/* MAIN */

div#main {
  position: relative;
  margin: -150px auto 15px;
  padding: 180px 0 0 15px;
  text-align: left;
  background: url('images/header_frame.png') 0 0 no-repeat;
  z-index: 1;
}
div.has_sidebar div#main {
  padding-top: 30px;
  margin-top: 0;
  background: #fff url('images/header_frame_sidebar.gif') 0 0 no-repeat;
}

/* END MAIN */

div#sidebar {
  position: relative;
  display: inline;
  float: left;
  width: 224px;
  margin-left: 14px;
  padding: 0 20px 20px;
  border: 1px solid #B6B2A8;
  background: #f7f7f7;
  border-top: 0px none;
}

/* NAV */

#nav {
  z-index: 10;
  clear: both;
  position: absolute;
  vertical-align: bottom;
  width: 776px;
  margin: 0;
  padding: 0;
  top: 111px;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff url('images/nav_bg.gif') 0 0 repeat-x;
}

#nav ul {
  display:table;
  margin: 0;
  padding: 5px 0 0;
  height: 34px;
  list-style: none;
  font: 12px/34px Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 1px;  
}
#nav li {
  display: table-cell;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav a {
  padding:0;
  display: block;
  text-indent: -9999em;
  height: 34px;
  color: #fff;
  text-decoration: none;
  background: url('images/nav.gif') 0 0 no-repeat;
  cursor: pointer;
  outline: none;
}

div#nav ul ul {
  padding: 9px 10px 0;
  margin: 0;
  height: 28px;
  width: 776px;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 29px;
  text-transform: uppercase;
  background: url('images/nav_bg.gif') 0 -40px repeat-x;
  left: 0;
  top: 40px;
  border-bottom: 1px solid #000;
  position: absolute;
  display: none;
}

div#nav ul li.current ul {
  position: absolute;
  display: block;
  overflow: hidden;
}

div#nav ul li.current ul li {
  padding: 0 6px 0;
  margin: 0;
  width: auto;
  height: 24px;
  display: inline;
}

div#nav ul li.current ul a,
div#nav ul li.current ul a:link,
div#nav ul li.current ul a:visited,
div#nav ul li.current ul a:hover,
div#nav ul li.current ul a:active {
  display: inline;
  height: 24px;
  width: auto;
  color: #000;
  padding: 5px 5px;
  margin: 0;
  background: none;
  text-indent: 0;
}

div#nav ul li.current ul a:hover,
div#nav ul li.current ul a:active {
  color: #666;
}

div#nav ul li.current ul li.current a,
div#nav ul li.current ul li.current a:link {
  font-weight: bold;
  color: #9b2f2c;
}

div#nav ul li.current ul ul {
  position: relative;
  top: 0;
  float: left;
  background: #999 url('images/nav_region_pointer.gif') 100% 0 no-repeat;
  border: 0 none;
  width: auto;
  padding: 0 20px;
  margin-left: -16px;
}

div#nav ul li.current ul ul li {
  padding: 0;
}

div#nav ul li.current ul li#nav_listings_region ul li.current a,
div#nav ul li.current ul li#nav_listings_region ul li.current a:link {
  font-weight: bold;
  color: #fff;
}

#nav_home a     { width:  73px; background-position:   0    0; }
#nav_listings a { width: 108px; background-position:  -73px 0; }
#nav_realtors a { width: 109px; background-position: -181px 0; }
#nav_news a     { width:  63px; background-position: -290px 0; }
#nav_guides a   { width:  75px; background-position: -353px 0; }
#nav_community a { width: 142px; background-position: -428px 0; }
#nav_about a    { width:  92px; background-position: -570px 0; }
#nav_contact a  { width: 114px; background-position: -662px 0; }   /* nav_contact short by one px for mysterious glitch */

#nav_home a:hover    , #nav_home a:active     { background-position:   0    -34px; }
#nav_listings a:hover, #nav_listings a:active { background-position:  -73px -34px; }
#nav_realtors a:hover, #nav_realtors a:active { background-position: -181px -34px; }
#nav_news a:hover    , #nav_news a:active     { background-position: -290px -34px; }
#nav_guides a:hover  , #nav_guides a:active   { background-position: -353px -34px; }
#nav_community a:hover, #nav_community a:active { background-position: -428px -34px; }
#nav_about a:hover   , #nav_about a:active    { background-position: -570px -34px; }
#nav_contact a:hover , #nav_contact a:active  { background-position: -662px -34px; }

#nav_home.current a     { background-position:   0    -34px; }
#nav_listings.current a { background-position:  -73px -34px; }
#nav_realtors.current a { background-position: -181px -34px; }
#nav_news.current a     { background-position: -290px -34px; }
#nav_guides.current a   { background-position: -353px -34px; }
#nav_community.current a { background-position: -428px -34px; }
#nav_about.current a    { background-position: -570px -34px; }
#nav_contact.current a  { background-position: -662px -34px; }


/* END NAV */

/* END CONTENT */

/* FOOTER */
div#footer {
  clear:both;
  position: relative;
  margin: 0 auto;
  background: #fff url('images/footer_bg.gif') repeat-x 50% 100%;
  text-align: center;
  color: #fff;
}

#footer .vcard {
  display: block;
  height: 51px;
  background: url('images/footer.gif') 20px 0 no-repeat;
}

#footer .vcard *,
#footer .copyright {
  display: none;
}

/* END FOOTER */
/* END LAYOUT */

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

.container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.container {
  min-height: 0;
}

img, a img {
  border: 0;
}

.crop {
  display:block;
  text-align:center;
  overflow:hidden;
  position:relative;
}

.crop img {
  display: block;
  margin: 0 auto;
}

/* BLOCK OBJECTS */

div.first,
ul.first {
  clear: both;
}
div.last,
ul.last {
  margin-right: 0;
}
.column {
  width: 210px;
  float: left;
  margin-right: 14px;
  margin-bottom: 20px;
  min-height: 0;
}
.column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.section {
  margin: 0 0 30px;
  
}
.banner {
  display: block;
  clear: both;
  margin: 3em auto 0;
  text-align: center;
}
.banner img {
  display: block;
  margin: 0 auto;
}

.featurebox {
  margin: 2em 0;
  padding: 0.5em 15px;
  text-align: left;
  background: #DEDEDE;
  color: #5A494A;
  line-height: 1.3em;
  border: 1px solid #7B7B7B;
  height: 1%;
}

.left {
  position: relative;
  display: inline;
  float: left;
}
.right {
  position: relative;
  display: inline;
  float: right;
}
.center {
  text-align: center;
}

.price {
  text-align: right;
}

#sidebar .full {
  width: 270px;
  margin-left: -15px;
  margin-right: -15px;
}
#content .full {
  width: 450px;
  margin-left: -30px;
  margin-right: -30px;  
}

/* INLINE OBJECTS */

.illust {
  margin: 0.5em 1em;
}

.sold_flag {
  display:inline;
  margin: auto 10px;
  line-height: 1em;
  background: #c00;
  color: #fff;
  padding: 2px 4px;
  font-size: 10px;
}


/* TYPOGRAPHY */

body {
  font: 0.8em/1.4em Helvetica, Arial, sans-serif;
}

p {
  margin: 0.7em 0;
}

a {
  color: #81553F;
}
a:hover {
  color: #B47658;
}

h1 {
  font: 1.7em/22px Georgia, Times, 'Times New Roman', serif;
  color: #2C2C2C;
  font-weight: normal;
  padding: 6px 0 6px;
  margin: 20px 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  clear: both;
}

h2 {
  font-size: 1.2em;
  padding: 20px 0 10px;
  margin: 0;
}

h3 {
  font-size: 1.1em;
  padding: 15px 0 10px;
  margin: 0;
}

h4 {
  margin: 0.5em 0;
  font-size: 1em;
  text-transform: uppercase;
}
h5 {
  font-size: 11px;
  margin: 1em 0 0.5em;
}

p.intro {
  color: #000;
}
ul {
  list-style-type: square;	
}
li {
	margin-bottom: 3px;
}
li ul{
	list-style-type: circle;
}
ul.implicit {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
ul.implicit li {
  margin: 2em 0;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  font-size: 10px;
}

/* FORMS */

#sidebar input.text,
#sidebar textarea {
  width: 238px;
}

input.text,
textarea {
  border: 1px solid #999;
}

input.price {
  width: 8em;
}

form#find {
  background: #ddd;
  border: 1px solid #666;
  padding: 10px 20px;
}
form#find h3 {
  margin: 0.5em 0;
  padding: 0;
}
form#find p {
  text-align:center;
}
form#find select {
  margin-right: 2em;
}
form#find #area {
  width: 12em;
}
form#find #type {
  width: 9em;
}
form#find #price {
  width:12em;
}
/* PAGINATION */

.pagination {
  margin: 1em 0;
  font-weight: bold;
  background: #ddd;
  padding: 4px 10px 2px;
  text-align: center;
}

.pagination a,
.pagination .current {
  padding: 2px 5px;
  text-decoration:none;
}

.pagination .current {
  color: #fff;
  background: #900;
}

/* MAPS */

.map {
  color: #333;
}

.map a {
  color: #666;
}

.map a:hover {
  color: #999;
}

.mapinfo {
  text-align:center;
}

/* BEHAVIOUR */

.button:hover {
  cursor:pointer;
}