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

/* Elements */

.h_container{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:5px;
}
.h_container2{
	float:left;
	clear:both;
	width:100%;
	padding-top:10px;
}

.h_underline{
	float:left;
	clear:both;
	position:relative;
	margin-left:-40px;
}

h1{
}
h2{
	color:#464229;
	font-weight:normal;
	font-family: Garamond, Georgia, serif;
	letter-spacing:2px;
	font-size:21px;
}
h3{
	color:#2c481d;
	font-weight:normal;
	font-family: Garamond, Georgia, serif;
	letter-spacing:2px;
	font-size:19px;
}

/* header */

.page_header{
	float:left;
	width:100%;
	height:106px;
	background-color:#6f9458;
	background-image:url(../../img/header_watercolor.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.page_title{
	float:left;
	padding-left:10px;
	padding-top:6px;
	position:relative;
	z-index:2;
	width:142px;
	height:100px;
}
.tag_line{
	float:right;
	margin-top:10px;
	margin-right:19px;
}

.nav{
	float:left;
	width:635px;
	margin-left:5px;
	margin-top:12px;
}.nav a{
	color:#fffefe;
	font-size:14px;
	font-family: Garamond, Georgia, serif;
	float:left;
	padding:27px 11px 10px 10px;
	letter-spacing:1px;
}.nav a:hover{
	color:#D1D1B7;
}.nav a.active{
	background-image:url(../../img/nav_hover_dodad.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/* content */

.page_content{
	float:left;
	clear:both;
	width:100%;

}.page_content .section{
}

.header_index_img{
	float:left;
	clear:both;
	width:530px;
}
	.green_bg{
		float:left;
		width:263px;
		min-height:315px;
		background-color:#7d8e44;
		background-image:url(../../img/green_bg.jpg);
		background-repeat:no-repeat;
	}
	.white_box_shadow{
		float:left;
		clear:both;
		width:234px;
		background-image:url(../../img/white_box_shadow.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		padding-right:9px;
		padding-bottom:10px;
		margin-top:10px;
		margin-left:10px;
	}
.sub_page_content .white_box_shadow{
	margin-top:-20px;
	margin-left:-5px;
}

	.white_box_top{
		float:left;
		clear:both;
		width:100%;
		background-image:url(../../img/white_box_bg_top.png);
		background-repeat:repeat-y;
		background-position:top_right;
		height:12px;
	}
	.white_box{
		float:left;
		clear:both;
		width:214px;
		background-image:url(../../img/white_box_bg.png);
		background-repeat:repeat-y;
		background-position:top_right;
		padding:10px;
	}
	.white_box_bottom{
		float:left;
		clear:both;
		width:100%;
		background-image:url(../../img/white_box_bg_bottom.png);
		background-repeat:repeat-y;
		background-position:top_right;
		height:12px;
	}
	.community_updates_title{
		float:left;
		clear:both;
		margin-bottom:5px;
		margin-left:10px;
	}
	.the_community_title{
		float:left;
		clear:both;
		margin-bottom:5px;
		margin-left:29px;
	}
	.white_box_ul{
		float:left;
		clear:both;
		width:200px;
	}
	.white_box_ul a{
		float:left;
		clear:both;
		width:180px;
		padding:2px 13px;
		color:#635840;
		text-align:left;
		font-family:verdana;
		font-size:10px;
		border-bottom:1px solid #e0e2d8;
		margin-top:2px;
	}
	.white_box_ul a:hover{
		color:#813a55;
		background-color:#e0e1d8;
	}
	.white_box .info{
		float:left;
		clear:both;
		width:193px;
		padding:0 10px;
		text-align:center;
	}

	.view_recent_updates{
		float:left;
		clear:both;
		margin-top:10px;
		margin-left:10px;
	}


	.white_box_ul_2{
		float:left;
		clear:both;
		width:200px;
	}
	.white_box_ul_2 a{
		float:left;
		clear:both;
		width:180px;
		padding:5px 13px;
		color:#792e4b;
		text-align:left;
		font-family:serif;
		font-size:15px;
		border-bottom:1px solid #e0e2d8;
		margin-left:4px;
		text-align:center;
	}
	.white_box_ul_2 a:hover{
		color:#A77689;
	}
	.white_box_ul_2 a.active{
		color:#813a55;
		background-color:#eae9e5;
	}

/* brown box thing */
.brown_box_bg{
	background-image:url(../../img/brown_box_sub_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	clear:both;
	width:100%;
}
.sub_page_content .brown_box_bg{
	margin-top:-100px;
}

.brown_box_top{
	background-image:url(../../img/brown_box_index_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	clear:both;
	width:100%;
	height:48px;
	position:relative;
	z-index:1;
}
.brown_box_bottom{
	background-image:url(../../img/brown_box_index_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
	clear:both;
	width:100%;
	height:158px;
	margin-top:-158px;
	position:relative;
	z-index:2;
}
.brown_box_content{
	float:left;
	clear:both;
	width:713px;
	position:relative;
	z-index:3;
	margin-top:-48px;
	padding:20px 40px;
}


/* col1 */
.page_content_col1{
	float:left;
	clear:both;
	width:495px;
	margin-right:10px;
}.page_content_col1 .section{
}

	/* news list */
	.news_ul{
		float:left;
		clear:both;
		width:100%;
	}
	.news_ul a{
		float:left;
		clear:both;
		width:485px;
		color:#8c5668;
		border-top:1px solid #bcb896;
		padding:5px 0;
	}.news_ul a.first_a{
		border-top:none;
	}.news_ul a .title{
		float:left;
	}.news_ul a .date{
		float:right;
	}

	/* gallery page */

	.image_gallery{
		float:left;
		width:180px;
	}
	.image_gallery a{
		float:left;
	}

	.gallery_box_middle{
		float:left;
		clear:both;
		background-image:url(../../img/gallery_box_middle.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:159px;
	}
	.gallery_box_top{
		float:left;
		clear:both;
		background-image:url(../../img/gallery_box_top.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:100%;
		padding-top:10px;
	}
	.gallery_box_bottom{
		float:left;
		clear:both;
		background-image:url(../../img/gallery_box_bottom.png);
		background-repeat:no-repeat;
		background-position:bottom left;
		width:100%;
		padding-bottom:40px;
	}
	.gallery_image{
		float:left;
		margin-left:10px;
		width:138px;
	}
	.gallery_info{
		float:left;
		width:300px;
		padding: 5px 0px 5px 0px;
	}
	.hidden_img{
		display:none;
	}

/* col2 */
.page_content_col2{
	float:left;
	width:200px;
}.page_content_col2 .section{
}

.gallery_photos{
	float:left;
	clear:both;
	width:100%;
	position:relative;
	z-index:5;
	margin-top:-46px;
}
.gallery_photos_sub{
	float:left;
}


/* footer */

.footer{
}
.footer_text{
	margin-top:10px;
	float:left;
	margin-left:40px;
	width:500px;
}.footer_text a{
	color:#635840;
}
.broker_request{
	float:right;
	margin-top:5px;
	margin-right:10px;
}