body
{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: helvetica, verdana, arial, sans-serif;
}

a.link_bot:link {color: #a6c0c7; text-decoration: none;}
a.link_bot:visited {color: #a6c0c7; text-decoration: none; }
a.link_bot:hover {color: #a6c0c7; text-decoration: underline; }
a.link_bot:active {color: #a6c0c7; text-decoration: none; }

a:link img {border: 0;}
a:visited img {border: 0;}
a:hover img {border: 0;}
a:active img {border: 0;}

image
{
  border: 0px solid #fff;
}


/* -- ::::::::::::::: DIVS AND SEPARATORS ::::::::::::::: -- */

div#hig_page
{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}

div#hig_top
{
	position: relative;
	width: 765px;
	height: 166px;
	
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#hig_line
{
  position: relative;
  top: 0px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #FF0000;
  overflow: hidden;
}

div#hig_content_bg
{
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
}

div#content_listings
{
  float: left;
  padding-top: 14px;
  padding-bottom: 15px;
}

div.clear
{
  clear: both;
}

div.content_divider_listings
{
  position: relative;
  width: 734px;
  height: 1px;
  margin: 0 auto;
  background-color: #aaacab;
  overflow: hidden;
}


/* -- ::::::::::::::: TOP / NAVIGATION AREA ::::::::::::::: -- */

img.logo
{
  float: left;
  width: 600px;
  height: 55px;
  border: 0px solid #fff;
  padding-top: 20px;
  padding-left: 5px;
}

.top_nav
{
  position: absolute;
  top: 69px;
  left: 81px;
  height: 22px;
  border: 0px solid #fff;
}

.top_nav_about { float: left; padding-right: 10px; width: 77px; }
.top_nav_group { float: left; padding-right: 10px; width: 61px; }
.top_nav_listings { float: left; padding-right: 10px; width: 68px; }
.top_nav_closings { float: left; padding-right: 10px; width: 75px; }
.top_nav_urban { float: left; padding-right: 10px; width: 89px; }
.top_nav_testimonials { float: left; padding-right: 10px; width: 97px; }
.top_nav_press { float: left; padding-right: 10px; width: 58px; }
.top_nav_contact { float: left; width: 87px; }


/* -- ::::::::::::::: CONTENT AREA: LISTINGS PAGE ::::::::::::::: -- */

div#content_page
{
  position: relative;
  width: 765px;
  margin: 0 auto;
}

img.content_title
{
  float:left;
  position: relative;
  top: 4px;
  left: 16px;
  height: 21px;
  border: 0px solid #fff;
  padding-bottom: 14px;
}

div#content_listings_top
{
  width: 765px;
  height: 12px;
  background-image: url('file:///Untitled/Users/larrymarion/Documents/hanley/images/listings_bg_top.gif');
  overflow: hidden;
}

div#content_listings_mid
{
  width: 765px;
  background-image: url('file:///Untitled/Users/larrymarion/Documents/hanley/images/listings_bg_mid.gif');
}

div#content_listings_bot
{
  width: 765px;
  height: 12px;
  background-image: url('file:///Untitled/Users/larrymarion/Documents/hanley/images/listings_bg_bot.gif');
  overflow: hidden;
}

.listing
{
  position: relative;
  top: 15px;
  left: 16px;
  width: 700px;
  height: 220px;
  font-family: arial, verdana, sans-serif;
  color: #616362;
  padding-bottom: 5px;
}

img.listing_image
{
  float: left;
  width: 300px;
  height: 200px;
  border: 0px solid #fff;
}

.txt_listing_name
{
  position: relative;
  top: -3px;
  left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #084c8d;
  letter-spacing: -0.05em;
}

.txt_listing_hdr
{
  position: relative;
  top: 0px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.txt_listing_detail
{
  position: relative;
  top: 10px;
  left: 15px;
  font-size: 11px;
  font-weight: normal;
  line-height: 125%;
}

.txt_listing_info
{
  width: 700px;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 125%;
  color: #9d571b;
  padding-left: 15px;
}


/* -- ::::::::::::::: BOTTOM AREA: LINKS AND LEGAL ::::::::::::::: -- */

div#hig_bottom
{
  position: relative;
  width: 765px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}

.txt_nav_bot
{
  padding-top: 15px;
  font-size: 12px;
  letter-spacing: -0.005em;
  color: #e6e3db;
}

.txt_legal_bot
{
  padding-top: 7px;
  font-size: 10px;
  letter-spacing: -0.005em;
  line-height: 150%;
  color: #a6c0c7;
}

