@charset "UTF-8";
/* CSS Document */

/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	background:#3a3831;
	font-family:tahoma, geneva, verdana, arial, sans;
	font-size:11px;
	color:#666;
}

h1{
	font-size:1.63em;
	line-height:1.2em;
	font-weight:normal;
	color:#aa6a23;
	margin-bottom:.5em;
	clear:both;
}

h2{
	font-size:1.15em;
	font-weight:normal;
	color:#aa6a23;
	/*color:#cfb771;*/
	margin-bottom:.5em;
	margin-top:3em;
}

h2.top{
	margin-top:0;
}


p{
	margin-bottom:1em;
	line-height:1.5em;
}

a:link, a:visited{
	color:#ae892e;
	/*color:#cfb771;*/
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

hr{
	border:none;
	background:url(images/hr.gif) center no-repeat;
	height:10px;
	clear:both;
}

#wrapper{
	background:url(images/bg_woodgrain.jpg) top center no-repeat;
	margin:0 auto;
	width:980px;
}

#mainlogo{
	width:125px;
	float:left;
}

#slogan img{
	margin-top:10px;
	
}

#hdr_img{
	clear:both;
	padding-top:15px;
}

#content{
}
	#content_top{
		background:url(images/content_top.gif) top left no-repeat;
		width:980px;
		height:5px;
	}
	
	#content_bottom{
		background:url(images/content_bottom.gif) top left no-repeat;
		width:980px;
		height:5px;
	}
	
	#content_centre{
		padding:10px 20px;
		background:#fcfcfc;
	}
		
		#content_col1{
			width:555px;
			float:left;
		}

#sidebar{
	float:right;
	width:360px;
	
	border-left:#cfb771 1px solid;
	padding:0 0 0 10px;
}
	#sidebar-col1{
		width:170px;
		float:left;
		
	}
	
	.sidebar-col1{
		width:170px;
		float:left;
		
	}
	
	#sidebar-col2{
		width:170px;
		float:right;
		
	}
	
	.sidebar-col2{
		width:170px;
		float:right;
		
	}

	
	#sidebar li{
	
		background:url(images/li_sidebar.gif) no-repeat;
		background-position:0 2px;
		margin-bottom:1em;
		list-style:none;

	}

	
	#sidebar .list-btns li{
		background:url(images/btn-list.jpg) repeat-x center;
		margin-bottom:.3em;
		padding:.5em;
		text-align:center;
		border:#aa6a23 solid 1px;
		line-height:1.2em;
		font-weight:bold;
	}
		
		#sidebar .list-btns li a{
			color:#666;
		}
	
	
	
	#sidebar li h3{
		margin-left:1em;
	}
	
	 ul.list-indent li{
	 	padding-left:1em;
	 }

#spotlight{
	color:#fcfcfc;
	margin:15px;
}
	#spotlight_col1{
		float:left;
		width:560px;
		margin-right:25px;
	}
		#feature_img{
			width:270px;
			float:left;
		}
		
		#feature_details{
			float:right;
			width:270px;
		}
	
	#spotlight_col2{
		float:left;
		width:170px;
		margin-right:25px;
	}
	
	#spotlight_col3{
		float:right;
		width:170px;
	}

#spotlight img{
	padding:4px;
	border:#cfcdbf 1px solid;
	background:url(images/bg_spotlight_img.png);
}

#spotlight h2{
	font-size:1.63em;
	font-weight:normal;
	color:#aa6a23;
	margin-bottom:.5em;
}

	#spotlight h2 a:link, #spotlight h2 a:visited{
		color:#aa6a23;
	}

#spotlight h3{
	font-size:1.15em;
	font-weight:normal;
	color:#ae892e;
	/*color:#cfb771;*/
	margin-bottom:.5em;
}

	#spotlight h3 a:link, #spotlight h3 a:visited{
		color:#ae892e;
	}
	
#footer{
	clear:both;
	padding-top:1em;
}
/* Navigation ------------------------------------------------------------------------------------ */

#navigation{
	margin-top:7px;
}

#navigation ul {
		padding:0;
		list-style:none;
	}
	
	#navigation li {
		display:inline;
		
	}
	
	 #navigation a {
		float:left;
		padding:0 0 0 10px;
		margin-right:25px;
		text-decoration:none;
		display:block;
		/*height:107px;*/
		color:#cdb771;
		font-size:1.2em;
		font-weight:normal;
		background:url(images/li_navigation.gif) left repeat-y;
	}
		 #navigation a:hover {
		 	color:#FFFFFF;
		 }
	
	 #navigation a span {
		color:#FFFFFF;
		font-size:.8em;
		font-weight:normal;
	}
	
/* ------------------------------------------------------------------------------------ */
/* listings  -------------------------------------------------------------------------- */

.listingsCol1{
	float:left;
	width:190px;
	
}

.listingsCol2{
	float:right;
	width:365px;
}

.listingDetail1{
	width:167px;
	float:left;
	padding:2em 0;
}

	.listingDetail1 td{
		padding:.25em 0;
	}

.listingDetail2{
	width:167px;
	float:right;
	
}
	.listingDetail2 td{
		padding:.25em 0;
	}

.listingDataType{
	width:100px;
	font-weight:bold;
}

.listingPrice{
	font-weight:bold;
	margin-bottom:.5em;
}


/* ------------------------------------------------------------------------------------ */
/* property details ------------------------------------------------------------------- */

#propdetails-images{
	margin-top:2em;
}

.thumnail{
	width:105px;
	float:left;
	margin-top:.5em;
}

.thumnail-middle{
	width:105px;
	float:left;
	margin-left:7px;
	margin-right:7px;
}

#propdetails-desc{
	float:left;
	width:340px;
}

#propdetails-over{
	float:right;
	width:180px;
}

.detailsTable{
	line-height:1.5em;
	width:180px;
}

.detail-tbl-heading{
	font-weight:bold;
	width:100px;
}

/* ------------------------------------------------------------------------------------ */

.clear{
	clear:both;
}

.john-headshot{
	float:right;
	margin:0 0 1em 1em;
}

.team-headshot{
	float:left;
	margin:0 1em 1em 0;
}

#content_col1 ul{
	margin-bottom:1.5em;
}

#content_col1 li{
	margin-left:1.5em;
	line-height:1.5em;
	list-style:outside square;
}

.subheadlink{
	font-size:.7em;
}
/* ------------------------------------------------------------------------------------ */

.projectsCol1{
	width:165px;
	float:left
}

.projectsCol2{
	margin-left:165px;
}

/* ------------------------------------------------------------------------------------- */

.man-list-img{
	padding:4px;
	border:#cfcdbf 1px solid;
	background:url(images/bg_spotlight_img.png);
	width:350px;
	height:110px;
}

.man-list-img-sm{
	padding:4px;
	border:#cfcdbf 1px solid;
	background:url(images/bg_spotlight_img.png);
	width:160px;
	height:50px;
}

.man-list-hdr{
	font-size:1.15em;
	font-weight:normal;
	color:#aa6a23;
	/*color:#cfb771;*/
	margin-bottom:.5em;
	margin-top:1.5em;
}
