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

#home-main {
	background-image: url(../images/home/home_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 305px;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3b2312;
	border-left-color: #3b2312;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#home-text-left {
	color: #FFF;
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 435px;
	background-image: url(../images/home/home_left_text_bkgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #4E2206;
	font-size: 18px;
	line-height: 22px;
}
#home-bottom {
	margin: 0px;
	float: left;
	height: auto;
	width: 910px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#home-visit {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 435px;
	color: #FFF;
	text-align: center;
}
#home-license {
	text-align: center;
	margin: 0px;
	float: left;
	width: 910px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #C69C61;
	font-size: 18px;
	line-height: 22px;
	height: auto;
}
#home-services {
	margin: 0px;
	float: left;
	height: auto;
	width: 176px;
	background-image: url(../images/home/home_services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#home-gallery {
	margin: 0px;
	float: left;
	height: auto;
	width: 176px;
	background-image: url(../images/home/home_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
a.home-more-info:link,a.home-more-info:visited{
	background-image: url(../images/home/home_more_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 142px;
	display: block;
}
a.home-more-info:hover, a.home-more-info:active {
	background-image: url(../images/home/home_more_info.png);
	background-repeat: no-repeat;
	background-position: left -26px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 142px;
	display: block;
}
#home-active {
	background-image: url(../images/body/nav_home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 58px;
	position: absolute;
	top: 104px;
	right: 325px;
}
