/*
 * Modified - 10/11/11
 */

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: #4F721E; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.431; }
body, button, input, select, textarea { font-family: sans-serif; color: #333; }
::-moz-selection { background: #4F721E; color: #fff; text-shadow: none; }
::selection { background: #4F721E; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #F90; text-decoration:none; }
a:visited { color: #F90; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; color:#F00; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; border-color:#333; }
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Primary styles
   ========================================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-attachment: fixed;
	background-color: #eff0d0;
	background-image: url(../images/bg_home2011.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	color: #3D2116;
	font-weight: bold;
	margin:3px 0 5px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width: 1000px;
	margin: 8px auto 0;
	background:#fff;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) center no-repeat;
	height: 100px;
	width: 1000px;
}

.forest {
	float: right;
		 }
.phonebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	color: #3C1A11;
	float: right;
	height: 45px;
	width: 300px;
	margin: 15px 200px 0 0;
	text-align: center;
	background: url(../images/phone_button300.jpg) center no-repeat;
}
.phonebox a,
.phonebox a link {
	color: #FFF;
	text-decoration:none;
}
.phonebox a:hover {
	color: #F00;
}

/* --------------------------------------------------------------------------
   Main Navigation
   -------------------------------------------------------------------------- */

.navbar {
	background: #fff;
	width: 100%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.navbar ul {
	list-style: none;
	padding:0;
	margin:0;
	position:relative;
	left:90px;
	z-index:20;
}

.navbar ul ul {
	padding-top: 0;
}

.navbar ul li {
	display: block;
	float: left;
}

a.menulink:link,
a.menulink:visited {
	text-transform:uppercase;
	background:#4F721E;
}

a.menulink:hover,
a.menulink:active {
	text-transform:uppercase;
	background:#aadf11;
}

.navbar ul li a,
.navbar ul li a:link {
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #FFC;
	display: block;
	float: left;
	height: 36px;
	padding:0 7px;
	text-decoration: none;
}

.navbar ul ul li a {
	float: none;
	width: 185px;
}

.navbar ul ul a {
	background:#4F721E;
}

.navbar ul li li a:hover {
	background: #aadf11;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	36px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}

/* --------------------------------------------------------------------------
   Main
   -------------------------------------------------------------------------- */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3D2116;
	background: #FFF;
	padding: 15px;
	min-height:500px;
}
.emailfooter {
	background: url(../images/email_footer.jpg)  no-repeat;
	height: 125px;
	width: 700px;
	margin: 0 auto;
	text-align:center;
}
.sidebar_rt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	background: url(../images/bg_right.jpg) no-repeat;
	width: 220px;
	height: 500px;
}

.email_form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	float: right;
	width: 275px;
	margin: 65px 0 0 0;
}

.home_images {
	background: url(../images/bg_homeimages.jpg);
	width: 740px;
}

.clear {
	clear: both;
}

.spacer5 { height:5px; clear:both; }
.spacer10 { height:10px; clear:both; }
.spacer15 { height:15px; clear:both; }

/* --------------------------------------------------------------------------
   Listings
   -------------------------------------------------------------------------- */

.listing_item {
	width:20%;
	float:left;
	text-align:center;
	padding-bottom:10px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.listing_title {
	font-weight:bold;	
}
.listing_item img {
	margin: 1px auto 0;
	display:block;
	border:1px solid #aadf11;
}
.listing_item img:hover  {
	border:1px solid #4f721e;
}
.status_new {
	color:#aadf11;
	font-weight:bold;
	text-transform:uppercase;
}
.status_reduced {
	color:#aadf11;
	font-weight:bold;
	text-transform:uppercase;
}
.status_contract {
	color:#4f721e;
	font-weight:bold;
	text-transform:uppercase;
}
.status_sale {
	color:#aadf11;
	font-weight:bold;
	text-transform:uppercase;
}
.status_sold {
	color:#CC0000;
	font-weight:bold;
	text-transform:uppercase;
}
.listing_head {
	width:100%;
	height:25px;
	line-height:25px;
}
.listing_head h1 {
	display:block;
	float:left;
	width:85%;
	height:25px;
}
.listing_back {
	height:25px;
	margin-top:3px;
	text-align:right;
	width:15%;
	float:right;
}
.listing_main_image {
	width:69%;
	float:left;
	min-height:240px;
}
.listing_main_image img {
	border:1px solid #aadf11;
	background:#fff;
	max-width:640px;
}
.listing_images {
	width:100%;
	float:left;
}
.listing_info {
	width:31%;
	min-height:240px;
	float:right;
}
.listing_info ul {
	padding:0;
	margin:0;
	list-style:none;
}
.listing_description,
.listing_features {
	width:100%;
	margin:15px 0;
	min-height:50px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer {
	width:1000px;
	margin:0 auto;
	padding: 5px 0 30px;
	color: #333;
	font-size:11px;
	text-align:center;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	display: inline;
}

.footer ul li a,
.footer ul li a:link {
	padding: 0 3px;
	text-decoration: none;
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* =============================================================================
   Print styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #header, .navbar, .footer, .emailfooter, .addthis_toolbox { display:none; }
}
.img_border {
	border: 1px solid #000;
}
