
#mainContentAlone {
	top:300px;
	position:absolute;
	left: 0;
	z-index: 450;
	}
#mainContent {
	position: absolute;
	z-index: 450;
	top: 0;
	left: 0;
	}
.outline {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px;
	}
.leftLine {
	background-color: #000;
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 1px;
	height: 100%;
	min-width: 1px;
	max-width: 1px;
	}
.rightLine {
	background-color: #000;
	position: absolute;
	top: 10px;
	bottom: -30px;
	left: 760px;
	width: 1px;
	height: auto;
	min-width: 1px;
	max-width: 1px;
	}
div#blackBand {
	height: 70px;
	width: 750px;
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: 50;
	visibility: visible;
	}
/*<agl.folder "divion panels">*/
	div#BtnHC {
		cursor : pointer;
		color: #f5ebea;
		background-color: #993426;
		position: absolute;
		height: 20px;
		width: 190px;
		left: 175px;
		top: 735px;
		z-index: 500;
		visibility: visible;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		}
	div#BtnNS {
		cursor : pointer;
		color: #f7f1e8;
		background-color: #b07825;
		position: absolute;
		height: 20px;
		width: 190px;
		left: 365px;
		top: 735px;
		z-index: 500;
		visibility: visible;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		}
	div#BtnTS {
		cursor : pointer;
		color: #e6eaf1;
		background-color: #01387e;
		position: absolute;
		height: 20px;
		width: 190px;
		left: 555px;
		top: 735px;
		z-index: 500;
		visibility: visible;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		}
	.BtnHCOn {
		color: #f5ebea;
		background-color: #993426;
		visibility: hidden;
		cursor: pointer;
		position: absolute;
		z-index: 550;
		top: 735px;
		left: 175px;
		width: 190px;
		height: 20px;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		font-weight: normal;
		}
	.BtnNSOn {
		color: #f7f1e8;
		background-color: #b07825;
		visibility: hidden;
		cursor: pointer;
		position: absolute;
		z-index: 550;
		top: 735px;
		left: 365px;
		width: 190px;
		height: 20px;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		font-weight: normal;
		}
	.BtnTSOn {
		color: #e6eaf1;
		background-color: #01387e;
		visibility: hidden;
		cursor: pointer;
		position: absolute;
		z-index: 550;
		top: 735px;
		left: 555px;
		width: 190px;
		height: 20px;
		min-width: 190px;
		min-height: 20px;
		max-width: 190px;
		max-height: 20px;
		font-weight: normal;
		}
	.panelHolderDivisions {
		overflow: hidden;
		position: absolute;
		height: 210px;
		width: 572px;
		left: 175px;
		top: 755px;
		z-index: 500;
		visibility: hidden;
		min-width: 572px;
		min-height: 210px;
		max-width: 572px;
		max-height: 210px;
		}
	div#HCPanel {
		background-color: #f5ebea;
		color: #993426;
		overflow: hidden;
		position: absolute;
		width: 190px;
		height: 190px;
		z-index: 500;
		visibility: hidden;
		min-width: 190px;
		min-height: 170px;
		max-width: 190px;
		min-height: 190px;
		border-bottom: 10px solid #993426;
		}
	#HCPanel a,  #HCPanel a:hover, #HCPanel a:active,  #HCPanel a:visited {
		color: #993426;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		text-decoration: none;
		}
	#NSPanel a,  #NSPanel a:hover, #NSPanel a:active,  #NSPanel a:visited {
		color: #b07825;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		text-decoration: none;
		}
	#TSPanel a,  #TSPanel a:hover, #TSPanel a:active,  #TSPanel a:visited {
		color: #01387e;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		text-decoration: none;
		}
	.HCpanelLinks {
		color: #993426;
		margin-top: -5px;
		margin-bottom: 15px;
		cursor: pointer;
		}
	.NSpanelLinks {
		color: #b07825;
		cursor: pointer;
		margin-top: -5px;
		margin-bottom: 15px;
		}
	.TSpanelLinks {
		color: #01387e;
		cursor: pointer;
		margin-top: -5px;
		margin-bottom: 15px;
		}
	div#NSPanel {
		background-color: #f7f1e8;
		overflow: hidden;
		position: absolute;
		width: 190px;
		height: 190px;
		z-index: 500;
		visibility: hidden;
		min-width: 190px;
		min-height: 170px;
		max-width: 190px;
		min-height: 190px;
		border-bottom: 10px solid #b07825;
		}
	div#TSPanel {
		background-color: #e6eaf1;
		overflow: hidden;
		position: absolute;
		width: 190px;
		height: 190px;
		z-index: 500;
		visibility: hidden;
		min-width: 190px;
		min-height: 170px;
		max-width: 190px;
		min-height: 190px;
		border-bottom: 10px solid #01387e;
		}
	.divisionsOffTop {
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 735px;
		z-index: 500;
		min-width: 100%;
		min-height: 735px;
		max-width: 100%;
		max-height: 735px;
		}
	.divisionsOffBottom {
		visibility: hidden;
		position: absolute;
		top: 572px;
		left: 0;
		width: 100%;
		height: 50%;
		z-index: 500;
		}
	.divisionsOffHCright {
		visibility: hidden;
		position: absolute;
		top: 755px;
		left: 365px;
		width: 20%;
		height: 180px;
		z-index: 500;
		}
	.divisionsOffHCleft {
		visibility: hidden;
		position: absolute;
		top: 735px;
		left: 0;
		width: 175px;
		height: 210px;
		z-index: 500;
		}
	.divisionsOffNSright {
		visibility: hidden;
		position: absolute;
		top: 755px;
		left: 555px;
		width: 20%;
		height: 180px;
		z-index: 500;
		}
	.divisionsOffNSleft {
		visibility: hidden;
		position: absolute;
		top: 755px;
		left: 0;
		width: 365px;
		height: 180px;
		z-index: 500;
		}
	.divisionsOffTSright {
		visibility: hidden;
		position: absolute;
		top: 735px;
		left: 745px;
		width: 20%;
		height: 200px;
		z-index: 500;
		}
	.divisionsOffTSleft {
		visibility: hidden;
		position: absolute;
		top: 755px;
		left: 0;
		width: 555px;
		height: 180px;
		z-index: 500;
		}
	.HC {
		color: #993426;
		font-size: 10px;
		font-family: verdana;
		line-height: 14px;
		background-color: #f5ebea;
		padding: 10px;
		}
	.NS {
		color: #b07825;
		font-size: 10px;
		font-family: verdana;
		line-height: 14px;
		background-color: #f7f1e8;
		padding: 10px;
		}
	.TS {
		color: #01387e;
		font-size: 10px;
		font-family: verdana;
		line-height: 14px;
		background-color: #e6eaf1;
		padding: 10px;
		}
	#HCPanelHead a,  #HCPanelHead a:hover, #HCPanelHead a:active,  #HCPanelHead a:visited {
		color: #993426;
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		text-decoration: none;
		}
	#NSPanelHead a,  #NSPanelHead a:hover, #NSPanelHead a:active,  #NSPanelHead a:visited {
		color: #993426;
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		text-decoration: none;
		}
	#TSPanelHead a,  #TSPanelHead a:hover, #TSPanelHead a:active,  #TSPanelHead a:visited {
		color: #993426;
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		text-decoration: none;
		}
/*</agl.folder>*/
/*<agl.folder "results">*/
	.resultDetail {
		border-bottom: 1px solid #ebeae8;
		margin-bottom: 20px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
		}
	div#result {
		padding: 10px 0;
		margin-top: 10px;
		position: absolute;
		width: 570px;
		height: 110%;
		left: 175px;
		top: 755px;
		z-index: 100;
		visibility: visible;
		float: none;
		min-width: 570px;
		max-width: 570px;
		}
	.resultParkName {
		color: #666666;
		font-size: 10px;
		line-height: 14px;
		font-family: verdana;
		font-weight: bold;
		margin-left: 10px;
		padding-bottom: 10px;
		}
	.resultImage {
		margin-right: 10px;
		margin-left: 10px;
		border: solid 1px #d6d5d0;
		}
	.resultBlurb {
		color: #666666;
		font-size: 10px;
		line-height: 14px;
		font-family: verdana;
		}
	.resultLinks {
		color: #666666;
		font-size: 10px;
		line-height: 14px;
		font-family: verdana;
		}
/*</agl.folder>*/
/*<agl.folder "heading">*/
	.panelLinks {
		margin-top: -5px;
		margin-bottom: 15px;
		border-bottom: 1px solid #d6d5d0;
		}
	.panelLinksOff {
		color: #d6d5d0;
		font-weight: bold;
		margin-top: -5px;
		margin-bottom: 15px;
		border-bottom: 1px solid #d6d5d0;
		}
	.stateHeadingMenu {
		color: #668033;
		font-size: 10px;
		font-family: verdana;
		line-height: 14px;
		background-color: #fff;
		padding: 10px;
		}
	.stateHeading {
		/* background-image: url(../graphics/01_StateHead.gif); */
		background-repeat: no-repeat;
		padding: 10px 15px 10px 175px;
		position: absolute;
		z-index: 50;
		top: 80px;
		left: 10px;
		width: 750px;
		height: 180px;
		min-width: 750px;
		min-height: 180px;
		max-width: 750px;
		max-height: 180px;
		clip: rect(0 750px 180px 0);
		}
	.stateImage {
		left:10px;
		top:85px;
		position:absolute;
		}
	div#Btn1 {
		color: #cb9300;
		background-color: #f5f9ed;
		position: absolute;
		height: 20px;
		width: 283px;
		left: 175px;
		top: 238px;
		z-index: 100;
		visibility: visible;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div:hover#Btn1 {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 283px;
		left: 175px;
		top: 238px;
		z-index: 100;
		visibility: visible;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	.Btn1On {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 284px;
		left: 175px;
		top: 238px;
		z-index: 100;
		visibility: hidden;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div#Btn1Panel {
		background-color: #ffffff;
		overflow: hidden;
		position: absolute;
		width: 283px;
		left: 0;
		top: -195px;
		z-index: 650;
		visibility: hidden;
		border: solid 1px #668033;
		}
	/*div#Btn2 {
		color: #cb9300;
		background-color: #f5f9ed;
		position: absolute;
		height: 20px;
		width: 188px;
		left: 365px;
		top: 238px;
		z-index: 100;
		visibility: visible;
		min-width: 188px;
		min-height: 20px;
		max-width: 188px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div:hover#Btn2 {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 188px;
		left: 365px;
		top: 238px;
		z-index: 100;
		visibility: visible;
		min-width: 188px;
		min-height: 20px;
		max-width: 188px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	.Btn2On {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 188px;
		left: 365px;
		top: 238px;
		z-index: 100;
		visibility: hidden;
		min-width: 188px;
		min-height: 20px;
		max-width: 188px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div#Btn2Panel {
		background-color: #ffffff;
		overflow: hidden;
		position: absolute;
		height: 398px;
		width: 568px;
		left: 0;
		top: -400px;
		z-index: 650;
		visibility: hidden;
		min-width: 568px;
		min-height: 398px;
		max-width: 568px;
		max-height: 398px;
		border: solid 1px #668033;
		}*/
	div#Btn3 {
		color: #cb9300;
		background-color: #f5f9ed;
		position: absolute;
		height: 20px;
		width: 283px;
		left: 460px;
		top: 238px;
		z-index: 100;
		visibility: visible;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div:hover#Btn3 {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 283px;
		left: 460px;
		top: 238px;
		z-index: 200;
		visibility: visible;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	.Btn3On {
		color: #668033;
		background-color: #ebf2da;
		position: absolute;
		height: 20px;
		width: 283px;
		left: 460px;
		top: 238px;
		z-index: 200;
		visibility: hidden;
		min-width: 283px;
		min-height: 20px;
		max-width: 283px;
		max-height: 20px;
		border: solid 1px;
		cursor: pointer;
		}
	div#Btn3Panel {
		background-color: #ffffff;
		overflow: hidden;
		position: absolute;
		left: 190px;
		top: -195px;
		z-index: 650;
		visibility: hidden;
		border: solid 1px #668033;
		}
	.panelHolder {
		overflow: hidden;
		position: absolute;
		height: 402px;
		width: 572px;
		left: 175px;
		top: 260px;
		z-index: 650;
		visibility: hidden;
		min-width: 572px;
		min-height: 402px;
		max-width: 572px;
		max-height: 402px;
		}
	div#browseModule {
		position: absolute;
		height: 89px;
		width: 570px;
		top: 283px;
		left: 175px;
		visibility: visible;
		z-index: 450;
		min-height: 69px;
		min-width: 570px;
		max-height: 69px;
		max-width: 570px;
		}
	div#stateNav {
		position: absolute;
		height: 400px;
		width: 145px;
		top: 284px;
		left: 10px;
		visibility: visible;
		z-index: 450;
		}
	div#genericContent {
		position: absolute;
		height: auto;
		width: 582px;
		top: 234px;
		left: 165px;
		visibility: visible;
		z-index: 450;
		}
	div#commonFooButton {
		position:absolute;
		height: 80px;
		width: 150px;
		top: 20px;
		left: 150px;
		visibility: visible;
		z-index: 51;
		}
	.state {
		color: #fff;
		font-size: 16px;
		font-family: verdana;
		font-weight: bold;
		z-index: 50;
		margin-bottom: 5px;
		}
	.stateBlurb {
		color: #fff;
		font-size: 10px;
		font-family: verdana;
		line-height: 14px;
		width: 555px;
		z-index: 50;
		min-width: 555px;
		max-width: 555px;
		}
	.headerNav {
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 4px
		}
/*</agl.folder>*/
.stateImage {
	position: absolute;
	top: 80px;
	left: 10px;
	height: 180;
	width: 570;
	}
.footerHolder {
	position: absolute;
	left: -165px;
	bottom: -50px;
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	}


.footerHolderInternal {
	position: relative;
	left: -165px;
	width: 750px;
	margin-top:50px;
	margin-bottom:20px;
	min-width: 750px;
	max-width: 750px;
	}

.footer1 {
	color: #a9a9a9;
	font-family: verdana;
	font-size: 10px;
	position: relative;
	width: 750px;
	height: 20px;
	z-index: 50;
	min-width: 750px;
	min-height: 20px;
	max-width: 750px;
	max-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid #f1f0f1;
	border-bottom: 2px solid #f1f0f1;
	}
.footer2 {
	color: #a9a9a9;
	font-size: 10px;
	position: relative;
	z-index: 50;
	width: 750px;
	height: 20px;
	min-width: 750px;
	min-height: 20px;
	max-width: 750px;
	max-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	}
.footer3 {
	color: #a9a9a9;
	font-size: 10px;
	position: relative;
	z-index: 50;
	width: 750px;
	height: 20px;
	min-width: 750px;
	min-height: 20px;
	max-width: 750px;
	max-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #f1f0f1;
	}
.footer4 {
	color: #a9a9a9;
	font-size: 10px;
	position: relative;
	z-index: 50;
	width: 750px;
	height: 20px;
	min-width: 750px;
	min-height: 20px;
	max-width: 750px;
	max-height: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #f1f0f1;
	}
a#footer {
	color: #a9a9a9;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	}
a:hover#footer {
	color: #b28000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	}
a:visited#footer {
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	}
table {
	color: #4d4d4d;
	font-size: 11px;
	font-family: verdana;
	line-height: 18px 
	}
.head {
	color: #668033;
	font-size: 24px;
	font-family: verdana;
	font-weight: bold;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px 
	}
.subHead {
	color: #668033;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	line-height: 11px;
	margin-bottom: 10px 
	}
.includes {
	color: #aaa;
	font-size: 11px;
	font-family: verdana;
	font-style: italic;
	font-weight: normal;
	line-height: 11px;
	text-transform: lowercase;
	margin-top: 5px;
	margin-bottom: 5px 
	}
.contentLine {
	border-right: 1px solid #ebeae8 
	}
.dividerLine {
	margin-bottom: 20px;
	border-bottom: 1px solid #ebeae8 
	}
li {
	list-style-type: square;
	list-style-image: none 
	}
a {
	color: #b28000;
	font-weight: bold;
	text-decoration: none 
	}
a:visited {
	color: #b28000;
	font-weight: bold;
	text-decoration: none 
	}
a:hover {
	color: #b28000;
	font-weight: bold;
	text-decoration: underline 
	}
.secnav {
	FONT-FAMILY : "ms san serif", tahoma, helvetica, san-serif;
	FONT-SIZE : 70%;
	TEXT-DECORATION : none;
	}
.secnavbg {
	BACKGROUND : #cccccc;
	}
.sectionbg {
	BACKGROUND : #dddddd;
	}
.subsection {
	COLOR : #000000;
	FONT-FAMILY : arial, helvetica, san-serif;
	FONT-SIZE : 100%;
	FONT-WEIGHT : bold;
	}
.navfooterbox {
	margin-top: 20px;
	padding-bottom: 2px 
	}
.navfooter {
	color: #668033;
	font-size: 10px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 3px 
	}
Head {
	}