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

#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#slideshow {
	margin: 0px;
	padding: 0px;
	height: 340px;
}
#images {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#home-welcome {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	font: bold 16px 'Bitter', sans-serif;
}
.no-bullets {
	list-style-type: none;
}
p {
	color:#5B734F;
	margin: 0px 10px 0px 5px;
	padding: 5px 5px 5px 5px!important;
	line-height: 1.3em;
}
h1 {
	Margin: 0px;
	padding: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
}

/*FOOTER*/
#footer {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#footer-left {
	width: 300px;
	float: left;
}
#footer-middle {
	widows: 300px;
	float: left;
}
#footer-right {
	width: 300px;
	float: right;
	text-align: left;
}
.footer-images {
	padding-right: 10px;
}
.center-height {
	display: flex;
	align-items: center;
	font-size: 18px;
}