<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #ABB7C2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  url(../assets/design/drop_shadow.gif) repeat-y #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 8px;
}
#header {
	background: #000000 url(../assets/BannerNew.gif) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
}
#header .sandbag {
	float:left;
	clear:left;
	width:100px;
	height: 90px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	left: -1000px;
	top: auto;
}
#navtop {
	background-image:url("../assets/design/greennav.jpg");
	background-repeat:repeat-x;
	width: 100%;
	height: 35px;
}
#navtop ul {
	padding: .80em 0;
	margin: 0;
	list-style-type: none;
	color: #000;
	width: 100%;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:1em;
}
#navtop li {
	display: inline;
}
#navtop li a {
	text-decoration: none;
	color: #000;
	padding: .25em .75em;
	border: 1px solid #000000;
	font-weight:bold;
}
#navtop li a.first {
	background-color: #8a3b25;
	color:#FFF;
}
#navtop li a:hover {
	background-color: #369;
	color: #fff;
}
#navtop ul li.hid {
	overflow: hidden;
	list-style-type: none;
	border: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #FFFFFF;
	margin: 10px;
	padding:0 0 10px;
	background: url(../assets/design/box160_green_base.gif) no-repeat left bottom;
}
#sidebar1 .box160 {
	width:160px;
	background:#4A5231 url(../assets/design/box160_green_nb.gif) no-repeat left top;
	height:auto;
}
#sidebar1 .box160 h3 {
	line-height:31px;
	color:#FFFFFF;
	padding:0 15px;
	margin:0;
	font-size:1.15em;
	border-bottom: 2px solid #252525;
}
#sidebar1 .box160 p {
	padding:15px 15px 0px;
	margin:0;
	background:#4A5231;
	line-height:1.3em;
	font-size:1em;
	color:#fff;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#sidebar1 .box160 ul {
	list-style:none;
	padding:10px 14px 0;
	/* width:130px; */
	background:#4A5231;
	height:auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0px;
}
#sidebar1 .box160 ul li {
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 0;
	font-size:1em;
	border-bottom:1px solid #383F25;
	word-spacing:-1px;
	list-style: none;
}
#sidebar1 .box160 ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#sidebar1 .box160 ul li a:hover {
	text-decoration:none;
	color:#fff200;
	font-weight:bold;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin: 10px 10px 15px;
	padding:0 0 10px 10px;
	border-left: 1px solid #CCC;
}

 /* The alert message box */
 .alert {
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
	border-left: none;
	padding: 0.75rem;
	position: relative;
  }

  .alert--info {
	background-color: rgb(231, 246, 248);
	color: black;
  }

  .alert--emergency {
	background-color: rgb(250, 243, 209);
  }

  .alert a:link {
	text-decoration: underline;
  }

  .alert__heading {
	font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	font-size: 1.1rem;
	line-height: .9;
	margin-top: 0;
	margin-bottom: .5rem;
  }

  .alert__text {
	margin-bottom: 0;
  }

  .alert__body {
	margin-left: 50px;
  }
  
  /* Hero banner styling */
  .banner-text-container {
	padding-right: 30px;
	padding-left: 30px;
  }

  .banner-link {
	text-decoration: none;
  }

  .banner-header {
	font-family: rothwood,serif; 
	font-weight: 700; 
	font-size: 1.3rem;
	margin-bottom: .5rem;
  }

  /* .banner-body {
  } */

  /*BUTTON STYLING*/
.btn {
	font-size:0.9em;
    background-color:#DBD7C2;
    color: #000;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	font-family: proxima-nova, sans-serif; 
	font-weight: 800; 
	font-style: bold; 
	font-size: .9rem;
}

.btn:hover {
	background-color:#3F4A22;
	color:#FFF;
  }
  .btn:focus,
  .btn:hover {
    text-decoration: none;
  }
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .btn-cta {
	display: inline-block;
	background-color:#3F4A22;
	/* background-color: #65513E; */
	color: #FFF;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	font-family: proxima-nova, sans-serif; 
	font-weight: 800; 
	font-style: bold; 
	font-size: .9rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.25rem;
	/* font-size: 1rem; */
	line-height: 1.5;
	/* border-radius: 0.25rem; */
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
	
  }

  .btn-cta:hover {
	/* background-color:#6B634E; */
	background-color: #DBD7C2;
	color:#000;
  }
  .btn-cta:focus,
  .btn-cta:hover {
    text-decoration: none;
  }
  .btn-cta.focus,
  .btn-cta:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }


/* Main Content */

#mainContent .breadcrumb {
	font-size: 1em;
	color: #202020;
}
#mainContent h1 {
	padding: 2px 5px;
	color: #1F1F1F;
	font-size: 1.5em;
	border-bottom: 1px solid #CCC;
}
#mainContent h2 {
	padding: 2px 5px;
	color: #1F1F1F;
	font-size: 1.25em;
}
#mainContent h3 {
	border-top: 1px solid #ABB7C2;
	border-bottom: 1px solid #ABB7C2;
	padding: 2px 5px;
	color: #1F1F1F;
	font-size: 1em;
}
#mainContent li {
	font-size: 1em;
	margin-bottom: 3px;
}
#mainContent table {
	border: 1px solid #999;
}
#mainContent th {
	border: 1px solid #999;
	background: #B4BD91;
}
#mainContent td {
	border: 1px solid #999;

}

/* Controls Layout of Main Content */

.threeColumn {
	padding: 0px 10px 0px 0px;
	margin: 0px 205px 0 185px;
}
.twoColumn {
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 0 185px;
}
.oneColumn {
	padding: 0px 10px;
	margin: 0px 5px 0;
}
#search {
	float: right;
	width: 210px;
	height: 30px;
	margin-top: 5px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin: 10px 10px 15px;
	padding:0 0 10px;
	
}
#sidebar2 .box190 {
	width:190px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#sidebar2 .box190 h3 {
	line-height:31px;
	color:#333;
	padding:0 15px;
	margin:0;
	font-size:1.15em;
	border-style: none;
}
#sidebar2 .box190 p {
	padding:15px 10px 0;
	margin:0;
	background:#fff;
	line-height:1.3em;
	font-size:1em;
	color:#444;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar2 .box190 ul {
	list-style:none;
	padding:5px 14px 0;
	margin:0;
	width:160px;
	background:#FFF;
	height:auto;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar2 .box190 ul li {
	text-decoration:none;
	color:#333;
	padding:2px 0;
	font-size:1em;
	border-bottom:1px solid #F1F1F1;
	word-spacing:-1px;
	list-style: none;
}
#sidebar2 .box190 ul li a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}


#footer {
	padding: 0 0px 0 185px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B4BD91;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #4A5231;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .80em;
	line-height: normal;
}
#footer a {
	color: #0056b3;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
br.clearfloat	{line-height:50px;}

.imgscright {
	float:right;
	margin: 5px 0px 6px 15px;
}
.imgsleft {
	float:left;
	margin: 5px 15px 6px 0px;
}
.smtxt {
	font-family:  	Verdana, Arial, sans-serif;
	font-size: 9px;
}
/* This is CSS for the Search Box at Right Top */
#housekeep {
	position: absolute;
	top: 30px;
	font-size: .75em;
	color: #CCCCCC;
	margin: 2px;
}
#housekeep a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#housekeep a:hover {
	text-decoration: underline;
	color: #8a3B25;
}
.morespace {
	font-weight: bold;
}
.morespace ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 24px;
	margin-top:10px;/* white-space:nowrap; */
}
.morespace li {
	display: block;
	margin: 0;
	text-align: left;
	padding-top: 12px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.15em;
}
.morespacenum {
	font-weight: bold;
}
.morespacenum ol {
	padding: 0px;
	margin: 0px;
	padding-top: 24px;
	margin-top:10px;/* white-space:nowrap; */
}
.morespacenum li {
	margin: 0;
	text-align: left;
	padding-top: 12px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.15em;
}
.space {
	font-weight: normal;
}
.space ul {
	list-style:outside;
	list-style-type:circle;
	padding-top:24px;
	padding-bottom:24px;
	margin-top:10px;
	margin-bottom:10px;
}
.space li {
	margin: 5px;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
	font-size: 1em;
	line-height: 1.15em;
}
/* This is CSS for the Photo Galleries */	
#thumbnails img {
	width:100px;
	border:1px solid #D5D5CA;
	padding: 4px;
	background: #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
	text-decoration: none;
}
#thumbnails a {
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}
/* This CSS lowers the flash for Chrome and Firefox. */
#lower {
	margin: 0px;
	padding-top: 10px;
}

#social ul {
	margin: 0;
	margin-left: -40px;
	padding: 0;
	list-style-type: none;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#social li { margin:0;
             padding:0;
	display: inline;
}
#social li a {margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
#social li a:hover {color: #930b0f;}

sub 			{font: Verdana, Arial, Helvetica, sans-serif; position: relative; top: 3px; text-decoration: none; line-height: 0px; vertical-align:baseline; font-size: 80%;}
sup				{font: Verdana, Arial, Helvetica, sans-serif; position: relative; top: -5px; text-decoration: none; line-height: 0px; vertical-align:baseline; font-size: 80%;}

.back-to-top   {position: fixed; bottom: 0em; right: 5.25em; text-decoration: none; color: #FFFFFF; background-color: #000000; font-size: 12px; 
				padding: 1em 1em 3em 1em; display: none; border-top-left-radius:1em; border-top-right-radius:1em; border-bottom-right-radius:0em; 
				border-bottom-left-radius:0em;}

.back-to-top:hover {background-color: #FFFFFF; color:#000000;}



/*  New, On GIS only so far     */
div.rightsideNav	{width:200px; float:right; margin:.5em .5em 0 1em; padding:0; border:1px solid #DBDCDD; border-radius:.5em;}
div.rightsideNav h3	{color: #000000; text-decoration: none; text-align:center; border-bottom: 1px solid #DBDCDD; border-top: 1px solid #DBDCDD;
					
					background-color:#FFFFFF; margin:0; padding:0.625em; 
					background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
					background: -moz-linear-gradient(top,  #FFFFFF,  #E1E1E1);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E1E1E1');
					background-image: linear-gradient(to bottom, #FFFFFF 0%, #E1E1E1 100%);
					background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);}

div.rightsideNav h3.primary	{border-top: none; border-top-left-radius: .5em; border-top-right-radius: .5em;}

div.rightsideNav p.withimage		{width:98%; margin-left:2%;}
div.rightsideNav p.withimage a, div.rightsideNav p.withimage a:link	{display:block; width:190px; float:left; height:85px;}
div.rightsideNav p.withimage a img, div.rightsideNav p.withimage a:link img	{margin-left:.5em}

div.rightsideNav ul		{padding-left:15px; width:98%; }
div.rightsideNav li		{margin: .5em 0}
div.rightsideNav li a, div.rightsideNav li a:link	{}

h1.withFeaturedLinks	{width:65%;}


ul#buttonNav 	{list-style-type:none; width:60%; margin: 3em 0; padding:0; text-align:left;}
ul#buttonNav li	{width: 100%; height:3.125em; display:block; padding:0; margin:.5em 0; list-style-type:none; border:none; }
ul#buttonNav li a, ul#buttonNav li a:link	{font-size: 1.25em; color: #000000; text-decoration: none; font-weight: bold;  text-align:left;
					border: .063em solid #FFFFFF; border-radius: .5em;
					background-color:#9ABA8B; margin:0; padding:0.625em; 
					background: -webkit-gradient(linear, left top, left bottom, from(#9ABA8B), to(#D1DECA));
					background: -moz-linear-gradient(top,  #9ABA8B,  #D1DECA);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ABA8B', endColorstr='#D1DECA');
					background-image: linear-gradient(to bottom, #9ABA8B 0%, #D1DECA 100%);
					background-image: -ms-linear-gradient(top, #9ABA8B 0%, #D1DECA 100%);}
ul#buttonNav li a:visited	{}
ul#buttonNav li a:hover		{color: #000000; text-decoration: none; font-weight: bold; 
					border: .063em solid #FFFFFF; border-radius: .5em; 
					background-color:#D1DECA; margin:0; padding:0.625em; 
					background: -webkit-gradient(linear, left top, left bottom, from(#D1DECA), to(#9ABA8B));
					background: -moz-linear-gradient(top,  #D1DECA,  #9ABA8B);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1DECA', endColorstr='#9ABA8B');
					background-image: linear-gradient(to bottom, #D1DECA 0%, #9ABA8B 100%);
					background-image: -ms-linear-gradient(top, #D1DECA 0%, #9ABA8B 100%);}

section.homelinkButtons	{
	width: 90%; margin: 0; padding: 0; text-align:center;
}

section.homelinkButtons a, section.homelinkButtons a:link	{width: 98%; 
	margin: 1rem auto; 
	padding: 0 .4rem; 
	display:block; 
	box-shadow:0.2rem 0.2rem 0.25rem #000;
	text-decoration:none;
	}

/* Just one line of text, adjust for spacing above and below so that heights of all text-only buttons roughly match up   */
section.homelinkButtons a.oneLine, section.homelinkButtons a.oneLine:link	{padding: 1.25rem .4rem}

/* Just two lines of text, adjust for spacing above and below so that heights of all text-only buttons roughly match up  */
section.homelinkButtons a.twoLine, section.homelinkButtons a.twoLine:link	{padding: .4rem .4rem}

/* This is one with an image within the text or between two lines of text  */
section.homelinkButtons a.withImg, section.homelinkButtons a.withImg:link	{padding: 0; width:105.5%;}

/* less margin at the top  */
section.homelinkButtons a.lessTop, section.homelinkButtons a.lessTop:link {padding-top:.25rem;}

/* less margin at the bottom */
section.homelinkButtons a.lessBottom, section.homelinkButtons a.lessBottom:link {padding-bottom:.25rem;}


/* This is when you have a full logo or image as a link, note it must be a minimum 180px wide  */
section.homelinkButtons a.fullImglink, section.homelinkButtons a.fullImglink:link { padding:0; box-shadow:none;}
section.homelinkButtons a.fullImglink img	{margin:0 0 0 -.0625rem; paddding:0; box-shadow:0.2rem 0.2rem 0.25rem #000;}

/* Styles for the different colored backgrounds, second value is usually darker but it could be any gradient you like */
section.homelinkButtons a.red	{
	background-color:#BA202E; 
	background: -webkit-gradient(linear, left top, left bottom, from(#BA202E), to(#E0C8AA));
	background: -moz-linear-gradient(top,  #BA202E,  #E0C8AA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA202E', endColorstr='#E0C8AA');
	background-image: linear-gradient(to bottom, #BA202E 0%, #E0C8AA 100%);
	background-image: -ms-linear-gradient(top, #BA202E 0%, #E0C8AA 100%);
}

section.homelinkButtons a.tan	{
	background-color:#8A5D27; 
	background: -webkit-gradient(linear, left top, left bottom, from(#8A5D27), to(#E0C8AA));
	background: -moz-linear-gradient(top,  #8A5D27,  #E0C8AA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A5D27', endColorstr='#E0C8AA');
	background-image: linear-gradient(to bottom, #8A5D27 0%, #E0C8AA 100%);
	background-image: -ms-linear-gradient(top, #8A5D27 0%, #E0C8AA 100%);
}

section.homelinkButtons a.yellow	{
	background-color:#E9A127; 
	background: -webkit-gradient(linear, left top, left bottom, from(#E9A127), to(#F3CB88));
	background: -moz-linear-gradient(top,  #E9A127,  #F3CB88);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9A127', endColorstr='#F3CB88');
	background-image: linear-gradient(to bottom, #E9A127 0%, #F3CB88 100%);
	background-image: -ms-linear-gradient(top, #E9A127 0%, #F3CB88 100%);
}
section.homelinkButtons a.bluegray	{
	background-color:#5A6A76; 
	background: -webkit-gradient(linear, left top, left bottom, from(#5A6A76), to(#A0ABB2));
	background: -moz-linear-gradient(top,  #5A6A76,  #A0ABB2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A6A76', endColorstr='#A0ABB2');
	background-image: linear-gradient(to bottom, #5A6A76 0%, #A0ABB2 100%);
	background-image: -ms-linear-gradient(top, #5A6A76 0%, #A0ABB2 100%);
}
section.homelinkButtons a.huntergreen	{
	background-color:#4A5231; 
	background: -webkit-gradient(linear, left top, left bottom, from(#4A5231), to(#919682));
	background: -moz-linear-gradient(top,  #4A5231,  #919682);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A5231', endColorstr='#919682');
	background-image: linear-gradient(to bottom, #4A5231 0%, #919682 100%);
	background-image: -ms-linear-gradient(top, #4A5231 0%, #919682 100%);
}

section.homelinkButtons a.lightblue	{
	background-color:#BAD0DE; 
	background: -webkit-gradient(linear, left top, left bottom, from(#BAD0DE), to(#81A9DB));
	background: -moz-linear-gradient(top,  #BAD0DE,  #81A9DB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAD0DE', endColorstr='#81A9DB');
	background-image: linear-gradient(to bottom, #BAD0DE 0%, #81A9DB 100%);
	background-image: -ms-linear-gradient(top, #BAD0DE 0%, #81A9DB 100%);
}


/* Styles for the spans that contain the text of the links   */	
section.homelinkButtons a.leftAlign	{text-align:left;}

section.homelinkButtons a span {
	display:block;
	color: #fff;
	font-size: 1.45rem;
	font-weight:bold;
	text-shadow: .0625rem .0625rem .0625rem #000;
}

section.homelinkButtons a span.smaller {
	font-size: 1.25rem;
	color: #fff;
	}

section.homelinkButtons a span.redText {
	text-shadow: .125rem .125rem .125rem #680000;
	}
	
section.homelinkButtons a span.blackText {
	color: #000;
	font-weight:500;
	text-shadow: .0625rem .0625rem .0625rem #4D5256;
	}
	
	

</pre></body></html>