@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

body, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

p {
	margin: 10px 0;
}

a:link, a:visited, a:active {
	color: #00662f;
	text-decoration: underline;
}

a:hover {
	color: #00662f;
	text-decoration: none;
}


#outer {
	width: 767px;
}

#header {
	margin: 0;
	padding: 0;
	height: 158px;
}

	#header img {
		margin: 0;
	}


#tagline {
	height: 15px;
	background: #6d6e71;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #00662f;
	margin: 0;
}

#nav {
	height: 30px;
	background-image: url(../img/bg-nav.gif);
	border-right: 1px solid #00662f;
	margin: 0 0 10px 0;
	text-align: right;
}

#content {
	margin: 0 0 12px 12px;
}

#copyright {
	color: #6d6e71;
	font-size: 8pt;
	text-align: center;
}

/* services.htm */

#services {
	width:100%;  
	border: 0; 
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

	#services td.left {
		width: 48%;
		vertical-align: top;
	}

	#services td.right {
		width: 52%;	
		vertical-align: top;
		border-left: 1px solid #ccc;
		padding: 0 0 0 20px;
	}

	ul.bold li {
		font-weight: bold;
	}


.title {
	background: #6d6e71;
	border-top: 1px solid #00662f;
	border-left: 1px solid #00662f;
	border-right: 1px solid #00662f;
	color: #fff;
	padding: 6px 0 6px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2pt;
}

.border {
	border: 1px solid #00662f;
	padding: 0 12px 12px 12px;
}

.header1 {
	color: #00662f;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.subhead1 {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.services {

}

	.services div {
		margin: 10px 0;
		border-bottom: 1px dotted #00662f;
	}
	
	div.last {
		border-bottom: 0;
		margin: 6px 0 -6px 0;
	}
	
	.more {
		display: block;
		text-align: right;
		margin: 6px 0 10px 0;
	}
	
.welcome {
	margin: 6px 0;
	border-bottom: 1px dotted #00662f;
}

.biopic {
	margin: 6px 12px 6px 0;
}

.gallery td {
	text-align: center;
}

.gallery_cap {
	background: #00662f;
	color: #fff;
	height: 20px;
}

.gallery_col {
	width: 200px;
}