@charset "UTF-8";

body {
	background: #f1eed4;
	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: #5b4e2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	}

.oneColFixCtr #container {
	width: 950px;
	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. */
	font-style: normal;
	font-weight: normal;
	background-color: #f3efdd;
	background-image: none;
	}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/preservationparkbkg_02.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #5B4E2A;
	}

h1 {
	font-size: 200%;
	}

h2 {
	font-size: 130%;
	}

hr {
	border: 0;
	color: #bfb699; /* color it in IE */
	background-color: #bfb699; /* color it in Opera and Mozilla */
	height: 2px;
	margin: 15px 0px;
	padding:0;
	}

a {
	color:#6a6813;
	}

a:hover {
	color:#363503;
	text-decoration:none;
	}
	
a:visited {
	text-decoration: none;
	}

.smallText {
	font-size:85%;
	}
	
.img1 {
	border: 1px solid #c6be9c;
	}



/* LEFT COLUMN */
.leftCol {
	background: #f0ebd4;
	background-image:url(../images/bg-leftCol.jpg);
	background-repeat:no-repeat;
	}
	
.leftTD {
	background: #f0ebd4; /* this makes sure the bg color in the left column goes to the bottom of the page */
	}
	
.mainMenu {
	padding: 0px 35px; /* space around the main menu, first number is top and bottom space, second number is left and right */
	}

.mainMenu a {
	color: #2f400b;
	text-decoration: none;
	}
	
.mainMenu a:hover {
	color: #688c1d;
	text-decoration: none;
	}

.mainMenu li {
	padding: 2px 0px; /* increase the leading between menu items, first number is padding top and bottom, second number is right and left */
	}
	
.Menu1A {
	font-size: 135%;
	list-style-type: none; /* remove bullets from menu */
	margin-left: 0px;
	padding-left: 0px;
	}
	
.Menu1B {
	list-style-type:disc; /* add bullets to menu */
	margin-left: 0px;
	padding-left: 20px;
	}
	
.Menu2 {
	list-style-type: none; /* remove bullets from menu */
	margin-left: 0px;
	padding-left: 0px;
	}
	
.mainMenuHR {
	border: 0;
	color: #e0dac0; /* color it in IE */
	background-color: #e0dac0; /* color it in Opera and Mozilla */
	height: 2px;
	margin:0;
	padding:0;
	}
	
.sideDIV {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

.sideDIV img{
	border: solid #4f492f 1px;
	}
	
/* END LEFT COLUMN */




/* RIGHT COLUMN */
.rightCol {
	background-image:url(../images/bg-rightCol.jpg);
	background-repeat:no-repeat;
	height: 700px; /* applies minimum height to column */
	}
	
.mainContent {
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: none;
	}
	
.mainContent2Col {
	margin: 0px;
	padding: 0px;
	}
	
.mainContent3 {
	margin: 0px;
	padding: 15px 15px 15px 50px;
	}
.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
	color: #975F46;
	text-align: center;
}
.linksbg {
	background-image: url(../images/bg-rightCol.jpg);
}

	
.floorplans img {
	margin-top: 0px;
	}
	
.floorplans a:hover {
	filter:alpha(opacity=50); /* Mozilla and IE*/
	opacity:.50;
	-moz-opacity: 0.50;
	}
/* END RIGHT COLUMN */



/* FOOTER */
.footerA {
	padding: 10px;
	font-size:09;
	height:100%;
	}
.footerB {
	font-size: 09;
	background-color:#cdc1a2;
	padding: 10px 50px;
	height:100%;
	}
/* END FOOTER */



/* RIGHT COLUMN */
.rightCol {
	height: 700px; /* applies minimum height to column */
	}
.mainContent {
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 25px;
	}
/* END RIGHT COLUMN */



/* INTRO PAGE */
.intro {
	background-image:url(../images/bg-rightCol-intro.jpg);
	background-repeat:no-repeat;
	padding: 0px 50px 25px 25px;
}

.intro h1 {
	font:190% "Times New Roman", Times, serif; 
	color: #3b4f1a;
	line-height: 150%;
	margin:0; /* this fixes random space in Safari */
	padding:0; /* this fixes random space in Safari */
	}
/* END INTRO PAGE */


/* CONTACT PAGE */
.contactForm {
	background-color:#a1874d;
	border: solid 1px #8f7741;
	margin:0;
	padding:10px;
	color:#f1ece2;
	}

.contactForm h2 {
	color:#533f13;
	}

.contactForm input, textarea, select{
	width:100%;
	}
	
/* END CONTACT PAGE */
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #630;
	background-image: none;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.rightColpp {
	height: 700px; /* applies minimum height to column */
	background-image: url(../images/preservationparkbkg_02_02.jpg);
	background-repeat: no-repeat;
}
.homestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: lighter;
	color: #5B4E2A;
	text-align: left;
}
.homestextheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #600;
	text-align: left;
}
.whatisavillage    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #630;
	text-align: left;
	padding-right: 6px;
}
.villagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: lighter;
	color: #5B4E2A;
	text-align: left;
	padding-right: 12px;
	margin: 0px;
	padding-left: 6px;
}
.villagetextCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: lighter;
	color: #5B4E2A;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
}
.commercialhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 32px;
	font-weight: bold;
	color: #652B17;
	letter-spacing: -0.02em;
	text-align: left;
	padding-left: 98px;
	margin: 0px;
}
.seeking {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-top: 224px;
}
.villagetextindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #630;
	letter-spacing: -.02em;
	text-align: left;
	margin: 0px;
	padding-left: 12px;
}
.located {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #630;
	letter-spacing: -.02em;
	text-align: center;
}
.photoborder {
	border: 1px ridge #000;
}
.rule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	font-weight: bold;
	color: #960;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homeheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 16px;
	font-weight: bold;
	color: #652B17;
	letter-spacing: -.02em;
	text-align: left;
	padding-left: 98px;
	margin: 0px;
}
