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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColHybLtHdr #container { 
	width: 900px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColHybLtHdr #header { 
	background:#040 url(../../ic-header-text-2.png) no-repeat  center;
	padding: 0px 0px 20px 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. */
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 100px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */font-family:Tahoma, Geneva, sans-serif; color:#EBEBEB;font-size:100%; font-weight:bold;text-align:center;
}
ul.primaryMenu  {
	margin: 0;
	padding: 0;
	list-style:none;
	background: url(../../images/nav_bg.png) repeat-x;
	width: 900px;
	float:left;
}
ul.primaryMenuR2  {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 900px;
	float:left;
}
		ul.primaryMenu li {
	float:left;	

		}ul.primaryMenu li.last {
			float:left; background:url(../../images/nav_bg.png) repeat-x;
		}
		ul.primaryMenuR2 li {
	float:left;		background: url(../../images/nav_bg.png) repeat-x;

		}
		ul.primaryMenuR2 li.last {
			float:left; background:url(../../images/menu-right.jpg) repeat-x right;
		}
ul.primaryMenu a {
	display:block;
	padding: 2px 61px 2px 61px;
	line-height:20px;
	color:#baa552;
	font-size:85%;
	font-weight:bold;font-variant:small-caps;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:url(../../images/divider.gif) repeat-y left top;
}ul.primaryMenuR2 a {
	display:block;
	padding: 2px 20px 2px 20px;
	line-height:20px;
	color:#baa552;
	font-size:85%;
	font-weight:normal;font-style:italic;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:url(../../images/divider.gif) repeat-y left top;
}ul.primaryMenu a:link, ul.primaryMenuR2 a:link { text-decoration:none;}ul.primaryMenu a:visited, ul.primaryMenuR2 a:visited { text-decoration:none;}ul.primaryMenu a:hover, ul.primaryMenuR2 a:hover { text-decoration:none;color:#fff;}
 ul.primaryMenu a.first, ul.primaryMenuR2 a.first {
	 padding-left: 46px;background:none;
 }
 ul.primaryMenuR2 li.last a {padding-right:40px;}#footer { 
	padding: 0 10px 0 20px; 
	background:#000; 
	height: 240px;
	width:auto;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #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 */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdr #sidebar1 h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight:bold;
	font-size:0.8em;
	color:#996;
	text-align:center;
}
.twoColHybLtHdr #sidebar1 img {
	padding-bottom:8px;
	padding-left:4px;
}
.twoColHybLtHdr #sidebar1 .lastinfo {
	background:url(../../bg-info.png);
	width:180px;
	height:135px;
	border-left:4px solid #fff;
	
}
.twoColHybLtHdr #sidebar1 .lastinfo p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#847000;
	font-size:12px;
}
.twoColHybLtHdr #sidebar1 .lastinfo a.pdfFiles {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#060;
	text-decoration:underline;
	width:180px;
	margin-left:4px;
}
.twoColHybLtHdr #sidebar1 p.sidebarClose {
	color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.3em;
}
.twoColHybLtHdr #sidebar1 .lastinfo .title {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:12px;
}
.twoColHybLtHdr #sidebar1 .lastinfo a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CCC;
	font-size:12px;
}

.twoColHybLtHdr #mainContent { 
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
#plansWrapper {
	padding:40px 0px 20px 0px;
}
.twoColHybLtHdr #mainContent p.plans_content {
	width:auto;
	margin: 0 auto;
	padding:0;
	text-align:center;
}
.twoColHybLtHdr #mainContent p.other_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#330;
	font-style:normal;
	text-align:left;
	margin:0;
	text-indent:4px;
}
.twoColHybLtHdr #mainContent p.other_content span {
	font-weight:bold;
}
.twoColHybLtHdr #mainContent h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#330;
	font-style:italic;
	text-align:center;
}
.twoColHybLtHdr #mainContent h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#330;
	font-style:italic;
	text-align:center;
}
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColHybLtHdr #footer ul.bnav {
	margin: auto;
	padding:12px 0px;
	display:block;
	width:800px;
	height:auto;
	list-style:none;
}
.twoColHybLtHdr #footer a {
	color:#847000;
	text-decoration:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:1.2em;
}
.twoColHybLtHdr #footer ul.bnav2 {
	margin: auto;
	padding:6px 0px;
	display:block;
	width:600px;
	height:auto;
	list-style:none;
	
}
.twoColHybLtHdr #footer ul.bnav li {
	float:left;
	padding:20px 0px;
	width:200px;
}
.twoColHybLtHdr #footer ul.bnav2 li {
	float:left;
	padding:20px 0px;
	width:200px;
}
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#847000;
	text-align:right;
	font-family:helvetica;
	font-size:0.8em;
}




/* Miscellaneous classes for reuse */
.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;
}
#navigation_wrapper {
	width:auto;
	height:25px;
	margin: 0 ;
	padding:0;
	background:#fff;
}
#mapframe {
	padding-left:4px;
}
#mapframe p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}
#mapframe a:link {
	color:#880;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
#mapframe a:visited {
	color:#030;
	font-style:italic;
		font-weight:bold;

	text-decoration:none;
}

#mapframe a:hover {
	color:#030;
	font-style:italic;	font-weight:bold;

	text-decoration:none;
}
#forestparkLinkswrapper {
	position:relative;
	margin: auto;
	padding:0 ;
	width:600px;
}
 ul.forestparkLinks{
	margin:0;
	padding:0px;
	list-style:none;
	width:auto;
	float:left;
}

ul.forestparkLinks li.platImage {
	list-style-image:url(icon-plats.png);
	float:left;
}
ul.forestparkLinks li.mapImage {
	list-style-image:url(icon-location.png);
	float:left;
}
ul.forestparkLinks li.priceImage {
	list-style-image:url(icon-cart.png);
	float:left;
}
ul.forestparkLinks li.priceImage img {
	display:block;
}
ul.forestparkLinks a {
	display:block;
	padding:2.0em;
	line-height:2.2em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#660;
	text-decoration:underline;
	display:block;
}
