body {
	margin: 0;
	font-family: sans-serif;
	font-size: 11pt;
	background: #cbd1b6;
}
img {
	border: 0;
}
a {
	color: #445522;
}
a:hover {
	color: #667744;
}
p,
h2,
h3,
h4 {
	margin: 0 0 .8em 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 2px solid #335511;
	color: #335511;
	padding: 0 0 .1em 0;
	margin: 0 0 .4em 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: .9em;
}
ul {
	margin-top: 0;
	margin-bottom: 1em;
}
hr {
	height: 0;
	border: 0;
	border-bottom: 2px solid #335511;
}
dt {
	font-weight: bold;
	margin: 0 0 .2em 0;
}
dd {
	margin: 0 0 .8em 20px;
	padding: 0;
}

.fineprint {
	font-size: .8em;
}

#pageMain {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #cbd1b6 url(/image/bgMain.png) repeat-y 0 0;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	height: 180px;
	background: url(/image/headerBg.jpg) no-repeat 0 0;
}
	#header #logoMain {
		position: absolute;
		top: 40px;
		left: 38px;
		display: block;
		width: 182px;
		height: 84px;
	}
#content {
	float: left;
	width: 960px;
	clear: both;
}
#content .col1 {
	float: left;
	width: 254px;
	margin-left: -960px;
}
	#content .col1 #nav1 ul {
		margin: .7em 0 0 0;
		padding: 0;
		list-style-type: none;
	}
		#content .col1 #nav1 ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			#content .col1 #nav1 ul li a {
				display: block;
				padding: .8em 20px .7em 10px;
				text-align: right;
				text-decoration: none;
				color: #736328;
				font-weight: bold;
				font-size: 1.1em;
			}
			#content .col1 #nav1 ul li a:hover {
				background-color: #ddeecc;
				border-right: 4px solid #394800;
				padding-right: 16px;
			}
#content .col2 {
	position: relative;
	left: 0;
	top: -180px;
	float: left;
	width: 370px;
	min-height: 440px;
	margin: 0 296px -180px 254px;
	padding: 90px 20px 20px 20px;
	background: url(/image/col2Top.jpg) no-repeat 0 0;
}
	#content .col2 #pagePhotoMain {
		position: absolute;
		top: 60px;
		right: -298px;
	}
	#content .col2 h1 {
		margin: 0 0 .5em 0;
		font-family: Impact,HeadlineA,Arial Narrow,sans-serif;
		font-weight: normal;
		font-size: 1.8em;
		color: #665522;
	}
#content .col3 {
	position: relative;
	top: 0;
	left: -76px;
	float: left;
	width: 216px;
	margin: 110px 0 0 -216px;
	background: #736328 url(/image/col3Right.png) repeat-y 203px 0;
}
	#content .col3 #contactInfoMain {
		width: 280px;
		position: absolute;
		top: -275px;
		left: 5px;
		color: #736328;
		font-size: 1.2em;
		font-family: Arial Narrow,sans-serif;
		font-weight: bold;
		text-align: center;
	}
	#content .col3 form#optin {
		position: relative;
		top: 0;
		left: 0;
		color: #eebb88;
		margin: 12px 0 0 0;
		width: 215px;
		background: #586337 url(/image/col3Right.png) repeat-y 100% 0;
	}
		#content .col3 form#optin h4 {
			position: relative;
			top: -16px;
			left: 0;
			color: #fefad6;
			font-size: .9em;
			line-height: 1.2em;
			font-weight: bold;
			font-style: italic;
			margin: 0 0 -.5em 0;
			text-align: center;
			padding: 20px 20px 0 20px;
			background: url(/image/col3Top.png) no-repeat -3px 0;
		}
		#content .col3 form#optin h4:before {
			content: url(/image/woodenArrow.png);
			position: absolute;
			top: -25px;
			left: -20px;
		}
		#content .col3 form#optin ul {
			font-size: .7em;
			list-style-type: none;
			padding: 0 10px 2.5em 10px;
			background: url(/image/col3BoxBottom.png) no-repeat -4px 100%;
		}
			#content .col3 form#optin ul li {
				padding: 0 0 .8em 0;
				clear: both;
			}
			#content .col3 form#optin ul li.firstName,
			#content .col3 form#optin ul li.lastName {
				width: 85px;
				float: left;
			}
			#content .col3 form#optin ul li.lastName {
				margin-left: 10px;
				clear: right;
			}
				#content .col3 form#optin ul li label {
					display: block;
					margin: 0 0 .1em 0;
				}
				#content .col3 form#optin ul li input,
				#content .col3 form#optin ul li textarea {
					width: 180px;
					padding: 2px;
					margin: 0;
					border: 1px solid #223311;
				}
				#content .col3 form#optin ul li.firstName input,
				#content .col3 form#optin ul li.lastName input {
					width: 85px;
				}
				#content .col3 form#optin ul li textarea {
					height: 6em;
				}
				#content .col3 form#optin ul li.submit {
					border: 2px solid #000000;
					margin: 0 25px 0 20px;
					padding: 0;
				}
				#content .col3 form#optin ul li.submit input {
					margin: 0;
					padding: .2em 0 .3em 0;
					width: 100%;
					border: auto;
					border: 3px solid #fefad6;
					background: #998833;
					color: #fefad6;
					cursor: pointer;
				}
				#content .col3 form#optin ul li.submit input:hover {
					background: #aa9944;
					color: #ffffff;
				}
	#content .col3 #testimonialsMain {
		margin-bottom: -16px;
		padding-bottom: 16px;
		font-size: .8em;
	}
		#content .col3 #testimonialsMain ul {
			background: url(/image/col3BottomBg.png) no-repeat 0 100%;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#content .col3 #testimonialsMain ul li {
				padding-bottom: .5em;
			}
				#content .col3 #testimonialsMain ul li blockquote {
					margin: .3em 30px .5em 25px;
					line-height: 1.2em;
					font-style: italic;
					color: #fdfad7;
				}
				#content .col3 #testimonialsMain ul li .signature {
					text-align: right;
					margin: .3em 20px 1em 20px;
					color: #eebb88;
				}

#footer {
	background: #cbd1b6 url(/image/footerTopBg.png) no-repeat 0 0;
	clear: both;
	font-size: .7em;
	margin: 0;
	padding: 1em 10px 1em 10px;
}

