/* Standard Styles */

.RealEstateTable 
{ 
	background-color: #e6e6e6; 
	margin: 0px; 
}

.RealEstateContentCell 
{ 
	color: black; 
	padding: 6px; 
	background-color: #FEFEFE; 
}

.RealEstateContentCellAlternate 
{ 
	color: black; 
	padding: 6px; 
	background-color: #f7f7f7; 
}

div.hr {
	margin: 4px 0 4px 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	background:#E2E2E2;
}

.titledark { color:#000000; font-size:15px;}

.footertextlinks { padding: 1px; text-align: left; margin-left: 10px;}


/* Listing Styles */

/*.Normal .RealEstateCity
{
	text-transform:uppercase;
}*/

.Normal .RealEstateLink a:link, .Normal .RealEstateLink a:active, .Normal .RealEstateLink a:visited
{
	font-size: 15px;
	color: #51626f;
	font-weight:bold;
}



.Normal .RealEstateLink a:hover
{
	color: #1a2732;
	font-weight:bold;
}



.RealEstateLink 
{
	color: #51626f;
	font-weight:bold;
	height: 25px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}






.SearchButton
{
	color: #000;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 1px;
	height: 30px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url("images/searchbutton.jpg");  
	background-repeat:no-repeat;
	width:110px;
	padding: 3px;
	
}







.Normal .caution {font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 26px; color: blue; } 

/* commented out images
.bed
{
	background:url("images/icon_bed.gif") right center no-repeat;
}

.bath
{
	background:url("images/icon_bath.gif") right center no-repeat;
}

.car
{
	background:url("images/icon_car.gif") right center no-repeat;
}
*/

a.arrowLink:link, a.arrowLink:visited, a.arrowLink:active 
{
/*	background: url("images/icon_arrow.gif") no-repeat 3px 7px;*/
	margin:2px 10px 2px 0;
	padding:2px 0px 2px 14px;
	font-size: 10px;
}

/* Photo Styles */

.photo_198 {
	border:1px double #ccc;
}


.photo_large {
	border:3px double #ccc;
	margin-left: 19px;
	padding: 3px;
}
.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	text-align: left;
	height: 14px;
	width: auto;
}

.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	width: 4px;
	height: auto;
}

.photo-frame .mid--x {
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Lightbox */


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#loading #loadingLink{ width: 32px; height: 32px; background: url(images/lightbox/loading.gif) no-repeat;	}		

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; background: url(images/lightbox/closelabel.gif) no-repeat;	}			
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ccc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	






#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 20px;
 margin: 10px 0px 5px 0px;
 background: #fff;
} 

#propertycontainer {width: 685px; float: left;}

#leftcolumn {
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height:auto;
 width: 440px;
 display: inline;
 padding-bottom:50px;
}

#rightcolumn { 

 margin-top: 5px;
 margin-left: 0px;
 padding: 5px;
 height: auto;
 width: 195px;
 float: left;
 display: inline;
}

#rightcolumn p { 
 color: #000;
 padding: 5px;
 width: 190px;

}

#propertycontainer2 {width: 225px;float: left; margin-top: 5px}
#rightcolumnfeatures { 
 color: #51626f;
 background: #e6e6e6;
  font-size: 12px;
 margin-top: 0px;
 margin-left: 0px;
 padding: 10px;
 height:auto;
 width: 215px;
 float: left;
 display: inline;
}


SPAN.titleListing { font-weight: bold; color: #536F51; padding: 2px 0px;	}



#footer { 
 width: auto;
 clear: both;
 color: #333;
 background: #fff
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 240px;
}


#leftcolumnfooter { 
 color: #333;
 background: #fff;
 border:3px double #ccc;
 margin-top: 0px;
 margin-left: 10px;
 padding: 5px;
 height: auto;
 width: auto;
 float: left;
 display: inline;
}


#leftcolumnfooter a:link, #leftcolumnfooter a:active, #leftcolumnfooter a:visited
{
	font-size: 14px;
	color: #000;
	font-weight:bold;
}

#leftcolumnfooter a:hover
{
	font-size: 14px;
	color: #51626f;
	font-weight:bold;
}









#legaltext { 
 color: #333;
 background: #e0e6e6;
 margin-top: 55px;
 margin-left: 10px;
 padding: 10px;
 height: auto;
 width: 620px;
 float: left;
 display: inline;
}



table.stats
{text-align: center;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal;
font-size: 11px;
color: #CCC;
width: 215px;
background-color: #e6e6e6;
border: 0px;
border-collapse: collapse;
empty-cells:hide;
border-spacing: 0px;}

table.stats td
{background-color: #fff;
color: #000;
padding: 4px;
empty-cells:hide;
text-align: left; }

table.stats td.hed
{
background: url(images/labelback.gif) repeat; 
height:23px;
color: #000;
padding: 4px;
text-align: left;
font-size: 12px;
font-weight: bold;} 

table.stats td.hedbig
{
color: #000;
padding: 4px;
text-align: left;
font-size: 15px;
font-weight: bold;} 

table.stats td.hedsmall
{
color: #000;
padding: 0px;
text-align: left;
font-size: 15px;
font-weight: bold;}

table.altern
{text-align: center;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal;
font-size: 11px;
color: #CCC;
width: 190px;
background-color: #666;
border: 0px;
border-collapse: collapse;
empty-cells:hide;

border-spacing: 0px;}

table.altern td
{background-color: #f7f7f7;
color: #000;
padding: 4px;
empty-cells:hide;
text-align: left; }

table.altern td.hed
{background-color: #ebebeb;
color: #000;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 



/* mobile settings not used

#wrapperListing { 
 margin: 0 auto;
 width: 922px;
 text-align: left;
}
#headerListing {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
#footerListing {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #DAC8BF;
}
not used */









/*

br {
  display: none;
}
ul.navigation {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  list-style: none; 
  position: absolute;
  top: 58px;
  left: 550px;
}
ul.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.navigation a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 4px 6px 4px;
  border: 0;
  background-color: #fff;
  text-align: center;
  width: 80px;
}
ul.navigation a:hover {
  background-color: #eee;
  border: 0;
}
p.photo a, p.thumb a, ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
}
p.thumb a, ul.thumbnails a {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
p.photo a:hover, p.thumb a:hover, ul.thumbnails a:hover {
  border: 1px solid #ccc;
  background-color: #eee;
}
ul.thumbnails a {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
p.thumb, ul.thumbnails {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  list-style: none;
}
ul.thumbnails li, ul.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

not used */


#featuredgallery {
 float: left;
 color: #fff;
 background-color: #fff;
 	background-image:url("images/backgroundFeatured.jpg");  
	background-repeat:repeat;
 margin: 10px 2px 0px 0px;
 border:1px solid #bbb;
 padding-top: 4px;
 height:125px;
 width: 123px;
 display: inline;
}


/*-- special Custom Long Descripton text in Property Agent --*/ .featuredtext { font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; line-height: 1.2em; padding: 0;	margin: 0; margin-bottom: 3px;}	

/*-- Default Links--*/  .featuredtext A, .featuredtext A:link, .featuredtext A:visited, .featuredtext A:active, .featuredtext A:hover { color:#BDC7CE; text-decoration:none; font-size: 10px; line-height: 1.2em; margin-bottom: 3px; } 
     
     
     
     
     

#quicksearch {
 float: left;
 color: #333;
 	background-image:url("images/qsearchback2.jpg");  
	background-repeat:no-repeat;
 margin: 0px;
 padding: 10px;
 height:205px;
 width: 275px;
 display: inline;
}


/*-- special Custom Long Descripton text in Property Agent --*/ .quicksearchtext { font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 9px; line-height: 1.2em; padding: 0;	margin: 0;}	

	
     
.NormalTextBox
{
    font-size: 11px;
    font-weight: normal;
    background-color: #f2f2f2;
}

SPAN.alt_text
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 12px;
    COLOR: #51626f;
    FONT-STYLE: italic;
}

SPAN.alt_texttitle
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    COLOR: #51626f;
}

  SPAN.gobber
{
   margin-left: 85px;
}           

span.specialtext1 {
font-size: 10px;
}	  


/*-- Apply Now Button --*/ 
.applynowbutton{
		background:url(Images/alert.gif) no-repeat 10px 8px;
		text-indent:32px;
		display:block;
	}

a.button{
	background:url(Images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:208px;
}
a:hover.button{
	color:#1a2732;
}

#button{
	background:url(Images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:208px;
}
	
#buttonCell{margin-left: 10px;}

#formHolder{
	background:url(Images/formBack.gif);
	background-repeat: no-repeat;
	display:block;
	color:#51626f;
	font-weight:bold;
	height:220px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:210px;
}
	
#formHolderCell{margin-left: 10px; width:185px;}

