body {
margin: 0;
padding: 0;
font-size: 82%;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #484A2D;
background-color: #FDFBF4;
}
.hhbsmall {
	font-size: 0.72em;
}



a:link {
	color: #343520;
	text-decoration: underline;
}

.emaillink {
	font-size: 105%;
	text-decoration: underline;
}

a:visited {
	color: #484A2D;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333333;
	background-color: #E8E7CE;
	text-decoration: underline;
}

div#banner {
	color: #fff;
	background-color: #CBC78F;
	border-bottom: 1px solid #CBC78F;
	background-image: url(images/Misc/Bannerpics/Image15.jpg);
	height: 90px;
	background-position: left;
	background-repeat: no-repeat;
	border-top: 1px solid #CBC78F;
}

div#banner h1 {
margin: 0;
padding: .3em 0 .3em .1em;
font-size: 3.5em;
font-weight: normal;
}

div#container {
	background-image: url(nav_col_base.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding: 0;
}

div#container2 {
	background-image: url(more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F8F9DD;
	margin-top: 0px;
}

div#navigation {
	float: left;
	width: 212px;
	padding-top: 0.5em;
	padding-left: 14px;
	background-color: #F8F9DD;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 108%;
	line-height: 150%;
}

div#navigation ul li { margin-top: 4px; 
}

#navigation ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: underline;
	color: #006666;
	background-image: url(nav_base.jpg);
	background-repeat: repeat-y;
}

#navigation ul li a:hover {
	color: #fff;
	background-color: #009966;
	background-image: url(nav_base2.jpg);
	background-repeat: repeat-y;
	text-decoration: underline;
}

div#more {
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
}

div#more h3 {
margin-top: 0;
color: #fff;
padding: .2em;
background-image: url(more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#content {
	margin-left: 230px;
	padding-left: 15px;
	text-align: left;
	position: inherit;
	color: #756C5E;
	padding-right: 25px;
	padding-top: 10px;
}


div#content h2 {
	font-size: 1.5em;
	color: #585B37;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
	padding-bottom: 1em;
	line-height: 140%;
}
div#imageleft {
	padding: 7px;
	border: 1px solid #CBC78F;
	float: left;
	margin-left: 1px;
	margin-right: 15px;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 75%;
	padding-bottom: 0px;
	position: relative;
	color: #333333;
	line-height: 1.3em;
}
div#imageright {
	padding: 7px;
	border: 1px solid #CBC78F;
	float: right;
	margin-left: 15px;
	margin-right: 1px;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	padding-bottom: 0px;
	font-size: 75%;
	color: #333333;
	line-height: 1.3em;
}
div#panelright {
	border: 1px solid #CBC78F;
	float: right;
	margin-left: 15px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-top: 0.5em;
	padding-bottom: 10px;
	font-size: 75%;
	color: #333333;
	line-height: 1.3em;
	width: 250px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	list-style-type: square;
	background-color: #CC6;
}

div#content {
	line-height: 130%;
	background-color: #FDFBF4;
}

#cleardiv {
clear: both;
height: 1em;
}

div#footer {
	clear: both;
	text-align: center;
	background-color: #FDFBF4;
	border-top-color: #CBC78F;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 95%;
	color: #484A2D;
	line-height: 200%;
}

div#footer ul {
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li {
display: inline;
margin-right: 1em;
} 
#largeheader {
	margin-top: 0px;
	line-height: 1.3em;
	background-color: #FDFBF4;
	border-bottom: 1px solid #CBC78F;
	font-size: 1.8em;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.h4 {
	margin-left: 3px;
	line-height: 2em;
	font-size: 1.3em;
}

div#testimonial {
	background-color: #FDFBF4;
	margin-right: 14px;
	font-style: italic;
	font-size: 85%;
	border: solid #CBC78F 1px;
	padding: 5px;
	margin-left: 0px;
}
 /*Source: Dynamic Drive CSS Library 
 URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer { /*I used div#imageleft plus inline style instead*/ 
	
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	}

.thumbnail img {
	border: 1px solid black;
	margin: 3px 3px 0px 0;
	height: 40px;
	width: 60px;
	background-color: #FFFFFF;
}

.thumbnail:hover {
background-color: transparent;
}

.thumbnail:hover img {
	border: 1px solid;
	border-color: #CCCCCC;
}
.firstthumb img { /*CSS for default thumbnail image in viewer, which is not a link*/
	border: 1px solid black;
	margin: 3px 3px 0px 0;
	width: 60px;
	height: 40px;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	background-color: #FAF7EB;
	border: 0px;
	color: #484A2D;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px;
	padding: 0px;
	height: 210px;
	width: 332px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 118px;
	left: 12px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	border: 0px;
}
.firstviewer { /*CSS for enlarged default image in viewer*/
	position: absolute;
	padding: 0;
	top: 121px; /* +3px vertical offset to position equally with the active links */
	left: 12px; /*position where enlarged image should offset horizontally */
	
	border: 0px;
}
.firstviewer img { /*CSS for enlarged default image in viewer*/
	border: 1px solid #999999;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 332px;
	height: 210px;
}
#bigpic {
	height: 210px;
	width: 322px;
	margin-left: 8px;
	margin-top: 10px;
}
#caption {
    height: 30px;
	width: 322px;
	margin-left: 9px;
	padding-top: 5px;
	font-size: 92%;
	line-height:1.2em;
}
td {
	border: 0;
}
.clickable {
cursor: pointer;
}
.largerfont {
font-size: 120%;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #484A2D;
}
.panelheading {
	font-size: 160%;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #484A2D;
}
