/* CSS Document */

/* Main Body */
body {
	text-align: center; /* Work around to center body div in MSIE */
	background-color: #eae9da;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; OLD sans-serif FONTS */
/*	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; FIRST OLD OLD FONT */
	font-family:"Times New Roman", Times, serif;
	color: #000000; /* Main Font Text Color */
/*	background-image: url("content/background.gif"); UNUSED*/
	min-width: 995px;
	min-height: 775px;
}

#pagecell1 {
	text-align: left; /* Reset text alignment to left after MSIE centering fix */
	position: relative; /* Mark all fixed pixle positions relative to the automatically centered div */
	top: 20px;
	width: 995px;
/*	background-color: #ae9da;*/
	left: 0; /* Set left margin to 0, for auto-margins to work as centering */
	right: 0; /* Set right margin to 0, for auto-margins to work as centering */
	margin-left: auto; /* auto margins for centering */
	margin-right: auto;  /* auto margins for centering */
/* 	left: 50%; ALTERNATE CENTERING OPTION - Cuts off page if too small
	margin-left: -347px; */
}

/* HEADER-LOGO */

img.logo {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 995px;
	height: 60px;
}
	
/* Nav Bar */
#nav {
	clear: both;
	margin: 7px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	background: #ccd0ac;
	position: absolute;
	top: 60px;
	width: 995px;
	height: 30px;
	/*	border: 1px solid #42432d; NO BORDERS ON NAV BAR - DISABLED*/
	border-width: 1px 0;
	z-index: 13;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a:link,
#nav a:visited {
/*	color: #7b9e3b; OLD GREEN COLOR */
	color: #000000;
	background: #ccd0ac;
	padding: 5px 25px 5px 25px;
	float: left;
	width: auto;
/*	border-right: 1px solid #42432d; */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#nav a:hover {
	color: #ffffff;
	background: #91916C;
}

#home #nav-home a,
#about #nav-about a,
#features #nav-features a,
#gallery #nav-gallery a,
#communities #nav-communities a,
#affiliates #nav-affiliates a,
#contact #nav-contact a {
	background: #727454;
	color: #fff;
	text-shadow: none;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#features #nav-features a:hover,
#gallery #nav-gallery a:hover,
#communities #nav-communities a:hover,
#affiliates #nav-affiliates a:hover,
#contact #nav-contact a:hover {
	background: #727454;
}

#pinecurve #nav-communities a,
#rollinggreen #nav-communities a,
#woodland #nav-communities a,
#woodsedge #nav-communities a {
	text-decoration: underline;
}

#pinecurve #nav-pinecurve a,
#rollinggreen #nav-rollinggreen a,
#woodland #nav-woodland a,
#woodsedge #nav-woodsedge a {
	background: #727454;
	color: #fff;
	text-shadow: none;
}

#nav a:active {
	background: #727454;
	color: #fff;
}

.nav-small {
	font-size: 13px;
}

#menu ul li ul {
	padding: 0; /*keeps dropdown in right spot*/
	margin: 30px 0 0 0; /*keeps dropdown not on top of menu*/
	list-style: none;
}

/*#menu a {
	display: block;
	width: 10em;
}*/

#menu li {
	float: left; /*keeps dropdown in right spot*/
	/*width: 10em;*/
}

#menu li ul {
	position: absolute; /*keeps dropdown hidden when mouseover*/
	width: 10em;
	left: -999em; /*hides menu when not in use*/
/*	display:none;*/ /*other method of hiding*/
}

#menu li:hover ul {
	left: auto;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto; /*moves dropdown in place when mouseover*/
/*	display:block;*/ /*other method of hiding*/
}

a:link,
a:visited {
	color: #7b9e3b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}


/* Gallery */
#content-gallery
{
	position: absolute;
	top: 97px;
	left: 0px;
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	background: #000000;
	float: left;
	height: 569px;
	width: 981px;
	text-align: left;
	font-size: 17px;
}

.gallery-big-home {
	position: absolute;
	top: 14px;
	left: 199px;
	text-align: center;
	background-color: #000000;
 }

.gallery-big {
	position: absolute;
	top: 14px;
	left: 199px;
/*	text-align: center;*/
	background-color: #000000;
	background:url(../gallery/menubar.gif) 0 0 no-repeat;
/*	width:333px;*/
	border-right:solid;
	border-left:solid;
	border-bottom:solid;
	border-color:#4E4E4E;
 }
 
.closebox {
 	position:absolute;
}

.picture-big {
	margin-top:17px;
}

#gallery-main
{
	float: right;
	width: 770px;
	height: 540px;
	background: #000000;
	margin: 7px 7px 7px 7px;
	padding: 7px 7px 7px 7px;
}

.gallery-thumb
{
	float: left;
	width: 240px;
	height: 250px;
	background: #000000;
	margin: 10px 8px 10px 8px;
	padding: 0;
	text-align: center;
}


/* Gallery Navbar */
#navbar-left
{
	float: left;
	width: 175px;
	height: 583px;
	background: #ccd0ac;
	margin: -7px 7px 7px -7px;
	padding: 0px 0px 0px 0px;
	border-right: solid;
	border-right-color: #eae9da;
	border-right-width: 7px;
}

#navbar-left-title
{
	background: #ADB491;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 2px 0px;
	min-width: 150px;
	border-bottom: solid;
	border-bottom-color: #eae9da;
	border-bottom-width: 3px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}

#navbar-left ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#navbar-left li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	background: #ccd0ac;
	border-bottom: solid;
	border-bottom-color: #eae9da;
	border-bottom-width: 3px;
}

#navbar-left a:link,
#navbar-left a:visited {
	color: #000000;
	background: #ccd0ac;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
}

#navbar-left a:hover {
	color: #ffffff;
	background: #91916C;
}



/* Content-Main */
#content,#pinecurve-content,#rollinggreen-content,#woodland-content,#woodsedge-content
{
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	background: #ccd0ac;
	float: left;
	height: 570px;
	width: 809px;
	text-align: center;
}

#content h1,#pinecurve-content h1,#rollinggreen-content h1,#woodland-content h1,#woodsedge-content h1,#contentwider h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 7px 0px 5px 0px;
}

#content
{
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: 3;
}

#contentwider
{
	position: absolute;
	top: 97px;
	left: 0px;
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	background: #ccd0ac;
	float: left;
	height: 570px;
	width: 981px;
	text-align: center;
	font-size: 17px;
}

#content-contact
{
	position: absolute;
	top: 97px;
	left: 0px;
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	background: #ccd0ac;
	float: left;
	height: 570px;
	width: 981px;
	text-align: left;
	font-size: 20px;
}

#content-contact p {
	margin-left: 40px;
}

#content-contact h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 7px 0px 5px 40px;
}

#content-contact h2 {
	font-size: 20px;
	font-style: italic;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 7px 0px 5px 80px;
}

#content-contact a {
	text-decoration: none;
	font-weight: normal;
}

#content-contact a:hover {
	text-decoration: underline;
}

#content-contact2
{
	position: absolute;
	top: 107px;
	left: 600px;
	margin: 0px;
	padding: 0px;
/*	background: #ccd0ac;*/
	background: #000;
	height: 420px;
	width: 300px;
	text-align: left;
}

#content-contact3
{

	position: absolute;
	background: #a1b2c3;
	top: 97px;
	left: 186px;
	font-size: 20px;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	height: 400px;
	width: 400px;
}


/* content rollover */

#background-content
{
	background-color: #000000;
	position: absolute;
	top: 111px;
	left: 21px;
	min-width: 780px;
	min-height: 460px;
	z-index: -1;
}

#background2-content
{
	margin: 7px 7px 7px 0px;
	padding: 7px 7px 7px 7px;
	background: #ccd0ac;
	float: left;
	height: 570px;
	width: 809px;
	text-align: center;
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: -2;
}




#pinecurve-content
{
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: 5;
}

#rollinggreen-content
{
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: 7;
}

#woodland-content
{
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: 9;
}

#woodsedge-content
{
	position: absolute;
	top: 97px;
	left: 0px;
	z-index: 11;
}



#center-description {
	font-size: 17px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#main-description {
	font-size: 17px;
	text-align: left;
	padding: 0px 50px 0px 50px;
}

#indent-list {
	text-align: left;
	margin: 0px 50px 0px 100px;
}

/* Sidebar-Right */
.pinecurve-sidebar,.rollinggreen-sidebar,.woodland-sidebar,.woodsedge-sidebar
{
	background: #ccd0ac;
	float: left;
	height: 145px;
	width: 150px;
	position: absolute;
	left: 831px;
	z-index: 10;
}
.pinecurve-sidebar
{
	margin: 7px 0px 0px 0px;
	padding: 7px 7px 0px 7px;
	top: 97px;
}
.rollinggreen-sidebar
{
	margin: 0px;
	padding: 0px 7px 0px 7px;
	top: 253px;
}
.woodland-sidebar
{
	margin: 0px;
	padding: 0px 7px 0px 7px;
	top: 395px;
}
.woodsedge-sidebar
{
	margin: 0px 0px 7px 0px;
	padding: 0px 7px 7px 7px;
	top: 536px;
}

#sidebar-d {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

#sidebar-l {
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}

/* Contact form */

#contactform {
	font-size: 17px;
}


/* Site Info */
#siteinfo {
	clear: both;
	font-size: 16px;
	padding: 7px 7px 7px 7px;
	background: #ccd0ac;
	height: 21px;
	width: 981px;
	margin: 7px 0px 10px 0px;
	position: absolute;
	top: 688px;
	text-align: left;
	z-index: 12;
}
