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

/*-------------------------------------------------------------------------------------------
/ homeNav
-------------------------------------------------------------------------------------------*/
#homeNav{
	background-color: #152a68;
	height: 40px;
	font-size: 12px;
}
	#homeNav ul{
		list-style: none;
	}
		#homeNav ul li{
			float: left;
			text-align:center;
		}
			#homeNav ul li a{
				display: block;
				width: 160px;
				height: 40px;
				color: white;
				vertical-align:middle;
				line-height:40px;
			}
				#homeNav ul li a:hover{
					background-color: #2d4077;
				}

/*-------------------------------------------------------------------------------------------
/ floorPlans
-------------------------------------------------------------------------------------------*/
#floorPlans{
	background:url(/images/home/floor-plans/bg.jpg) #000 no-repeat 0px 120px;
	position:relative;
	padding-bottom: 100px;
}
	#floorPlans .header{
		position:relative;
		height: 130px;
		padding-top: 20px;
		margin-bottom: 246px;
	}
		#floorPlans .header h1{
			font-size: 36px;
			color: #bbab82;
			height:75px;
			margin: 0px 0px 0px 430px;
			text-indent: -380px;
			font-weight:normal;
		}
			#floorPlans .header h1 span{
				font-size: 62px;
				font-style:italic;
			}
		#floorPlans .header .tagline{
			position: absolute;
			bottom: -15px;
			left: 20px;
		}
	#floorPlans .description{
		border: 1px solid black;
		background:url(/images/home/floor-plans/semi-transparent-white.png);
		color: black;
		padding: 10px 20px 10px 30px;
		width: 280px;
		position:absolute;
		top: 140px;
		right: 20px;
	}
	#floorPlans .register{
		background:url(/images/home/floor-plans/register-bg.png) no-repeat;
		padding: 12px 5px 8px 5px;
		width: 227px;
		height: 34px;
		position:absolute;
		top: 297px;
		right: 10px;
		text-align:center;
	}
		#floorPlans .register span{
			font-size: .9em;
		}
		#floorPlans .register a{
			color: white;
		}
	#floorPlans #floorPlanTable{
		margin: 0px 0px 0px 20px;
		position: relative;
	}
		#floorPlans #floorPlanTable td{
			padding: 4px;
		}
			#floorPlans #floorPlanTable td img{
				border: 1px solid white;
			}
	#floorPlans #viewFloorPlans{
		background:url(/images/home/floor-plans/view-floor-plans-bg.png) no-repeat;
		width: 250px;
		height: 41px;
		padding-top: 5px;
		text-align:center;
		font-size:30px;
		color: white;
		display: block;
		font-style:italic;
		position:absolute;
		top: 730px;
		left: 40px;
		z-index: 100;
	}
	#floorPlans .logo{
		background:url(/images/home/floor-plans/logo.png) no-repeat;
		width: 203px;
		height: 161px;
		position:absolute;
		top: 625px;
		right: 25px;
		display:block;
		z-index: 100;
	}
	
/*-------------------------------------------------------------------------------------------
/ galleries
-------------------------------------------------------------------------------------------*/
#galleries{
	background:url(/images/home/galleries/bg.jpg) #000 no-repeat;
	height: 694px;
	position:relative;
	border-bottom: 1px solid white;
}
	#galleries h2{
		font-size: 33px;
		line-height: 44px;
		text-align:center;
		padding-top: 15px;
		font-weight:normal;
	}
	#galleries h1{
		font-size: 59px;
		text-align:right;
		font-style:italic;
		margin-right: 30px;
		line-height:78px;
	}
		#galleries h1#photoGalleryHeader{
		}
		#galleries h1#videoGalleryHeader{
			margin-top: 20px;
		}
	#galleries #photoGalleryFeatures{
		list-style: none;
		margin: 70px 0px 0px 30px;
	}
		#galleries #photoGalleryFeatures li{
			margin: 0px 0px 10px 0px;
			line-height: 18px;
		}
	#galleries #photoGalleryLink{
		color: white;
		background:url(/images/home/galleries/large-button-bg.jpg) no-repeat;
		border: 1px solid white;
		display: block;
		height: 25px;
		width: 148px;
		text-align: center;
		padding-top: 8px;
		margin-left: 30px;
	}
	#galleries #watchVideoLink{
		color: white;
		background:url(/images/home/galleries/small-button-bg.jpg) no-repeat;
		border: 1px solid white;
		display: block;
		height: 25px;
		width: 110px;
		text-align: center;
		padding-top: 8px;
		margin-left: 30px;
	}
	#galleries p{
		margin: 20px 0px 20px 30px;
	}

/*-------------------------------------------------------------------------------------------
/ designAndBuildService
-------------------------------------------------------------------------------------------*/
#designAndBuildService{
	background:url(/images/home/design-and-build/bg.jpg) #000 no-repeat;
}
	#designAndBuildService h1{
		color:#fff;
		margin:40px 0 0 30px;
		position:relative;
		z-index:10;
	}
	#designAndBuildService h2{
		border-bottom:1px solid #d3c7a9;
		color: #d3c7a9;
		float:left;
		font-size:24px;
		margin: 30px 0px 0 30px;
	}
	#designAndBuildService ul{
		float:left;
		margin: 10px 0px 0px 60px;
		width:450px;
	}
	#designAndBuildService ul li{
		font-size:12px;
		line-height:16px;
		margin:0 0 0 15px;
	}
	#designAndBuildService .fillerPicture{	
		border: 1px solid white;
		float:left;
		margin:0 0 0 15px;
		width:257px;
	}
	#designAndBuildService #designAndBuildServiceFocus{
/*		background:#edecec;
		border:1px solid #4c1203;
		color:#4c1203;*/
		line-height:16px;
		float:left;
		margin:20px 0 20px 70px;
		padding:12px;
		width: 420px;
	}
	#designAndBuildService #learnMoreButton{
		background:url(/images/home/design-and-build/button.jpg) no-repeat;
		border: 1px solid white;
		color: #fff;
		display:block;
		float:left;
		height: 23px;
		font-size:12px;
		margin:-55px 0 0 15px;
		padding-top: 10px;
		text-align:center;
		width: 296px;
	}
	
/*-------------------------------------------------------------------------------------------
/ features
-------------------------------------------------------------------------------------------*/
#features{
	position:relative;
	border-top: 2px solid white;
}

/*-------------------------------------------------------------------------------------------
/ leftContentFeatures
-------------------------------------------------------------------------------------------*/
#leftContentFeatures{
	border-right: 2px solid white;
	width: 400px;
	height: 907px;
	font-size: 12px;
}
	#leftContentFeatures #featuredHomeProjects{
		border-bottom: 1px solid white;
		height: 315px;
		position:relative;
	}
		#leftContentFeatures #featuredHomeProjects img.header{
			margin: 5px 0px 0px 30px;
		}
		#leftContentFeatures #featuredHomeProjects img.filler{
			position: absolute;
			bottom: 0px;
		}
		#leftContentFeatures #featuredHomeProjects p{
			margin: 4px 0px 0px 30px;
		}
			#leftContentFeatures #featuredHomeProjects p a{
				color: white;
			}
	#leftContentFeatures #orderPlanningInformation{
		border-bottom: 1px solid white;
		height: 157px;
		position:relative;
		background:url(/images/home/features/order-planning-background.png) no-repeat black 250px bottom;
		color: #d3c7a9;
	}
		#leftContentFeatures #orderPlanningInformation ul{
			list-style: none;
			margin: 0px 0px 0px 20px;
		}
			#leftContentFeatures #orderPlanningInformation ul li{
			}
				#leftContentFeatures #orderPlanningInformation ul li a{
					color: #d3c7a9;
					text-decoration:underline;
				}
		#leftContentFeatures #orderPlanningInformation img.header{
			margin: 10px 0px 20px 10px;
		}
	#leftContentFeatures #visitUs{
		height: 433px;
		background:url(/images/home/features/visit-us-bg.jpg) no-repeat bottom;
		position:relative;
	}
		#leftContentFeatures #visitUs img.header{
			margin: 10px 0px 5px 10px;
		}
		#leftContentFeatures #visitUs h3{
			font-size: 17px;
			text-align:center;
		}
		#leftContentFeatures #visitUs ul{
			list-style: none;
			margin-top: 10px;
		}
			#leftContentFeatures #visitUs ul li{
				text-align: center;
			}
				#leftContentFeatures #visitUs ul li span.bullet{
					background:url(/images/home/visit-us/bullet.png) no-repeat;
					height: 8px;
					width: 6px;
					display:inline-block;
				}
		#leftContentFeatures #visitUs h4{
			font-size: 16px;
			font-weight:bold;
			text-align:center;
			position: absolute;
			bottom: 15px;
			width:400px;
		}
/*-------------------------------------------------------------------------------------------
/ rightContentFeatures
-------------------------------------------------------------------------------------------*/
#rightContentFeatures{
	width: 398px;
	height: 907px;
	font-size: 12px;
	position:absolute;
	right:0px;
	top: 0px;
	background-color: #CCC0A1;
}
	#rightContentFeatures #floorPlanOfTheMonth{
		height: 614px;
		background:url(/images/home/floor-plan-of-the-month/bg.jpg) no-repeat;
		position:relative;
	}
		#rightContentFeatures #floorPlanOfTheMonth #viewFloorPlanOfTheMonth{
			color: #d3c7a9;
			text-align:center;
			background:url(/images/home/floor-plan-of-the-month/button-bg.png) no-repeat;
			width: 226px;
			height: 42px;
			padding-top: 12px;
			position:absolute;
			top: 10px;
			right: 10px;
		}
		#rightContentFeatures #floorPlanOfTheMonth #daveAndKellyImg{
			position:absolute;
			top: 215px;
			right: 13px;
			border: 1px solid black;
		}
		#rightContentFeatures #floorPlanOfTheMonth .description{
			position:absolute;
			bottom: 5px;
			left: 13px;
			width: 350px;
			border: 1px solid black;
			color: #4a433d;
			padding: 10px;
			background-color: white;
		}
			#rightContentFeatures #floorPlanOfTheMonth .description p:first-child{
				margin-bottom: 5px;
			}
				#rightContentFeatures #floorPlanOfTheMonth .description p a{
					color: #440606;
					text-decoration:underline;
					font-size:10px;
				}
	#rightContentFeatures #stayConnected{
		height: 65px;
		border-bottom: 2px solid white;
		background-color: #171616;
	}
		#rightContentFeatures #stayConnected .header{
			text-align: right;
			margin: 0px 10px 0px 0px;
			padding-top: 5px;
		}
		#rightContentFeatures #stayConnected ul{
			list-style: none;
			margin: 1px 10px 0px 0px;
		}
			#rightContentFeatures #stayConnected ul li{
				float: right;
				margin-left: 1px;
			}
	#rightContentFeatures #foundersBlog{
		height: 224px;
		background-color: #ccc0a1;
		position:relative;
	}
		#rightContentFeatures #foundersBlog h3{
			background-color: #171616;
			border-bottom: 1px solid white;
		}
			#rightContentFeatures #foundersBlog h3 img{
				margin: 8px 0px 8px 20px;
			}
		#rightContentFeatures #foundersBlog .fillerPicture{
			position: absolute;
			bottom: 3px;
			left: 3px;
			border: 1px solid black;
		}
		#rightContentFeatures #foundersBlog p{
			background-color: #ece9e3;
			color: #4a433d;
			border-top: 1px solid #aea284;
			border-bottom: 1px solid #aea284;
			padding: 8px;
			margin: 15px 0px 23px 173px;
		}
			#rightContentFeatures #foundersBlog p a{
				color: #4a433d;
			}
		#rightContentFeatures #foundersBlog #readBlog{
			margin: 0px 0px 0px 183px;
			color: #232222;
			text-decoration:underline;
		}
		
/*-------------------------------------------------------------------------------------------
/ footer
-------------------------------------------------------------------------------------------*/
#footer{
	padding: 50px 70px 30px 70px;
}
	#footer p{
		
	}
		#footer p a{
			color: white;
			text-decoration:underline;
		}
		#footer p.description{
			line-height: 1.6em;
			margin-bottom: 20px;
		}
		#footer p#siteMap{
			font-size:11px;
			line-height:14px;
			
		}
			#footer p#siteMap a{
				text-decoration:none;
			}
		#footer p#siteDesign{
			margin-top: 10px;
		}
		#footer #BBBLogo{
			float: left;
			margin: 2px 10px 20px 0px;
		}
		#footer #KCJLogo{
			vertical-align:middle;
		}
		
		#footer img#madeInUSA{
			display:block;
			height:68px;
			margin:15px auto 0;
			width:67px;
		}
