/* Body & Divs */

body {
	background-color: #D8E7D7;
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 800px;
	border: #3f5b3e solid 1px;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 135px;
}

#menu {
	height: 27px;
}

#content {
	padding: 3px 7px;
	padding-top: 10px;
	min-height: 330px;
	background: url(../images/content.jpg) top no-repeat;
}

#services {
	font-size: 1.5em;
	font-weight: bold;
	color: #336633;
	text-align: center;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
	background: url(../images/footer.jpg);
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 1.1em;
	color: #3f5b3e;
	border-bottom: 1px solid;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 3px;
	font-size: 1.1em;
	color: #3f5b3e;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

#services p {
	padding: 6px 0px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #3f5b3e;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #3f5b3e;
	font-weight: bold;
}


.panel {
	background-color: #e5f2e5;
	border: #cadbc9 solid 3px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel2 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.5em;
}

.photo {
	border: #024200 solid 1px;
}

.caption {
	font-weight: bold;
}