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

html {
	margin: 0; 
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	text-align:center;
	background: #ffffff;
	color: #404040;
	height: 100%;
	background-image: url('../images/page-back2.jpg');
	background-repeat: repeat-x;
}

#wrapper {
	margin:0 auto;
	width: 980px;
}

h1 {
	color:#7fa15d;
	font-weight: bold;
	font-size: 20px;
}

h1.right {
	text-align: right;
}	

h2 {
	color:#7fa15d;
	font-weight: bold;
	font-size: 20px;
}

h3 {
	color:#454546;
	font-weight: bold;
	font-size: 12px;
}

p {
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

td {
	vertical-align: top;
}

.table-header  {
	height: 12px;
}

.justify {
	padding: 0px;
	margin: 0px;
	text-align:justify;
	vertical-align: top;
}



.twoColFixLtHdr #header { 
	width: 980px;
	margin:0 auto;
	margin-top: 0px;
	height: 160px;
	background-position: center;
} 

.twoColFixLtHdr #header-graphic { 
	background-image: url(../images/template_02.jpg);
	height: 160px;
	margin:0 auto;
	padding: 0px;
	width: 980px;
	background-position: center;
} 

.twoColFixLtHdr #print-graphic { 
	display: none;
} 

.twoColFixLtHdr #top-nav2{ 
	background-image: url(../images/menu-back.jpg);
	background-repeat: repeat-x;	
	height: 34px; 
	padding: 0px;  
	margin: 0px;
	width: 100%;
	border-top: 1px solid #cccccc;
} 


#navigation {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px 0px 0px 200px;
	height: 35px;
	background-color:#7fa15d;
}

#nav-menu ul {
	list-style: none;
	padding: 10px;
	margin: 0;
	color:#FFFFFF;
	font-size: 9px;
}

#nav-menu li {
	float: left;
	margin: 0px;
	padding: 0px 0px;
} 


#nav-menu li a:visited, #nav-menu li a:link {
	line-height: 1.5em;
	float: left;
	display: block;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	padding: 0px 10px;
	font-weight:bold;
}

#nav-menu li a:hover  {
	line-height: 1.5em;
	float: left;
	display: block;
	font-size: 10px;
	color: #454546;
	text-decoration: underline;
	text-align: center;
	padding: 0px 10px;
	font-weight:bold;
}


#nav-menu-footer {
	clear: left;
	width: 950px;
	margin:0 auto;
	margin-top: 0px;
	height: 12px;
	background: url('../images/template_02.gif');
	background-position: center;
}



.twoColFixLtHdr #container { 
	float: left;
	background-image: url(../images/content-back.jpg);
	border-right: 15px solid #7fa15d;
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	padding-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100% ;
} 

.twoColFixLtHdr #header h1 {
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
}

.twoColFixLtHdr #sidebar1 p {
	font-size: 10px;
}

.twoColFixLtHdr .side-nav-on {
	background: #FFFFFF;
	margin: 3px 3px 0px 20px;
	padding: 4px 3px 3px 10px;
	text-align: right;
	width: 167px;
}

.twoColFixLtHdr .side-nav-off {
	background: #c0e19e;
	margin: 3px 3px 0px 20px;
	padding: 3px 3px 3px 10px;
	text-align: right;
	width: 167px;
}

.side-nav-on a:link, .side-nav-on a:visited, .side-nav-off a:link, .side-nav-off a:visited {
	color: #454546;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
}

.side-nav-on a:hover, .side-nav-off a:hover {
	color: #333333;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: underline;	
}

#newslist-signup {
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	width: 180px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	font-size: 0.8em;
	vertical-align: top; 
} 

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited  { 
	color: #7fa15d;
	font-weight: 700;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:hover  { 
	color: #7fa15d;
	font-weight: 700;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent li  { 
	line-height: 22px;
}

.twoColFixLtHdr #footer { 
	background: #454546;
	margin: 0;
	padding: 20px 0px 5px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 980px;
} 

.twoColFixLtHdr #footer p  {
	color: #dddddd;
	font-size: 0.70em;
	line-height: 14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.twoColFixLtHdr #footer .footer-links  { 
	color: #dddddd;
}

.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited  {
	color: #dddddd;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
	color: #7fa15d;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: underline;	
}

.twoColFixLtHdr #footer-base { 
	clear: left;
	background-image: url(../images/footer-base.jpg);
	height: 9px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 980px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.float-left-border {
	border: 1px solid #cccccc;
	float: left;
	padding: 5px;
}

.float-right-more {
	float: right;
	padding-top: 0px;
}

/*woodland particulars page */

.woodland-details  {
	width: 100%;
	margin: 0px;
	padding: 0px;
}	

.woodland-details-sold {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('../images/sold_background.gif');	
}	

.woodland-details-underoffer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('../images/underoffer_background.gif');	
}	


.woodland-details p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}



.woodland-details td, .woodland-details-sold td, .woodland-details-underoffer td {
	border: 1px solid #eeeeee;
	line-height: 18px;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}

.woodland-details a:visited, .woodland-details a:link {
	text-decoration:none;
	font-weight: bold;
}

.woodland-details a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}


/* image styling */

.border {
	border: 1px solid #7fa15d;
	padding: 0px;
	margin: 2px;
}

#loadarea {
	border: 1px solid #7fa15d;
	height:413px;
	margin: 0px;
	padding: 0px;
	width: 550px;
	text-align:center;

}


.highlight {
	background-color:#C54F4F;
	color: #FFFFFF;
}

.highlight a:link, .highlight a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.highlight a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	color:#666666;
	font-size: 0.8em;
	text-align: center;
}


.input-home {
	border: 1px solid #7fa15d;
	color: #4d4d4d;
	background-color: #FCBF04;
	margin-top: 5px;
}

#recent-woodlands {
	background-color: #e2eada; 
	border: 1px solid #cccccc;
	font-size: 0.85em;
	line-height: 18px;	
	height: 150px;
	overflow-y: scroll;
	padding: 10px;
	margin-bottom: 5px;
}

#recent-woodlands ul {
	margin: 0px 15px;
}	


#recent-woodlands ul li a:link, #recent-woodlands ul li a:visited  {
	color: #454546;
	text-decoration: none;
	font-size: 1em;
}

#recent-woodlands ul li a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 1em;
}

.table-border {
	font-size: 12px;
	border: 2px solid #7fa15d;
	width: 100%;
}

.table-border td, .table-border-sold td, .table-border-underoffer td {
	border: 1px solid #eeeeee;
	line-height: 18px;
	margin: 8px;
	padding: 8px;
}

.table-border-sold {
	border: 2px solid #7fa15d;
	background: url('../images/sold_background.gif');
	font-size: 12px;
	width: 100%;
}

.table-border-underoffer {
	border: 2px solid #7fa15d;
	background: url('../images/underoffer_background.gif');
	font-size: 12px;
	width: 100%;
}

.divider {
	margin: 15px 0px 15px 0px;
	padding: 0px 50px 0px 50px;
}

.form {
	margin: 0px;
	padding: 0px;
}

.break {
	padding: 5px 0px;
	margin: 5px 0px;
}

a.white:link, a.white:hover, a.white:active, a.white:visited,  {
	color: #FFFFFF ;
}	
