/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {	
	color:#aeae99;
	background: #000;
	min-height:101%;
	font-size: 100%;
	padding: 0px 0 30px 0;
}

body, input, textarea, select {	
	font-family: Georgia, "Times New Roman", Times, serif
}

p {	
	margin: 15px 0;
	line-height:155%;
}

ul, ol {
	margin: 15px 0;
}

ul ul, ol ol {
	margin: 0;
}

li {
	margin: 5px 0 5px 25px;
	list-style:square;
}

li li {
	margin-left: 35px;
}
		
a:link, a:visited {	
	text-decoration: underline;
	color: #ecedca;
	font-weight: bold;
}

a:hover, a:active {	
	color:#d3d5a0;
	text-decoration:none
}

*:focus { 
	outline: none 
}




/* ---------- @ Page Structure -----------*/


#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 832px;
	padding:23px 17px 0 17px;
	background:#212121 url(/images/bg_wrapper2.jpg) no-repeat;
	margin-top:18px;
   }

#home #wrapper {
	margin-top:13px;
	background: url(/images/bg_wrapper.jpg) no-repeat;
	height:546px;
	}	

#home #masthead {
	background: url(/images/bg_masthead.jpg);
	height: 203px;
	margin: 15px 0;
	clear:both
}


.left {	
	float:left;
}

.right {	
	float:right
}


	

/* ---------- @ Navigation -----------*/

#nav {
	height:51px;
	background:url(/images/bg_nav.jpg);
	margin: 0;
	margin-bottom:16px;
	padding-left: 3px;
	}
	
#nav li {
	list-style:none;
	display:inline;
	float:left;
	margin: 0;
}

#nav a {
	height: 52px;
	text-indent: -9000px;
	float:left;
	margin:0 9px;
}

a#waterfront {
	background:url(/images/nav_waterfront.gif);
	width:154px;
}

a#waterfront:hover, body.waterfront a#waterfront {
	background:url(/images/nav_waterfront_on.gif);
}

a#country {
	background:url(/images/nav_country.gif);
	width:124px;
}

a#country:hover, body.country a#country {
	background:url(/images/nav_country_on.gif);
}

a#equestrian {
	background:url(/images/nav_equestrian.gif);
	width:174px;
}

a#equestrian:hover, body.equestrian-sporting a#equestrian {
	background:url(/images/nav_equestrian_on.gif);
}

a#land {
	background:url(/images/nav_land.gif);
	width:37px;
}

a#land:hover, body.land a#land {
	background:url(/images/nav_land_on.gif);
}


a#historic {
	background:url(/images/nav_historic.gif);
	width:127px;
}

a#historic:hover, body.historic a#historic {
	background:url(/images/nav_historic_on.gif);
}

a#all-residential {
	background:url(/images/nav_residential.gif);
	width:88px;
}

a#all-residential:hover, body.listing_type a#all-residential {
	background:url(/images/nav_residential_on.gif);
}

li.pipe {
	width:2px;
	height:52px;
	background:url(/images/pipe.jpg);
	margin: 0;
	}
	
/*Subnav */

#home #topnav {
	margin:0;
	margin-top:21px;
	}

#topnav {
	margin: 0;
	margin-top:16px;
	}

#topnav li {
	list-style:none;
	display:inline;
	font-size:0.85em;
	margin: 0;
	}

#topnav a, #topnav a:visited {
	float:left;
	background:url(/images/bullet.gif) left 1px no-repeat;
	color:#b1b1b1;
	font-weight:bold;
	padding: 0 12px 0 14px;
	text-decoration:none
	}	
	
#topnav a:hover, #topnav a:active, body.portfolio #topnav a#portfolio, body.branch-offices #topnav a#offices, body.info #topnav a#info, body.about #topnav a#about, body.contact #topnav a#contact {
	color:#FFF;
	}

#sidebar ul {
	background: url(/images/bg_sidebar.gif) no-repeat;
	margin: 25px 0 0 20px;
	padding: 10px 0 300px 15px;
}

#sidebar ul.child {
	background: none;
	margin: 0 0 0 45px;
	padding: 0;
}

#sidebar ul ul {
	background: none;
	margin: 0;
	padding: 2px 0 0 0;
	width: auto;
}

#sidebar li {
	margin: 0;
	list-style-type: none;
	padding: 10px 2px 15px 30px;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	background: url(/images/propertylisting/bg_detail_item.gif) no-repeat;
	width: 140px;
	color: #d9db87;
}

#sidebar ul.child li {
	border-bottom: 1px dotted #565656;
	padding: 15px 2px 20px 30px;
}

#sidebar li a {color: #d9db87;}

#sidebar li li {
	margin: 0;
	padding: 4px 2px 7px 10px;
	border-bottom: 1px dotted #565656;
	font-size: 1.1em;
	color: #e1b53f;
	font-weight: normal;
	background: none;
	text-transform: none;
	width: auto;
}

#sidebar li li a {
	color: #e1b53f;
	font-weight: normal;
}
	
		
		
/* ---------- @ Headings -----------*/

		   
h1 {
	width: 445px;
	background: url(/images/logo.gif);
	height: 64px;
	text-indent:-9000px;
	font-size: 1.8em
}

h2 {	
	font-size: 1.7em;
	text-indent:-9000px;
	margin-top:13px;
	background:url(/images/title_blank.jpg) no-repeat;
	height:120px;
	}
	
h2#tagline {
	margin: 0;
	background: url(/images/mountains.jpg) no-repeat;
	height: 203px;
	width: 462px;
}

body.about h2 {
	background:url(/images/title_about.jpg);
	height:120px;
	}
	
body.info h2 {
	background:url(/images/title_info.jpg);
	height:120px;
	}
	
body.contact h2 {
	background:url(/images/title_contact.jpg);
	height:120px;
	}

body.propertylisting h2 {
	background:url(/images/title_properties.jpg);
	height:120px;
	}

body.branch-offices h2 {
	background:url(/images/title_offices.jpg);
	height:120px;
	}
		
h3 {	
	font-size: 1.4em;
	color: #e1b53f;
	padding-top: 20px;
	margin-bottom: -5px;
	letter-spacing: .1em;
	border-bottom: 1px solid #5e5e5e;
	}

h3#welcome, h3#contact-us, h3#featured {
	text-indent:-9000px;
	margin: 0 0 4px 0;
	padding: 0;
	border-bottom: none;
	height:25px;
	width:184px;
	background-repeat: no-repeat;
}

h3#welcome {background-image:url(/images/hdr_welcome.gif);}
h3#contact-us {background-image:url(/images/hdr_contact.gif);}

h3#featured {
	background-image: url(/images/hdr_featured.gif);
	margin: 0 0 8px 0;
	}
			
h4 {	
	font-size: 1.2em;
	color: #d9db87;
	margin: 20px 0 -12px 0;
	}

.office-listing h4 {
	margin-bottom: -5px;	
}

h5 {	
	text-transform: uppercase;
	font-size: .85em;
	color: #e1b53f;
	margin: 15px 0 -15px 0;
	letter-spacing: .1em;
	}


/* ---------- @ Content Area -----------*/

/*Home*/

#home #content {
	 width:420px;
	 padding-left:24px;
	 color:#d7d8b4;
}

#home #sidebar {
	width:320px;
	color:#d7d8b4;
	padding-right:35px;
}

#who {
	width:122px; 
	padding:30px 3px 0 10px
	}
	
	
/*Interior*/

a#logo {
	background:url(/images/logo2.gif);
	width:330px;
	height:38px;
	display:block;
	text-indent:-9000px;
	}

#content {
	 padding: 0 24px;
	 color:#d7d8b4;
}

#sidebar {
	width: 250px;
	color:#d7d8b4;
	margin-bottom: 20px;
}

body.contact #sidebar {
	margin: -10px 0 30px 0;
}

.column {
	width: 500px;
	margin-right: 20px;
}

body.info_area-resources .columns {
	margin-top: 20px;
}

.columns strong {
	font-size: 1.2em;
	color: #d9db87;
}

.columns p {
	width: 225px;
	float: left;
	margin-right: 20px;
	height: 75px;
}

body.info_area-schools_private-schools .columns p {
	height: 160px;
}

.columns h3 {
	clear: both;
}

.columns h4 {
	width: 185px;
	float: left;
}

#bottom {
	margin:0 auto;
	width:866px;
	background:url(/images/bg_wrapper_bot.jpg);
	height:92px;
	}

.office-listing {
	width: 390px;
	margin: 15px 0 30px;
	float: left;
}

.office-listing a {
	color: #e1b53f;
	font-weight: normal;
}

.office-listing .img {
	width: 240px;
	float: left;
}

.office-listing .img img {
	padding: 2px;
	border: 1px solid #5d5e5e;
}
		
	
/* ---------- @ Forms -----------*/

.button {	
	background: #4b4b4b url(/images/bg_button.jpg) repeat-x ! important;
	border:#282929 1px solid;
	padding: 3px;
	margin: 0 2px 0 0;
	color:#ecedca;
	cursor: pointer;
}

.button:focus {	
	padding:3px;
}
		
.button:hover {	
	color: #d3d5a0;
}	
	

/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	padding: 0px 4px 0 6px;
	color:#828181;	
	margin: 0 auto;
	margin-top:20px;
	font-size: 0.7em;
	width: 832px;
}

#footer a {
	font-weight: normal;
}

#home #footer {
	margin-top: 0;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: 0 15px 0 0;
}

