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

/* homepage layout */
.home {
	background-image: url(../images/home/home_bkd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 135px;
	min-height: 463px;
	height: 577px;
}
.hometop {
	height: 232px;
	margin: 0px;
	overflow: hidden;
	padding-left: 100px;
	padding-top: 70px;
}
#content   .home   .hometop h2  {
	padding-bottom: 25px;
}
.hometop h3 {
	padding-top: 40px;
}
.hometop p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.homefeatured {
	height: 276px;
	padding-left: 70px;
}
.homefeatured h3   {
	padding-bottom: 5px;
	padding-top: 32px;
	margin-top: 0px;
}
.homefeatured   p {
	margin-bottom: 4px;
	line-height: 16px;
	font-size: 12px;
	padding-right: 85px;
}
.homefeatured strong {
}
.hometips {
	width: 170px;
	float: left;
	clear: both;
	background-image: url(../images/home/home-tips.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 78px;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
}
.hometips  a {
	font-size: 11px;
	line-height: 14px;
	color: #48251B;
	border-bottom-color: #48251B;
}
.hometestimonial {
	color: #E8E2BD;
	padding-top: 10px;
	padding-right: 85px;
	margin-left: 280px;
}
.hometestimonial p {
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.hometestimonial a {
	border-bottom-color: #EBE4C0;
	color: #EAE1C4;
	background-image: url(../images/shared/star_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.testimonialname {
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 10px;
}

/*Homepage nav*/
#navhome {
	width: 260px;
	background-image: url(../images/shared/main_nav_bkd.jpg);
	float: left;
	height: 525px;
}
#navhome ul {
	padding-left: 30px;
	padding-top: 68px;
	margin: 0px;
}
#navhome ul li {
	display: block;
	list-style-type: none;
}
#navhome ul li a {
	display: block;
	height: 62px;
	width: 195px;
	text-indent: -9008px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navhome ul li a:hover, body#aboutcurrent #about a, body#portfoliocurrent #portfolio a, body#servicescurrent #services a, body#resourcescurrent #resources a, body#contactcurrent #contact a, body#picnicareacurrent #picnicarea a {
	background-position: 0px -62px;
}
#abouthome  a   {
	background-image: url(../images/nav/about2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#portfoliohome a {
	background-image: url(../images/nav/portfolio2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#serviceshome a {
	background-image: url(../images/nav/services2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#resourceshome a {
	background-image: url(../images/nav/resources2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#contacthome a {
	background-image: url(../images/nav/contact2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#picnicareahome a {
	background-image: url(../images/nav/picnic-area2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* End homepage nav */
