@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
html {
}
body {
	width:100%;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:20px;
	background: #FFF7D2 url(/images/background.jpg) repeat-x center top;
}
h1 {
	color:#075945;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Adobe Garamond Pro", Garamond, "Garamond Premr Pro", "Times New Roman";
	font-size:23px;
}
h2 {
	color:#3A341D;
	font-size:12px;
}
h3 {
	color:#3A341D;
	font-size:12px;
}
h4 {
	font-size:11px;
	color:#3A341D;
}
h5 {
	color:#075945;
	font-size:14px;
}
h6 {
}
img {
	border:none;
}
p {
	margin:10px 0px 10px 0px;
}
a:link, a:visited, a:active {
	color:#938220;
	font-weight:bold;
}
.container {
	margin:0px auto;
	width:900px;
	position:relative;
}
.header {
	height:175px;
}
.popUpHeader {
	height:150px;
}
.header-txt {
	position:absolute;
	top:50px;
	left:350px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
}
.logo {
	position:absolute;
	top:35px;
	left:50px;
}
.popUpLogo {
	position:absolute;
	top:4px;
	left:20px;
}
.navigation {
	height:30px;
	width:850px;
	margin:0px auto;
	background-color:#D2B92B;
	background-image:url(/images/navigationBk.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	list-style:none;
	padding:0px 0px 0px 24px;
}
.navigation li {
	float: left;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color:#155041;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
	font-size:11px;
	text-decoration:none;
	padding:0px 6px 6px 6px;
	float: left;
	display: block;
	background:none;
}
.navigation a:link span, .navigation a:visited span, .navigation a:active span {
	display:block;
	padding:0px 10px 6px 0px;
}
.navigation a:hover {
	background:url(/images/navOverBk_left.jpg) no-repeat left top;
	display: block;
}
.navigation a:hover span {
	background:url(/images/navOverBk_right.jpg) no-repeat right top;
	display: block;
}
.navigation .current a:link, .navigation .current a:visited, .navigation .current a:active {
	background:url(/images/navOverBk_left.jpg) no-repeat left top;
	display: block;
}
.navigation .current a:link span, .navigation .current a:visited span, .navigation .current a:active span {
	background:url(/images/navOverBk_right.jpg) no-repeat right top;
	display: block;
}
/*--- navigation dropdowns ---*/
.anylinkcss {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	/*border:1px solid #777777;*/
	background-color:#075945;
	width:200px;
	margin:-2px 0px 0px 0px;
	/*	margin:10px 0px 0px 0px;*/
	padding:1px 1px 0px 1px;
	line-height:20px;
	z-index:1000;
}
.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	width:100%;
	display:block;
	border-bottom:1px solid #075945;
	/*border-right:1px solid #777777;*/
	padding:1px 0px 0px 0px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#075945;
	background-color:#D2B92B;
	text-indent:5px;
	font-weight:bold;
	background-image:url(/images/dropdownBk.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.anylinkcss a:hover {
	background-color:#FFF7D2;
	/*color:#075945;*/
	color:#3A341D;
	background-image:none;
}
/* nav drop down */
#dropmenudiv {
	position:absolute;
	z-index:100;
	text-align:left;
	padding:0px 1px 0px 1px;
	background-color:#075945;
	margin:-1px 0px 0px 5px;
}
#dropmenudiv.menu a {
	display:block;
	width:200px;
	line-height:20px;
	border-bottom:1px solid #075945;
	border-right:1px solid #075945;
	padding:1px 0px 0px 0px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #144a22;/*#075945*/
	background-color:#D2B92B;
	text-indent:5px;
	font-weight:bold;
	background-image:url(/images/dropdownBk.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	filter: Alpha(Opacity=90);
}
#dropmenudiv.menu a:hover {
	background-color:#FFF7D2;
	color:#3A341D;
	background-image:none;
}
.content {
	margin:0px auto;
	width:850px;
}
.contentTopBar-container {
	position:relative;
}
.contentTopBar {
	background-image:url(/images/contentTopBar.png);
	background-repeat:no-repeat;
	background-position:top;
	height:15px;
	width:850px;
	margin:0px auto;
	position:absolute;
	z-index:98;
}
.content-left {
	width:300px;
	float:left;
	margin:20px 40px 0px 40px;
}
.content-right {
	width:450px;
	float:left;
	margin:30px 0px 0px 0px;
}
.content-inner {
	width:850px;
	clear:both;
	margin:0px 40px 0px 40px;
	padding:20px 0px 0px 0px;
}
.content-inner .columnLeft {
	float:left;
	width:385px;
	padding:0px 40px 0px 15px;
}
.content-inner .columnRight {
	float:left;
	width:340px;
	margin:0px 45px 0px 0px;
}
.content-inner ul {
	padding:0px 0px 10px 0px;
}
.content-left ul {
	list-style-type:decimal;
	font-weight:bold;
	padding:25px;
}
.content-left li {
	padding:0px 0px 10px 0px;
}
.content-left li span {
	font-weight:normal;
}
.content-right-heading {
	color:#3A341D;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	padding:0px 0px 10px 0px;
	width:430px;
	margin:0px auto;
	font-family:"Adobe Garamond Pro", Garamond, "Garamond Premr Pro", "Times New Roman";
}
.content-left-homepage {
	width:250px;
	margin:160px 0px 0px 70px;
	float:left;
}
.content-left-homepage img {
	float:right;
	padding:5px 0px 0px 0px;
}
.flash-homepage {
	float:left;
	margin:64px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.content-left-photogallery {
	width:200px;
	float:left;
	margin:0px 25px 0px 0px;
}
.content-left-photogallery ul {
	list-style-type:none;
}
.flash-photogallery {
	float:left;
	margin:10px 0px 0px 0px;
}
.actionBox-container {
	width:900px;
	clear:both;
	margin:10px 0px 0px 40px;
	padding:15px 0px 0px 0px;
}
.actionBox {
	width:270px;
	height:290px;
	float:left;
	margin:0px 4px 0px 4px;
}
.actionBox-bottom {
	width:270px;
	height:80px;
	position:relative;
}
.actionBox-top {
	width:270px;
	height:214px;
}
.actionBox-txt {
	position:absolute;
	top:0px;
	left:30px;
}
.actionBox-txt a:link, .actionBox-txt a:visited, .actionBox-txt a:active {
	color:#594F00;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	text-decoration:none;
}
.actionBox-txt a:hover {
	text-decoration:underline;
}
.actionBox-txt li {
	list-style:none;
	/*padding:0px 0px 35px 0px;*/
	padding:5px 0px 0px 0px;
	height:30px;
	width:200px;
}
.actionBox-txt li div {
	float:right;
	padding:0px;
	margin:0px;
}
.actionBox-txt li span {
	float:left;
	padding:0px;
	margin:0px;
}
.footer {
	width:850px;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	clear:both;
}
.footer ul {
	margin:0px auto;
	padding:3px 0px 0px 0px;
	text-align:center;
}
.footer li {
	display:inline;
}
.footer a:link, .footer a:visited, .footer a:active {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
	font-size:11px;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .tagline {
	color:#3A341D;
	font-size:20px;
	/*font-weight:bold;*/
	text-align:right;
	padding:10px 25px 0px 25px;
}
.footer .tagline img {
	float:left;
}
.footer .footnotes {
	clear:both;
	padding:0px 15px 0px 25px;
}
.footer .copyright {
	float:left;
	padding:0px 0px 30px 0px;
}
.footer .moveLink {
	float:right;
	padding:0px 0px 30px 0px;
}
.footer .moveLink a:link, .footer .moveLink a:visited, .footer .moveLink a:active {
	text-decoration:underline;
}
/*------- Photo Holder Large -------*/
.photoBk-top {
	background-image:url(/images/photoBk_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:5px;
	width:430px;
	font-size:1px;
}
.photoBk-middle {
	background-image:url(/images/photoBk_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:430px;
	padding:1px 6px 6px 6px;
}
.photoBk-bottom {
	background-image:url(/images/photoBk_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
	width:430px;
	margin:0px 0px 20px 0px;
}
/*------- Photo Holder Small -------*/
.photoBksm-top {
	background-image:url(/images/photoBksm_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:5px;
	width:320px;
	font-size:1px;
}
.photoBksm-middle {
	background-image:url(/images/photoBksm_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:320px;
	padding:1px 6px 6px 6px;
}
.photoBksm-bottom {
	background-image:url(/images/photoBksm_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
	width:320px;
	margin:0px 0px 20px 0px;
}
/*** Form Styles ***/

label {
	height:20px;
	margin:4px 0px 10px 20px;
	display:block;
}
label span {
	display:block;
	float:left;
	padding-right:6px;
	width:200px;
	text-align:left;
}
fieldset {
	border:none;
	padding:10px 0px 0px 0px;
}
.spacer {
	margin-left:330px;
	clear:both;
	display:block;
}
.buttons {
	margin:20px;
	padding:10px 0px 0px 0px;
}
.buttons-contact {
	margin:100px 0px 0px 225px;
}
.buttons input {
	display:inline;
}
.input {
	width:200px;
}
form .disclaimer-link {
	text-align:center;
}
.disclaimer {
	text-align:center;
	background:none;
	padding:20px;
	width:275px;
	margin:0px auto;
}
.textarea-contact {
	width:205px;
	height:100px;
}
.financing-results {
	padding: 10px;
	margin: 10px;
}
.textarea-financing {
	width:400px;
	height:200px;
}
/* Community Navigation */

.tab-nav {
	width:810px;
	list-style:none;
	padding:0px 20px 0px 0px;
	height:19px;
	margin:0px auto;
}
.tab-nav li {
	float:right;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}
.tab-nav a:visited, .tab-nav a:active, .tab-nav a:link {
	display: block;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 7px;
	color: #3A341D;
	text-decoration: none;
	font-weight:bold;
	background:url(/images/tabNavBkLeft2.png) no-repeat left top;
}
.tab-nav a:visited span, .tab-nav a:active span, .tab-nav a:link span {
	display:block;
	background:url(/images/tabNavBkRight2.png) no-repeat right top;
	padding:2px 7px 1px 0px;
	margin:0px 0px 0px 0px;
}
.tab-nav .current a:visited, .tab-nav .current a:active, .tab-nav .current a:link {
	background-position:0 -23px;
}
.tab-nav .current a:visited span, .tab-nav .current a:active span, .tab-nav .current a:link span {
	background-position:100% -23px;
	color: #3A341D;
}
.tab-nav a:hover {
	background-position:0% -23px;
}
.tab-nav a:hover span {
	background-position:100% -23px;
	color: #3A341D;
}
.directionMap {
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.flash-interior {
	float:left;
	margin:-80px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
}
.content-left-with-flash {
	width:250px;
	margin:10px 0px 0px 40px;
	float:left;
	clear:both;
}
.communityInfoBox-container {
	position:relative;
}
.communityInfoBox {
	background-image:url(/images/communityInfoBox.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:-5px 20px 0px 0px;
	width:400px; /*385px*/
	float:right;
	z-index:99;
	position:absolute;
	top:15px;
	right:0px;
}
.communityInfoBox ul {
	list-style-type:none;
	padding:4px 4px 15px 20px;
	float:left;
}
.community-heading {
	float:left;
	margin:20px 40px 0px 40px;
	line-height:24px;
}
.community-row {
	width:810px;
	margin:0px auto;
	padding:20px;
	clear:both;
	float:none;
}
.community-row-nav {
	background-image:url(/images/communityRowTopBar.png);
	background-repeat:no-repeat;
	background-position:top;
	width:810px;
	height:12px;
	list-style-type:none;
	padding:6px 0px 0px 0px;
}
.community-row-nav li {
	float:right;
	padding:0px 4px 0px 4px;
}
.community-row-nav li a:visited, .community-row-nav li a:active, .community-row-nav li a:link {
	width:104px;
	height:31px;
	display:block;
	text-align:center;
	color:#FFF7D2;
	text-decoration: none;
	font-weight:bold;
	background:url(/images/communityRowBtn_up.png) no-repeat left top;
	padding:0px 4px 0px 0px;
	margin:0px 10px 0px 0px;
}
.community-row-content {
	padding:20px;
}
.community-row-content img {
	float:left;
	border:1px #000000 solid;
	margin:0px 20px 0px 0px;
}
.community-row-content ul {
	list-style-type:none;
	padding:0px 20px 0px 0px;
	float:left;
}
.community-row-content ul.right {
	width:340px;
}
.community-row-content h4 {
	display:inline;
}

.icon {
	padding:10px 0px 10px 0px;
	list-style-type:none;
}
.icon li {
	display:block;
	float:left;
	padding:0px 10px 0px 0px;
}
.content-inner-right {
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.content-inner-left {
	width:205px;
	margin:20px 0px 0px 40px;
	float:left;
	clear:both;
}
.content-inner-left ul {
	margin:0px 0px 0px 15px;
}
.caption {
	font-size:14px;
	font-weight:bold;
	color:#3A341D;
	width:500px;
	text-align:center;
	padding:4px 0px 10px 0px;
}
.siteplan-container {
	width:636px;
	margin:0px auto;
}
.dropShowdowBk-container {
	padding:0px 0px 0px 10px;
	width:536px;
	margin:0px 0px 0px 35px;
}
.dropShowdowBk-top {
	background-image:url(/images/whiteShadowBk_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:536px;
	height:15px;
}
.dropShowdowBk2-top {
	background-image:url(/images/whiteShadowBk2_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:636px;
	height:15px;
}
.dropShowdowBk-middle {
	background-image:url(/images/whiteShadowBk_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:536px;
	padding:0px 10px 10px 10px;
}
.dropShowdowBk2-middle {
	background-image:url(/images/whiteShadowBk2_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:636px;
	padding:0px 10px 10px 10px;
}
.dropShowdowBk-bottom {
	background-image:url(/images/whiteShadowBk_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:536px;
	height:15px;
}
.dropShowdowBk2-bottom {
	background-image:url(/images/whiteShadowBk2_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:636px;
	height:15px;
}

#mapContainer {
	margin-right: auto;
	margin-left: auto;
	width: 556px;
}
#popUpContainer {
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 636px;
}

.planTab {
	position:absolute;
	top:0px;
	left:10px;
	width:35px;
	list-style-type: none;
}
.planTab li a:visited, .planTab li a:active, .planTab li a:link {
	text-indent:-9999px;
	overflow:hidden;
}
.planTab li.planTab-elevation a:visited, .planTab li.planTab-elevation a:active, .planTab li.planTab-elevation a:link {
	width:35px;
	height:107px;
	background:url(/images/planTabElevation.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
.planTab li.planTab-elevation a:hover {
	background:url(/images/planTabElevation.png) -35px 100%;
	background-repeat:no-repeat;
}
.planTab li.planTabCurrent-elevation a {
	width:35px;
	height:107px;
	display:block;
	background:url(/images/planTabElevation.png) -35px 100%;
	background-repeat:no-repeat;
}
.planTab li.planTab-floorplan a:visited, .planTab li.planTab-floorplan a:active, .planTab li.planTab-floorplan a:link {
	width:35px;
	height:107px;
	background:url(/images/planTabFloorplan.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
.planTab li.planTab-floorplan a:hover {
	background:url(/images/planTabFloorplan.png) -35px 100%;
	background-repeat:no-repeat;
}
.planTab li.planTabCurrent-floorplan a {
	width:35px;
	height:107px;
	display:block;
	background:url(/images/planTabFloorplan.png) -35px 100%;
	background-repeat:no-repeat;
}
/***** TABLE STYLES *****/
table {
	border-spacing:1px;
	background-color:#E7E7E7;
	color:#333333;
	width:780px;
	clear:both;
	margin:0px 0px 0px 64px;
	text-align:center;
}
td, th {
	padding: 4px;
}
thead th {
	text-align: center;
	background: #CFB570;
	border:1px #3A341D solid;
	text-transform:uppercase;
}
tbody th {
	font-weight: bold;
	border: 1px solid #3A341D;
}
tbody tr td {
	border: 1px solid #3A341D;
}
tbody tr.odd td {
	border-top:1px solid #3A341D;
}
tbody tr {
	background-color:#FFF7D2;
}
tbody tr.odd {
	background:#E9DCB0;
	border-top:1px solid #3A341D;
}
/*--- Community Map Tool Tips ---*/

#communityMap {
	position:relative;
	z-index:1;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}
#comMapLegend {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 480px;/*float: left;*/
}
#communityMap a, #communityMap a:visited, #communityMap a:hover, #communityMap a:active {
	text-decoration:none;
}
.comActive, .comComingSoon {
	width:7px;
	height:9px;
	background-color:#d0c909;
	border:1px solid #164d25;
	padding:0px 2px 0px 0px;
	float:left;
	cursor:pointer;
}
.comComingSoon {
	background-color:#eee;
	border:1px solid #666;
}
.comActiveLabel, .comComingSoonLabel {
	background: #164d25;
	color:#d0c909;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	position: relative;
	top: -6px;
	left: 2px;
	cursor:pointer;
	z-index: 99;
	padding: 0 2px 1px;
}
.comComingSoonLabel {
	background: #666;
	color:#eee;
}
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#FFF7D2;
	width:150px;
	padding:6px;
	background-image:url(/images/toolTipBk.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #3A341D;
	text-align:center;
}
.toolTipHeading {
	color:#3A341D;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}

.footnote{clear:both; text-align:center;}
/*Map Icon Placement*/ 

.RedwoodLakes {
	position:absolute;
	left:154px;
	top:216px;
}
.StoneRidgeEstates {
	position:absolute;
	left:140px;
	top:230px;
}
.Culpeper {
	position:absolute;
	left:440px;
	top:345px;
}
.Stillwater {
	position:absolute;
	left:285px;
	top:230px;
}
.MountHope {
	position:absolute;
	left:350px;
	top:260px;
}
.ToweringOaks {
	position:absolute;
	left:335px;
	top:291px;
}
.homeLastChance {
	float:left;
}
.clear {
 clear:both;
 }