@charset "utf-8";
#subpageContainer  #subContent  #required   {
	font-size: 10px;
	color: #96B69E;
	text-align: right;
	height: 25px;
	margin-right: 35px;
	margin-left: 35px;
}

/* CSS Document */

body {
	background: #f3f1ef;
	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: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 4px solid #b2c9b8;
	padding-bottom: 60px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	color: #000000;
}
a:hover {
	color: #009966;
}


.oneColFixCtrHdr #header {
	height: 95px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #topNav {
	width: 1000px;
	height: 30px;
	text-align: right;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #3e794d;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 4px solid #b2c9b8;
}
.oneColFixCtrHdr  #subpageContainer {
	background-image: url(../images/subContentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
}
.oneColFixCtrHdr #container #subpageContainer #subContent {
	margin-right: 12px;
	margin-left: 12px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr   #container   #subpageContainer   #subContent  p {
	color: #624F2F;
	text-align: left;
	padding-right: 40px;
	padding-left: 45px;
}
.oneColFixCtrHdr    #container    #subpageContainer  #subContent   h1  {
	color: #624F2F;
}

.oneColFixCtrHdr #container #floorPlanContent {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #floorPlanContent #floorplans {
	border: 1px solid #C3D4C1;
	text-align: center;
	padding: 10px;
}
.print   {
	text-align: right;
	background-image: url(../images/prints.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
.print   a   {
	text-decoration: none;

}
.print   a:link   {
	color: #B2C9B8;

}
.print   a:hover   {
	color: #F3F1EF;

}
.print   a:visited     {
	color: #B2C9B8;
}
.print  a:active {
	color: #F3F1EF;
}
.oneColFixCtrHdr #container #subNav {
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
	height: auto;
	margin-top: 10px;
}




.oneColFixCtrHdr #container #subNav a {
	text-decoration: none;
	font-size: 12px;
}
.oneColFixCtrHdr #container #subNav a:link {
	color: #3E794D;
}
.oneColFixCtrHdr #container #subNav a:hover {
	color: #624F2F;
}
.oneColFixCtrHdr #container #subNav a:active {
	color: #624F2F;
}
.oneColFixCtrHdr #container #subNav a:visited {
	color: #3E794D;
}

.oneColFixCtrHdr #container #subNav .selected {
	color: #624F2F;
	font-size: 12px;
	font-weight: bold;
}



.oneColFixCtrHdr   #container   #floorPlanContent  p {
	color: #F3F1EF;
	text-align: left;
	padding-right: 30px;
	padding-left: 20px;
	line-height: 1.35;
}
.oneColFixCtrHdr    #container    #floorPlanContent   h1  {
	color: #F3F1EF;
	font-weight: normal;
	font-size: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #floorPlanContent h2 {
	color: #3E794D;
	font-weight: normal;
	font-size: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #67573E;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #67573E;
	margin-bottom: 10px;
}

.oneColFixCtrHdr   #container #floorPlanContent    .mainImg  {
	padding: 5px;
	border: 1px solid #B2C9B8;
	margin: 10px;
}
.oneColFixCtrHdr #container #floorPlanContent .smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.oneColFixCtrHdr #container #theMapleContainer #floorPlanContent p {
}


.oneColFixCtrHdr  #container  #subContent  {
	margin-right: 12px;
	margin-left: 12px;
}
.oneColFixCtrHdr  #container  #subContent  p  {
	color: #624F2F;
	text-align: left;
	padding-right: 40px;
	padding-left: 45px;
}
.oneColFixCtrHdr  #container   #subContent  h1  {
	color: #624F2F;
}




.oneColFixCtrHdr #container #mainContent #homeContent .cityConvenience {
	font-size: 24px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #homeContent .meets {
	color: #11321A;
	font-size: 30px;
	font-style: italic;
	line-height: .75;
}
.oneColFixCtrHdr #container #mainContent #homeContent .suburbanTran {
	font-size: 24px;
	color: #FFFFFF;
}


.oneColFixCtrHdr #container #mainContent a {
	color: #F3F1EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent a:link {
	color: #F3F1EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #624F2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent p {
}
.oneColFixCtrHdr #container #mainContent #mainImg {
	height: 255px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B2C9B8;
	border-bottom-color: #B2C9B8;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #mainContent #homeContent {
	width: 970px;
	padding: 15px;
}
.oneColFixCtrHdr #container #mainContent #homeContent #video {
	background-image: url(../images/videoBg.gif);
	height: 282px;
	width: 392px;
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr    #container    #introCont .chooseHome    {
	font-size: 20px;
	color: #11321a;
}
.oneColFixCtrHdr #container #mainContent #homeContent .homes {
	font-size: 26px;
}
.oneColFixCtrHdr #container #mainContent #homeContent h1 {
	font-weight: normal;
	color: #F3F1EF;
	padding-left: 15px;
	margin-top: 10px;
}
.oneColFixCtrHdr #container #mainContent #homeContent p {
	padding-left: 15px;
}
.oneColFixCtrHdr #container #introCont {
	color: #624F2F;
	padding-right: 20px;
	padding-left: 20px;
	width: 960px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome {
	background-color: #663333;
	width: 286px;
	margin-left: 15px;
	padding: 7px;
	border: 1px solid #FFFFFF;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome p {
	padding-left: 5px;
	color: #B2C9B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome a {
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome a:link {
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome a:hover {
	color: #B2C9B8;
}


.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 5px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #homeContent #featuredhome img {
	border: 1px solid #FFFFFF;
}




.oneColFixCtrHdr #footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/subContentFtr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #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: #3E794D;
	font-size: 12px;
	text-align: left;
}
.oneColFixCtrHdr #floorplanFooter {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.oneColFixCtrHdr #floorplanFooter 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: #3E794D;
	font-size: 12px;
	text-align: left;
}.oneColFixCtrHdr #homeFooter {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.oneColFixCtrHdr #homeFooter 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: #3E794D;
	font-size: 12px;
	text-align: left;
}
.oneColFixCtrHdr #container #subpageContainer #subContent form {
	color: #624F2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #allFloorplans {
	width: 1000px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #container #allFloorplans h3 {
	color: #3E794D;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #container #allFloorplans img {
	border: 1px solid #F3F1EF;
	padding: 3px;
}
.oneColFixCtrHdr #container #allFloorplans p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624F2F;
	margin: 5px;
}
.oneColFixCtrHdr #container #allFloorplans h4 {
	color: #624F2F;
	font-weight: normal;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
}

.oneColFixCtrHdr #container #allFloorplans table {
	margin-top: 5px;
	margin-bottom: 3px;
	border: 1px solid #B2C9B8;
	font-size: 10px;
	color: #F3F1EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColFixCtrHdr #container #allFloorplans  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr  #container  #allFloorplans  a:link   {
	color: #3E794D;
}
.oneColFixCtrHdr  #container  #allFloorplans  a:hover   {
	color: #000000;
}
.oneColFixCtrHdr #container #allFloorplans a:active {
	color: #3E794D;
}






.oneColFixCtrHdr  #theArborContainer {
	background-image: url(../images/hdr_theArbor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theLindenContainer {
	background-image: url(../images/hdr_theLinden.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theHickoryContainer {
	background-image: url(../images/hdr_theHickory.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theMapleContainer {
	background-image: url(../images/hdr_theMaple.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theMapleIIContainer {
	background-image: url(../images/hdr_theMapleII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theMapleVisContainer {
	background-image: url(../images/hdr_theMapleVis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theArbor2Container {
	background-image: url(../images/hdr_theArborII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theCherryContainer {
	background-image: url(../images/hdr_theCherry.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theChestnutContainer {
	background-image: url(../images/hdr_theChestnut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theChestnut2Container {
	background-image: url(../images/hdr_theChestnutII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theChestnut3Container {
	background-image: url(../images/hdr_theChestnutIII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theChestnutVisContainer {
	background-image: url(../images/hdr_theChestnutVis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theOakContainer {
	background-image: url(../images/hdr_theOak.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theOak2Container {
	background-image: url(../images/hdr_theOakII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #theOak3Container {
	background-image: url(../images/hdr_theOakIII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #thePineContainer {
	background-image: url(../images/hdr_thePine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #thePine2Container {
	background-image: url(../images/hdr_thePineII.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #thePineVisContainer {
	background-image: url(../images/hdr_thePineVis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #allFloorplans a:visited {
	color: #000000;
}
.oneColFixCtrHdr  #container  #subpageContainer  .companyPhoto  {
	border: 1px solid #96B69E;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#homeContent div font em {
	color: #FFF;
}
