#left-col {
	width: 232px;
	float: left;
	}
	
#left-content {
	width: 209px;
	margin: 0 0 0 23px;
	}

#left-content ul, #inside-content ul, #landing-content ul {
	list-style: none;
	margin: 6px 0 10px 4px;
	padding: 0;
	}
	
#left-content ul li, #inside-content ul li, #landing-content ul li {
	background: url(images/news-bullet.gif) no-repeat 0 8px;
	padding: 0 0 2px 15px;
	margin: 0;
	}
	
#left-content ul li a, #inside-content ul li a, #landing-content ul li a {
	color: #0000CC;
	font-size: 12px;
	}
	
#ms {
	font-size: 11px;
	font-weight: bold;
	background: #2BB03C;
	width: 180px;
	padding: 10px;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 414px;
	top: 160px;
	display: none;
	}

#right-col {
	width: 747px;
	float: right;
	border-left: 1px #1EB050 solid;
	}
	
#forestryholder {
	background:url(images/header-forestry.jpg) no-repeat;
	width: 747px;
	height: 257px;
	clear: left;
	}
	
#windholder {
	background:url(images/header-wind.jpg) no-repeat;
	width: 747px;
	height: 257px;
	clear: left;
	}
	
#animalholder {
	background:url(images/header-awm.jpg) no-repeat;
	width: 747px;
	height: 257px;
	clear: left;
	}
	
#landing-content {
	margin: 0 0 0 32px;
	padding-right: 33px;
	padding-bottom: 2em;
	width: 567px;
	border-right: 1px solid #2BB03C;
	clear: left;
	}
	
#inside-content {
	margin: 0 0 0 32px;
	padding-right: 33px;
	padding-top: 32px;
	padding-bottom: 1em;
	width: 567px;
	border-right: 1px solid #2BB03C;
	clear: left;
	min-height: 400px;
	height: auto !important;
    height: 400px;
	}
	
p.first {
	margin-top: 0;
	padding-top: 1em;
	}
	
/* Forms */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

fieldset legend {
	margin: 0;
	padding: .5em 0 .5em 0;
	font-style: italic;
	color: #1EB050;
	}

fieldset dl {
	margin: 0;
	padding: 0;
	}

fieldset dl dt {
	margin: 1.2em 0 0 0;
	padding: 0 0 .4em 0;
	font-weight: bold;
	color: #1EB050;
	}

fieldset dl dd {
	margin: 0;
	padding: 0;
	}
	
fieldset dl dd input, fieldset dl dd select, textarea {
	padding: 3px;
	font-size: 1em;
	font-family: inherit;
	background: #fff;
	border: 1px solid #336633;
	}

fieldset dl dt input.submit {
	background: #1EB050;
	border: 1px solid #336633;
	color: #fff;
	cursor: pointer;
	padding: .4em;
	font-size: 1em;
	}

fieldset dl dd textarea {
	width: 350px;
	height: 100px;
	}

.large-field {
	width: 300px;
	}
	
.med-field {
	width: 200px;
	}
	
.sm-field {
	width: 75px;
	}
	
#thankyou {
	background: #ffffcc;
	border: 1px dashed #1EB050;
	padding: 5% 0 5% 5%;
	width: 90%;
	color: #1EB050;
	margin-top: 20px;
}

#error {
	background: #ffffcc;
	border: 1px dashed #1EB050;
	padding: 5% 0 5% 5%;
	width: 90%;
	color: #1EB050;
	margin-top: 20px;
	font-weight: bold;
}

.post {
	border-bottom: 1px solid #1eb050;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
	
textarea {
	padding: 3px;
	font-size: 1em;
	font-family: inherit;
	background: #fff;
	border: 1px solid #336633;
	width: 350px;
	height: 100px;
	}