/* @group Slideshow */
#slideshow {
	width: 624px;
	height: 420px;
	position: relative;
	top: 0;
	left: 3px;
	background: url(../images/layout/home/slideshow_bg.png) left top no-repeat;
	overflow: hidden;
	float: left;
}
#slideshow .inside {
	position: absolute;
	margin-left: 20px;
	margin-top: 21px;
}
/* @end */
/* @group News */
#news {
	background: url(../images/layout/home/news_bg.png) left 13px no-repeat;
	width: 270px;
	height: 431px;
	position: relative;
	top: 5px;
	z-index: 2;
	float: left;
}
#news .photo {
	background: url(../images/layout/home/news_photo_bg.png) left top no-repeat;
	width: 239px;
	height: 164px;
	position: relative;
	margin: 0 0 10px 10px;
}
#news img {
	margin: 9px 11px;
}
#news h2, #news p {
	margin: 0 33px 0 27px;
}
#news h2 {
	font: 16px/20px Arial, Helvetica, sans-serif;
	color:#478D41
}
#news p {
	margin-bottom: 1em;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #251D0B;
}
#news a {
	color: #478D41;
}
#butterfly {
	background: url(../images/animations/butterfly.png) left top no-repeat;
	width: 146px;
	height: 124px;
	position: absolute;
	right: -25px;
	bottom: -25px;
	overflow: hidden;
}
/* @end */
/* @group Columns */
div.column {
	width: 294px;
	float: left;
	margin-top: 15px;
}
div.column .inside {
	background: url(../images/layout/home/column_bg.png) left 7px no-repeat;
}
div.column .bottom {
	height: 26px;
	background: url(../images/layout/home/column_bottom.png) left top no-repeat;
}
.column .photo {
	background: url(../images/layout/home/column_photo_bg.png) left top no-repeat;
	width: 259px;
	height: 164px;
	position: relative;
	margin: 0 0 10px 10px;
}
.column .photo img {
	margin: 9px 11px;
}
div#column_1 {
	margin-left: 13px;
}
.column h2, .column p {
	margin: 0 33px 0 27px;
}
.column h2 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #AB4D25;
}
.column p {
	padding-bottom: 1em;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #251D0B;
}
.column ul {
	margin-bottom: 1em;
	margin-left: 20px;
}
.column li {
	margin-left: 20px;
	list-style: disc;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #251D0B;
}
.column a {
	color: #AB4D25;
}
/* @end */
#ladybug_flash, #ladybug_flash2 {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 10;
}
#footer_home {
}
#footer_home a {
        color: #415920;
}
#footer_home p {
        display: inline;
        margin: 0;
}
#footer_home p.left {
        width: 400px;
        float: left;
}
#footer_home p.right {
        width: 200px;
        float: right;
        text-align: right;
        line-height: 16px;
}
#footer_home p.right a img.normal {
        display: inline;
}
#footer_home p.right a:hover img.normal {
        display: none;
}
#footer_home p.right a img.hover {
        display: none;
}
#footer_home p.right a:hover img.hover {
        display: inline;
}
#facebook_home {
	display: block;
	background: url(/images/social/facebook_white.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	margin: 73px 0 0 240px;
	padding: 0px;
	float: left;
}

