<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: #ffffff url(../assets/design/drop_shadow.gif) repeat-y;
  margin: 0 auto;
  text-align: left; /* this overrides the text-align: center on the body element. */
  padding-right: 8px;
  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: 800px;
  height: 35px;
}
#navtop ul {
  padding: 0.8em 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: 0.25em 0.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;
}
/* 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;
  background: url(../assets/design/box190_base.gif) no-repeat left bottom;
}
#sidebartwo {
  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;
  background: url(../assets/design/box190.gif) no-repeat;
}
#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: 0.8em;
}
.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: 0.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: 0.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: 0.5em 0.5em 0 1em;
  padding: 0;
  border: 1px solid #dbdcdd;
  border-radius: 0.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: 0.5em;
  border-top-right-radius: 0.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: 0.5em;
}

div.rightsideNav ul {
  padding-left: 15px;
  width: 98%;
}
div.rightsideNav li {
  margin: 0.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: 0.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: 0.063em solid #ffffff;
  border-radius: 0.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: 0.063em solid #ffffff;
  border-radius: 0.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%);
}

p.buttonLinkBlue {
  width: 40%;
  height: 2.125em;
  padding: 0;
  margin: 1.5em 0;
  border: none;
}
p.buttonLinkBlue a,
p.buttonLinkBlue a:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
  border: 0.063em solid #ffffff;
  border-radius: 0.5em;
  background-color: #eaf7f7;
  margin: 0;
  padding: 0.625em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaf7f7),
    to(#9bc1c1)
  );
  background: -moz-linear-gradient(top, #eaf7f7, #9bc1c1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF7F7', endColorstr='#9BC1C1');
  background-image: linear-gradient(to bottom, #eaf7f7 0%, #9bc1c1 100%);
  background-image: -ms-linear-gradient(top, #eaf7f7 0%, #9bc1c1 100%);
}
/* p.buttonLinkBlue a:visited {
} */
p.buttonLinkBlue a:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 0.063em solid #ffffff;
  border-radius: 0.5em;
  background-color: #9bc1c1;
  margin: 0;
  padding: 0.625em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9bc1c1),
    to(#eaf7f7)
  );
  background: -moz-linear-gradient(top, #9bc1c1, #eaf7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC1C1', endColorstr='#EAF7F7');
  background-image: linear-gradient(to bottom, #9bc1c1 0%, #eaf7f7 100%);
  background-image: -ms-linear-gradient(top, #9bc1c1 0%, #eaf7f7 100%);
}

section.homelinkButtons {
  width: 90%;
  margin: 0 0 0 3%;
  padding: 0;
}

section.homelinkButtons a,
section.homelinkButtons a:link {
  width: 99%;
  margin: 1em auto;
  padding: 0.9rem 0.4em;
  display: block;
  box-shadow: 0.2em 0.2em 0.25em black;
  text-decoration: none;
}

section.homelinkButtons a.noPadding {
  position: relative;
  top: -0.75rem;
  padding: 0.0625rem 0.4em;
}
section.homelinkButtons a.noBorder {
  box-shadow: 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 0.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: 0.4rem 0.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: 0.25rem;
}

/* less margin at the bottom */
section.homelinkButtons a.lessBottom,
section.homelinkButtons a.lessBottom:link {
  padding-bottom: 0.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 -0.0625rem;
  padding: 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.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.centerAlign {
  text-align: center;
}
section.homelinkButtons a span {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  font-weight: bold;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem #000;
}

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

section.homelinkButtons a span.redText {
  text-shadow: 0.125rem 0.125rem 0.125rem #680000;
}

section.homelinkButtons a span.blackText {
  color: #000;
  font-weight: 500;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem #4d5256;
}

.row {
  display: inline-flex;
  justify-content: center;
}

.cloumn {
  flex: 50%;
  padding: 5px;
}
</pre></body></html>