@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #94D473;
	text-align: center;
}

body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	margin: 0 0 10px 218px;
	padding: 0;
	color: #717BC1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;
}

h1.home {
	margin-left: 0;
	text-align: center;
}
h1.landing {
	margin: 0 0 20px;;
	text-align: center;
}
h1.landingContact {
	margin: 20px 0 10px;
	text-align: center;
}

#wrap{
	width: 840px;
	margin: 20px auto;
	text-align: center;
}

#header {
	/* height: 81px; */
	background: #68C035;
}
	#hdr-top {
		margin: 0;
		padding: 0;
		font-size: 1px;
		line-height: 1px;
	}
	#hdr-nav {
		height: 21px;
		padding: 0;
		background: url(images/hdr-NavBG.jpg) top left no-repeat;
		font-size: 1px;
		line-height: 1px;
	}
		#hdr-nav ul {
			float: left;
			/* width: 100%; */
			margin: 1px 0 0 0;
			padding: 0 0 0 205px;
			color: #ffffff;
		}
		#hdr-nav ul li {
			display: inline;
		}
		#hdr-nav ul li a {
			float: left;
			border: 1px solid #D9D9D9;
			border-left: none;
			border-bottom: none;
			padding: 3px 9px 3px;
			background: #68C035;
			color: #ffffff;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			line-height: normal;
			font-weight: bold;
			text-decoration: none;
		}
		#hdr-nav ul li a#first {
			border-left: 1px solid #D9D9D9;
		}
		#hdr-nav ul li a.current {
			background: #447D22;
			color: #ffffff;
		}
		#hdr-nav ul li a:hover {
			background: #95D471;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
		}
	#hdr-btm {
		height: 19px;
		background: #D9D9D9 url(images/hdr-BtmCap.jpg) top left no-repeat;
		font-size: 1px;
		line-height: 1px;
	}

#content {
	padding: 0 20px 20px;
	background: #D9D9D9;
	text-align: justify;
}
	.column{}
		.column>*:first-child {		/* *** match the first child element - of any type - in a column, but do not cascade down to grandchildren *** */
			margin-top: 0;
			padding-top: 0;
		}
	#column1{
		float: right;
		width: 200px;
		margin-right: 20px;
	}
	#column2{
		float: right;
		width: 580px;
	}
	#ThumbsWrap {
		text-align: center;
	}
		#ThumbsWrap>img, #ThumbsWrap>a>img {
			margin-bottom: 25px;
		}
	table#Thumbnails {}
	#Thumbnails td.TN {
		width: 110px;
		padding-bottom: 25px;
		vertical-align: top;
		text-align: left;
	}
	#Thumbnails td.TNTxt {
		/* width: 90px */
		padding-bottom: 25px;
		vertical-align: top;
		text-align: left;
	}
		#Thumbnails .TNTxt a {
		color: #717BC1;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}

#footer {
	padding: 12px 20px;
	background: #68C035;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}
		#ftr-nav {
			margin: 0;
			padding: 0;
		}
		#ftr-nav ul {
			margin: 0 0 5px 0;
			padding: 0;
		}
		#ftr-nav ul li {
			display: inline;
			margin: 0;
			border-right: 1px solid #ffffff;
			padding: 2px 1em;
		}
		#ftr-nav ul li#first {
			border-left: 1px solid #ffffff;
		}
		#ftr-nav ul li a {
			color: #ffffff;
			line-height: normal;
			text-decoration: none;
		}
		#ftr-nav ul li a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

a:link {
	color: #717BC1;
	text-decoration: underline;
}
a:visited {
	color: #717BC1;
	text-decoration: underline;
}
a:hover {
	color: #717BC1;
	text-decoration: none;
}
a:active {
	color: #717BC1;
	text-decoration: underline;
}

.clearboth{
	clear: both;
}
.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}

#hcw {	/* Home Content Wrap */
	position: relative;
	margin: 0;
	border: 1px none red;
}
	#hcw .txtblock {
		margin: 0;
		padding: 0;
		text-align: justify;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
	}
		#hcw #txt1 {
			float: left;
			width: 200px;
		}
		#hcw #txt2 {
			float: right;
			width: 200px;
		}
		#hcw #txt3 {
			float: left;
			width: 198px;
		}
	#hcw .photo {
		border: 1px solid #315818;
	}
		#hcw #img1 {
			float: left;
			width: 360px;
			height: 190px;
			margin: 0 18px 18px;
		}
		#hcw #img2 {
			float: left;
			width: 200px;
			height: 140px;
			margin: 0 18px 0 0;
		}
		#hcw #img3 {
			float: left;
			width: 142px;
			height: 140px;
			margin: 0 18px;
		}
		#hcw #img4 {
			float: right;
			width: 200px;
			height: 140px;
		}
