/* CSS Document */
body {
	background:url(images/page_bg.jpg) repeat-x;
	font-family:Trebuchet MS, Arial;
	color:#FFC300;
	background-color: #A0A09E;
}

ul, li {
	color:#fff;
	list-style:disc;
}

h1 {
	color:#FFC000;
	font-weight:bold;
	font-size:1.6em;
}
h2 {
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
	margin-bottom:5px;
	font-size:1.5em;
}

a:link, a:visited {
	color:#FFC000;
}
p {
	line-height:20px;
}


#MainWrapper {
	width:944px;
	margin:auto;

}
#Header {
	
}
#SecondaryWrapper {
	background:#1C1C1B;
	
}
#Navigation {
	width:263px;
}
#NavigationWrapper {
	float:left;
	background:url(images/nav_bottom.jpg) repeat-y;
}
#ContentWrapper {
	float:left;
	width:650px;
	background:#1C1C1B url(images/content_bg.jpg);
}

#ContentHeader{
	background: url(images/content_header.jpg);
	height:39px;
}
#ContentFooter{
	background: url(images/content_footer.jpg);
	height:21px;
}
#Content{
	padding:0 30px 0px 30px;
	font-size:.85em;
	color:#fff;
}
#CalloutHeaders {
	background:url(images/content_hp_mid_header.jpg);
	height:43px;
}		
#Callouts {
	background-position:bottom;
	background-image:url(images/content_hp_mid_footer.gif);
	background-repeat:no-repeat;
	padding-bottom:1px;

}
#CalloutPrograms {
	float:left;
	padding:15px 18px 0 38px;
	margin-right:12px;
	width:242px;
}
#CalloutsDivider {
	float:left;
	background:url(images/callouts_sep.jpg);
	width:24px;
	height:266px;
}
#CalloutPhotos {
	float:left;
	padding:15px 18px 0 12px;
}

#RightColumn {
	float:left;
	width:30px;
	background:#1C1C1B url(images/wood_right.jpg);
}
#FooterTop {
	width:944px;
	background: url(images/footer_top.jpg);
	height:36px;
}

#JacksCorner {
	width:257px;
	background:#1C1C1B;
	height:139px;
	float:left;
}
#FooterContent {
	background:#1C1C1B;
	height:69px;	
	float:left;
	width:657px;
	padding:70px 0 0 0px;
	font-size:.8em;
	color:#FFC300;
	text-align:center;	
}
#FooterContent a:link, #FooterContent a:visited {
	color:#FFC300;
}

#FooterRightColumn {
	float:left;
	width:30px;
	background:#1C1C1B url(images/wood_right.jpg);	
	height:139px;
}
#FooterBottom {
	height:7px;
	background-image:url(images/footer_bottom.jpg);
}



/* Photo Gallery Styles */
.PhotoThumbnail {
	float:left;
	margin:10px 5px;
	width:180px;
	border: 2px solid #666;
}

.PlanPhotoThumbnail {
	float:left;
	width:180px;
	margin:0 0 10px 0;
	border: 2px solid #666;
}

.PlanThumbnail {
	float:left;
	margin:10px 5px;
	width:180px;
}



/* House Plan Styles */

#HousePlanWrapper {
	width:557px;
	text-align:center;
	background:url(images/house_bg.jpg) no-repeat #fff;
	padding:59px 10px 0	 10px;
}

#HousePlanFooter {
	width:577px;
	height:59px;
	background:url(images/house_bg_bottom.jpg) no-repeat #fff;
}

#houseForSale {
	margin-top:30px;
	color:#444;
	width:514px;
	height:321px;
	padding:212px 30px 0 20px;
	background:url(images/house_for_sale.jpg) no-repeat;	
}
