<!--
body {
	margin: 0px;
	margin-top: -1px;
	margin-left: -1px;	
	background: #EBF5E0 url(images/inside_bg.gif) repeat-y fixed top left;
	font-family: Georgia, serif;
	font-size: 11pt;
	color: #666666;
}

body.home {
	background: #EBF5E0 url(images/home_bg.gif) repeat-y fixed top left;
}

a  {
	text-decoration: none;
	color: #B87A7B;
}

a:visited  {
	text-decoration: none;
	color: #D2ABAB;
}

a:active, a:hover  {
	color: #B87A7B;
	text-decoration: underline;
}

table {
	border: 0;
	border-collapse: collapsed;
} 

td {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.navbar {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	color: #D2ABAB;
	text-align: center;
}

.navbar a, .navbar a:visited  {
	color: #FFFFFF;
}

.navbar a:active, .navbar a:hover  {
	color: #D2ABAB;
	text-decoration: underline;
}

h6 {
	margin: 10px;
	font-size:24px;
	line-height: 28px;
	font-weight: bold;
	color: #B87A7B;
	}
	
.intro_text {
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
	z-index: 100;
}

.pop_text {
	font-size:22px;
	position: relative;
	top: 1px;
	color: #B87A7B;
	}


.testimonial {
	position: relative;
	width: 350px;
	margin-bottom: 30px;
	}
	
.blurb {
	text-indent: 25px;
	margin: 10px;
	font-size: 14px;
	line-height: 20px;
	z-index: 100;
}
	
.signed {
	text-indent: 150px;
	font-style: italic;
	font-size:14px;
	color: #B87A7B;
	}
	
.address {
	margin: 10px;
	font-size:11px;
	line-height: 12pt;
}

#gallery {
	position: relative;
	width: 100%;
	height: 430px;
	}

#gallery_photos {
	position: relative;
	top: 10px;
	left:10px;
	text-align: left;
	}
	
.gallery_photo {
	display: none;
	visibility: hidden;
	}

#gallery_thumbnails {
	position: absolute;
	top: 10px;
	left: 420px;
	width: 20%;
	}

#gallery_thumbnails img {
	padding-bottom: 10px;
	}

#gallery_subnav {
	padding-left: 10px;
	padding-top: 30px;
	font-family: Georgia, serif;
	font-size: 11px;
	}
	
.subpages {
	padding-left: 10px;
	height: 20px;
	font-family: Georgia, serif;
	font-size: 11px;
	}

.photocredit {
	font-family: Georgia, serif;
	font-size: 11px;
	padding-top: 2px;
	}

table.form {
	padding: 0 10px 0 10px;
	}
	
th, td {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}
	
td {
	font-size: 11px;
	line-height: 14px;
	}

td h1 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	}

td h2 {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 2px;
	}
	
input, textarea {
	font-family: verdana, sans;
	border: 1px solid #B87A7B;
	padding: 2px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}

select {
	font-family: verdana, sans;
	font-size: 12px;
	border: 0;
	background-color: #D2ABAB;
	color: white;
	}
	
input.notes {
	width: 230px;
	}

input.field {
	width: 260px;
	}
	
input.radio {
	border: 0;
	}
	
th {
	text-align: right;
	white-space: nowrap;
	}

th.formhead {
	padding: 10px 0 2px 0;
	text-align: left;
	font-size:18px;
	color: #B87A7B;
	}
	
th.formhead2 {
	padding: 5px 0 2px 0;
	text-align: right;
	font-size:16px;
	color: #B87A7B;
	}

p {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 10px 0 10px;
	}

p.bigbody {
	font-size: 16px;
	line-height: 20px;
	margin: 4px 10px 0 10px;
	}
	
p.about {
	text-indent: 25px;
	font-size: 14px;
	line-height: 20px;
	margin: 4px 10px 20px 10px;
	}
-->