/* TWO COLUMN LAYOUT */

body {
	background-color: #333333;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	}
* {margin:0; padding:0;}

#main_wrapper {
	width:1000px; /* widths of columns will change proportionately as this width is changed */
	margin-top:1px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image:url(../images/repeater.gif);
	background-repeat: repeat-y;
	border: 1px solid #000000;
		background-color:#797d80;
}




#header {background-color:#797d80;   
    padding:0px;

	
	}
#nav {
	width:16%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	background-color:#797d80;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:84%; /* this width + nav width must total 100% */
	

	margin: 0px;
	padding: 0px;	
	
		
	}
	
	
	
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	
	}

#header_inner { 
	padding:0; /* creates space between the box  and the content */
	}
#nav_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;	
		background-color:#797d80;
	
		}
#content_inner {
	border: 1px solid #999999;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-color:#FFFFFF
	}
	


#property_header {
	width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 0px;
	border-bottom-width: 1px;	
	border-bottom-style: dotted;	
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height:32px;
} 

#print{width:240px;
float:left;

}
#menu{width:548px;
float:left;
}


#property_wrapper{
	width:800px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../materials/new/prop_back.jpg);
	background-repeat: repeat-x;
	
}

#property_description{
	float:left;
	width:500px;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 130%;
}



#property_description img

{
	border:1px solid #666666;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: 2px 2px 6px #818181;
-moz-box-shadow: 2px 2px 6px #818181;

	
}



#property_details{
float:left;
width:250px;
margin-right:10px;
margin-left:40px;
font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: 110%;
	color: #666666;

}

#property_details ul {

margin:0;
padding :0;
border: 0px ;


}

#property_details li {
	list-style-type:none;
	padding :5px;
	
	border-top:0px ;
}



#property_end{
width:800px;
padding-top:5px;
clear:both;
}
	
#footer_inner {
	background-color:#797d80; /* creates space between the box and the content */
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 160px;
	background-image: url(../images/lords_footer.gif);
	background-repeat: repeat-x;
	margin: 0px;	
	
	}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #ffffff;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #86B02D;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #ffffff;
}







/* Sets the style for unvisited links FOOTER. */
#footer_inner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
/* Sets the style for visited links. */
#footer_inner a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#footer_inner a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#footer_inner a:focus {
  color: #ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
#footer_inner a:active {
  color: #99cc33;
}

/* Sets the style for unvisited links-property description. */
#property_description a:link, #property_details a:link {
		color: #86B02D;
	text-decoration: none;
}
/* Sets the style for visited links. */
#property_description a:visited, #property_details a:visited {
		color: #86B02D;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#property_description a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#property_description a:focus {
	color: #333333;
}
/* Sets the style for a link that is being activated/clicked. */
#property_description a:active {
	color: #333333;
	;
}



.lime {
	color: #86B02D;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 110%;	
}
.price{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}

.hiddenPic {display:none;}

