/* CSS Document */
body {
  background-color:#fff;
  background-image:url(../images/bg.jpg);
  background-position:top;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  color:#B56725;
  
  }
  
a {
  outline: none;
  color:#663300;
  text-decoration:underline;
}
a:hover {
  color:#B56725;
  text-decoration:none;
} 
#wrapper {
  width:952px;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  }
#main{
  position:relative;
  float:left;
  width:952px;
  background-image:url(../images/main_cascade.jpg);
  background-repeat:repeat-y;
  z-index:10;
  }
#main_properties{
  position:relative;
  float:left;
  width:952px;
  background-image:url(../images/main_cascade_pb.jpg);
  background-repeat:repeat-y;
  z-index:10;
  }
#main_search{
  position:relative;
  float:left;
  width:952px;
  background-image:url(../images/main_cascade_search.jpg);
  background-repeat:repeat-y;
  z-index:10;
  }
#home_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:430px;
  height:auto !important;
  height:430px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }

#properties_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:430px;
  height:auto !important;
  height:430px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }

#search_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:380px;
  height:auto !important;
  height:380px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }
 #favorites_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:380px;
  height:auto !important;
  height:380px;
  background-image:url(../images/titles/main_bg_my_list.jpg);
  background-repeat:no-repeat;
  z-index:10;
  } 
#client_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:430px;
  height:auto !important;
  height:430px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }

#about_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:430px;
  height:auto !important;
  height:430px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }
  #link_wrapper {
  position:relative;
  float:left;
  width:952px;
  min-height:260px;
  height:auto !important;
  height:260px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
z-index:10;
 }
  
#contact_wrapper{
  position:relative;
  float:left;
  width:952px;
  min-height:460px;
  height:auto !important;
  height:460px;
  background-image:url(../images/titles/main_bg_search.jpg);
  background-repeat:no-repeat;
  z-index:10;
  }
  
.breadcrumb{
    margin:25px 0 -25px 25px;
    font-size:18px;
      
}

.breadcrumb a{
    text-decoration:none;
     
}
.breadcrumb a:hover{
    text-decoration:underline;
}
#tabs {
  width:100%;
  font-size:93%;
  line-height:normal;
  margin:30px 0 0 50px;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url(../images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  background:url(../images/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#666;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#663300;
  }
#tabs #current {
  background-image:url(../images/left_on.gif);
  }
#tabs #current a {
  background-image:url(../images/right_on.gif);
  color:#663300;
  padding-bottom:5px;
  }
   /* IE6 Only */
 * html #tabs {
  margin:30px 0 -30px 40px;
} 
  /* IE7 Only */
*:first-child+html #tabs {
  margin:60px 0 -30px 40px;
}
#header {
  position:relative;
  z-index:20;
}  
h1.header {
  background-image:url(../images/header_sf-lb.jpg);
  background-repeat:no-repeat;
  width:550px;
  height:50px;
  margin:40px 0 0 70px;

  }
#print_wrapper h1.header {
  margin:0px 0 0 0px;
 }
#header_logo {
  position:absolute;
  margin:-22px 0 0 0;
  padding:0;
  left:0;
 /* margin:-50px 0 0 410px;*/
}
* html #header_logo {
    margin-left:-70px;
    padding:0;
    
}
*:first-child+html #header_logo {
    margin-left:0px;
    padding:0;
    
}

h1.header span {
  display:none;
 
  } 


h1.title {
 margin-left:20px;
 margin-top:18px;
 height:42px;
 } 
h1.title span {
  display:none;
  }
  
h2 {
 margin-left:35px;
 margin-top:10px;
 font-size:20px;
 color:#663300;
 } 
 #login_dialogue {
    position:absolute;
    right:185px;
    top:5px;
    margin:-10px 0 0 0px;
    text-align:right;
    font-size:14px;
    font-weight:bold;
    color:#663300;
}
#login_dialogue a {
    font-size:14px;
    text-decoration:none;
    color:#B56725;
}  
#login_dialogue a:hover {
    color:#663300;
    text-decoration:underline;
    }
#view_list_button2 {
    position:absolute;
    
    height:41px;
    width:177px;
    margin:-45px 0 0 775px;
}
#view_list_button2 img {
    border:none;
}
* html #login_dialogue h4{
    margin-top:15px;
}
*:first-child+html #view_list_button2 {
   margin:-45px 0 0 775px;
}
*:first-child+html #login_dialogue {
   margin-top:5px;
}
    
/*  footer and tagline */

#footer {
  float:left;
  width:952px;
  height:46px;
  background-image:url(../images/footer_bg_p.jpg);
  background-repeat:no-repeat;
  margin-bottom:10px;
  }
  
#footer_home {
  float:left;
  width:952px;
  height:46px;
  background-image:url(../images/footer_bg_home.jpg);
  background-repeat:no-repeat;
  }  
#tagline_welcome {
  margin:50px 0 0 0;
  text-align:center;
  }
#tagline_home {
  margin:0px 0 0 0;
  text-align:center;
  }

#footer_standard {
  float:left;
  width:952px;
  height:46px;
  background-image:url(../images/footer_bg_p.jpg);
  background-repeat:no-repeat;
  margin-bottom:10px;
  }  

#tagline_standard {
  margin:50px 0 0 auto;
  text-align:center;
  }
  
#footer {
  float:left;
  width:952px;
  height:12px;
  background-image:url(../images/footer_bg_alt.jpg);
  background-repeat:no-repeat;
  margin-bottom:10px;
  }
  
#footer_alt {
  float:left;
  width:952px;
  height:12px;
  background-image:url(../images/footer_bg_alt.jpg);
  background-repeat:no-repeat;
  margin-bottom:0px;
  }
  
#tagline_alt {
  margin:0px 0 0 auto;
  text-align:center;
}

  
#tagline {
  margin:20px 0 0 auto;
  text-align:center;
}



/*  Photo Bar */
#galleryBar1 {
  position:absolute;
  top:12px;
  left:699px;
  width:241px;
  height:450px;
  background-image:url(../images/photobar_bg.jpg);
  background-repeat:no-repeat;
  
  }
  
#photoBar {
  margin-top:1px;
  margin-left:41px;
  width:200px;
  height:450px;
  
  }
  
#galleryBar_p {
  position:absolute;
  float:right;
  top:4px;
  left:686px;
  width:241px;
  height:450px;
  background-image:url(../images/photobar_bg2.jpg);
  background-repeat:no-repeat;
  
  }
  
#photoBar_p {
  margin-top:1px;
  margin-left:41px;
  width:200px;
  height:450px;
  
  }

#info {
  position:absolute;
  top:30px;
  left:544px;
  width:286px;
  height:428px;
  background-image:url(../images/info_bg.jpg);
  background-repeat:no-repeat;

  }
  
#info_main {
  position:absolute;
  top:50px;
  left:340px;
  width:286px;
  height:428px;
 }
  
 #info_small {
  position:absolute;
  top:75px;
  left:400px;
  width:286px;
  height:328px;
  background-image:url(../images/info_small_bg.jpg);
  background-repeat:no-repeat;

  } 

#property_blurb {
  margin-left:30px;
  margin-top:5px;
  width:290px;
  }

#main_blurb {
  margin-left:20px;
  margin-top:245px;
  width:300px;
  text-align:center;
  }
h2#main_blurb {
margin:0 0 0 0;
text-align:center;
}

h2.subtitle {
  font-size:20px;
  color:#663300;
  font-weight:bold;
  margin-left:340px;
}
#featured_main_blurb {
  position:relative;
  margin-left:30px;
  margin-top:15px;
  width:310px;
  }

#featured_main_blurb span {
color:#663300;
}

h2.featured_main {
  font-size:20px;
  color:#663300;
  font-weight:bold;
  margin:0 0 0 0;
}  

h2.subtitle {
  font-size:20px;
  color:#663300;
  font-weight:bold;
  margin:30px 0 -10px 360px;
}
h2.subtitle_column1 {
  font-size:20px;
  color:#663300;
  font-weight:bold;
  margin:30px 0 -10px 0;
}
#property_listing {
  margin-left:360px;
  margin-top:5px;
  width:310px;
  }
#property_listing img {
  float:left;
  margin:3px 3px 0 20px;
  border:1px solid #663300
  }  
#property_listing ul {
  margin:0 0 0 120px;
  }  
  
#property_listing li {
  margin:3px 3px 0 20px;
  }  
  
#property_listing p {
  margin:0px 0px 0 22px;
  }  

#property_listing h3 a {
  display:block;
  margin:15px 0 0 0;
  padding:5px 0 2px 20px;
  font-size:14px;
  color:#B56725;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet.jpg);
  background-repeat:no-repeat
  }
#property_listing h3 a:hover {
  font-size:14px;
  color:#77A388;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet_hover.jpg);
  background-repeat:no-repeat
  }
/* */

#property_listing_column1 {
  position:absolute;
  margin-left:0px;
  margin-top:-10px;
  width:310px;
  }
#property_listing_column1 img {
  float:left;
  margin:3px 3px 0 20px;
  border:1px solid #663300
  }  
#property_listing_column1 ul {
  margin:0 0 0 120px;
  }  
  
#property_listing_column1 li {
  margin:3px 3px 0 20px;
  }  
  
#property_listing_column1 p {
  margin:0px 0px 0 22px;
  }  

#property_listing_column1 h3 a {
  display:block;
  margin:15px 0 0 0;
  padding:5px 0 2px 20px;
  font-size:14px;
  color:#B56725;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet.jpg);
  background-repeat:no-repeat
  }
#property_listing_column1 h3 a:hover {
  font-size:14px;
  color:#77A388;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet_hover.jpg);
  background-repeat:no-repeat
  }  

  
#property_listing_home {
  margin-left:0px;
  margin-top:5px;
  width:320px;
  }
#property_listing_home img {
  float:left;
  margin:3px 3px 0 20px;
  border:1px solid #663300;
  }  
#property_listing_home ul {
  margin:0 0 0 120px;
  }  
  
#property_listing_home li {
  margin:3px 3px 0 20px;
  }  
  
#property_listing_home p {
  margin:0px 0px 0 22px;
  }  

#property_listing_home h3 a {
  display:block;
  margin:5px 0 0 0;
  padding:5px 0 2px 20px;
  font-size:14px;
  color:#B56725;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet.jpg);
  background-repeat:no-repeat
  }
#property_listing_home h3 a:hover {
  font-size:14px;
  color:#77A388;
  text-decoration:none;
  background-image:url(../images/bullets/listing_bullet_hover.jpg);
  background-repeat:no-repeat
  }

  
#property_specs h2 {
  color:#663300;
  margin:0 0 0 0;
  font-size:24px;
  }

#property_specs p {
  margin-left:18px;
  color:#7897D1;
  }
  
#info_etc {
  position:absolute;
  top:120px;
  left:620px;
  width:280px;
  height:80px;
  border:1px dotted green;
  }
  
 
  


#featured_blurb {
  margin-left:20px;
  margin-top:5px;
  width:410px;
  }


#featured_specs h3 {
  margin-left:80px;
  margin-top:34px;
  margin-bottom:10px;
  color:#663300;
  font-size:28px;
  }
  
#featured_specs li {
  margin-left:95px;
  }
#featured_specs p {
  margin-left:18px;
  margin-top:20px;
  width:260px;
  color:#7897D1;
  }
#small_specs h3 {
  margin-left:80px;
  margin-top:34px;
  margin-bottom:14px;
  color:#663300;
  font-size:28px;
  }
  

 #small_specs ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#small_specs li {
background-image:url(../images/bullets/listing_bullet_dark.jpg);
background-repeat:no-repeat;
padding:4px 0 0 20px;
margin-left:20px;
  color:#7897D1;
  }  
 
#small_specs p {
  margin-left:18px;
  margin-top:20px;
  width:260px;
  color:#7897D1;
  }
  
#account_management {
  margin-left:40px;
  margin-top:20px;
  width:560px;
  }
#contact_blurb {
  margin-left:360px;
  margin-top:85px;
  width:560px;
  }
#contact_blurb ul {
		list-style: none;
		margin: 12px 0 0 0;
		padding: 0;
		border: none;
		}
#contact_blurb li {
background-image:url(../images/bullets/listing_bullet_over.jpg);
background-repeat:no-repeat;
padding:4px 0 0 20px;
  } 
  
#contact_blurb h3 {
  font-size:36px;
  margin:0 0 8px 0;
  }

  
.contact_blurb {
  margin:-10px 0 0 0;
  font-size:24px;
  } 
  
.contact_blurb_small {
  font-size:14px;
  }    
  
.contact_blurb_big {
  font-size:18px;
  color:#663300;
  }   
  
#mls {
  margin-left:30px;
  margin-top:5px;
  width:890px;
  }
  
.account {
  width:400px;
  border:1px solid white;
  padding:20px 20px 20px 20px;
  background-image:url(../images/account_bg.png);
  }
  
.clear_box {
  float:left;
  width:520px;
  min-height:400px;
  border:3px solid #5C86D2;
  padding:0px 0px 0px 10px;
  background-image:url(../images/clear_box.png);
  }
  
.clear_box2 {
clear:right;
  float:right;
  width:300px;
  border:1px dashed #5C86D2;
  padding:0px 0px 10px 10px;
  margin: 0 20px 10px 0;
  }

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #5C86D2;
  text-decoration: none;
  color: #B56725;
    font-size:12px;

}
.pagination a:hover, .pagination a:active {
  border: 1px solid #B56725;
  color: #B56725;
      font-size:12px;

}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #5C86D2;
  font-weight: bold;
      font-size:12px;

  background-color: #B56725;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
      font-size:12px;

}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
p.feedback_link {
   margin-top:-10px;
   padding-top:0; 
   text-align:center; 
}
.feedback_link a {
   text-align:center; 
    color:#5D8CE9;;
    text-decoration:none;
}
.feedback_link a:hover {
    color:#063EFE;
    text-decoration:underline;
}
/*AC- help button thourghout search*/
#search_form #help_icon {
    float:right;
    padding: 5px;
}
#help_icon img{
    border:none;
    z-index:1005;
} 
#map_search_box {
   
    position:absolute;
    right:-17px;
    top:55px;
    width:190px;
    height:388px;
    z-index:3000;
    padding:3px 7px 3px 7px;
    background:#FFFFFF url(../images/help_box.jpg) no-repeat center top;
    text-align:left;
}
#map_search_box h3{ 
    font-weight:bolder;
    padding-bottom:3px;
    margin:0 0 0 0;
     color:#9FBAF1;
}
#map_search_box p{
    padding-bottom:3px;
    margin:0 0 0 0;
    color:#4A8F65;
}
#map_search_box p a{
    color:#5D8CE9;;
    text-decoration:none;
}
#map_search_box p a:hover{
    color:#063EFE;
    text-decoration:underline;
}
#map_search_box #close_link a{
    float:right;
   color:#FFF;
}
#map_search_box #help_header{
    
}
