body {
	background-image: url(images/tile.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}
a {
	text-decoration: none;
	color: #224428;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
}
h1 {
	font-family: 'Lato', arial, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 24px;
	color: #1B3F25;
}
h2 {
	font-family: 'Lato', arial, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #000;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	color: #1F4327;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#header {
	width: 818px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 108px;
	float: left;
}
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/head_slice.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 108px;
}
#wrapbox {
	margin-right: auto;
	margin-left: auto;
	width: 818px;
	text-align: left;
}
#nav {
	font-family: 'Lato', arial, serif;
	width: 217px;
	font-size: 16px;
	color: #FFF;
	float: right;
	padding-top: 12px;
}
#nav a {
	color: #FFF;
}
#nav a:hover {
	color: #EEE;
	text-decoration: none;
}
#content {
	float: left;
	width: 818px;
}
#left {
	float: left;
	width: 260px;
}
#main {
	float: right;
	width: 550px;
}

.homeText {
	font-size: 16px;
	line-height: 30px;
}

.featured {
	background-image: url(images/featureSlice.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding: 30px;
}
.slideshow {
	background-image: url(images/featureSlice.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.servicesHalf {
	width: 210px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.editable {
}

