/* 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;	
			
	}
	
	
#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;	
	
	
		}
#content_inner {
	border: 1px solid #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-color:#FFFFFF;
	}
#content_inner_team {
	border: 1px solid #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-color:#797d80;
	}	

#contact_us {
background-image: url(../images/contact_us_background.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:820px;
	height:560px;
	padding-top:10px;
		}

#contact_us td img

{
	padding-right: 2px;
	
}

#team {

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:780px;
	height:660px;
	color:#FFFFFF;
		}



#team img

{
	padding-right: 4px;
	
}



#disclaimer

{padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:650px;
	height:500px;
	padding-top:10px;}


#selling {
	background-image: url(../images/contact_us_background.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:820px;
	height:680px;
	padding-top:10px;
	background-position: 40px 50px;
		}




#property_wrapper{

width:820px;
padding-top: 4px;
padding-bottom: 10px;
}


#dynloadarea{

width:500px;
height:400px;
 padding-right:5px;
 float:left;
 overflow:hidden;
	
}

#thumbs{
width:300px;
float:left;
padding-left:10px;
height:400px;
}

#thumbs img, #dynloadarea img

{
	border:1px solid #666666;
-webkit-box-shadow: 2px 2px 6px #818181;
-moz-box-shadow: 2px 2px 6px #818181;

}
	
	

#description_wrapper{
clear:both;
}

#description{
	width:480px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#description li {
	list-style-type: disc;
	margin:5px
}

#property_details{
float:left;
width:200px;
margin-right:5px;
margin-left:45px;
font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 140%;


}

#property_details ul {

margin:0;
padding :0;



}

#property_details li {
	list-style-type:none;
	padding :2px;
	margin:2px;
	border-top:0px; 
	
}

#property_end{
width:800px;
padding-top:5px;
clear:both;
}

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	
	}

	
#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 details. */
#property_details a:link {
	color:#333333;
	text-decoration: none;
}
/* Sets the style for visited links. */
#property_details a:visited {
	color: #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#property_details a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#property_details a:focus {
	color: #333333;
}
/* Sets the style for a link that is being activated/clicked. */
#property_details a:active {
	color: #333333;	
}

/* Sets the style for unvisited links-property description. */
#description a:link {
	color:#333333;
	text-decoration: none;
}
/* Sets the style for visited links. */
#description a:visited {
	color: #333333;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#description a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#description a:focus {
	color: #333333;
}
/* Sets the style for a link that is being activated/clicked. */
#description a:active {
	color: #333333;
}

.lime {
	color: #86B02D;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #86B02D;
	line-height: 120%;	
}
h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
}

.box1 {
	border: 1px solid #999999;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;
	}
td {
	padding: 4px;
}

