2215 lines
153 KiB
HTML
2215 lines
153 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from russellcountyva.us/263/Moss-III-Project-Files by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 03 Jul 2024 06:41:23 GMT -->
|
||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
<head>
|
||
|
||
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
||
<!-- Google Tag Manager -->
|
||
<script>(function(w,d,s,l,i){w.GATrackingId='UA-204539812-82';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayer','GTM-KN5P4QJ');</script>
|
||
<!-- End Google Tag Manager --><!-- Google Tag Manager for GA4 -->
|
||
<script>(function(w,d,s,l,i){w.GAMeasurementID='G-MV6F83961S';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("Moss-III-Project-Files.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = false;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<meta name="category0" content="Home" />
|
||
<meta name="category1" content="Government" />
|
||
<meta name="category2" content="Moss III Project Files" />
|
||
|
||
|
||
<meta name="theme-color" content="#094683">
|
||
<link rel="icon" href="../images/favicon.ico" type="image/x-icon" />
|
||
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" />
|
||
<title>Moss III Project Files | Russell County, VA</title>
|
||
|
||
<meta name="description" content="">
|
||
<script src="../Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="../Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="../1184933315.css" rel="stylesheet" type="text/css" /> <link href="../-1698358936.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="../Assets/Styles/Print.css" media="print">
|
||
<script type="text/javascript">
|
||
window.Pages = window.Pages || {};
|
||
// FrontEnd RWD initialization
|
||
window.Pages.rwdReady = $.Deferred();
|
||
window.Pages.toolBarDeferred = $.Deferred();
|
||
window.Pages.rwdSetupComplete = $.Deferred();
|
||
window.Pages.megaMenuLoaded = $.Deferred();
|
||
window.Pages.angularToolbarComplete = $.Deferred();
|
||
window.Pages.frontEndToolbarComplete = $.Deferred();
|
||
</script>
|
||
<!--CPHeadContent-->
|
||
<script src="../248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#cc5f8c90dc-b4cb-431b-90ee-10648f8df655" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="1" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="4cf3cd4b-dbad-410b-82ef-2f39ae5e349b" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="1" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" />
|
||
<input type="hidden" id="pagePageID" value="263" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<img id="imgLogoPrintPreview" src="../ImageRepository/Document79d5.jpg?documentID=27" alt="Russell County, VA" />
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=2c63697f-aefa-4d94-bceb-983bf85b5f24&redirect_uri=https%3a%2f%2fwww.russellcountyva.us%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=7a82cad1cd984f279d952090913c26de_&nonce=ef6123fa28134825a603f41212edc7f2&response_mode=form_post&showcreateaccount=true" role="button" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a> <span class="welcomeMessage">- Manage notification subscriptions, save form progress and more. </span></p>
|
||
<ul class="nav secondary">
|
||
<li><a href="../MyAccount.html" role="button" class="button" id="loggedOutToolbarSignInButton"><span>Website Sign In</span></a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<script>
|
||
$(document).ready(function () {
|
||
$('#signedOutToolbarCreateProfileButton').keypress(function (e) { if (e.which === 0) return; $(this).click(); });
|
||
$('#signedOutToolbarCreateProfileButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
|
||
});
|
||
|
||
|
||
$('#loggedOutToolbarSignInButton').click(function (event) {
|
||
event.preventDefault();
|
||
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
|
||
});
|
||
|
||
|
||
if ('False' == 'True') {
|
||
$('#loggedOutToolbarSignInButton').hide();
|
||
}
|
||
})
|
||
</script>
|
||
<!-- End Signed Out Bar -->
|
||
|
||
</div>
|
||
<div id="bodyWrapper">
|
||
<div id="mainNavHolderMobile" class="mainNavHolderMobile"></div>
|
||
|
||
<div data-cpRole="structuralContainer" id="structuralContainer1">
|
||
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="structuralContainer2">
|
||
<div class="siteWrap"><header class="siteHeader"><h1 data-cpRole="banner" id="banner2" class="logo empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: left;
|
||
" class="bannerObject" href="../index.html" target="_self"><img alt="Click to Home" class="bannerObject" src="../ImageRepository/Document7cdb.png?documentID=495" /></a>
|
||
|
||
</h1><aside data-cpRole="contentContainer" id="contentContainer1" class="topLinks"> <div id="cc4f1ce383-10fc-453f-8f8c-79e71a956b20" data-containerid="4f1ce383-10fc-453f-8f8c-79e71a956b20" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="10">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col16 first" style="" data-widgetcontainerid="f5b08721-535c-4ce2-9bad-108121fbf490">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col16 first last ida69a392e-75f7-4584-a95e-871ebfddd468" style="" data-widgetcontainerid="a69a392e-75f7-4584-a95e-871ebfddd468">
|
||
|
||
<div data-widget-id="34d263e9-4236-42c7-9318-7fa6dd812d47" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget34d263e9-4236-42c7-9318-7fa6dd812d47" class="widget widgetGraphicLinks skin43 widgetOptionSet16 wide" data-elementqueryclasses='{"wide-narrow":"min-width:10em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid4 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/russellcountyvirginia/?ref=aymt_homepage_panel" target="_blank" aria-label="Facebook graphic opens in new window"><img src="../ImageRepository/Document35d5.png?documentID=38"
|
||
class="graphicButtonLink" alt="Facebook"
|
||
onmouseover="this.src='../ImageRepository/Document2cff.png?documentID=39'"
|
||
onmouseout="this.src='../ImageRepository/Document35d5.png?documentID=38'"
|
||
onfocus="this.src='../ImageRepository/Document2cff.png?documentID=39'"
|
||
onblur="this.src='../ImageRepository/Document35d5.png?documentID=38'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://twitter.com/RussellCo_VA" target="_blank" aria-label="Twitter graphic opens in new window"><img src="../ImageRepository/Document3454.png?documentID=40"
|
||
class="graphicButtonLink" alt="Twitter"
|
||
onmouseover="this.src='../ImageRepository/Document3448.png?documentID=41'"
|
||
onmouseout="this.src='../ImageRepository/Document3454.png?documentID=40'"
|
||
onfocus="this.src='../ImageRepository/Document3448.png?documentID=41'"
|
||
onblur="this.src='../ImageRepository/Document3454.png?documentID=40'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/russellcountyva/?hl=en" target="_blank" aria-label="Instagram graphic opens in new window"><img src="../ImageRepository/Document2df2.png?documentID=42"
|
||
class="graphicButtonLink" alt="Instagram"
|
||
onmouseover="this.src='../ImageRepository/Document27b2.png?documentID=43'"
|
||
onmouseout="this.src='../ImageRepository/Document2df2.png?documentID=42'"
|
||
onfocus="this.src='../ImageRepository/Document27b2.png?documentID=43'"
|
||
onblur="this.src='../ImageRepository/Document2df2.png?documentID=42'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.youtube.com/channel/UCs8MhIQMtY0U8xjXiHtqYJg" target="_blank" aria-label="YouTube graphic opens in new window"><img src="../ImageRepository/Documentd593.png?documentID=44"
|
||
class="graphicButtonLink" alt="YouTube"
|
||
onmouseover="this.src='../ImageRepository/Document8804.png?documentID=45'"
|
||
onmouseout="this.src='../ImageRepository/Documentd593.png?documentID=44'"
|
||
onfocus="this.src='../ImageRepository/Document8804.png?documentID=45'"
|
||
onblur="this.src='../ImageRepository/Documentd593.png?documentID=44'"> </a></div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col1" style="" data-widgetcontainerid="83cfc6d1-b4e2-486a-acc5-d126f16811e0">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col1 first last id4564cef9-9918-491a-a5a0-c0e873e635c7" style="" data-widgetcontainerid="4564cef9-9918-491a-a5a0-c0e873e635c7">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="c017e9ab-d28b-412d-8db6-b01458f96662"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="32cff616-7892-497a-83f4-e87df75096bc">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id8e2c6a71-c7c6-4559-95e1-a3ee7116e983" style="" data-widgetcontainerid="8e2c6a71-c7c6-4559-95e1-a3ee7116e983">
|
||
|
||
<div data-widget-id="671745b1-592c-4549-a8f8-cdacd2125a18" data-widget-controller-path="/Layout/WidgetShare">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetShareHeader671745b1-592c-4549-a8f8-cdacd2125a18"), true, function () {
|
||
var $widgetBody = $('#widgetShareBody671745b1-592c-4549-a8f8-cdacd2125a18');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetShareHeader671745b1-592c-4549-a8f8-cdacd2125a18").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetShare671745b1-592c-4549-a8f8-cdacd2125a18" class="widget widgetShare skin41 widgetOptionSet14 flyOutParent wide" aria-label="Share">
|
||
<header id="widgetShareHeader671745b1-592c-4549-a8f8-cdacd2125a18" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Share" class="imageHover" data-hover="/ImageRepository/Document?documentID=35" data-image="/ImageRepository/Document?documentID=34" src="../ImageRepository/Document3c20.png?documentID=34" /></h3>
|
||
</header>
|
||
<div id="widgetShareBody671745b1-592c-4549-a8f8-cdacd2125a18" class="widgetBody flyOut bottom leftEdge widget widgetShare skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareFacebook shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/Facebook.html" target="_blank" aria-label="Share on Facebook opens in new window">Facebook</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareTwitter shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/Twitter.html" target="_blank" aria-label="Share on Twitter opens in new window">Twitter</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetSharePinterest shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/Pinterest.html" target="_blank" aria-label="Share on Pinterest opens in new window">Pinterest</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareDelicious shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/Delicious.html" target="_blank" aria-label="Share on Delicious opens in new window">Delicious</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareBlogger shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/Blogger.html" target="_blank" aria-label="Share on Blogger opens in new window">Blogger</a></li>
|
||
<li class="widgetItem" ><a tabindex="0" role="button" class="widgetShareLinkedIn shareService" onkeypress="if(event.which == 13) { this.onclick(); }" href="../Layout/WidgetShare/ShareLink/LinkedIn.html" target="_blank" aria-label="Share on LinkedIn opens in new window">LinkedIn</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4 last" style="" data-widgetcontainerid="bfb74eb0-03fd-4db4-b39f-af53ff10a0b4">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last idad2b191a-83af-4029-8c40-1c277c048bf4" style="" data-widgetcontainerid="ad2b191a-83af-4029-8c40-1c277c048bf4">
|
||
|
||
<div data-widget-id="d71bddab-fa7b-4bcf-98be-4f67f4886752" data-widget-controller-path="/Layout/WidgetSiteTools">
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
setWidgetServiceClicking($("#widgetSiteToolsHeaderd71bddab-fa7b-4bcf-98be-4f67f4886752"), true, function () {
|
||
var $widgetBody = $('#widgetSiteToolsBodyd71bddab-fa7b-4bcf-98be-4f67f4886752');
|
||
|
||
if ($widgetBody.is(':visible')) {
|
||
var menuItems = $('.widgetItem a', $widgetBody);
|
||
|
||
$(menuItems[0]).focus();
|
||
|
||
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
|
||
|
||
if (e.which === 9) {
|
||
var index = menuItems.index(e.target);
|
||
|
||
if ((index === 0 && e.shiftKey) || (index === (menuItems.length - 1) && !e.shiftKey)) {
|
||
$("#widgetSiteToolsHeaderd71bddab-fa7b-4bcf-98be-4f67f4886752").trigger('click').focus();
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
$('.widgetItem', $widgetBody).unbind("keydown");
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetSiteToolsd71bddab-fa7b-4bcf-98be-4f67f4886752" class="widget widgetSiteTools skin41 widgetOptionSet7 flyOutParent wide" aria-label="Site Tools">
|
||
<header id="widgetSiteToolsHeaderd71bddab-fa7b-4bcf-98be-4f67f4886752" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">
|
||
<h3><img alt="Site Tools" class="imageHover" data-hover="/ImageRepository/Document?documentID=37" data-image="/ImageRepository/Document?documentID=36" src="../ImageRepository/Documentcef1.png?documentID=36" /></h3>
|
||
</header>
|
||
<div id="widgetSiteToolsBodyd71bddab-fa7b-4bcf-98be-4f67f4886752" class="widgetBody whiteIcons flyOut bottom leftEdge widget widgetSiteTools skin41 cpGrid cpGrid1" style="display:none;">
|
||
<div class="row
|
||
wide">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Home" class="widgetSiteToolsHome siteToolsService" href="../index.html">Home</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools My Account" class="widgetSiteToolsMyAccount siteToolsService" href="../MyAccount.html">My Account</a></li>
|
||
<li id="PrinterFriendlyd71bddab-fa7b-4bcf-98be-4f67f4886752" class="widgetItem"><a tabindex="0" aria-label="Site Tools Printer Friendly opens in new window" role="button" class="widgetSiteToolsPrinterFriendly siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('printPreview();'); return false;" href="#PrinterFriendlyd71bddab-fa7b-4bcf-98be-4f67f4886752">Printer Friendly</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Email Page" class="widgetSiteToolsEmailPage siteToolsService" href="../EmailPage.html">Email Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Contact Us" class="widgetSiteToolsContactUs siteToolsService" href="../directory.html">Contact Us</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools RSS" class="widgetSiteToolsRSS siteToolsService" href="../rss.html">RSS</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Site Map" class="widgetSiteToolsSiteMap siteToolsService" href="../SiteMap.html">Site Map</a></li>
|
||
<li id="TranslatePaged71bddab-fa7b-4bcf-98be-4f67f4886752" class="widgetItem"><a tabindex="0" aria-label="Site Tools Translate Page opens in new window" role="button" class="widgetSiteToolsTranslatePage siteToolsService" onkeypress="if (event.which == 13) { this.onclick(); }" onclick="Core.Layout.dynamicJavascript('window.open(\'https://translate.google.com/translate?js=n&sl=auto&tl=es&u=\' + document.location.href, \"TranslateWindow\");'); return false;" href="#TranslatePaged71bddab-fa7b-4bcf-98be-4f67f4886752">Translate Page</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Notifications" class="widgetSiteToolsNotifications siteToolsService" href="../list.html">Notifications</a></li>
|
||
<li class="widgetItem"><a tabindex="0" role="button" aria-label="Site Tools Documents" class="widgetSiteToolsDocuments siteToolsService" href="../DocumentCenter.html">Documents</a></li>
|
||
</ol>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" role="none" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="../27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" role="none" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCommunityServices" class="navMainItem mainNavItem mainNavItem2" href="../101/Community-Services.html" target="_self">Community Services</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" role="none" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3" href="../31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" role="none" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="../35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" role="none" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem5" href="../9/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=&themeID=1&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (0.50 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 0.50;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="cc88e1f2de-d6eb-48f1-bc3c-f7baa961f4aa" data-containerid="88e1f2de-d6eb-48f1-bc3c-f7baa961f4aa" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cc868bb4b4-65de-44f8-bae1-e60ac87d1c3d" data-containerid="868bb4b4-65de-44f8-bae1-e60ac87d1c3d" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="ccef9163e1-9d61-4cea-bd6a-bf8c0ea29617" data-containerid="ef9163e1-9d61-4cea-bd6a-bf8c0ea29617" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="cceba6f494-34ff-4562-8eb7-fb0a14b0f70b" data-containerid="eba6f494-34ff-4562-8eb7-fb0a14b0f70b" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc69e17bd7-2824-4ac8-ad5b-71eff113880b" data-containerid="69e17bd7-2824-4ac8-ad5b-71eff113880b" class="pageContent cpGrid cpGrid24">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></header></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer3">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="structuralContainer4" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer5" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer6" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" class="breadCrumbContainer" id="breadCrumbs"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="../index.html">Home</a></li><li><a class="breadCrumb" href="../27/Government.html">Government</a></li><li id="currentBCPage" data-pageid="263">Moss III Project Files</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="page" class="moduleContentNew">
|
||
|
||
|
||
<input id="hdnPageID" name="hdnPageID" type="hidden" value="263" />
|
||
<input id="hdnParentID" name="hdnParentID" type="hidden" value="27" />
|
||
<input id="hdnVersionID" name="hdnVersionID" type="hidden" value="3750" />
|
||
<input id="pageMenuTitle" name="pageMenuTitle" type="hidden" value="Moss III Project Files" />
|
||
<input id="pageShowFeatureColumn" name="pageShowFeatureColumn" type="hidden" value="False" />
|
||
<input id="hdnIsLayoutPage" name="hdnIsLayoutPage" type="hidden" value="False" />
|
||
<input id="hdnPageStatus" name="hdnPageStatus" type="hidden" value="Published" />
|
||
|
||
<h1 id="versionHeadLine" class="headline">
|
||
|
||
Moss III Project Files </h1>
|
||
|
||
<div id="cc5f8c90dc-b4cb-431b-90ee-10648f8df655" data-containerid="5f8c90dc-b4cb-431b-90ee-10648f8df655" class="pageContent cpGrid cpGrid24" data-contentcontainerbreakpoint="30" >
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="fd50bc13-9e96-4d5c-8cee-94f991e4726d">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idc26abfbd-9716-4b40-9b5e-f70334ffbe26" style="" data-widgetcontainerid="c26abfbd-9716-4b40-9b5e-f70334ffbe26">
|
||
|
||
|
||
|
||
|
||
<section class="widget widgetRelatedDocuments skin43 narrow" id="widgetRelDoc3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c" data-widgetid="3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c" data-sections="[{"Title":"Attorney &amp; Environmental Contract File","DocumentIDs":",","FolderIds":"137,140,","SortedDocumentIds":"1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,"},{"Title":"BOS Agendas and Minutes - Moss III Project","DocumentIDs":",","FolderIds":"141,","SortedDocumentIds":"1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,"},{"Title":"Landfill Host Agreement Drafts","DocumentIDs":",","FolderIds":"142,","SortedDocumentIds":"1660,1662,1661,1663,1665,1664,1666,1668,1667,1669,1670,1672,1671,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,"},{"Title":"Landfill Ordinance","DocumentIDs":",","FolderIds":"143,","SortedDocumentIds":"1701,1702,1703,1704,1705,"},{"Title":"Moss III Landfill Communication Files","DocumentIDs":",","FolderIds":"144,","SortedDocumentIds":"1793,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1744,1743,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1780,1779,1781,1782,1783,1784,1785,1786,1788,1787,1789,1790,1791,1792,"},{"Title":"Moss III Landfill Presentations","DocumentIDs":",","FolderIds":"145,","SortedDocumentIds":"1796,1797,1798,1800,1801,1799,1802,1803,1804,1805,1806,1807,1808,1809,1794,1795,"},{"Title":"NOVA Files","DocumentIDs":",","FolderIds":"146,","SortedDocumentIds":"1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1823,1822,1824,1825,1826,1827,1828,1829,1831,1830,1832,1833,1834,1835,1836,1837,1838,1840,1839,1841,1842,1843,1844,1845,"},{"Title":"Special Counsel &amp; Environmental Consultant Files","DocumentIDs":",","FolderIds":"147,","SortedDocumentIds":"1847,1848,1850,1849,1851,1852,1853,1854,1855,1856,1857,1858,1859,1861,1860,1862,1863,1864,1865,1866,1868,1867,1869,1870,1871,1872,1873,1874,1875,1846,"}]" data-columncount="1" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Related Documents">
|
||
<div id="divRelatedDocuments_3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c" class="relatedDocuments">
|
||
<div class="widgetBody cpGrid cpGrid1">
|
||
|
||
<div class="row narrow sortableWidgetTitle">
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="137,140," data-sorteddocumentids="1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,">
|
||
<h4 class="widgetTitle" style="clear:left;">Attorney & Environmental Contract File</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1619"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1619/20181106-Chafin-Law-Firm-Contract---Legal-Services" class="fileType pdf" aria-label="20181106 Chafin Law Firm Contract - Legal Services pdf file">20181106 Chafin Law Firm Contract - Legal Services</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1620"><a target="_blank" href="../DocumentCenter/View/1620/20220622%2520Landfill%2520Feasibility%2520RFQ.pdf" class="fileType pdf" aria-label="20220622 Landfill Feasibility RFQ pdf file">20220622 Landfill Feasibility RFQ</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1621"><a target="_blank" href="../DocumentCenter/View/1621/20220622%2520Potesta%2520Landfill%2520Development%2520Feasibility%2520Study%2520RFQ.pdf" class="fileType pdf" aria-label="20220622 Potesta Landfill Development Feasibility Study RFQ pdf file">20220622 Potesta Landfill Development Feasibility Study RFQ</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1622"><a target="_blank" href="../DocumentCenter/View/1622/20220622%2520Russell%2520County%2520Landfill%2520Feasibility%2520Study%2520Proposal.pdf" class="fileType pdf" aria-label="20220622 Russell County Landfill Feasibility Study Proposal pdf file">20220622 Russell County Landfill Feasibility Study Proposal</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1623"><a target="_blank" href="../DocumentCenter/View/1623/20220902%2520Russell%2520County%2520Landfill%2520Feasibility%2520Study%2520Proposal%2520%25281%2529.pdf" class="fileType pdf" aria-label="20220902 Russell County Landfill Feasibility Study Proposal (1) pdf file">20220902 Russell County Landfill Feasibility Study Proposal (1)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1624"><a target="_blank" href="../DocumentCenter/View/1624/20220912%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20220912 RC BOS Minutes pdf file">20220912 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1625"><a target="_blank" href="../DocumentCenter/View/1625/20220912%2520Revised%2520Standard%2520Terms%2520and%2520Conditions%2520for%2520Russell%2520County%2520Board%2520of%2520Supervisors%2520%25280103-22-0164%2529%2520%25281%252" class="fileType pdf" aria-label="20220912 Revised Standard Terms and Conditions for Russell County Board of Supervisors (0103-22-0164) (1) pdf file">20220912 Revised Standard Terms and Conditions for Russell County Board of Supervisors (0103-22-0164) (1)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1626"><a target="_blank" href="../DocumentCenter/View/1626/20220930%2520Potesta%2520Master%2520Ageement%2520Final.pdf" class="fileType pdf" aria-label="20220930 Potesta Master Ageement Final pdf file">20220930 Potesta Master Ageement Final</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1627"><a target="_blank" href="../DocumentCenter/View/1627/20221216%2520Potesta%2520Carbo%2520Landfill%2520Feasibility%2520Review.pdf" class="fileType pdf" aria-label="20221216 Potesta Carbo Landfill Feasibility Review pdf file">20221216 Potesta Carbo Landfill Feasibility Review</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1628"><a target="_blank" href="../DocumentCenter/View/1628/20230303%2520Gentry%2520Locke%252003032023.pdf" class="fileType pdf" aria-label="20230303 Gentry Locke 03032023 pdf file">20230303 Gentry Locke 03032023</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1629"><a target="_blank" href="../DocumentCenter/View/1629/20230501%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20230501 BOS Minutes pdf file">20230501 BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1630"><a target="_blank" href="../DocumentCenter/View/1630/20231006%2520Potesta%2520contract%2520adjustment%252010062023.pdf" class="fileType pdf" aria-label="20231006 Potesta contract adjustment 10062023 pdf file">20231006 Potesta contract adjustment 10062023</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1631"><a target="_blank" href="../DocumentCenter/View/1631/20231211%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20231211 BOS Minutes pdf file">20231211 BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1632"><a target="_blank" href="../DocumentCenter/View/1632/20240621%2520Potesta%2520Invoices.pdf" class="fileType pdf" aria-label="20240621 Potesta Invoices pdf file">20240621 Potesta Invoices</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1633"><a target="_blank" href="../DocumentCenter/View/1633/Campbell%2520Chafin%2520P.C.%2520Invoices%252020220208-20230605.pdf" class="fileType pdf" aria-label="Campbell Chafin P.C. Invoices 20220208-20230605 pdf file">Campbell Chafin P.C. Invoices 20220208-20230605</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1634"><a target="_blank" href="../DocumentCenter/View/1634/Gentry%2520Locke%2520P.C.%2520Invoices%252020230616-20240507.pdf" class="fileType pdf" aria-label="Gentry Locke P.C. Invoices 20230616-20240507 pdf file">Gentry Locke P.C. Invoices 20230616-20240507</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1635"><a target="_blank" href="../DocumentCenter/View/1635/Gregory%2520J.%2520Haley%252C%2520Partner%2520_%2520Gentry%2520Locke%2520Attorneys.pdf" class="fileType pdf" aria-label="Gregory J. Haley, Partner _ Gentry Locke Attorneys pdf file">Gregory J. Haley, Partner _ Gentry Locke Attorneys</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1636"><a target="_blank" href="../DocumentCenter/View/1636/Jeff%2520Southard%2520-%2520Gentry%2520Locke%2520Attorney.pdf" class="fileType pdf" aria-label="Jeff Southard - Gentry Locke Attorney pdf file">Jeff Southard - Gentry Locke Attorney</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1637"><a target="_blank" href="../DocumentCenter/View/1637/Kilgore%2520Law%2520Office%252C%2520PL.L.C.%2520Invoices%252020230606-20240430.pdf" class="fileType pdf" aria-label="Kilgore Law Office, PL.L.C. Invoices 20230606-20240430 pdf file">Kilgore Law Office, PL.L.C. Invoices 20230606-20240430</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="141," data-sorteddocumentids="1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,">
|
||
<h4 class="widgetTitle" style="clear:left;">BOS Agendas and Minutes - Moss III Project</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1638"><a target="_blank" href="../DocumentCenter/View/1638/20220502%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20220502 RC BOS Agenda pdf file">20220502 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1639"><a target="_blank" href="../DocumentCenter/View/1639/20220502%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20220502 RC BOS Minutes pdf file">20220502 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1640"><a target="_blank" href="../DocumentCenter/View/1640/20220606%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20220606 RC BOS Agenda pdf file">20220606 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1641"><a target="_blank" href="../DocumentCenter/View/1641/20220606%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20220606 RC BOS Minutes pdf file">20220606 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1642"><a target="_blank" href="../DocumentCenter/View/1642/20220912%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20220912 RC BOS Agenda pdf file">20220912 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1643"><a target="_blank" href="../DocumentCenter/View/1643/20220912%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20220912 RC BOS Minutes pdf file">20220912 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1644"><a target="_blank" href="../DocumentCenter/View/1644/20230103%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20230103 RC BOS Agenda pdf file">20230103 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1645"><a target="_blank" href="../DocumentCenter/View/1645/20230103%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20230103 RC BOS Minutes pdf file">20230103 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1646"><a target="_blank" href="../DocumentCenter/View/1646/20230306%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20230306 RC BOS Agenda pdf file">20230306 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1647"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1647/20230306-RC-BOS-Minutes" class="fileType pdf" aria-label="20230306 RC BOS Minutes pdf file">20230306 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1648"><a target="_blank" href="../DocumentCenter/View/1648/20230403%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20230403 RC BOS Agenda pdf file">20230403 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1649"><a target="_blank" href="../DocumentCenter/View/1649/20230403%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20230403 RC BOS Minutes pdf file">20230403 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1650"><a target="_blank" href="../DocumentCenter/View/1650/20230501%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20230501 RC BOS Agenda pdf file">20230501 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1651"><a target="_blank" href="../DocumentCenter/View/1651/20230501%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20230501 RC BOS Minutes pdf file">20230501 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1652"><a target="_blank" href="../DocumentCenter/View/1652/20230807%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20230807 RC BOS Agenda pdf file">20230807 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1653"><a target="_blank" href="../DocumentCenter/View/1653/20230807%2520RC%2520BOS%2520Minutes.pdf" class="fileType pdf" aria-label="20230807 RC BOS Minutes pdf file">20230807 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1654"><a target="_blank" href="../DocumentCenter/View/1654/20240308%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20240308 RC BOS Agenda pdf file">20240308 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1655"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1655/20240308-RC-BOS-Minutes" class="fileType pdf" aria-label="20240308 RC BOS Minutes pdf file">20240308 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1656"><a target="_blank" href="../DocumentCenter/View/1656/20240525%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20240525 RC BOS Agenda pdf file">20240525 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1657"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1657/20240525-RC-BOS-Minutes" class="fileType pdf" aria-label="20240525 RC BOS Minutes pdf file">20240525 RC BOS Minutes</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1658"><a target="_blank" href="../DocumentCenter/View/1658/20240603%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20240603 RC BOS Agenda pdf file">20240603 RC BOS Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1659"><a target="_blank" href="../DocumentCenter/View/1659/20240610%2520RC%2520BOS%2520Agenda.pdf" class="fileType pdf" aria-label="20240610 RC BOS Agenda pdf file">20240610 RC BOS Agenda</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="142," data-sorteddocumentids="1660,1662,1661,1663,1665,1664,1666,1668,1667,1669,1670,1672,1671,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,">
|
||
<h4 class="widgetTitle" style="clear:left;">Landfill Host Agreement Drafts</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1660"><a target="_blank" href="../DocumentCenter/View/1660/Ex%2520B%252004112024.pdf" class="fileType pdf" aria-label="Ex B 04112024 pdf file">Ex B 04112024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1662"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1662/Landfill-Host-Agreement-clean-2-9-24b" class="fileType docx" aria-label="Landfill Host Agreement (clean) 2-9-24(b) docx file">Landfill Host Agreement (clean) 2-9-24(b)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1661"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1661/Landfill-Host-Agreement-clean-2-9-24b-2" class="fileType docx" aria-label="Landfill Host Agreement (clean) 2-9-24(b) (2) DOCX file">Landfill Host Agreement (clean) 2-9-24(b) (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1663"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1663/Landfill-Host-Agreement-Company-Draft-03012024" class="fileType pdf" aria-label="Landfill Host Agreement (Company Draft 03012024 pdf file">Landfill Host Agreement (Company Draft 03012024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1665"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1665/Landfill-Host-Agreement-Company-Draft-rdln--3-1-24b" class="fileType docx" aria-label="Landfill Host Agreement (Company Draft rdln 3-1-24(b)) docx file">Landfill Host Agreement (Company Draft rdln 3-1-24(b))</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1664"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1664/Landfill-Host-Agreement-Company-Draft-rdln--3-1-24b-2" class="fileType docx" aria-label="Landfill Host Agreement (Company Draft rdln 3-1-24(b)) (2) DOCX file">Landfill Host Agreement (Company Draft rdln 3-1-24(b)) (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1666"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1666/Landfill-Host-Agreement-Company-Draft-rdln--5-18-24b-CLEAN" class="fileType docx" aria-label="Landfill Host Agreement (Company Draft rdln 5-18-24(b) CLEAN) DOCX file">Landfill Host Agreement (Company Draft rdln 5-18-24(b) CLEAN)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1668"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1668/Landfill-Host-Agreement-Company-Draft-rdln--5-18-24b-rdln" class="fileType docx" aria-label="Landfill Host Agreement (Company Draft rdln 5-18-24(b) rdln) docx file">Landfill Host Agreement (Company Draft rdln 5-18-24(b) rdln)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1667"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1667/Landfill-Host-Agreement-Company-Draft-rdln--5-18-24b-rdln-1" class="fileType docx" aria-label="Landfill Host Agreement (Company Draft rdln 5-18-24(b) rdln) (1) docx file">Landfill Host Agreement (Company Draft rdln 5-18-24(b) rdln) (1)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1669"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1669/Landfill-Host-Agreement-GL-101223" class="fileType docx" aria-label="Landfill Host Agreement (GL 10.12.23) DOCX file">Landfill Host Agreement (GL 10.12.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1670"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1670/Landfill-Host-Agreement-GL-21324" class="fileType docx" aria-label="Landfill Host Agreement (GL 2.13.24) docx file">Landfill Host Agreement (GL 2.13.24)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1672"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1672/Landfill-Host-Agreement-GL-22124" class="fileType docx" aria-label="Landfill Host Agreement (GL 2.21.24) DOCX file">Landfill Host Agreement (GL 2.21.24)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1671"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1671/Landfill-Host-Agreement-GL-22124-2" class="fileType docx" aria-label="Landfill Host Agreement (GL 2.21.24) (2) DOCX file">Landfill Host Agreement (GL 2.21.24) (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1673"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1673/Landfill-Host-Agreement-GL-8323" class="fileType docx" aria-label="Landfill Host Agreement (GL 8.3.23) DOCX file">Landfill Host Agreement (GL 8.3.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1674"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1674/Landfill-Host-Agreement-GL-92923" class="fileType docx" aria-label="Landfill Host Agreement (GL 9.29.23) DOCX file">Landfill Host Agreement (GL 9.29.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1675"><a target="_blank" href="../DocumentCenter/View/1675/Landfill%2520Host%2520Agreement%2520%2528REDLINE%2520-%2520GL%25202.21.24%2529.PDF" class="fileType pdf" aria-label="Landfill Host Agreement (REDLINE - GL 2.21.24) PDF file">Landfill Host Agreement (REDLINE - GL 2.21.24)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1676"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1676/Landfill-Host-Agreement-REDLINE-12224" class="fileType docx" aria-label="Landfill Host Agreement (REDLINE) 1.22.24 docx file">Landfill Host Agreement (REDLINE) 1.22.24</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1677"><a target="_blank" href="../DocumentCenter/View/1677/Landfill%2520Host%2520Agreement%2520%2528REDLINE%2529%25201.22.24.pdf" class="fileType pdf" aria-label="Landfill Host Agreement (REDLINE) 1.22.24 pdf file">Landfill Host Agreement (REDLINE) 1.22.24</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1678"><a target="_blank" href="../DocumentCenter/View/1678/Landfill%2520Host%2520Agreement%252002132024.pdf" class="fileType pdf" aria-label="Landfill Host Agreement 02132024 pdf file">Landfill Host Agreement 02132024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1679"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1679/Landfill-Host-Agreement-05202024" class="fileType pdf" aria-label="Landfill Host Agreement 05202024 pdf file">Landfill Host Agreement 05202024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1680"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1680/Landfill-Host-Agreement-9-15-23" class="fileType pdf" aria-label="Landfill Host Agreement 9-15-23 pdf file">Landfill Host Agreement 9-15-23</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1681"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1681/Landfill-Host-Agreement-Redlined-kk-91423" class="fileType docx" aria-label="Landfill Host Agreement Redlined (kk 9.14.23) DOCX file">Landfill Host Agreement Redlined (kk 9.14.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1682"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1682/Landfill-Host-Fee-Schedule-02282024" class="fileType pdf" aria-label="Landfill Host Fee Schedule 02282024 pdf file">Landfill Host Fee Schedule 02282024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1683"><a target="_blank" href="../DocumentCenter/View/1683/Landfill%2520Host%2520Fee%2520Schedule%25202-26-24.pdf" class="fileType pdf" aria-label="Landfill Host Fee Schedule 2-26-24 pdf file">Landfill Host Fee Schedule 2-26-24</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1684"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1684/Landfill-Host-Fee-Schedule-9-15-23-3" class="fileType pdf" aria-label="Landfill Host Fee Schedule 9-15-23 (3) pdf file">Landfill Host Fee Schedule 9-15-23 (3)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1685"><a target="_blank" href="../DocumentCenter/View/1685/Revisted%2520Host%2520Agreement%252002232024.pdf" class="fileType pdf" aria-label="Revisted Host Agreement 02232024 pdf file">Revisted Host Agreement 02232024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1686"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1686/Russell-County---Landfill-Host-Agreement-clean-2-9-24b" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (clean) 2-9-24(b) DOCX file">Russell County - Landfill Host Agreement (clean) 2-9-24(b)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1687"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1687/Russell-County---Landfill-Host-Agreement-Company-Draft-rdln--3-1-24b" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (Company Draft rdln 3-1-24(b)) DOCX file">Russell County - Landfill Host Agreement (Company Draft rdln 3-1-24(b))</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1688"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1688/Russell-County---Landfill-Host-Agreement-Company-Draft-rdln--5-18-24b-CLEAN" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (Company Draft rdln 5-18-24(b) CLEAN) DOCX file">Russell County - Landfill Host Agreement (Company Draft rdln 5-18-24(b) CLEAN)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1689"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1689/Russell-County---Landfill-Host-Agreement-GL-101223" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (GL 10.12.23) DOCX file">Russell County - Landfill Host Agreement (GL 10.12.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1690"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1690/Russell-County---Landfill-Host-Agreement-GL-22124" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (GL 2.21.24) DOCX file">Russell County - Landfill Host Agreement (GL 2.21.24)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1691"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1691/Russell-County---Landfill-Host-Agreement-GL-8323" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (GL 8.3.23) DOCX file">Russell County - Landfill Host Agreement (GL 8.3.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1692"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1692/Russell-County---Landfill-Host-Agreement-GL-92923" class="fileType docx" aria-label="Russell County - Landfill Host Agreement (GL 9.29.23) DOCX file">Russell County - Landfill Host Agreement (GL 9.29.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1693"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1693/Russell-County---Landfill-Host-Agreement-Redlined-kk-91423" class="fileType docx" aria-label="Russell County - Landfill Host Agreement Redlined (kk 9.14.23) DOCX file">Russell County - Landfill Host Agreement Redlined (kk 9.14.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1694"><a target="_blank" href="../DocumentCenter/View/1694/Russell%2520County%2520Host%2520Fees%252003152024.pdf" class="fileType pdf" aria-label="Russell County Host Fees 03152024 pdf file">Russell County Host Fees 03152024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1695"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1695/Russell-County-Landfill-Host-Agreement---Host-Fee-Schedule---Exhibit-B-GL-101123" class="fileType xls" aria-label="Russell County Landfill Host Agreement - Host Fee Schedule - Exhibit B (GL 10.11.23) xlsx file">Russell County Landfill Host Agreement - Host Fee Schedule - Exhibit B (GL 10.11.23)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1696"><a target="_blank" href="../DocumentCenter/View/1696/Russell%2520County%2520Reclamation%252002262024.pdf" class="fileType pdf" aria-label="Russell County Reclamation 02262024 pdf file">Russell County Reclamation 02262024</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1697"><a target="_blank" href="../DocumentCenter/View/1697/Russell%2520County%2520Reclamation%25202-26-24.pdf" class="fileType pdf" aria-label="Russell County Reclamation 2-26-24 pdf file">Russell County Reclamation 2-26-24</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1698"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1698/Russell-County-Reclamation-2-26-24" class="fileType xls" aria-label="Russell County Reclamation 2-26-24 xlsx file">Russell County Reclamation 2-26-24</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1699"><a target="_blank" href="../DocumentCenter/View/1699/Russell%2520County%2520Reclamation%25202-28-24%2520%25282%2529.pdf" class="fileType pdf" aria-label="Russell County Reclamation 2-28-24 (2) pdf file">Russell County Reclamation 2-28-24 (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1700"><a target="_blank" href="../DocumentCenter/View/1700/Sanitary%2520Landfill%2520Host%2520Agreement%25206-29-23%252012pm.pdf" class="fileType pdf" aria-label="Sanitary Landfill Host Agreement 6-29-23 12pm pdf file">Sanitary Landfill Host Agreement 6-29-23 12pm</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="143," data-sorteddocumentids="1701,1702,1703,1704,1705,">
|
||
<h4 class="widgetTitle" style="clear:left;">Landfill Ordinance</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1701"><a target="_blank" href="../DocumentCenter/View/1701/10.1-1408%2520Solid%2520Waste%2520Management.pdf" class="fileType pdf" aria-label="10.1-1408 Solid Waste Management pdf file">10.1-1408 Solid Waste Management</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1702"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1702/101-1411-Regional-and-Local-Solid-Waste-Manageemnt-Plan" class="fileType pdf" aria-label="10.1-1411 Regional and Local Solid Waste Manageemnt Plan pdf file">10.1-1411 Regional and Local Solid Waste Manageemnt Plan</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1703"><a target="_blank" href="../DocumentCenter/View/1703/2017%2520-%25202011%2520-%25201991%2520RC%2520Solid%2520Waste%2520Management%2520Ordinances%2520%25282%2529.pdf" class="fileType pdf" aria-label="2017 - 2011 - 1991 RC Solid Waste Management Ordinances (2) pdf file">2017 - 2011 - 1991 RC Solid Waste Management Ordinances (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1704"><a target="_blank" href="../DocumentCenter/View/1704/20240605%2520RE%2520Russell%2520County%2520Landfill%25201991%2520questions.pdf" class="fileType pdf" aria-label="20240605 RE Russell County Landfill 1991 questions pdf file">20240605 RE Russell County Landfill 1991 questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1705"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1705/9VAC20-81-95-Identification-of-solid-waste" class="fileType pdf" aria-label="9VAC20-81-95. Identification of solid waste pdf file">9VAC20-81-95. Identification of solid waste</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="144," data-sorteddocumentids="1793,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1744,1743,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1780,1779,1781,1782,1783,1784,1785,1786,1788,1787,1789,1790,1791,1792,">
|
||
<h4 class="widgetTitle" style="clear:left;">Moss III Landfill Communication Files</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1793"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1793/Proposed-Moss-III-Landfill-Project-History-20240611" class="fileType pdf" aria-label="Proposed Moss III Landfill Project History 20240611 pdf file">Proposed Moss III Landfill Project History 20240611</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1706"><a target="_blank" href="../DocumentCenter/View/1706/20220309%2520Moss%2520III%2520Project.pdf" class="fileType pdf" aria-label="20220309 Moss III Project pdf file">20220309 Moss III Project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1707"><a target="_blank" href="../DocumentCenter/View/1707/20220309%2520Moss%2520landfill%2520RC%2520resolution%2520feb%252027%2520final%2520draft.pdf" class="fileType pdf" aria-label="20220309 Moss landfill RC resolution feb 27 final draft pdf file">20220309 Moss landfill RC resolution feb 27 final draft</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1708"><a target="_blank" href="../DocumentCenter/View/1708/20220309%2520Recent%2520draft%2520resolution%2520feb%252027%2520final%2520draft.pdf" class="fileType pdf" aria-label="20220309 Recent draft resolution feb 27 final draft pdf file">20220309 Recent draft resolution feb 27 final draft</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1709"><a target="_blank" href="../DocumentCenter/View/1709/20220310-Cape-Cod-MA-is-Running-Out-of-Space-for-Trash-One-Solution--Ship-it-to-Another-State-by-Train---Waste-Advantage-Magazine.3c5.dela" class="fileType pdf" aria-label="20220310 Cape Cod, MA is Running Out of Space for Trash. One Solution- Ship it to Another State by Train. - Waste Advantage Magazine pdf file">20220310 Cape Cod, MA is Running Out of Space for Trash. One Solution- Ship it to Another State by Train. - Waste Advantage Magazine</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1710"><a target="_blank" href="../DocumentCenter/View/1710/20220310%2520Moss%2520project.pdf" class="fileType pdf" aria-label="20220310 Moss project pdf file">20220310 Moss project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1711"><a target="_blank" href="../DocumentCenter/View/1711/20220313%2520Moss%2520project.pdf" class="fileType pdf" aria-label="20220313 Moss project pdf file">20220313 Moss project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1712"><a target="_blank" href="../DocumentCenter/View/1712/20220314%2520Moss%2520project.pdf" class="fileType pdf" aria-label="20220314 Moss project pdf file">20220314 Moss project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1713"><a target="_blank" href="../DocumentCenter/View/1713/20220315%2520Moss%2520project.pdf" class="fileType pdf" aria-label="20220315 Moss project pdf file">20220315 Moss project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1714"><a target="_blank" href="../DocumentCenter/View/1714/20220317%2520Moss%2520Project.pdf" class="fileType pdf" aria-label="20220317 Moss Project pdf file">20220317 Moss Project</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1715"><a target="_blank" href="../DocumentCenter/View/1715/20220317%2520Re%2520I%2520am%2520not%2520getting%2520emails%2520back%2520from%2520Lonzo.pdf" class="fileType pdf" aria-label="20220317 Re I am not getting emails back from Lonzo pdf file">20220317 Re I am not getting emails back from Lonzo</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1716"><a target="_blank" href="../DocumentCenter/View/1716/20220328%2520Report%2520to%2520the%2520Board.pdf" class="fileType pdf" aria-label="20220328 Report to the Board pdf file">20220328 Report to the Board</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1718"><a target="_blank" href="../DocumentCenter/View/1718/20220425%2520Report%2520to%2520the%2520RCBOS%2520for%2520the%2520May%25202%252C%25202022%2520Meeting.pdf" class="fileType pdf" aria-label="20220425 Report to the RCBOS for the May 2, 2022 Meeting pdf file">20220425 Report to the RCBOS for the May 2, 2022 Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1721"><a target="_blank" href="../DocumentCenter/View/1721/20220927%2520Potesta%2520Contract.pdf" class="fileType pdf" aria-label="20220927 Potesta Contract pdf file">20220927 Potesta Contract</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1722"><a target="_blank" href="../DocumentCenter/View/1722/20220929%2520Potesta%2520Contract%2520%25280103-22-0164%2529.pdf" class="fileType pdf" aria-label="20220929 Potesta Contract (0103-22-0164) pdf file">20220929 Potesta Contract (0103-22-0164)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1723"><a target="_blank" href="../DocumentCenter/View/1723/20221228%2520Report%2520for%2520the%2520Board%2520for%2520the%2520January%25203%252C%25202023%2520meeting%252012282022.pdf" class="fileType pdf" aria-label="20221228 Report for the Board for the January 3, 2023 meeting 12282022 pdf file">20221228 Report for the Board for the January 3, 2023 meeting 12282022</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1725"><a target="_blank" href="../DocumentCenter/View/1725/20230121%2520Potesta%2520-%2520Some%2520of%2520my%2520thoughts.pdf" class="fileType pdf" aria-label="20230121 Potesta - Some of my thoughts pdf file">20230121 Potesta - Some of my thoughts</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1726"><a target="_blank" href="../DocumentCenter/View/1726/20230206%2520Landfill%2520questions.pdf" class="fileType pdf" aria-label="20230206 Landfill questions pdf file">20230206 Landfill questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1727"><a target="_blank" href="../DocumentCenter/View/1727/20230331%2520Report%2520for%2520April%25203%252C%25202023.pdf" class="fileType pdf" aria-label="20230331 Report for April 3, 2023 pdf file">20230331 Report for April 3, 2023</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1729"><a target="_blank" href="../DocumentCenter/View/1729/20230427%2520Report%2520for%2520May%25201%252C%25202023%2520Meeting.pdf" class="fileType pdf" aria-label="20230427 Report for May 1, 2023 Meeting pdf file">20230427 Report for May 1, 2023 Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1731"><a target="_blank" href="../DocumentCenter/View/1731/20230531%2520Report%2520for%2520June%25206%252C%25202022%2520Meeting.pdf" class="fileType pdf" aria-label="20230531 Report for June 6, 2022 Meeting pdf file">20230531 Report for June 6, 2022 Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1733"><a target="_blank" href="../DocumentCenter/View/1733/20230605%2520Report%2520for%2520June%25205%252C%25202023.pdf" class="fileType pdf" aria-label="20230605 Report for June 5, 2023 pdf file">20230605 Report for June 5, 2023</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1734"><a target="_blank" href="../DocumentCenter/View/1734/20230805%2520Fwd%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230805 Fwd Landfill Host Agreement pdf file">20230805 Fwd Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1735"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1735/20230807-Russell-County-Landfill-and-Host-Agreement-Summary" class="fileType pdf" aria-label="20230807 Russell County Landfill and Host Agreement Summary pdf file">20230807 Russell County Landfill and Host Agreement Summary</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1736"><a target="_blank" href="../DocumentCenter/View/1736/20230810%2520Re%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230810 Re Landfill Host Agreement pdf file">20230810 Re Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1737"><a target="_blank" href="../DocumentCenter/View/1737/20230901%2520Re%2520Kilgore.pdf" class="fileType pdf" aria-label="20230901 Re Kilgore pdf file">20230901 Re Kilgore</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1738"><a target="_blank" href="../DocumentCenter/View/1738/20230918%2520Fwd%25203.pdf" class="fileType pdf" aria-label="20230918 Fwd 3 pdf file">20230918 Fwd 3</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1739"><a target="_blank" href="../DocumentCenter/View/1739/20230918%2520Landfill%25201%2520of%25203.pdf" class="fileType pdf" aria-label="20230918 Landfill 1 of 3 pdf file">20230918 Landfill 1 of 3</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1740"><a target="_blank" href="../DocumentCenter/View/1740/20230919%2520Moss%2520III%2520Landfill%2520Host%2520Agreement%2520%2528Draft%2529.pdf" class="fileType pdf" aria-label="20230919 Moss III Landfill Host Agreement (Draft) pdf file">20230919 Moss III Landfill Host Agreement (Draft)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1741"><a target="_blank" href="../DocumentCenter/View/1741/20231002%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20231002 (no subject) pdf file">20231002 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1742"><a target="_blank" href="../DocumentCenter/View/1742/20231002%2520JCS%2520Russell%2520County%2520Letter.pdf" class="fileType pdf" aria-label="20231002 JCS Russell County Letter pdf file">20231002 JCS Russell County Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1744"><a target="_blank" href="../DocumentCenter/View/1744/20231002%2520Re%2520Letter.pdf" class="fileType pdf" aria-label="20231002 Re Letter pdf file">20231002 Re Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1743"><a target="_blank" href="../DocumentCenter/View/1743/20231002%2520Re%2520Letter%25204.05.pdf" class="fileType pdf" aria-label="20231002 Re Letter 4.05 pdf file">20231002 Re Letter 4.05</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1745"><a target="_blank" href="../DocumentCenter/View/1745/20231004%2520Fwd%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20231004 Fwd Landfill Host Agreement pdf file">20231004 Fwd Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1746"><a target="_blank" href="../DocumentCenter/View/1746/20231029%2520Fwd%2520Moss%25203%2520Landfill%2520Questions.pdf" class="fileType pdf" aria-label="20231029 Fwd Moss 3 Landfill Questions pdf file">20231029 Fwd Moss 3 Landfill Questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1747"><a target="_blank" href="../DocumentCenter/View/1747/20231030%2520Re%2520Moss%25203%2520Landfill%2520Questions.pdf" class="fileType pdf" aria-label="20231030 Re Moss 3 Landfill Questions pdf file">20231030 Re Moss 3 Landfill Questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1748"><a target="_blank" href="../DocumentCenter/View/1748/20240105%2520Re%2520Moss%2520III%2520Site%2520Visit.pdf" class="fileType pdf" aria-label="20240105 Re Moss III Site Visit pdf file">20240105 Re Moss III Site Visit</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1749"><a target="_blank" href="../DocumentCenter/View/1749/20240108%2520Landfill%2520Meeting.pdf" class="fileType pdf" aria-label="20240108 Landfill Meeting pdf file">20240108 Landfill Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1750"><a target="_blank" href="../DocumentCenter/View/1750/20240113%2520Fwd%2520Red%2520Lined%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240113 Fwd Red Lined Host Agreement pdf file">20240113 Fwd Red Lined Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1751"><a target="_blank" href="../DocumentCenter/View/1751/20240211%2520Re%2520Red%2520Lined%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240211 Re Red Lined Host Agreement pdf file">20240211 Re Red Lined Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1752"><a target="_blank" href="../DocumentCenter/View/1752/20240213%2520Fwd%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240213 Fwd Landfill Host Agreement pdf file">20240213 Fwd Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1753"><a target="_blank" href="../DocumentCenter/View/1753/20240214%2520Fwd%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240214 Fwd Host Agreement pdf file">20240214 Fwd Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1754"><a target="_blank" href="../DocumentCenter/View/1754/20240214%2520Fwd%2520Notice%2520of%2520Intent%2520to%2520permit%2520a%2520solid%2520waste%2520facility%2520at%2520Carbo%252C%2520Virginia.pdf" class="fileType pdf" aria-label="20240214 Fwd Notice of Intent to permit a solid waste facility at Carbo, Virginia pdf file">20240214 Fwd Notice of Intent to permit a solid waste facility at Carbo, Virginia</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1755"><a target="_blank" href="../DocumentCenter/View/1755/20240214%2520Letter%2520to%2520Lonzo%2520Lester.pdf" class="fileType pdf" aria-label="20240214 Letter to Lonzo Lester pdf file">20240214 Letter to Lonzo Lester</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1756"><a target="_blank" href="../DocumentCenter/View/1756/20240217%2520Fwd%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240217 Fwd Host Agreement pdf file">20240217 Fwd Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1757"><a target="_blank" href="../DocumentCenter/View/1757/20240217%2520Re%2520Solid%2520Waste%2520Report.pdf" class="fileType pdf" aria-label="20240217 Re Solid Waste Report pdf file">20240217 Re Solid Waste Report</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1758"><a target="_blank" href="../DocumentCenter/View/1758/20240220%2520Ordinances.pdf" class="fileType pdf" aria-label="20240220 Ordinances pdf file">20240220 Ordinances</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1759"><a target="_blank" href="../DocumentCenter/View/1759/20240222%2520NOIA_TR1Letter%2520with%2520Enclosures.pdf" class="fileType pdf" aria-label="20240222 NOIA_TR1Letter with Enclosures pdf file">20240222 NOIA_TR1Letter with Enclosures</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1760"><a target="_blank" href="../DocumentCenter/View/1760/20240223%2520fwd%2520Draft%2520presentation%2520for%25203.8.pdf" class="fileType pdf" aria-label="20240223 fwd Draft presentation for 3.8 pdf file">20240223 fwd Draft presentation for 3.8</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1761"><a target="_blank" href="../DocumentCenter/View/1761/20240223%2520Fwd%2520REVISED%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240223 Fwd REVISED Host Agreement pdf file">20240223 Fwd REVISED Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1762"><a target="_blank" href="../DocumentCenter/View/1762/20240301%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20240301 (no subject) pdf file">20240301 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1763"><a target="_blank" href="../DocumentCenter/View/1763/20240306%2520Fwd.pdf" class="fileType pdf" aria-label="20240306 Fwd pdf file">20240306 Fwd</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1764"><a target="_blank" href="../DocumentCenter/View/1764/20240306%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240306 Host Agreement pdf file">20240306 Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1765"><a target="_blank" href="../DocumentCenter/View/1765/20240306%2520We%2520Say%2520No%2520to%2520Moss%25203%2520Landfill.pdf" class="fileType pdf" aria-label="20240306 We Say No to Moss 3 Landfill pdf file">20240306 We Say No to Moss 3 Landfill</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1766"><a target="_blank" href="../DocumentCenter/View/1766/20240307%2520Concerns%2520Document%2520-%2520on%2520behalf%2520of%2520We%2520Say%2520No%2520to%2520Moss%25203%2520Landfill%2520Group.pdf" class="fileType pdf" aria-label="20240307 Concerns Document - on behalf of We Say No to Moss 3 Landfill Group pdf file">20240307 Concerns Document - on behalf of We Say No to Moss 3 Landfill Group</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1767"><a target="_blank" href="../DocumentCenter/View/1767/20240307%2520Concerns%2520Surrounding%2520the%2520Moss%25203%2520Landfill%2520and%2520RC%2520BoS%2520Signing%2520a%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240307 Concerns Surrounding the Moss 3 Landfill and RC BoS Signing a Host Agreement pdf file">20240307 Concerns Surrounding the Moss 3 Landfill and RC BoS Signing a Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1768"><a target="_blank" href="../DocumentCenter/View/1768/20240307%2520Fwd%2520Timeline.pdf" class="fileType pdf" aria-label="20240307 Fwd Timeline pdf file">20240307 Fwd Timeline</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1769"><a target="_blank" href="../DocumentCenter/View/1769/20240307%2520Re%2520Notice%2520of%2520Intent%2520to%2520permit%2520a%2520solid%2520waste%2520facility%2520at%2520Carbo%252C%2520Virginia.pdf" class="fileType pdf" aria-label="20240307 Re Notice of Intent to permit a solid waste facility at Carbo, Virginia pdf file">20240307 Re Notice of Intent to permit a solid waste facility at Carbo, Virginia</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1770"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1770/20240307-Solar-Energy-Project-Revenue-Share-and-Energy-Storage-System-Ordinance-032023-2-1" class="fileType pdf" aria-label="20240307 Solar Energy Project Revenue Share and Energy Storage System Ordinance 032023 (2) (1) pdf file">20240307 Solar Energy Project Revenue Share and Energy Storage System Ordinance 032023 (2) (1)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1771"><a target="_blank" href="../DocumentCenter/View/1771/20240308%2520Potesta%2520Landfill%2520Development%2520Feasibility%2520Presentation.pdf" class="fileType pdf" aria-label="20240308 Potesta Landfill Development Feasibility Presentation pdf file">20240308 Potesta Landfill Development Feasibility Presentation</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1772"><a target="_blank" href="../DocumentCenter/View/1772/20240312%2520Re%2520Meeting%2520Room%2520for%2520Host%2520Agreement%2520Team.pdf" class="fileType pdf" aria-label="20240312 Re Meeting Room for Host Agreement Team pdf file">20240312 Re Meeting Room for Host Agreement Team</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1773"><a target="_blank" href="../DocumentCenter/View/1773/20240319%2520Re%2520Meeting%2520Room%2520for%2520Host%2520Agreement%2520Team.pdf" class="fileType pdf" aria-label="20240319 Re Meeting Room for Host Agreement Team pdf file">20240319 Re Meeting Room for Host Agreement Team</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1774"><a target="_blank" href="../DocumentCenter/View/1774/20240320%2520Host%2520Agreement%2520Questions.pdf" class="fileType pdf" aria-label="20240320 Host Agreement Questions pdf file">20240320 Host Agreement Questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1775"><a target="_blank" href="../DocumentCenter/View/1775/20240320%2520Re%2520Question%2520regarding%2520board%2520attorney%2520Mr.%2520Kilgore.pdf" class="fileType pdf" aria-label="20240320 Re Question regarding board attorney Mr. Kilgore pdf file">20240320 Re Question regarding board attorney Mr. Kilgore</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1776"><a target="_blank" href="../DocumentCenter/View/1776/20240412%2520Re%2520Information%2520from%2520Consultants%2520on%2520Landfill.pdf" class="fileType pdf" aria-label="20240412 Re Information from Consultants on Landfill pdf file">20240412 Re Information from Consultants on Landfill</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1777"><a target="_blank" href="../DocumentCenter/View/1777/20240426%25202024%2520April%252026%252C%2520Citizens%2520Advisory%2520Committe%2520Summary%2520Rev%25202.pdf" class="fileType pdf" aria-label="20240426 2024 April 26, Citizens Advisory Committe Summary Rev 2 pdf file">20240426 2024 April 26, Citizens Advisory Committe Summary Rev 2</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1778"><a target="_blank" href="../DocumentCenter/View/1778/20240429%2520Today.pdf" class="fileType pdf" aria-label="20240429 Today pdf file">20240429 Today</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1780"><a target="_blank" href="../DocumentCenter/View/1780/20240505%2520Agreement.pdf" class="fileType pdf" aria-label="20240505 Agreement pdf file">20240505 Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1779"><a target="_blank" href="../DocumentCenter/View/1779/20240505%2520Agreement%25201.pdf" class="fileType pdf" aria-label="20240505 Agreement 1 pdf file">20240505 Agreement 1</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1781"><a target="_blank" href="../DocumentCenter/View/1781/20240506%2520RE%2520Agreement.pdf" class="fileType pdf" aria-label="20240506 RE Agreement pdf file">20240506 RE Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1782"><a target="_blank" href="../DocumentCenter/View/1782/20240521%2520Agreement.pdf" class="fileType pdf" aria-label="20240521 Agreement pdf file">20240521 Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1783"><a target="_blank" href="../DocumentCenter/View/1783/20240523%2520BOS%2520May%252025%2520Agenda.pdf" class="fileType pdf" aria-label="20240523 BOS May 25 Agenda pdf file">20240523 BOS May 25 Agenda</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1784"><a target="_blank" href="../DocumentCenter/View/1784/20240523%2520Fwd.pdf" class="fileType pdf" aria-label="20240523 Fwd pdf file">20240523 Fwd</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1785"><a target="_blank" href="../DocumentCenter/View/1785/20240529%2520Fwd%2520FW-%2520Russell%2520County%2520-%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240529 Fwd FW- Russell County - Landfill Host Agreement pdf file">20240529 Fwd FW- Russell County - Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1786"><a target="_blank" href="../DocumentCenter/View/1786/20240601%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240601 Host Agreement pdf file">20240601 Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1788"><a target="_blank" href="../DocumentCenter/View/1788/20240605%2520RE%2520Russell%2520County%2520Landfill%25201991%2520questions.pdf" class="fileType pdf" aria-label="20240605 RE Russell County Landfill 1991 questions pdf file">20240605 RE Russell County Landfill 1991 questions</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1787"><a target="_blank" href="../DocumentCenter/View/1787/20240605%2520Re%2520Russell%2520County%2520Landfill%25201991%2520questions..pdf" class="fileType pdf" aria-label="20240605 Re Russell County Landfill 1991 questions. pdf file">20240605 Re Russell County Landfill 1991 questions.</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1789"><a target="_blank" href="../DocumentCenter/View/1789/20240609%2520Notice%2520of%2520Public%2520Hearing.pdf" class="fileType pdf" aria-label="20240609 Notice of Public Hearing pdf file">20240609 Notice of Public Hearing</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1790"><a target="_blank" href="../DocumentCenter/View/1790/20240610%2520DEQ%2520NOVA%2520Landfill%2520Letter%2520of%2520Termination.pdf" class="fileType pdf" aria-label="20240610 DEQ NOVA Landfill Letter of Termination pdf file">20240610 DEQ NOVA Landfill Letter of Termination</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1791"><a target="_blank" href="../DocumentCenter/View/1791/20240610%2520NOVA%2520Landfill%2520Letter%2520of%2520Termination.pdf" class="fileType pdf" aria-label="20240610 NOVA Landfill Letter of Termination pdf file">20240610 NOVA Landfill Letter of Termination</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1792"><a target="_blank" href="../DocumentCenter/View/1792/20240610%2520Resolution%2520Terminating%2520Negotiation%2520of%2520Proposed%2520Host%2520Agreement%2520with%2520NOVA.pdf" class="fileType pdf" aria-label="20240610 Resolution Terminating Negotiation of Proposed Host Agreement with NOVA pdf file">20240610 Resolution Terminating Negotiation of Proposed Host Agreement with NOVA</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="145," data-sorteddocumentids="1796,1797,1798,1800,1801,1799,1802,1803,1804,1805,1806,1807,1808,1809,1794,1795,">
|
||
<h4 class="widgetTitle" style="clear:left;">Moss III Landfill Presentations</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1796"><a target="_blank" href="../DocumentCenter/View/1796/BOS%2520Landfill%2520Presentation.pptx" class="fileType ppt" aria-label="BOS Landfill Presentation pptx file">BOS Landfill Presentation</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1797"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1797/Landfill-Project-History" class="fileType pdf" aria-label="Landfill Project History pdf file">Landfill Project History</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1798"><a target="_blank" href="../DocumentCenter/View/1798/Landfill%2520Public%2520Notice%25202.jpg" class="fileType jpg" aria-label="Landfill Public Notice 2 jpg file">Landfill Public Notice 2</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1800"><a target="_blank" href="../DocumentCenter/View/1800/Moss%2520III%2520Property.jpg" class="fileType jpg" aria-label="Moss III Property jpg file">Moss III Property</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1801"><a target="_blank" href="../DocumentCenter/View/1801/Moss%2520III%2520Property.pdf" class="fileType pdf" aria-label="Moss III Property pdf file">Moss III Property</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1799"><a target="_blank" href="../DocumentCenter/View/1799/Moss%2520III%2520Property%2520II.pdf" class="fileType pdf" aria-label="Moss III Property II pdf file">Moss III Property II</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1802"><a target="_blank" href="../DocumentCenter/View/1802/Presentation-%2520Russell%2520County.pptx" class="fileType ppt" aria-label="Presentation- Russell County pptx file">Presentation- Russell County</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1803"><a target="_blank" href="../DocumentCenter/View/1803/PWC%2520Landfill%2520Analysis%2520ACCEPTED%252007.21.20.pdf" class="fileType pdf" aria-label="PWC Landfill Analysis ACCEPTED 07.21.20 pdf file">PWC Landfill Analysis ACCEPTED 07.21.20</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1804"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1804/Russell-County-Host-Fees" class="fileType ppt" aria-label="Russell County Host Fees pptx file">Russell County Host Fees</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1805"><a target="_blank" href="../DocumentCenter/View/1805/Sevier%2520Solid%2520Waste%2520Facility%2520Picture.jpg" class="fileType jpg" aria-label="Sevier Solid Waste Facility Picture jpg file">Sevier Solid Waste Facility Picture</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1806"><a target="_blank" href="../DocumentCenter/View/1806/Sevier%2520Solid%2520Waste%2520Site_Page_1.jpg" class="fileType jpg" aria-label="Sevier Solid Waste Site_Page_1 jpg file">Sevier Solid Waste Site_Page_1</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1807"><a target="_blank" href="../DocumentCenter/View/1807/Site%2520Map.pdf" class="fileType pdf" aria-label="Site Map pdf file">Site Map</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1808"><a target="_blank" href="../DocumentCenter/View/1808/Turnbull%2520Landfill-Proposed%2520Develpment-Engineering%2520Design%2520Report-Final.pdf" class="fileType pdf" aria-label="Turnbull Landfill-Proposed Develpment-Engineering Design Report-Final pdf file">Turnbull Landfill-Proposed Develpment-Engineering Design Report-Final</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1809"><a target="_blank" href="../DocumentCenter/View/1809/VACode%2520Solid%2520Waste%2520Management%252010.1-1408.pdf" class="fileType pdf" aria-label="VACode Solid Waste Management 10.1-1408 pdf file">VACode Solid Waste Management 10.1-1408</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1794"><a target="_blank" href="../DocumentCenter/View/1794/20240307_104141.jpg" class="fileType jpg" aria-label="20240307_104141 jpg file">20240307_104141</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1795"><a target="_blank" href="../DocumentCenter/View/1795/20240307_104220.jpg" class="fileType jpg" aria-label="20240307_104220 jpg file">20240307_104220</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="146," data-sorteddocumentids="1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1823,1822,1824,1825,1826,1827,1828,1829,1831,1830,1832,1833,1834,1835,1836,1837,1838,1840,1839,1841,1842,1843,1844,1845,">
|
||
<h4 class="widgetTitle" style="clear:left;">NOVA Files</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1810"><a target="_blank" href="../DocumentCenter/View/1810/20220704%2520Re%2520Expert%2520Moss%25203.pdf" class="fileType pdf" aria-label="20220704 Re Expert Moss 3 pdf file">20220704 Re Expert Moss 3</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1811"><a target="_blank" href="../DocumentCenter/View/1811/20230131%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20230131 (no subject) pdf file">20230131 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1812"><a target="_blank" href="../DocumentCenter/View/1812/20230201%2520Re1.pdf" class="fileType pdf" aria-label="20230201 Re1 pdf file">20230201 Re1</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1813"><a target="_blank" href="../DocumentCenter/View/1813/20230629%2520Host%2520agreement.pdf" class="fileType pdf" aria-label="20230629 Host agreement pdf file">20230629 Host agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1814"><a target="_blank" href="../DocumentCenter/View/1814/20230810%2520Re%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230810 Re Landfill Host Agreement pdf file">20230810 Re Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1815"><a target="_blank" href="../DocumentCenter/View/1815/20230908%2520Fwd%25203..pdf" class="fileType pdf" aria-label="20230908 Fwd 3. pdf file">20230908 Fwd 3.</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1816"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1816/20230918-Landfill-1-of-3" class="fileType pdf" aria-label="20230918 Landfill 1 of 3 pdf file">20230918 Landfill 1 of 3</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1817"><a target="_blank" href="../DocumentCenter/View/1817/20240119%2520Re%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240119 Re Host Agreement pdf file">20240119 Re Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1818"><a target="_blank" href="../DocumentCenter/View/1818/20240123%2520Fwd%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240123 Fwd Host Agreement pdf file">20240123 Fwd Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1819"><a target="_blank" href="../DocumentCenter/View/1819/20240123%2520Re%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240123 Re Host Agreement pdf file">20240123 Re Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1820"><a target="_blank" href="../DocumentCenter/View/1820/20240126%2520Trains.pdf" class="fileType pdf" aria-label="20240126 Trains pdf file">20240126 Trains</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1821"><a target="_blank" href="../DocumentCenter/View/1821/20240129%2520RCR%2520Public%2520Meeting.jpg" class="fileType jpg" aria-label="20240129 RCR Public Meeting jpg file">20240129 RCR Public Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1823"><a target="_blank" href="../DocumentCenter/View/1823/20240201-%25202020%2520Annual%2520Water%2520Quality%2520Report%2520-%2520Town%2520of%2520Cleveland.pdf" class="fileType pdf" aria-label="20240201- 2020 Annual Water Quality Report - Town of Cleveland pdf file">20240201- 2020 Annual Water Quality Report - Town of Cleveland</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1822"><a target="_blank" href="../DocumentCenter/View/1822/20240201%2520fwd%2520Cleveland%2520Water.pdf" class="fileType pdf" aria-label="20240201 fwd Cleveland Water pdf file">20240201 fwd Cleveland Water</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1824"><a target="_blank" href="../DocumentCenter/View/1824/20240206%2520-%252023-1479%2520-%2520Bloated%2520Material-%2520%2520Russel%2520County%2520Reclamations%2520-%2520ASTM%2520C330%2520Verification%2520Testing.pdf" class="fileType pdf" aria-label="20240206 - 23-1479 - Bloated Material- Russel County Reclamations - ASTM C330 Verification Testing pdf file">20240206 - 23-1479 - Bloated Material- Russel County Reclamations - ASTM C330 Verification Testing</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1825"><a target="_blank" href="../DocumentCenter/View/1825/20240206%2520Fwd%2520Final%2520C330%2520Report.pdf" class="fileType pdf" aria-label="20240206 Fwd Final C330 Report pdf file">20240206 Fwd Final C330 Report</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1826"><a target="_blank" href="../DocumentCenter/View/1826/20240207%2520Fwd%2520Russell%2520County%2520Reclamation.pdf" class="fileType pdf" aria-label="20240207 Fwd Russell County Reclamation pdf file">20240207 Fwd Russell County Reclamation</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1827"><a target="_blank" href="../DocumentCenter/View/1827/20240209%2520Fwd%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240209 Fwd Landfill Host Agreement pdf file">20240209 Fwd Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1828"><a target="_blank" href="../DocumentCenter/View/1828/20240214%2520Notice%2520of%2520Intent%2520to%2520permit%2520a%2520solid%2520waste%2520facility%2520at%2520Carbo%252C%2520Virginia.pdf" class="fileType pdf" aria-label="20240214 Notice of Intent to permit a solid waste facility at Carbo, Virginia pdf file">20240214 Notice of Intent to permit a solid waste facility at Carbo, Virginia</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1829"><a target="_blank" href="../DocumentCenter/View/1829/20240215%2520Fwd%2520Notice%2520of%2520Intent%2520to%2520permit%2520a%2520solid%2520waste%2520facility%2520at%2520Carbo%252C%2520Virginia.pdf" class="fileType pdf" aria-label="20240215 Fwd Notice of Intent to permit a solid waste facility at Carbo, Virginia pdf file">20240215 Fwd Notice of Intent to permit a solid waste facility at Carbo, Virginia</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1831"><a target="_blank" href="../DocumentCenter/View/1831/20240219%2520Virginia%2520Energy%2520Study%2520on%2520Waste%2520Coal%2520Piles%2520in%2520SWVA.pdf" class="fileType pdf" aria-label="20240219 Virginia Energy Study on Waste Coal Piles in SWVA pdf file">20240219 Virginia Energy Study on Waste Coal Piles in SWVA</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1830"><a target="_blank" href="../DocumentCenter/View/1830/20240219%2520Virginia%2520Energy%2520Study%2520on%2520Waste%2520Coal%2520Piles%2520in%2520SWVA%252020240129.pdf" class="fileType pdf" aria-label="20240219 Virginia Energy Study on Waste Coal Piles in SWVA 20240129 pdf file">20240219 Virginia Energy Study on Waste Coal Piles in SWVA 20240129</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1832"><a target="_blank" href="../DocumentCenter/View/1832/20240220%2520Fwd%2520Zoom%2520Meeting.pdf" class="fileType pdf" aria-label="20240220 Fwd Zoom Meeting pdf file">20240220 Fwd Zoom Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1833"><a target="_blank" href="../DocumentCenter/View/1833/20240220%2520Re%2520Zoom%2520Meeting.pdf" class="fileType pdf" aria-label="20240220 Re Zoom Meeting pdf file">20240220 Re Zoom Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1834"><a target="_blank" href="../DocumentCenter/View/1834/20240223%2520Re%2520REVISED%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20240223 Re REVISED Host Agreement pdf file">20240223 Re REVISED Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1835"><a target="_blank" href="../DocumentCenter/View/1835/20240227%2520Fwd%2520Russell%2520County%2520Reclamation.pdf" class="fileType pdf" aria-label="20240227 Fwd Russell County Reclamation pdf file">20240227 Fwd Russell County Reclamation</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1836"><a target="_blank" href="../DocumentCenter/View/1836/20240228%2520Fwd%2520Kiser%2520Pond.pdf" class="fileType pdf" aria-label="20240228 Fwd Kiser Pond pdf file">20240228 Fwd Kiser Pond</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1837"><a target="_blank" href="../DocumentCenter/View/1837/20240228%2520RR-STPAUL_STRM-DISTr.pdf" class="fileType pdf" aria-label="20240228 RR-STPAUL_STRM-DISTr pdf file">20240228 RR-STPAUL_STRM-DISTr</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1838"><a target="_blank" href="../DocumentCenter/View/1838/20240228%2520Russell%2520County%2520Reclamation%25202-28-24%2520%25283%2529.pdf" class="fileType pdf" aria-label="20240228 Russell County Reclamation 2-28-24 (3) pdf file">20240228 Russell County Reclamation 2-28-24 (3)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1840"><a target="_blank" href="../DocumentCenter/View/1840/20240301%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20240301 (no subject) pdf file">20240301 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1839"><a target="_blank" href="../DocumentCenter/View/1839/20240301%2520%2528no%2520subject%2529%2520%25282%2529.pdf" class="fileType pdf" aria-label="20240301 (no subject) (2) pdf file">20240301 (no subject) (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1841"><a target="_blank" href="../DocumentCenter/View/1841/20240306%2520Moss%2520III%2520Site%2520Map.pdf" class="fileType pdf" aria-label="20240306 Moss III Site Map pdf file">20240306 Moss III Site Map</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1842"><a target="_blank" href="../DocumentCenter/View/1842/20240307%2520Notice%2520of%2520Intent%2520to%2520permit%2520a%2520solid%2520waste%2520facility%2520at%2520Carbo%252C%2520Virginia.pdf" class="fileType pdf" aria-label="20240307 Notice of Intent to permit a solid waste facility at Carbo, Virginia pdf file">20240307 Notice of Intent to permit a solid waste facility at Carbo, Virginia</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1843"><a target="_blank" href="../DocumentCenter/View/1843/20240329%2520Fwd%2520Carbo%252C%2520VA%2520-%2520Potential%2520Landfill%2520Opportunity%2520-%2520Meeting%2520Follow-Up.pdf" class="fileType pdf" aria-label="20240329 Fwd Carbo, VA - Potential Landfill Opportunity - Meeting Follow-Up pdf file">20240329 Fwd Carbo, VA - Potential Landfill Opportunity - Meeting Follow-Up</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1844"><a target="_blank" href="../DocumentCenter/View/1844/20240502%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20240502 (no subject) pdf file">20240502 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1845"><a target="_blank" href="../DocumentCenter/View/1845/20240520%2520Re%2520Question%2520regarding%2520board%2520attorney%2520Mr%2520Kilgore.pdf" class="fileType pdf" aria-label="20240520 Re Question regarding board attorney Mr Kilgore pdf file">20240520 Re Question regarding board attorney Mr Kilgore</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="," data-folderids="147," data-sorteddocumentids="1847,1848,1850,1849,1851,1852,1853,1854,1855,1856,1857,1858,1859,1861,1860,1862,1863,1864,1865,1866,1868,1867,1869,1870,1871,1872,1873,1874,1875,1846,">
|
||
<h4 class="widgetTitle" style="clear:left;">Special Counsel & Environmental Consultant Files</h4>
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1847"><a target="_blank" href="../DocumentCenter/View/1847/20230720%2520Memorandum%2520re%2520Russell%2520County-Landfill%2520Project%2520Work%2520Plan.pdf" class="fileType pdf" aria-label="20230720 Memorandum re Russell County-Landfill Project Work Plan pdf file">20230720 Memorandum re Russell County-Landfill Project Work Plan</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1848"><a target="_blank" href="../DocumentCenter/View/1848/20230801%2520Review%2520Draft%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230801 Review Draft Host Agreement pdf file">20230801 Review Draft Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1850"><a target="_blank" href="../DocumentCenter/View/1850/20230803%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230803 Landfill Host Agreement pdf file">20230803 Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1849"><a target="_blank" href="../DocumentCenter/View/1849/20230803%2520Landfill%2520Host%2520Agreement%2520Meeting.pdf" class="fileType pdf" aria-label="20230803 Landfill Host Agreement Meeting pdf file">20230803 Landfill Host Agreement Meeting</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1851"><a target="_blank" href="../DocumentCenter/View/1851/20230804%2520Fwd%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230804 Fwd Landfill Host Agreement pdf file">20230804 Fwd Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1852"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1852/20230808-Russell-County-Landfill-and-Host-Agreement-Summary" class="fileType pdf" aria-label="20230808 Russell County Landfill and Host Agreement Summary pdf file">20230808 Russell County Landfill and Host Agreement Summary</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1853"><a target="_blank" href="../DocumentCenter/View/1853/20230901%2520Re%2520Kilgore.pdf" class="fileType pdf" aria-label="20230901 Re Kilgore pdf file">20230901 Re Kilgore</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1854"><a target="_blank" href="../DocumentCenter/View/1854/20230920%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20230920 Host Agreement pdf file">20230920 Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1855"><a target="_blank" href="../DocumentCenter/View/1855/20231001%2520Citizen%2520Letter.pdf" class="fileType pdf" aria-label="20231001 Citizen Letter pdf file">20231001 Citizen Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1856"><a target="_blank" href="../DocumentCenter/View/1856/20231001%2520Letter.pdf" class="fileType pdf" aria-label="20231001 Letter pdf file">20231001 Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1857"><a target="_blank" href="../DocumentCenter/View/1857/20231002%2520Fwd%2520Letter.pdf" class="fileType pdf" aria-label="20231002 Fwd Letter pdf file">20231002 Fwd Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1858"><a target="_blank" href="../DocumentCenter/View/1858/20231002%2520JCS%2520Russell%2520County%2520Letter.pdf" class="fileType pdf" aria-label="20231002 JCS Russell County Letter pdf file">20231002 JCS Russell County Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1859"><a target="_blank" href="../DocumentCenter/View/1859/20231002%2520Letter.pdf" class="fileType pdf" aria-label="20231002 Letter pdf file">20231002 Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1861"><a target="_blank" href="../DocumentCenter/View/1861/20231002%2520Re%2520Letter.pdf" class="fileType pdf" aria-label="20231002 Re Letter pdf file">20231002 Re Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1860"><a target="_blank" href="../DocumentCenter/View/1860/20231002%2520Re%2520Letter%2520%25282%2529.pdf" class="fileType pdf" aria-label="20231002 Re Letter (2) pdf file">20231002 Re Letter (2)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1862"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1862/20231002-Russell-County-Letter" class="fileType pdf" aria-label="20231002 Russell County Letter pdf file">20231002 Russell County Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1863"><a target="_blank" href="../DocumentCenter/View/1863/20231003%2520Landfill%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20231003 Landfill Host Agreement pdf file">20231003 Landfill Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1864"><a target="_blank" href="../DocumentCenter/View/1864/20231004%2520%2520%2528no%2520subject%2529.pdf" class="fileType pdf" aria-label="20231004 (no subject) pdf file">20231004 (no subject)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1865"><a target="_blank" href="../DocumentCenter/View/1865/20231005%2520Fee%2520Schedule.pdf" class="fileType pdf" aria-label="20231005 Fee Schedule pdf file">20231005 Fee Schedule</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1866"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1866/20231005-Russell-County-Host-Agreement" class="fileType pdf" aria-label="20231005 Russell County Host Agreement pdf file">20231005 Russell County Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1868"><a target="_blank" href="../DocumentCenter/View/1868/20231012%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20231012 Host Agreement pdf file">20231012 Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1867"><a target="_blank" href="../DocumentCenter/View/1867/20231012%2520Host%2520Agreement%2520Discussion.pdf" class="fileType pdf" aria-label="20231012 Host Agreement Discussion pdf file">20231012 Host Agreement Discussion</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1869"><a target="_blank" href="../DocumentCenter/View/1869/20231013%2520Russell%2520County%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20231013 Russell County Host Agreement pdf file">20231013 Russell County Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1870"><a target="_blank" href="../DocumentCenter/View/1870/20231017%2520Letter%2520to%2520County.pdf" class="fileType pdf" aria-label="20231017 Letter to County pdf file">20231017 Letter to County</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1871"><a target="_blank" href="../DocumentCenter/View/1871/20231018%2520%2520Cover%2520Letter.pdf" class="fileType pdf" aria-label="20231018 Cover Letter pdf file">20231018 Cover Letter</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1872"><a target="_blank" href="../DocumentCenter/View/1872/20231018%2520Host%2520Fee%2520Letter%2520To%2520Lonzo.pdf" class="fileType pdf" aria-label="20231018 Host Fee Letter To Lonzo pdf file">20231018 Host Fee Letter To Lonzo</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1873"><a target="_blank" href="../DocumentCenter/View/1873/20231019%2520Host%2520Agreement.pdf" class="fileType pdf" aria-label="20231019 Host Agreement pdf file">20231019 Host Agreement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1874"><a target="_blank" href="../DocumentCenter/View/1874/20231023%2520Call.pdf" class="fileType pdf" aria-label="20231023 Call pdf file">20231023 Call</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1875"><a target="_blank" href="../DocumentCenter/View/1875/20231103%2520NOVA%2520Discussion%2520landfill.pdf" class="fileType pdf" aria-label="20231103 NOVA Discussion landfill pdf file">20231103 NOVA Discussion landfill</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1846"><a target="_blank" href="https://russellcountyva.us/DocumentCenter/View/1846/Landfill-Capacity-Calculation-Worksheet-1" class="fileType xls" aria-label="Landfill-Capacity-Calculation-Worksheet (1) xlsx file">Landfill-Capacity-Calculation-Worksheet (1)</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Remove section heading when it is empty and live edit is off.
|
||
if ('false' === 'false') {
|
||
var jqh4Selector = $('#widgetRelDoc' + '3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c').find('div.widgetBody div.row div.relatedDocumentsSection h4.widgetTitle');
|
||
if (jqh4Selector.val() == "") {
|
||
jqh4Selector
|
||
.filter(function () {
|
||
return $.trim($(this).text()) === ''
|
||
})
|
||
.remove();
|
||
}
|
||
}
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<script type="text/javascript">
|
||
var documentsToInsert = [];
|
||
var foldersToInsert = [];
|
||
|
||
$(document).ready(function () {
|
||
var hasEditRights = false;
|
||
if (window.File && window.FileList && window.FileReader && hasEditRights) {
|
||
var RelatedDocumentsWidget = 5;
|
||
makeWidgetAreaDroppable('3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c', $('#widgetRelDoc' + '3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c'), RelatedDocumentsWidget, true, RelatedDocumentsCallback);
|
||
}
|
||
|
||
if(hasEditRights)
|
||
browserVersionNotCompatibleWithDragDropTextUpdate($('#addFile' + '3293ce43-aecf-47ea-ba5e-4ed3b0abaf7c'), 'Add a new file');
|
||
});
|
||
|
||
function RelatedDocumentsCallback(widgetID, response)
|
||
{
|
||
if (window.ContentCollectionInstance.IsWorkingCopy) {
|
||
$('#widgetRelDoc' + widgetID).replaceWith(response);
|
||
contentUpdated();
|
||
attachRelatedDocumentsHandlers();
|
||
}
|
||
else {
|
||
ContentCollectionInstance.reloadContent();
|
||
}
|
||
}
|
||
</script>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="newCP">
|
||
|
||
</div>
|
||
</div>
|
||
</div><aside data-cpRole="contentContainer" id="featureColumn" class="secondaryContent"> <div id="ccd6923f64-2522-4bce-8783-61ad1b416b69" data-containerid="d6923f64-2522-4bce-8783-61ad1b416b69" class="pageContent cpGrid cpGrid24 showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer7" class="siteSidebar">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer8">
|
||
<aside data-cpRole="contentContainer" id="contentContainer2"> <div id="cc2d4efe34-b6d1-4011-8364-8c965bcf7d03" data-containerid="2d4efe34-b6d1-4011-8364-8c965bcf7d03" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="secondaryNav" class="siteNav secondaryNav">
|
||
|
||
|
||
|
||
|
||
|
||
<ol role="menu" id="secondaryMenusecondaryNav" data-parent="27" class="rootNavMenu flyoutNav">
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem150" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="150" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../150/Administration.html" target="_self">Administration</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem263" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="263" data-displaymegamenu="False">
|
||
<a onclick="return false;" class="navMainItem secondaryNavItem" href="Moss-III-Project-Files.html" target="_self">Moss III Project Files</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem259" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="259" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../259/Russell-County-VDOT-Repair-Request.html" target="_self">Russell County VDOT Repair Request</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem164" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="164" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../164/Boards-Authorities.html" target="_self">Boards & Authorities</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem172" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="172" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../172/Constitutional-Offices.html" target="_self">Constitutional Offices</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem178" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="178" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../178/Other-County-Offices.html" target="_self">Other County Offices</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem148" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="148" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../148/Towns.html" target="_self">Towns</a>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//setup menu manager properties for secondary menu
|
||
menuManager.isSideMenuEditable = false;
|
||
menuManager.sideMenuMaxSubMenuLevels = 4;
|
||
menuManager.sideMenuHasCustomLinks = false;
|
||
});
|
||
</script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Init secondary menu
|
||
var setupDraggable = menuManager.isSideMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuSecondary/HiddenSecondarySubMenus?pageID=263&moduleID=&themeID=1&menuContainerID=secondaryNav';
|
||
var menuID = 'secondaryMenusecondaryNav';
|
||
menuManager.setMOMMode(2, SIDE_MENU);
|
||
menuManager.setupMenu(menuID, 'secondaryNav', SIDE_MENU, setupDraggable, urlToGetHiddenMenus);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
</nav>
|
||
</div><aside data-cpRole="contentContainer" id="contentContainer3"> <div id="cc17fc1b17-a660-41d3-b47a-b7691b8b110a" data-containerid="17fc1b17-a660-41d3-b47a-b7691b8b110a" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="d3c17661-ad37-4354-8a7d-169faa8fb16a">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id4a271e60-cdd8-4435-ad82-023328d9fbe7" style="" data-widgetcontainerid="4a271e60-cdd8-4435-ad82-023328d9fbe7">
|
||
|
||
<div data-widget-id="059bf834-a651-45f1-9534-49ecb038a760" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget059bf834-a651-45f1-9534-49ecb038a760" class="widget widgetGraphicLinks skin45 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../259/Russell-County-VDOT-Repair-Request.html" target="_blank" class="fancyButton fancyButton39 " aria-label="Road Condition Reporting Opens in new window">
|
||
<span>
|
||
<span><span class="text">Road Condition Reporting<br></span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton39.fancyButton:link,.fancyButton39.fancyButton:visited, .fancyButton39div.fancyButton{
|
||
background-color: rgb(114, 146, 6);
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(114, 146, 6)), to(rgb(114, 146, 6)));
|
||
background: -webkit-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6));
|
||
background: -moz-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6) );
|
||
background: -ms-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6) );
|
||
background: -o-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6));
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(114, 146, 6)', endColorstr='rgb(114, 146, 6)');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(114, 146, 6)', endColorstr='rgb(114, 146, 6)')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid rgb(114, 146, 6);
|
||
border-left: 1px solid rgb(114, 146, 6);
|
||
border-right: 1px solid rgb(114, 146, 6);
|
||
border-bottom: 1px solid rgb(114, 146, 6);
|
||
}
|
||
.fancyButton39.fancyButton:hover,.fancyButton39.fancyButton:focus,.fancyButton39.fancyButton:active,.fancyButton39.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton39.fancyButton:link > span,.fancyButton39.fancyButton:visited > span, .fancyButton39div.fancyButton > span{
|
||
}
|
||
.fancyButton39.fancyButton:hover > span,.fancyButton39.fancyButton:focus > span,.fancyButton39.fancyButton:active > span,.fancyButton39.fancyButton.hover > span{
|
||
}
|
||
.fancyButton39.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
background-color: rgb(114, 146, 6);
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url('../ImageRepository/Document2c5b.png?documentID=51');
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .text,.fancyButton39.fancyButton:focus .text,.fancyButton39.fancyButton:active .text,.fancyButton39.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton39.fancyButton .textStyle1{
|
||
color: rgb(232, 241, 255);
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .textStyle1, .fancyButton39.fancyButton.hover .textStyle1{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton .textStyle2{
|
||
color: rgb(232, 241, 255);
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .textStyle2, .fancyButton39.fancyButton.hover .textStyle2{
|
||
text-decoration: none;
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../agendacenter.html" target="_self" class="fancyButton fancyButton35 " >
|
||
<span>
|
||
<span><span class="text">Agendas and Minutes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton35.fancyButton:link,.fancyButton35.fancyButton:visited, .fancyButton35div.fancyButton{
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#729206), to(#4e6405));
|
||
background: -webkit-linear-gradient(top, #729206, #4e6405);
|
||
background: -moz-linear-gradient(top, #729206, #4e6405 );
|
||
background: -ms-linear-gradient(top, #729206, #4e6405 );
|
||
background: -o-linear-gradient(top, #729206, #4e6405);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #627e06;
|
||
border-left: 1px solid #627e06;
|
||
border-right: 1px solid #627e06;
|
||
border-bottom: 1px solid #627e06;
|
||
}
|
||
.fancyButton35.fancyButton:hover,.fancyButton35.fancyButton:focus,.fancyButton35.fancyButton:active,.fancyButton35.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton35.fancyButton:link > span,.fancyButton35.fancyButton:visited > span, .fancyButton35div.fancyButton > span{
|
||
}
|
||
.fancyButton35.fancyButton:hover > span,.fancyButton35.fancyButton:focus > span,.fancyButton35.fancyButton:active > span,.fancyButton35.fancyButton.hover > span{
|
||
}
|
||
.fancyButton35.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url(../ImageRepository/Document32c7.png?documentID=50);
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton35.fancyButton:hover .text,.fancyButton35.fancyButton:focus .text,.fancyButton35.fancyButton:active .text,.fancyButton35.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton35.fancyButton .textStyle1{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton35.fancyButton:hover .textStyle1, .fancyButton35.fancyButton.hover .textStyle1{
|
||
text-decoration: none;
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="https://secure.webfeepay.com/" target="_self" class="fancyButton fancyButton40 " >
|
||
<span>
|
||
<span><span class="text">Online Bill Pay</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton40.fancyButton:link,.fancyButton40.fancyButton:visited, .fancyButton40div.fancyButton{
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#729206), to(#4e6405));
|
||
background: -webkit-linear-gradient(top, #729206, #4e6405);
|
||
background: -moz-linear-gradient(top, #729206, #4e6405 );
|
||
background: -ms-linear-gradient(top, #729206, #4e6405 );
|
||
background: -o-linear-gradient(top, #729206, #4e6405);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #627e06;
|
||
border-left: 1px solid #627e06;
|
||
border-right: 1px solid #627e06;
|
||
border-bottom: 1px solid #627e06;
|
||
}
|
||
.fancyButton40.fancyButton:hover,.fancyButton40.fancyButton:focus,.fancyButton40.fancyButton:active,.fancyButton40.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton40.fancyButton:link > span,.fancyButton40.fancyButton:visited > span, .fancyButton40div.fancyButton > span{
|
||
}
|
||
.fancyButton40.fancyButton:hover > span,.fancyButton40.fancyButton:focus > span,.fancyButton40.fancyButton:active > span,.fancyButton40.fancyButton.hover > span{
|
||
}
|
||
.fancyButton40.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url(../ImageRepository/Document584d.png?documentID=53);
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton40.fancyButton:hover .text,.fancyButton40.fancyButton:focus .text,.fancyButton40.fancyButton:active .text,.fancyButton40.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../154/Budget-Finance.html" target="_self" class="fancyButton fancyButton75 " >
|
||
<span>
|
||
<span><span class="text">Financial Statements</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton75.fancyButton:link,.fancyButton75.fancyButton:visited, .fancyButton75div.fancyButton{
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#729206), to(#4e6405));
|
||
background: -webkit-linear-gradient(top, #729206, #4e6405);
|
||
background: -moz-linear-gradient(top, #729206, #4e6405 );
|
||
background: -ms-linear-gradient(top, #729206, #4e6405 );
|
||
background: -o-linear-gradient(top, #729206, #4e6405);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e6405, endColorstr=#729206)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #627e06;
|
||
border-left: 1px solid #627e06;
|
||
border-right: 1px solid #627e06;
|
||
border-bottom: 1px solid #627e06;
|
||
}
|
||
.fancyButton75.fancyButton:hover,.fancyButton75.fancyButton:focus,.fancyButton75.fancyButton:active,.fancyButton75.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#142f6b, endColorstr=#064892)";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton75.fancyButton:link > span,.fancyButton75.fancyButton:visited > span, .fancyButton75div.fancyButton > span{
|
||
}
|
||
.fancyButton75.fancyButton:hover > span,.fancyButton75.fancyButton:focus > span,.fancyButton75.fancyButton:active > span,.fancyButton75.fancyButton.hover > span{
|
||
}
|
||
.fancyButton75.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url(../ImageRepository/Document32c7.png?documentID=50);
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton75.fancyButton:hover .text,.fancyButton75.fancyButton:focus .text,.fancyButton75.fancyButton:active .text,.fancyButton75.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="Moss-III-Project-Files.html" target="_self" class="fancyButton fancyButton78 " >
|
||
<span>
|
||
<span><span class="text">Proposed Moss III Landfill Public Files</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton78.fancyButton:link,.fancyButton78.fancyButton:visited, .fancyButton78div.fancyButton{
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#729206), to(#4e6405));
|
||
background: -webkit-linear-gradient(top, #729206, #4e6405);
|
||
background: -moz-linear-gradient(top, #729206, #4e6405 );
|
||
background: -ms-linear-gradient(top, #729206, #4e6405 );
|
||
background: -o-linear-gradient(top, #729206, #4e6405);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6405', endColorstr='#729206');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6405', endColorstr='#729206')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #627e06;
|
||
border-left: 1px solid #627e06;
|
||
border-right: 1px solid #627e06;
|
||
border-bottom: 1px solid #627e06;
|
||
}
|
||
.fancyButton78.fancyButton:hover,.fancyButton78.fancyButton:focus,.fancyButton78.fancyButton:active,.fancyButton78.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton78.fancyButton:link > span,.fancyButton78.fancyButton:visited > span, .fancyButton78div.fancyButton > span{
|
||
}
|
||
.fancyButton78.fancyButton:hover > span,.fancyButton78.fancyButton:focus > span,.fancyButton78.fancyButton:active > span,.fancyButton78.fancyButton.hover > span{
|
||
}
|
||
.fancyButton78.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url('../ImageRepository/Document2c5b.png?documentID=51');
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
|
||
|
||
}
|
||
.fancyButton78.fancyButton:hover .text,.fancyButton78.fancyButton:focus .text,.fancyButton78.fancyButton:active .text,.fancyButton78.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
|
||
|
||
}
|
||
.fancyButton78.fancyButton .textStyle1{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton78.fancyButton:hover .textStyle1, .fancyButton78.fancyButton.hover .textStyle1{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton78.fancyButton .textStyle2{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton78.fancyButton:hover .textStyle2, .fancyButton78.fancyButton.hover .textStyle2{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton78.fancyButton .textStyle3{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton78.fancyButton:hover .textStyle3, .fancyButton78.fancyButton.hover .textStyle3{
|
||
text-decoration: none;
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</aside>
|
||
</div>
|
||
</div></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer9">
|
||
<div class="siteWrap"><footer data-cpRole="contentContainer" id="contentContainer4" class="siteFooter"> <div id="cc59051760-3cf5-4d76-b748-0f1d3a9a7a96" data-containerid="59051760-3cf5-4d76-b748-0f1d3a9a7a96" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="1183a2bc-5d4b-4aae-8b17-ca445882acfd">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last ida1dd9131-0101-401e-82b8-3b0f950532a0" style="" data-widgetcontainerid="a1dd9131-0101-401e-82b8-3b0f950532a0">
|
||
|
||
<div data-widget-id="7d850831-d843-4f7a-bc12-14aabb0c6dc6" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv7d850831-d843-4f7a-bc12-14aabb0c6dc6" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header7d850831-d843-4f7a-bc12-14aabb0c6dc6">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><a title="The Seal of the County of Russell, Virginia" class="Hyperlink" href="../index.html" target="_self"><img title="The Seal of the County of Russell, Virginia" alt="The Seal of the County of Russell, Virginia" src="../ImageRepository/Documentee75.png?documentID=54"></a><br></div>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv7d850831-d843-4f7a-bc12-14aabb0c6dc6 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="37856027-73c5-4f5f-b66d-1f7b9d45309b">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id02ad6b98-40a1-4c6f-8057-d42e67c48c59" style="" data-widgetcontainerid="02ad6b98-40a1-4c6f-8057-d42e67c48c59">
|
||
|
||
<div data-widget-id="13a365de-32f5-4bf1-9d7f-6131a043d70c" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv13a365de-32f5-4bf1-9d7f-6131a043d70c" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-label="Info Advanced">
|
||
<header class="widgetHeader" id="header13a365de-32f5-4bf1-9d7f-6131a043d70c">
|
||
<div class="">
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row wide">
|
||
<div class="col col1 first last">
|
||
<ol class="pageStyles semanticList">
|
||
|
||
<li class="InfoAdvanced widgetItem fr-view">
|
||
<div style="text-align: center;"><span><br>137 Highland Drive | Lebanon, VA, 24266 | Phone: 276-889-8000 | Fax: 276-889-8011</span></div><div style="text-align: center;"><br></div><div style="text-align: center;"><a class="Hyperlink" href="../index.html" target="_self">Home</a> | <a class="Hyperlink" href="../accessibility.html" target="_self">Accessibility</a> | <a class="Hyperlink" href="../sitemap-2.html" target="_self">Site Map</a> | <a class="Hyperlink" href="../directory.html" target="_self">Contact Us</a> | <a class="Hyperlink" href="../site/copyright.html" target="_self">Copyright</a></div><a title="Government Websites by CivicPlus" class="Hyperlink" href="http://www.civicplus.com/" target="_blank"></a>
|
||
</li> </ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Render slideshow if info advacned items contain one.
|
||
$(document).ready(function (e) {
|
||
$('#divInfoAdv13a365de-32f5-4bf1-9d7f-6131a043d70c .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</footer></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="banner1-2" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner1-2',
|
||
'banner1',
|
||
{"BannerOptionID":2,"ThemeID":1,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":false,"ImageAlignment":2,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","DisplaySlideshowPauseButton":true,"SlideshowControlsColor":"#FFFFFF","SlideshowControlsBackgroundColor":"#000000","SlideshowPauseButtonClass":"isHidden","BannerImages":[{"BannerImageID":56,"BannerOptionID":2,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
{"BannerImageID":56,"BannerOptionID":2,"FileName":"/ImageRepository/Document?documentID=28","Height":750,"Width":1800,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null},
|
||
'../App_Themes/Interior/Images/index.html',
|
||
'<img alt="" class="bannerObject" src="/ImageRepository/Document?documentID=28" />');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<link href="../745732998.css" rel="stylesheet" type="text/css" />
|
||
|
||
<div tabindex="0"></div>
|
||
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
|
||
<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
|
||
<div class="cp-Splash-header">
|
||
<span class="cp-Splash-title" id="cp-Splash-title">Loading</span>
|
||
<button class="cp-Splash-Btn cp-Splash-close" aria-label="Close this modal" title="Close this window">
|
||
<svg id="iconClose" viewBox="0 0 25 25">
|
||
<polygon style="fill:currentcolor"
|
||
points="18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508"></polygon>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
<div class="cp-Splash-body">
|
||
<div class="cp-Splash-Prose editorContent fr-view fr-element" id="editorContentDesc">
|
||
<!-- Content from the Froala Editor will go here. -->
|
||
Loading
|
||
</div>
|
||
</div>
|
||
<div class="cp-Splash-footer">
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--NoShow">Do Not Show Again</button>
|
||
<button class="cp-Splash-Btn cp-Splash-Btn--Close">Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div tabindex="0"></div>
|
||
|
||
<script src="../Assets/Scripts/APIClient.js"></script>
|
||
<script src="../Assets/Mystique/Shared/Scripts/Moment/Moment.min.js"></script>
|
||
<script src="../Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '263',
|
||
targetType: 1
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">function dynamicStretchContainers () {Core.Layout.stretchContainers('#structuralContainer2, #structuralContainer1, #structuralContainer3');}</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="../-752420460.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(function () {
|
||
document.cookie = "responsiveGhost%3d0%3b%20path%3d/index.html";
|
||
});
|
||
onOrLive($(window), function () {
|
||
$('body').addClass('doneLoading').removeClass('hideContent');
|
||
|
||
if ($('#404Content').length > 0)
|
||
$('div#bodyWrapper').css('padding', '0px');
|
||
}, 'load');
|
||
</script>
|
||
|
||
<noscript>
|
||
<style>
|
||
body.hideContent {
|
||
opacity: 1 !important;
|
||
}
|
||
</style>
|
||
</noscript>
|
||
|
||
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
|
||
|
||
<symbol id="iconArrow--left" viewbox="0 0 25 25">
|
||
<title>Arrow Left</title>
|
||
<polygon style="fill:currentcolor" points="18.044,25 19.498,23.545 8.409,12.454 19.408,1.455 17.954,0 5.502,12.452"></polygon>
|
||
</symbol>
|
||
|
||
<symbol id="iconArrow--right" viewbox="0 0 25 25">
|
||
<title>Arrow Right</title>
|
||
<polygon style="fill:currentcolor" points="6.957,0 5.502,1.455 16.591,12.546 5.592,23.545 7.047,25 19.498,12.548"></polygon>
|
||
</symbol>
|
||
|
||
</svg>
|
||
</div>
|
||
<script type="text/javascript">loadCSS('//fonts.googleapis.com/css?family=Noto+Sans:700,700italic,italic,regular|');</script>
|
||
|
||
|
||
<div class="hidden activeWidgetSkinComponentsOnPageJson">[]</div>
|
||
<div style="display: none;">
|
||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||
<symbol id="iconSlideshowArrowLeft" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Left Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M20,40a2.67,2.67,0,0,1-1.9-.79L.79,21.9a2.68,2.68,0,0,1,0-3.79L18.1.79a2.68,2.68,0,1,1,3.79,3.79L6.47,20,21.89,35.42A2.68,2.68,0,0,1,20,40Z"></path>
|
||
</g>
|
||
</symbol>
|
||
<symbol id="iconSlideshowArrowRight" viewBox="0 0 22.68 40">
|
||
<title>Slideshow Right Arrow</title>
|
||
<g>
|
||
<path style="fill:currentcolor;" d="M2.68,0a2.67,2.67,0,0,1,1.9.79L21.89,18.1a2.68,2.68,0,0,1,0,3.79L4.58,39.21A2.68,2.68,0,0,1,.79,35.42L16.21,20,.79,4.58A2.68,2.68,0,0,1,2.68,0Z"></path>
|
||
</g>
|
||
</symbol>
|
||
</svg>
|
||
</div>
|
||
|
||
|
||
|
||
<div id="root-picker-outlet"></div>
|
||
</body>
|
||
|
||
<!-- Mirrored from russellcountyva.us/263/Moss-III-Project-Files by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 03 Jul 2024 06:41:30 GMT -->
|
||
</html> |