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

html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color:#d7d6c9;
	color: #d7d6c9;
}

body {
background-image: url(images/page_bg.jpg);
background-repeat: repeat-x;
}

h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}


a {
	color: #113e25;
	text-decoration: none;
}

li {
	text-decoration: none;
	list-style-type: none;
}

#content {
	width: 960px;
	height: 730px;
	margin: 0 auto;
}

#header {
	height: 200px;
}

#header img {
	position: relative;
	left: 364px;
}

#message {
	height: 54px;
	margin-top: -11px;
	padding-bottom: 10px;
}

#boxes {
	width: 656px;
	height: 416px;
	margin-left: 120px;
	margin-top:-20px;
}

#services {
	float: left;
	width: 338px;
	padding: 0;
	margin: 0;
}

.services {
	background-image: url(images/services_middle.jpg);
	background-repeat: repeat-y;
	width: 318px;
	float: left;
}
	

.serviceslist {
	width: 318px;
	padding-top: 0px;
	padding-left: 42px;
	line-height: 2.4em;
	background-image: url(images/services_middle.jpg);
	background-repeat: repeat-y;
}

ul#indented2 {
	background-image: url(images/services_middle.jpg);
	background-repeat: repeat-y;
	width: 338px;
	margin-top: -3px;
	padding-bottom: 7px;
}

ul#indented3 {
	background-image: url(images/services_middle.jpg);
	background-repeat: repeat-y;
	width: 338px;
}

.indented {
	padding-left: 5px;
	padding-right: 18px;
	display: inline;
	line-height: 1em;
}

.indentedB {
	line-height: 1em;
	padding-bottom: 5px;
	padding-right: 2px;
	font-style: italic;
	display: inline;
}

.indentedC {
	display: inline;
	color: #627e57;
}

.indentedD {
	display: inline;
	color: #627e57;
}



#contact {
	width: 318px;
	padding: 0;
	margin: 0;
	float: right;
}

.contactlist {
	width: 318px;
	position: relative;
	padding-left: 43px;
	margin-top: -3px;
	line-height: 2.45em;
	background-image: url(images/contact_middle.jpg);
	background-repeat: repeat-y;
	color: #627e57;
}

.addressline2 {
	width: 318px;
	position: relative;
	padding-left: 111px;
	line-height: 1em;
	padding-bottom: 11px;
	background-image: url(images/contact_middle.jpg);
	background-repeat: repeat-y;
	color: #8b9583;

}

.contactbottom {
	width: 338px;
}

#footer {
	font-size: 70%;
	color: #666666;
	height: 30px;
	margin-top: 60px;
	margin-left: 305px;
}



#footer a {
	color: #113e25;
}
	