/*menu------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

#indentMenu {
	overflow:hidden; 
	width:490px; 
	margin:0px; 
	text-align:center;
	font:normal 11px/15px Georgia,"Times New Roman",Times,serif;
	background:url(../images/menu.png) 0 0 no-repeat;
}

#indentMenu li {
	display:inline;
}

#indentMenu a {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	color:#474822;
	padding:17px 12px;
	text-decoration:none;
	background:#EEE url(../images/menu.png) -10px 0 no-repeat;
}

#indentMenu a:active,
#indentMenu a:focus,
#indentMenu a:hover,
#indentMenu .current a {
	background-position:0 -49px;
	background-color:#DDD; 
}

/*-------------------body--------------------------------*/
body { 
	color: #000000; 
	margin: 0 auto; 
	padding: 0; 
	font: 100% Arial, Helvetica, sans-serif; 
	background: #0e1411 url(../images/bg-top.jpg) no-repeat left top; 
}
#wrapper {	
	width: 754px;	
	margin: 0 auto;
}
#column_wrapper { 
	background-color: #474822; 
}
.clearfloat {	
	clear: both;	
	height: 0;	
	line-height: 0;	
	font-size: 0;
}

#masthead { 
	color: #999999; 
	padding: 0px; 
	height: 251px; 
	margin: 0; 
	background-image: url(../images/northwoods-header.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
}
#masthead .content {	
	padding: 12px 20px;
}

.menulist {	
	margin: 6px 0 12px 0;	
	padding: 0;	
	list-style-type: none;
}
#wrapper .menulist a, 
#wrapper .menulist a:visited { 
	color: #ffffff; 
	border-left: 
	6px solid #B5B6A7; 
	padding: 0 0 0 6px; 
}
#wrapper .menulist a:hover { 
	border-color: #FFFFFF; 
}

#left {	
	width: 554px;	
	float: left; 
	background-color: 
	#ffffff;
}
#left .content {
	padding: 24px 36px;	
	font-size: 0.8em;	
	line-height: 1.65em;
}
#left a:link { 
	color: #474822; 
}
#left a:visited {
	color: #333333;
}
#left a:hover { 
	color: #474822; 
}

#right { 
	width: 200px; float: left; 
}
#right a:link {
	color: #ffffff;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#right .content p { 
	color: #FFFFFF; 
}
#right .content h4 { 
	color: #FFFFFF; 
}
#right .content {	
	padding: 24px 20px;	
	font-size: .75em;	
	line-height: 1.5em;
}

#footer { 
	color: #999999; 
	padding: 0px; 
	margin: 0; 
	font-size: 0.7em; 
	clear: both; 
	background: url(../images/northwoods-footer.png) no-repeat left top; 
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .content { 
	padding: 12px 220px 12px 20px; 
}
#footer .content p { 
	text-align: center; 
}

h1 { 
	margin: 0; 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif; 
	color: #474822; 
	padding-top: 20px;
}
h2 { 
	margin: 30px 0 0 0; 
	font: normal 1.6em Georgia, "Times New Roman", Times, serif; 
	color: #474822; 
}
h3 { 
	margin: 30px 0 0 0; 
	font: normal 1.25em Georgia, "Times New Roman", Times, serif; 
	color: #474822; 
}
h4 { 
	margin: 20px 0 0 0; 
	font: normal 1.1em Georgia, "Times New Roman", Times, serif; 
	color: #474822; 
}
img { 
	padding: 0px; 
	margin: 0px 0px 10px 10px; 
	border: 0; 
}

.nomargintop {
	margin-top: 0;
}
.content p { 
	margin: 12px 0; 
	text-align: justify; 
}

.forminput { 
	background-color: #B5B6A7; 
	color: #474822; 
	padding: 2px; 
	margin: 0px; 
	font: 90% Verdana, Arial, sans-serif; 
	border-top: 2px solid #7A7D3A; 
	border-right: 1px solid #FFFFFF; 
	border-bottom: 1px solid #FFFFFF; 
	border-left: 2px solid #7A7D3A; 
}
