/* Style directives */

/* @group Elemental */

body {
  margin: 0;
  padding: 0;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 115%;
  background: #0010ca url(/images/background_wash.png) repeat scroll left top;
}

div, form, h1, h2, h3, h4, h5, p, blockquote, address, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}
a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0 0 0.8em 0;
  margin-left: 32px;
}

h1 {
  font-size: 1.4em;
  margin: 0;
  padding:  0;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.8em;
}

p, ul, ol, dl, address {
  font-size:  0.9em;
  padding: 0 32px 0.8em 32px;
}
ul, ol, dl {
  padding-left: 64px;
}
address {
  margin: 0 32px 0.8em 32px;
  padding: 8px 32px 8px 32px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

label, .field_title, .line_title {
  display: block;
  float:left;
  width: 128px;
  padding-right: 8px;
  text-align: right;
}
.field_title {
  color: #ccc;
}
.line_title {
  width: 48px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}

/* @end */

/* @group Classes */

/* the inner SPAN of image-replaced elements get this class */
.inviz {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.access_prompt {
  position: absolute;
  left: -1000em;
  width: 20em;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* CSS-only clearing of floated elements;
  use .clearfix on any box that has to contain a sizable float
  http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* used to float content */
.content_left {
  float: left;
  padding: 0 5px 5px 0;
}
.content_right {
  float: right;
  padding: 0 0 5px 5px;
}
.photo_left {
  float: left;
  padding: 16px 24px 16px 0;
}
.photo_right {
  float: right;
  padding: 16px 0 16px 24px;
}
.photo_feature {
  border:  1px solid #efa522;
}
.photo_stream img {
  border:  1px solid #efa522;
}

.details, .detail {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.fat_text {
  font-size: 1.0em;
  font-weight: bold;
}

.caption {
  font-weight: bold;
  font-size: 0.7em;
  line-height: 110%;
  padding-top: 0px;
  padding-bottom: 15px;
}

.legalese {
  font-size: 0.7em;
  padding-top: 50px;
  padding-left: 400px;
  margin-left: 0;
  line-height: 100%;
}

.meta {
  font-weight: bold;
  color: #999;
  font-style: normal;
  font-size: 0.8em;
}

.controls {
  text-align: right;
  padding: 8px;
  background-color: #ccc;
}

.active, .pending {
  color: #006;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.sold {
  color: #900;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* @end */

/* @group Columns */

.column1of1, .column1of2, .column2of2, .column1of3, .column2of3, .column3of3 {
  margin-bottom: 14px;
}

.column1of1 {
  width: 98%;
}

.column1of2, .column2of2 {
  width: 350px;
  float: left;
}

.column1of3, .column2of3, .column3of3 {
  width: 32%;
  float: left;
}

.double_column1of3, .double_column2of3 {
  width: 64%;
  float: left;
}

.column1of2, .column1of3, .column2of3, .double_column1of3 {
}

.column2of2, .column3of3, .double_column2of3 {
}

.undecorated {
  border: none;
}

.tight {
  padding-top: 0.1em;
}

.column1of2 p, .column2of2 p, .column1of3 p, .column2of3 p, .column3of3 p, .double_column1of3 p, .double_column2of3 p {
  padding-right: 8px;
}

/* @end */



/* @group Links */

:link:focus, 
:visited:focus { 
  font-weight: bold; 
}
:link { 
  color:  #fdc630;
  font-weight: bold; 
  text-decoration: underline;
}
:visited { 
  color:  #efa522;
  font-weight: bold; 
  text-decoration: none; 
}
:link:hover, 
:visited:hover { 
  color: white;
  background-color: #002;
  text-decoration: none; 
}
:link:active, 
:visited:active { 
  text-decoration: none;
  color: #fdc630;
}

/* @end */

/* @group Blocks */
#background {
  background: transparent url(images/background_gradient.png) repeat-x scroll left top;
}


#wrapper {
  background: transparent url(images/deep_background.png) no-repeat scroll center top;
}

/* trick WinIE into centering #content */
body {
  text-align: center;
}

#content {
  position:  relative;
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

#site_identity {
  position: absolute;
  top: 14px; left: -50px;
  width: 330px; height: 74px;
  background: transparent url(images/acre_logo.png) no-repeat scroll left top;
}
#site_identity a {
  display: block;
  width: 330px; height: 74px;
}
#site_identity a:hover {
  background: transparent;
}

#head_banner {
  position: absolute;
  top: 50px; right: 0;
  width: 300px; height: 65px;
  text-align: right;
}
#head_banner p {
  padding-right: 0;
}

#main_navi {
  padding: 0;
  position: absolute;
  top: 124px; left: 0;
  width: 708px;
}

#main_navi :link,
#main_navi :visited {
  text-decoration: none;
}

#main_navi dt {
  display: block;
  float: left;
  width: 137px;
  margin-right:  4px;
}

#main_navi dt a {
  display: block;
  padding: 4px 0 4px 0;
  border:  1px solid #efa522;
  font-size: 0.9em;
  text-align: center;
}

#main_navi dt a:hover {
  border:  1px solid white;
}

#content_body {
  padding: 284px 0 200px 0;
  background: transparent url(images/austin_photos.jpg) no-repeat scroll 0 168px;
}
#page_home_austin_homes #content_body,
.property_listing_page #content_body {
  padding: 168px 0 200px 0;
  background-image: none;
}

#content_support_background {
}

#content_support {
  padding:  24px 0 0 0;
  background-color: #fffdcf;
  color: black;
}


#content_support :link { 
  color:  #000c8e;
  font-weight: bold; 
  text-decoration: underline;
}
#content_support :visited { 
  color:  #00095a;
  font-weight: bold; 
  text-decoration: none; 
}
#content_support :link:hover, 
#content_support :visited:hover { 
  color: white;
  background-color: #002;
  text-decoration: none; 
}

#feature_listing h2 {
  margin: 0;
  padding: 0 0 0.3em 0;
  text-align: center;
}
#feature_listing p {
  margin: 0;
  padding: 0 0 0.3em 0;
  text-align: center;
}

.listing {
  padding-left: 100px;
  padding-bottom: 16px;
}

.listing_image {
  width: 130px;
  float: left;
}

.listing_description {
  width: 350px;
  float: left;
}

#footer {
  padding-top: 16px;
  font-size: 0.8em;
}

/* @end */




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
}

span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
/*  visibility: hidden;  */
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 0;
}
