4137 lines
164 KiB
HTML
4137 lines
164 KiB
HTML
|
||
|
||
|
||
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2017&endDate=12/31/2017&dateRange=&dateSelector= by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Mar 2024 03:45:30 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("GET.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="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>Agenda Center • Russell County, VA • CivicEngage</title>
|
||
|
||
<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="../../1357825072.css" rel="stylesheet" type="text/css" /> <link href="../../-1560533623.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>
|
||
|
||
|
||
|
||
<script type="text/javascript" src="../../Scripts/HtmlExtensionSupport.js"></script>
|
||
|
||
<link type="text/css" href="../../asset1908.css?id=kgAAAB-LCAAAAAAABABVjTEKhDAURO8ydYj5K1qk9RiLxRIjiCZZzF8RJHf34xZiN_PewBwYYN8HvrDoUmQfGQrjxaIw9otfp1m7FEKK2uUsOsGaop6Dbcr8uT2VvvQKjq_JztXfbFJfhkjXmogaIU7-67aRAMvrz5cTeII6tJIAAAA%3d" rel="stylesheet"/>
|
||
|
||
<link href="../../718583105.css" rel="stylesheet" type="text/css" />
|
||
<script src="../../14692419.js" type="text/javascript"></script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
$('body').append('<div id="cpDatePickerWrapper" class="bottom leftEdge" style="position:absolute; width: 300px"></div>');
|
||
cp.datetimepicker.createDatePicker('#StartDatePicker', {format:'mm/dd/yyyy'});
|
||
cp.datetimepicker.createDatePicker('#EndDatePicker', { format: 'mm/dd/yyyy' });
|
||
$('#StartDatePicker').addClass('cpDatePickerElevate');
|
||
$('#EndDatePicker').addClass('cpDatePickerElevate');
|
||
$('.popoutContainer > a').click(function (e) {
|
||
e.preventDefault();
|
||
});
|
||
todayDate = new Date();
|
||
|
||
$('#searchButton').click(function () {
|
||
doSearch();
|
||
return false;
|
||
});
|
||
|
||
$('#searchField').keypress(function (e) {
|
||
if (e.which == 13 || e.keyCode == 13) {
|
||
$('#searchButton').trigger('click');
|
||
}
|
||
});
|
||
|
||
$('#selectCategoryButton').click(function () {
|
||
//Hide all popups already open if nesessary.
|
||
$('.popUp').fadeOut(200).removeClass('popped');
|
||
$('.popUpParent').removeClass('popped');
|
||
|
||
$elem = $('#categoryList');
|
||
if ($elem.is(':visible')) {
|
||
$('div.header').css('z-index', '1');
|
||
} else {
|
||
$('.listingCollapse').css('z-index', '1');
|
||
$('div.header').css('z-index', '3');
|
||
}
|
||
displayHideCategories();
|
||
return false;
|
||
});
|
||
|
||
checkUncheckAllCategoriesCB();
|
||
|
||
$('#submittedIn').change(function () {
|
||
updateSubmittedRangeDates();
|
||
return false;
|
||
});
|
||
|
||
var match = RegExp('[?&]' + 'dateSelector' + '=([^&]*)')
|
||
.exec(window.location.search);
|
||
|
||
var dateRangeVal = null;
|
||
if (match != null)
|
||
dateRangeVal = decodeURIComponent(match[1].replace(/\+/g, ' '));
|
||
if (dateRangeVal != null) {
|
||
switch (dateRangeVal) {
|
||
case "":
|
||
$('#timePeriod').html('<span>Time Period</span>');
|
||
break;
|
||
case "1":
|
||
$('#timePeriod').html('<span>Last Week</span>');
|
||
break;
|
||
case "2":
|
||
$('#timePeriod').html('<span>Last Month</span>');
|
||
break;
|
||
case "3":
|
||
$('#timePeriod').html('<span>Last 6 Months</span>');
|
||
break;
|
||
case "4":
|
||
$('#timePeriod').html('<span>Last Year</span>');
|
||
break;
|
||
}
|
||
}
|
||
});
|
||
|
||
function showTimePeriodDropdown(event) {
|
||
$('#dateRangePopup').removeClass('popped');
|
||
openPopUp('dateRangePopup', event);
|
||
var $elem = $('#dateRangePopup');
|
||
$('.popoutContainer').css('z-index', '1');
|
||
$('.listingCollapse').css('z-index', '1');
|
||
|
||
if ($elem.is(':visible')) {
|
||
$elem.parent().css('z-index', '101');
|
||
$('div.header').css('z-index', '3');
|
||
}
|
||
}
|
||
|
||
function checkUncheckAllCategoriesCB() {
|
||
if ($('input:not(:checked)[name=chkCategoryID]').length == 0)
|
||
attrOrProps($('#allCategories'), "checked", true);
|
||
else
|
||
removeAttrOrProps($('#allCategories'), "checked");
|
||
}
|
||
|
||
function checkUncheckAll(checked) {
|
||
var $cbs = $('input[name=chkCategoryID]');
|
||
if (checked) {
|
||
$cbs.each(function () {
|
||
$(this).attr('checked', true);
|
||
});
|
||
}
|
||
else {
|
||
$cbs.each(function () {
|
||
$(this).removeAttr('checked');
|
||
});
|
||
}
|
||
}
|
||
|
||
function displayHideCategories() {
|
||
$('#categoryList').toggle();
|
||
}
|
||
|
||
function doSearch() {
|
||
var term = $('#searchField').val();
|
||
|
||
var startDate = $('#StartDatePicker').val();
|
||
var endDate = $('#EndDatePicker').val();
|
||
var dt = $('input[name=dateRange]').val();
|
||
var dateSelector = $('#submittedIn').val();
|
||
|
||
if (startDate!='' && endDate!='' && dt == '')
|
||
dateSelector = '';
|
||
|
||
var $cbs = $('input:checked[name=chkCategoryID]');
|
||
var cids = '';
|
||
$cbs.each(function () {
|
||
cids += $(this).val() + ',';
|
||
});
|
||
|
||
if ($('#allCategories').is(':checked'))
|
||
cids = 'all';
|
||
|
||
document.location = '/AgendaCenter/Search/?term=' + escape(term.trim()) + '&CIDs=' + cids.trim() + '&startDate=' + startDate + '&endDate=' + endDate + '&dateRange=' + dt + '&dateSelector=' + dateSelector;
|
||
|
||
}
|
||
|
||
function validSearchTerm(term) {
|
||
return (term && term != null && term.trim() != '' && term.trim() != $('#searchField').attr('placeholder'));
|
||
}
|
||
|
||
function getDatePicker(id) {
|
||
var datePicker = $('#' + id);
|
||
return datePicker;
|
||
}
|
||
|
||
function updateSubmittedRangeDates() {
|
||
var value = $('#submittedIn').val();
|
||
var myDate = new Date();
|
||
myDate.setFullYear(todayDate.getFullYear(), todayDate.getMonth(), todayDate.getDate());
|
||
|
||
if (value != '') {
|
||
$(".submittedEnd").each(function () {
|
||
getDatePicker($(this).attr('id')).val(
|
||
myDate.getMonth()+1+"/"+myDate.getDate()+"/"+myDate.getFullYear());
|
||
});
|
||
}
|
||
else
|
||
$('input[name=EndDatePicker]').val('');
|
||
|
||
switch (value) {
|
||
case "1":
|
||
$('input[name=dateRange]').val('1 week');
|
||
myDate.setDate(myDate.getDate() - 7);
|
||
break;
|
||
case "2":
|
||
$('input[name=dateRange]').val('1 month');
|
||
myDate.setMonth(myDate.getMonth() - 1);
|
||
break;
|
||
case "3":
|
||
$('input[name=dateRange]').val('6 months');
|
||
myDate.setMonth(myDate.getMonth() - 6);
|
||
break;
|
||
case "4":
|
||
$('input[name=dateRange]').val('1 year');
|
||
myDate.setMonth(myDate.getMonth() - 12);
|
||
break;
|
||
default:
|
||
$('input[name=StartDatePicker]').val('');
|
||
}
|
||
if (value != '') {
|
||
$(".submittedStart").each(function () {
|
||
getDatePicker($(this).attr('id')).val(
|
||
myDate.getMonth()+1 + "/" + myDate.getDate() + "/" + myDate.getFullYear());
|
||
});
|
||
}
|
||
}
|
||
|
||
function changeDateRange(rangeVal, displayText) {
|
||
$('#timePeriod').html('<span>' + displayText + '</span>');
|
||
$('#liTimePeriod').show();
|
||
$('#submittedIn').val(rangeVal);
|
||
$('#dateRangePopup').hide();
|
||
$('#timePeriod').toggleClass('open');
|
||
updateSubmittedRangeDates();
|
||
|
||
}
|
||
|
||
function displayDateRangePopup() {
|
||
$('#dateRangePopup').toggle();
|
||
$('#dateRangePopup').toggleClass('open');
|
||
return false;
|
||
}
|
||
|
||
function resetDateDefaults() {
|
||
$('#liTimePeriod').hide();
|
||
$('#timePeriod').html('<span>Time Period</span>');
|
||
$('input[name=StartDatePicker]').val('');
|
||
$('input[name=EndDatePicker]').val('');
|
||
$('#dateRangePopup').hide();
|
||
$('#timePeriod').toggleClass('open');
|
||
}
|
||
|
||
|
||
</script>
|
||
|
||
<script src="../../2068681422.js" type="text/javascript"></script>
|
||
<script type="text/javascript">
|
||
window.onload = function () {
|
||
document.onclick = function () {
|
||
$('.popUp').fadeOut(200).removeClass('popped');
|
||
$('.popUpParent').removeClass('popped');
|
||
};
|
||
};
|
||
|
||
$(document).ready(function (e) {
|
||
//Trying to go to a particular agenda.
|
||
if (window.location.href.indexOf('../../indexd41d.html?#') != -1) {
|
||
var dateYearInfo = findCatIDAgendaIDAndYearFromUrl();
|
||
var year = dateYearInfo.year;
|
||
var catID = dateYearInfo.catID;
|
||
var agendaID = dateYearInfo.agendaID;
|
||
var rowAgendaID = "tr[id^=row" + agendaID + "]";
|
||
|
||
$.ajax({
|
||
type: 'POST',
|
||
url: '/AgendaCenter/UpdateCategoryList',
|
||
data: { year: year, catID: catID },
|
||
success: function (response) {
|
||
//Changing the arrow display.
|
||
var $elem1 = $('#span' + catID);
|
||
$elem1.html('▼');
|
||
$('#section' + catID).replaceWith(response);
|
||
$('ul.years li').removeClass('current');
|
||
$('ul.years li').each(function (e) {
|
||
if ($(this).text() == year.toString())
|
||
$(this).addClass('current');
|
||
});
|
||
//$('ul.years').html($('<li class="current"><a>' + year + '</a></li>'));
|
||
$('.catAgendaRow').hide();
|
||
var row = $(rowAgendaID);
|
||
row.show();
|
||
row.length && row[0].scrollIntoView(true);
|
||
}
|
||
});
|
||
}
|
||
});
|
||
|
||
function findCatIDAgendaIDAndYearFromUrl() {
|
||
var url = window.location.href;
|
||
var urlBreakpoint = url.indexOf('../../indexd41d.html?#');
|
||
var hashIndex = urlBreakpoint + 3;
|
||
var indexOfHyphenBeforeAgendaID = url.lastIndexOf('-');
|
||
var indexOfHyphenBeforeCatID = url.substring(0, urlBreakpoint).lastIndexOf('-');
|
||
var agendaID = parseInt(url.substring(indexOfHyphenBeforeAgendaID + 1));
|
||
var catID = parseInt(url.substring(indexOfHyphenBeforeCatID + 1, urlBreakpoint));
|
||
var dateString = url.substring(hashIndex, indexOfHyphenBeforeAgendaID);
|
||
var year = dateString.substring(dateString.length - 4);
|
||
return { year: year, catID: catID, agendaID: agendaID };
|
||
}
|
||
</script>
|
||
<meta property="og:title" content="Agenda Center" />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2017&endDate=12/31/2017&dateRange=&dateSelector=" />
|
||
<meta property="og:description" content="Agenda Center" />
|
||
|
||
|
||
|
||
|
||
<!--[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="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<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">
|
||
<h3 class="cp-Splash-title" id="cp-Splash-title">Loading</h3>
|
||
<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/Scripts/MomentJs/2.29.1/moment.min.js"></script>
|
||
<script src="../../Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '',
|
||
targetType: 0
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="1" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="b39bb79f-f67f-4b36-8261-7f8e724fc7ad" />
|
||
<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" value="65" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="65" />
|
||
<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=d885e179aafe40889dfdace4ee9df120_&nonce=5d75b27aca6c4343bf90ffa2ce83add8&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" aria-haspopup="true" role="menuitem" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="../../27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavCommunityServices" class="navMainItem mainNavItem mainNavItem2" href="../../101/Community-Services.html" target="_self">Community Services</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3" href="../../31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="../../35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" aria-haspopup="true" role="menuitem" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a 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=65&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 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 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside 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 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside 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 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside 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 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside 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 showInMobile">
|
||
|
||
|
||
|
||
|
||
</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>Agenda Center</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
<a id="contentarea"></a>
|
||
|
||
<!-- BEGIN AgendaCenterContent.aspx ***** -->
|
||
|
||
<input type="hidden" name="dateRange" />
|
||
<div id="AgendaCenterContent" class="newCP moduleContentNew ">
|
||
<div class="contentMain selfClear">
|
||
<div class="header selfClear">
|
||
|
||
<div class="text">
|
||
|
||
<h1>Agenda Center</h1>
|
||
View current agendas and minutes for all boards and commissions. Previous years' agendas and minutes can be found in the <a class=Hyperlink target=_self title="Document Center" href=../../DocumentCenter.html>Document Center</a>. <a href="http://www.adobe.com/products/acrobat/readstep2.html" target=_self>Adobe Reader</a> may be required to view some documents.<a href="http://www.adobe.com/products/acrobat/readstep2.html" target=_self></a> <img src="../../common/images/getacro.gif" alt="Get Adobe Acrobat"></a>
|
||
</div>
|
||
|
||
|
||
<div class="tools">
|
||
<h3>Tools</h3>
|
||
<ul>
|
||
|
||
<li><a href="../../rss.html#agendaCenter" aria-label="AgendaCenterRSS" class="RSS">RSS</a></li>
|
||
<li><a href="../../list.html#agendaCenter" class="notifyMe">Notify Me®</a></li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="search selfClear">
|
||
<h3>Search Agendas by:</h3>
|
||
<div class="noWrap">
|
||
<div class="popoutContainer">
|
||
<label class="screenRead" for="timePeriod">Time Period</label>
|
||
<a id="timePeriod" onkeypress="return this.onclick();" onclick="showTimePeriodDropdown(event); return false;" href="#" class="button"><span>Time Period</span></a>
|
||
<div class="popout popUp" style="display:none;" id="dateRangePopup">
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol name="quickDateRange" id="submittedIn">
|
||
<li id="liTimePeriod" style="display:none;"><a href="#"onkeypress="this.onclick();" onclick="resetDateDefaults(); return false;">Time Period</a></li>
|
||
<li><a href="#"onkeypress="this.onclick();" onclick="changeDateRange('1', 'Last Week'); return false;">Last Week</a></li>
|
||
<li><a href="#" onkeypress="this.onclick();" onclick="changeDateRange('2', 'Last Month'); return false;">Last Month</a></li>
|
||
<li><a href="#" onkeypress="this.onclick();" onclick="changeDateRange('3', 'Last 6 Months'); return false;">Last 6 Months</a></li>
|
||
<li><a href="#" onkeypress="this.onclick();" onclick="changeDateRange('4', 'Last Year'); return false;">Last Year</a></li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="date">
|
||
<div class="t-widget t-datepicker">
|
||
<div class="t-picker-wrap">
|
||
<label class="screenRead" for="StartDatePicker">Start Date</label>
|
||
<input class="submittedStart" cp5ph="true" id="StartDatePicker" maxlength="10" name="StartDate" placeholder="Start Date" title="Start Date" type="text" value="01/01/2017" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="date">
|
||
<div class="t-widget t-datepicker">
|
||
<div class="t-picker-wrap">
|
||
<label class="screenRead" for="EndDatePicker">End Date</label>
|
||
<input class="submittedEnd" cp5ph="true" id="EndDatePicker" maxlength="10" name="EndDate" placeholder="End Date" title="End Date" type="text" value="12/31/2017" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="noWrap">
|
||
<label class="screenRead" for="searchField">Word or Phrase</label>
|
||
<input cp5ph="true" id="searchField" name="searchField" placeholder="Word or Phrase" title="Word or Phrase" type="text" value="" />
|
||
</div>
|
||
<!--[if lte IE 7]><span style="display:none;"> </span><![endif]-->
|
||
<a href="#categoryList" id="selectCategoryButton" class="button mega"><span>Select a Category</span></a>
|
||
<label class="screenRead" for="searchButton">Search</label>
|
||
<input type="image" id="searchButton" src="../../Common/images/SearchButton.png" title="Agenda Center Search" alt="Agenda Center Search">
|
||
<div id="categoryList" style="display:none; " class="categoryList">
|
||
<div>
|
||
|
||
<ol>
|
||
|
||
<li>
|
||
<input type="checkbox" onkeypress="this.onclick();" onclick="checkUncheckAll(this.checked);" id="allCategories" checked>
|
||
<label for="allCategories">All Categories</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="8" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="8"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="8">
|
||
Castlewood Water and Sewage Authority
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="5" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="5"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="5">
|
||
Russell County Board of Supervisors
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="11" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="11"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="11">
|
||
Russell County Budget
|
||
|
||
</label>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
<ol>
|
||
|
||
<li>
|
||
<input type="checkbox" id="9" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="9"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="9">
|
||
Russell County Highway and Safety Committee
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="4" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="4"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="4">
|
||
Russell County IDA
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="3" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="3"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="3">
|
||
Russell County Planning Commission
|
||
|
||
</label>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
<ol>
|
||
|
||
<li>
|
||
<input type="checkbox" id="6" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="6"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="6">
|
||
Russell County PSA
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="7" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="7"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="7">
|
||
Russell County Public Library
|
||
|
||
</label>
|
||
</li>
|
||
|
||
<li>
|
||
<input type="checkbox" id="2" onkeypress="this.onclick();" onclick="checkUncheckAllCategoriesCB()" name="chkCategoryID" value="2"
|
||
|
||
checked="checked"
|
||
|
||
>
|
||
<label for="2">
|
||
Russell County Tourism
|
||
|
||
</label>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<a class="return" href="../../AgendaCenter.html">◄ Back to all agendas</a>
|
||
|
||
<p class="dim results"></p>
|
||
|
||
<!-- Category list starts(when headers are off) -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<div class="listing listingCollapse noHeader" id="cat5">
|
||
<h2 tabindex="0" onkeypress="this.onclick();" onclick="expandCollaspseCategory(5)"><span id="span5">▼</span>Russell County Board of Supervisors</h2>
|
||
|
||
|
||
<span id="section5">
|
||
<script type="text/javascript">
|
||
//Remove href attribute from the year clicked.
|
||
$(document).ready(function () {
|
||
$('.current').children().removeAttr('href');
|
||
});
|
||
</script>
|
||
<ul class="years">
|
||
<li class=current><a id="a05" aria-label="Russell County Board of Supervisors 2017" href="javascript:changeYear(2017, 5,'a0')">2017</a></li>
|
||
|
||
<li>
|
||
|
||
</li>
|
||
</ul>
|
||
<!--The table needs a position-relative to avoid weird issues with IE where the controls would just dissapear. -->
|
||
<table id="table5" summary="List of Agendas" style="position:relative;">
|
||
<thead>
|
||
<tr>
|
||
<th scope="col">
|
||
Agenda
|
||
</th>
|
||
<th scope="col" class="minutes">
|
||
Minutes
|
||
</th>
|
||
|
||
<th scope="col" class="downloads">
|
||
Download
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<!-- Agendas for a category starts -->
|
||
|
||
|
||
<tr id="row63b4e6ff7f" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h412072017-63">
|
||
<a id="_12072017-63" name="_12072017-63"></a>
|
||
<strong aria-label="Agenda for December 7, 2017"><abbr title="December">Dec</abbr> 7, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="12072017-63" name="63" href="../ViewFile/Agenda/12-7.pdf" target="_blank" aria-describedby="h412072017-63">
|
||
Board of Supervisors Special Called Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_12072017-63.pdf" aria-label="December 07, 2017, Board of Supervisors Special Called Meeting . Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer63" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD63" onkeypress="this.onclick();" onclick="showDownloadMenu(63, 5, 'agendaDD63', event, false); return false;" class="button"><span id="spanDD63">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD63" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="December 07, 2017, Board of Supervisors Special Called Meeting . Agenda" class="pdf" href="../ViewFile/Agenda/12-7.pdf" id="anch263b4e6ff7f" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2977871a319" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h412072017-297">
|
||
<a id="_12072017-297" name="_12072017-297"></a>
|
||
<strong aria-label="Agenda for December 7, 2017"><abbr title="December">Dec</abbr> 7, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:29 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="12072017-297" name="297" href="../ViewFile/Agenda/Agenda%2012072017.pdf" target="_blank" aria-describedby="h412072017-297">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer297" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD297" onkeypress="this.onclick();" onclick="showDownloadMenu(297, 5, 'agendaDD297', event, false); return false;" class="button"><span id="spanDD297">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD297" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="December 07, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2012072017.pdf" id="anch22977871a319" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row62fc6962da" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h412042017-62">
|
||
<a id="_12042017-62" name="_12042017-62"></a>
|
||
<strong aria-label="Agenda for December 4, 2017"><abbr title="December">Dec</abbr> 4, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="12042017-62" name="62" href="../ViewFile/Agenda/12-4.pdf" target="_blank" aria-describedby="h412042017-62">
|
||
Board of Supervisors Regular Monthly Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_12042017-62.pdf" aria-label="December 04, 2017, Board of Supervisors Regular Monthly Meeting . Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer62" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD62" onkeypress="this.onclick();" onclick="showDownloadMenu(62, 5, 'agendaDD62', event, false); return false;" class="button"><span id="spanDD62">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD62" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="December 04, 2017, Board of Supervisors Regular Monthly Meeting . Agenda" class="pdf" href="../ViewFile/Agenda/12-4.pdf" id="anch262fc6962da" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row296ea7e0fc2" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h412042017-296">
|
||
<a id="_12042017-296" name="_12042017-296"></a>
|
||
<strong aria-label="Agenda for December 4, 2017"><abbr title="December">Dec</abbr> 4, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:29 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="12042017-296" name="296" href="../ViewFile/Agenda/Agenda%2012042017.pdf" target="_blank" aria-describedby="h412042017-296">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer296" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD296" onkeypress="this.onclick();" onclick="showDownloadMenu(296, 5, 'agendaDD296', event, false); return false;" class="button"><span id="spanDD296">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD296" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="December 04, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2012042017.pdf" id="anch2296ea7e0fc2" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row5898075930" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h411172017-58">
|
||
<a id="_11172017-58" name="_11172017-58"></a>
|
||
<strong aria-label="Agenda for November 17, 2017"><abbr title="November">Nov</abbr> 17, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="11172017-58" name="58" href="../ViewFile/Agenda/Agenda%2011172017.pdf" target="_blank" aria-describedby="h411172017-58">
|
||
Board of Supervisors Special Called Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_11172017-58.pdf" aria-label="November 17, 2017, Board of Supervisors Special Called Meeting . Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer58" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD58" onkeypress="this.onclick();" onclick="showDownloadMenu(58, 5, 'agendaDD58', event, false); return false;" class="button"><span id="spanDD58">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD58" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="November 17, 2017, Board of Supervisors Special Called Meeting . Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2011172017.pdf" id="anch25898075930" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2954ccd85f4" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h411172017-295">
|
||
<a id="_11172017-295" name="_11172017-295"></a>
|
||
<strong aria-label="Agenda for November 17, 2017"><abbr title="November">Nov</abbr> 17, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:28 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="11172017-295" name="295" href="../ViewFile/Agenda/Agenda%2011172017-2.pdf" target="_blank" aria-describedby="h411172017-295">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer295" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD295" onkeypress="this.onclick();" onclick="showDownloadMenu(295, 5, 'agendaDD295', event, false); return false;" class="button"><span id="spanDD295">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD295" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="November 17, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2011172017-2.pdf" id="anch22954ccd85f4" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row61574b62de" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h411062017-61">
|
||
<a id="_11062017-61" name="_11062017-61"></a>
|
||
<strong aria-label="Agenda for November 6, 2017"><abbr title="November">Nov</abbr> 6, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="11062017-61" name="61" href="../ViewFile/Agenda/11-6.pdf" target="_blank" aria-describedby="h411062017-61">
|
||
Board of Supervisors Regular Monthly Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_11062017-61.pdf" aria-label="November 06, 2017, Board of Supervisors Regular Monthly Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer61" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD61" onkeypress="this.onclick();" onclick="showDownloadMenu(61, 5, 'agendaDD61', event, false); return false;" class="button"><span id="spanDD61">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD61" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="November 06, 2017, Board of Supervisors Regular Monthly Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/11-6.pdf" id="anch261574b62de" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row294952b5fd7" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h411062017-294">
|
||
<a id="_11062017-294" name="_11062017-294"></a>
|
||
<strong aria-label="Agenda for November 6, 2017"><abbr title="November">Nov</abbr> 6, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:27 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="11062017-294" name="294" href="../ViewFile/Agenda/Agenda%2011062017.pdf" target="_blank" aria-describedby="h411062017-294">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer294" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD294" onkeypress="this.onclick();" onclick="showDownloadMenu(294, 5, 'agendaDD294', event, false); return false;" class="button"><span id="spanDD294">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD294" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="November 06, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2011062017.pdf" id="anch2294952b5fd7" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row60b35890a6" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h410162017-60">
|
||
<a id="_10162017-60" name="_10162017-60"></a>
|
||
<strong aria-label="Agenda for October 16, 2017"><abbr title="October">Oct</abbr> 16, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="10162017-60" name="60" href="../ViewFile/Agenda/10-16.pdf" target="_blank" aria-describedby="h410162017-60">
|
||
Board of Supervisors Special Called Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_10162017-60.pdf" aria-label="October 16, 2017, Board of Supervisors Special Called Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer60" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD60" onkeypress="this.onclick();" onclick="showDownloadMenu(60, 5, 'agendaDD60', event, false); return false;" class="button"><span id="spanDD60">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD60" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="October 16, 2017, Board of Supervisors Special Called Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/10-16.pdf" id="anch260b35890a6" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row29398e47189" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h410162017-293">
|
||
<a id="_10162017-293" name="_10162017-293"></a>
|
||
<strong aria-label="Agenda for October 16, 2017"><abbr title="October">Oct</abbr> 16, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:26 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="10162017-293" name="293" href="../ViewFile/Agenda/Agenda%2010162017.pdf" target="_blank" aria-describedby="h410162017-293">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer293" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD293" onkeypress="this.onclick();" onclick="showDownloadMenu(293, 5, 'agendaDD293', event, false); return false;" class="button"><span id="spanDD293">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD293" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="October 16, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2010162017.pdf" id="anch229398e47189" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row595f8ae219" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h410022017-59">
|
||
<a id="_10022017-59" name="_10022017-59"></a>
|
||
<strong aria-label="Agenda for October 2, 2017"><abbr title="October">Oct</abbr> 2, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="10022017-59" name="59" href="../ViewFile/Agenda/10-2.pdf" target="_blank" aria-describedby="h410022017-59">
|
||
Board of Supervisors Regular Monthly Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_10022017-59.pdf" aria-label="October 02, 2017, Board of Supervisors Regular Monthly Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer59" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD59" onkeypress="this.onclick();" onclick="showDownloadMenu(59, 5, 'agendaDD59', event, false); return false;" class="button"><span id="spanDD59">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD59" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="October 02, 2017, Board of Supervisors Regular Monthly Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/10-2.pdf" id="anch2595f8ae219" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row292738debc8" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h410022017-292">
|
||
<a id="_10022017-292" name="_10022017-292"></a>
|
||
<strong aria-label="Agenda for October 2, 2017"><abbr title="October">Oct</abbr> 2, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:26 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="10022017-292" name="292" href="../ViewFile/Agenda/Agenda%2010022017.pdf" target="_blank" aria-describedby="h410022017-292">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer292" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD292" onkeypress="this.onclick();" onclick="showDownloadMenu(292, 5, 'agendaDD292', event, false); return false;" class="button"><span id="spanDD292">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD292" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="October 02, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2010022017.pdf" id="anch2292738debc8" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2919f74ab60" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409202017-291">
|
||
<a id="_09202017-291" name="_09202017-291"></a>
|
||
<strong aria-label="Agenda for September 20, 2017"><abbr title="September">Sep</abbr> 20, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:25 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09202017-291" name="291" href="../ViewFile/Agenda/Agenda%2009202017.pdf" target="_blank" aria-describedby="h409202017-291">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer291" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD291" onkeypress="this.onclick();" onclick="showDownloadMenu(291, 5, 'agendaDD291', event, false); return false;" class="button"><span id="spanDD291">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD291" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 20, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2009202017.pdf" id="anch22919f74ab60" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row5759ec9a87" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409202017-57">
|
||
<a id="_09202017-57" name="_09202017-57"></a>
|
||
<strong aria-label="Agenda for September 20, 2017"><abbr title="September">Sep</abbr> 20, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09202017-57" name="57" href="../ViewFile/Agenda/09202017%20Agenda.pdf" target="_blank" aria-describedby="h409202017-57">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_09202017-57.pdf" aria-label="September 20, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer57" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD57" onkeypress="this.onclick();" onclick="showDownloadMenu(57, 5, 'agendaDD57', event, false); return false;" class="button"><span id="spanDD57">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD57" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 20, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/09202017%20Agenda.pdf" id="anch25759ec9a87" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row290e33c846f" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409062017-290">
|
||
<a id="_09062017-290" name="_09062017-290"></a>
|
||
<strong aria-label="Agenda for September 6, 2017"><abbr title="September">Sep</abbr> 6, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:24 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09062017-290" name="290" href="../ViewFile/Agenda/Agenda%2009062017.pdf" target="_blank" aria-describedby="h409062017-290">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer290" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD290" onkeypress="this.onclick();" onclick="showDownloadMenu(290, 5, 'agendaDD290', event, false); return false;" class="button"><span id="spanDD290">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD290" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 06, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2009062017.pdf" id="anch2290e33c846f" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row56cdacc90c" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409062017-56">
|
||
<a id="_09062017-56" name="_09062017-56"></a>
|
||
<strong aria-label="Agenda for September 6, 2017"><abbr title="September">Sep</abbr> 6, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09062017-56" name="56" href="../ViewFile/Agenda/09062017%20Agenda.docx.pdf" target="_blank" aria-describedby="h409062017-56">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_09062017-56.pdf" aria-label="September 06, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer56" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD56" onkeypress="this.onclick();" onclick="showDownloadMenu(56, 5, 'agendaDD56', event, false); return false;" class="button"><span id="spanDD56">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD56" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 06, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/09062017%20Agenda.docx.pdf" id="anch256cdacc90c" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row289ea88bb5c" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409052017-289">
|
||
<a id="_09052017-289" name="_09052017-289"></a>
|
||
<strong aria-label="Agenda for September 5, 2017"><abbr title="September">Sep</abbr> 5, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:24 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09052017-289" name="289" href="../ViewFile/Agenda/Agenda%2009052017.pdf" target="_blank" aria-describedby="h409052017-289">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer289" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD289" onkeypress="this.onclick();" onclick="showDownloadMenu(289, 5, 'agendaDD289', event, false); return false;" class="button"><span id="spanDD289">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD289" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 05, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2009052017.pdf" id="anch2289ea88bb5c" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row5523b772b5" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h409052017-55">
|
||
<a id="_09052017-55" name="_09052017-55"></a>
|
||
<strong aria-label="Agenda for September 5, 2017"><abbr title="September">Sep</abbr> 5, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="09052017-55" name="55" href="../ViewFile/Agenda/09052017%20Agenda.pdf" target="_blank" aria-describedby="h409052017-55">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_09052017-55.pdf" aria-label="September 05, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer55" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD55" onkeypress="this.onclick();" onclick="showDownloadMenu(55, 5, 'agendaDD55', event, false); return false;" class="button"><span id="spanDD55">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD55" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="September 05, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/09052017%20Agenda.pdf" id="anch25523b772b5" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row288a4e37ca3" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408312017-288">
|
||
<a id="_08312017-288" name="_08312017-288"></a>
|
||
<strong aria-label="Agenda for August 31, 2017"><abbr title="August">Aug</abbr> 31, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:23 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08312017-288" name="288" href="../ViewFile/Agenda/Agenda%2008312017.pdf" target="_blank" aria-describedby="h408312017-288">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer288" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD288" onkeypress="this.onclick();" onclick="showDownloadMenu(288, 5, 'agendaDD288', event, false); return false;" class="button"><span id="spanDD288">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD288" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 31, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2008312017.pdf" id="anch2288a4e37ca3" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row54f1bb246d" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408312017-54">
|
||
<a id="_08312017-54" name="_08312017-54"></a>
|
||
<strong aria-label="Agenda for August 31, 2017"><abbr title="August">Aug</abbr> 31, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08312017-54" name="54" href="../ViewFile/Agenda/08312017%20Agenda.pdf" target="_blank" aria-describedby="h408312017-54">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_08312017-54.pdf" aria-label="August 31, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer54" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD54" onkeypress="this.onclick();" onclick="showDownloadMenu(54, 5, 'agendaDD54', event, false); return false;" class="button"><span id="spanDD54">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD54" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 31, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/08312017%20Agenda.pdf" id="anch254f1bb246d" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row287ff6fe3de" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408252017-287">
|
||
<a id="_08252017-287" name="_08252017-287"></a>
|
||
<strong aria-label="Agenda for August 25, 2017"><abbr title="August">Aug</abbr> 25, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:22 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08252017-287" name="287" href="../ViewFile/Agenda/Agenda%2008252017.pdf" target="_blank" aria-describedby="h408252017-287">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer287" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD287" onkeypress="this.onclick();" onclick="showDownloadMenu(287, 5, 'agendaDD287', event, false); return false;" class="button"><span id="spanDD287">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD287" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 25, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2008252017.pdf" id="anch2287ff6fe3de" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row5383064284" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408252017-53">
|
||
<a id="_08252017-53" name="_08252017-53"></a>
|
||
<strong aria-label="Agenda for August 25, 2017"><abbr title="August">Aug</abbr> 25, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08252017-53" name="53" href="../ViewFile/Agenda/08252017%20Agenda.pdf" target="_blank" aria-describedby="h408252017-53">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_08252017-53.pdf" aria-label="August 25, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer53" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD53" onkeypress="this.onclick();" onclick="showDownloadMenu(53, 5, 'agendaDD53', event, false); return false;" class="button"><span id="spanDD53">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD53" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 25, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/08252017%20Agenda.pdf" id="anch25383064284" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row286c064f6bb" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408072017-286">
|
||
<a id="_08072017-286" name="_08072017-286"></a>
|
||
<strong aria-label="Agenda for August 7, 2017"><abbr title="August">Aug</abbr> 7, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:21 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08072017-286" name="286" href="../ViewFile/Agenda/Agenda%2008072017.pdf" target="_blank" aria-describedby="h408072017-286">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer286" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD286" onkeypress="this.onclick();" onclick="showDownloadMenu(286, 5, 'agendaDD286', event, false); return false;" class="button"><span id="spanDD286">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD286" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 07, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2008072017.pdf" id="anch2286c064f6bb" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row51b7516be2" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408072017-51">
|
||
<a id="_08072017-51" name="_08072017-51"></a>
|
||
<strong aria-label="Agenda for August 7, 2017"><abbr title="August">Aug</abbr> 7, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08072017-51" name="51" href="../ViewFile/Agenda/Agenda%20080720171.pdf" target="_blank" aria-describedby="h408072017-51">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_08072017-51.pdf" aria-label="August 07, 2017, Russell County Board of Supervisors Regular Board Meeting
|
||
. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer51" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD51" onkeypress="this.onclick();" onclick="showDownloadMenu(51, 5, 'agendaDD51', event, false); return false;" class="button"><span id="spanDD51">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD51" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 07, 2017, Russell County Board of Supervisors Regular Board Meeting
|
||
. Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%20080720171.pdf" id="anch251b7516be2" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row28548212214" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h407262017-285">
|
||
<a id="_07262017-285" name="_07262017-285"></a>
|
||
<strong aria-label="Agenda for July 26, 2017"><abbr title="July">Jul</abbr> 26, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:21 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="07262017-285" name="285" href="../ViewFile/Agenda/Agenda%2007262017.pdf" target="_blank" aria-describedby="h407262017-285">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer285" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD285" onkeypress="this.onclick();" onclick="showDownloadMenu(285, 5, 'agendaDD285', event, false); return false;" class="button"><span id="spanDD285">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD285" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="July 26, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2007262017.pdf" id="anch228548212214" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row50f19916c4" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h407262017-50">
|
||
<a id="_07262017-50" name="_07262017-50"></a>
|
||
<strong aria-label="Agenda for July 26, 2017"><abbr title="July">Jul</abbr> 26, 2017</strong>
|
||
|
||
 — Amended <abbr title="July">Jul</abbr> 26, 2017 12:29 PM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="07262017-50" name="50" href="../ViewFile/Agenda/07262017%20Agenda.pdf" target="_blank" aria-describedby="h407262017-50">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_07262017-50.pdf" aria-label="July 26, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer50" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD50" onkeypress="this.onclick();" onclick="showDownloadMenu(50, 5, 'agendaDD50', event, false); return false;" class="button"><span id="spanDD50">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD50" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="July 26, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/07262017%20Agenda.pdf" id="anch250f19916c4" target="_blank">Agenda</a></li>
|
||
|
||
<li><a aria-label="July 26, 2017, Russell County Board of Supervisors Special Board Meeting. Previous Version" id="anch450f19916c4" class="previous" href="../PreviousVersions/_07262017-50.html">Previous Versions</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row284b9e9df15" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h407102017-284">
|
||
<a id="_07102017-284" name="_07102017-284"></a>
|
||
<strong aria-label="Agenda for July 10, 2017"><abbr title="July">Jul</abbr> 10, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:20 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="07102017-284" name="284" href="../ViewFile/Agenda/Agenda%2007102017.pdf" target="_blank" aria-describedby="h407102017-284">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer284" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD284" onkeypress="this.onclick();" onclick="showDownloadMenu(284, 5, 'agendaDD284', event, false); return false;" class="button"><span id="spanDD284">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD284" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="July 10, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2007102017.pdf" id="anch2284b9e9df15" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row484b2660cb" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h407102017-48">
|
||
<a id="_07102017-48" name="_07102017-48"></a>
|
||
<strong aria-label="Agenda for July 10, 2017"><abbr title="July">Jul</abbr> 10, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="07102017-48" name="48" href="../ViewFile/Agenda/Agenda%20071020171.pdf" target="_blank" aria-describedby="h407102017-48">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_07102017-48.pdf" aria-label="July 10, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer48" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD48" onkeypress="this.onclick();" onclick="showDownloadMenu(48, 5, 'agendaDD48', event, false); return false;" class="button"><span id="spanDD48">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD48" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="July 10, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%20071020171.pdf" id="anch2484b2660cb" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2838173c36b" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h406192017-283">
|
||
<a id="_06192017-283" name="_06192017-283"></a>
|
||
<strong aria-label="Agenda for June 19, 2017"><abbr title="June">Jun</abbr> 19, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:19 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="06192017-283" name="283" href="../ViewFile/Agenda/Agenda%2006192017.pdf" target="_blank" aria-describedby="h406192017-283">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer283" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD283" onkeypress="this.onclick();" onclick="showDownloadMenu(283, 5, 'agendaDD283', event, false); return false;" class="button"><span id="spanDD283">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD283" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="June 19, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2006192017.pdf" id="anch22838173c36b" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2077b68f7e" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h406192017-20">
|
||
<a id="_06192017-20" name="_06192017-20"></a>
|
||
<strong aria-label="Agenda for June 19, 2017"><abbr title="June">Jun</abbr> 19, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="06192017-20" name="20" href="../ViewFile/Agenda/BOS%20Agenda%2006192017.pdf" target="_blank" aria-describedby="h406192017-20">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_06192017-20.pdf" aria-label="June 19, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer20" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD20" onkeypress="this.onclick();" onclick="showDownloadMenu(20, 5, 'agendaDD20', event, false); return false;" class="button"><span id="spanDD20">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD20" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="June 19, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2006192017.pdf" id="anch22077b68f7e" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row28277e6e1f6" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h406052017-282">
|
||
<a id="_06052017-282" name="_06052017-282"></a>
|
||
<strong aria-label="Agenda for June 5, 2017"><abbr title="June">Jun</abbr> 5, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:19 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="06052017-282" name="282" href="../ViewFile/Agenda/Agenda%2006052017.pdf" target="_blank" aria-describedby="h406052017-282">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer282" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD282" onkeypress="this.onclick();" onclick="showDownloadMenu(282, 5, 'agendaDD282', event, false); return false;" class="button"><span id="spanDD282">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD282" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="June 05, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2006052017.pdf" id="anch228277e6e1f6" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row18fb3f5588" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h406052017-18">
|
||
<a id="_06052017-18" name="_06052017-18"></a>
|
||
<strong aria-label="Agenda for June 5, 2017"><abbr title="June">Jun</abbr> 5, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="06052017-18" name="18" href="../ViewFile/Agenda/BOS%20Agenda%2006052017.pdf" target="_blank" aria-describedby="h406052017-18">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_06052017-18.pdf" aria-label="June 05, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer18" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD18" onkeypress="this.onclick();" onclick="showDownloadMenu(18, 5, 'agendaDD18', event, false); return false;" class="button"><span id="spanDD18">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD18" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="June 05, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2006052017.pdf" id="anch218fb3f5588" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row281d2d3c929" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h405012017-281">
|
||
<a id="_05012017-281" name="_05012017-281"></a>
|
||
<strong aria-label="Agenda for May 1, 2017"><abbr title="May">May</abbr> 1, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:18 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="05012017-281" name="281" href="../ViewFile/Agenda/Agenda%2005012017.pdf" target="_blank" aria-describedby="h405012017-281">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer281" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD281" onkeypress="this.onclick();" onclick="showDownloadMenu(281, 5, 'agendaDD281', event, false); return false;" class="button"><span id="spanDD281">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD281" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="May 01, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2005012017.pdf" id="anch2281d2d3c929" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row15bded9186" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h405012017-15">
|
||
<a id="_05012017-15" name="_05012017-15"></a>
|
||
<strong aria-label="Agenda for May 1, 2017"><abbr title="May">May</abbr> 1, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="05012017-15" name="15" href="../ViewFile/Agenda/BOS%20Agenda%2005012017.pdf" target="_blank" aria-describedby="h405012017-15">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_05012017-15.pdf" aria-label="May 01, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer15" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD15" onkeypress="this.onclick();" onclick="showDownloadMenu(15, 5, 'agendaDD15', event, false); return false;" class="button"><span id="spanDD15">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD15" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="May 01, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2005012017.pdf" id="anch215bded9186" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row280fb9a8660" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h404032017-280">
|
||
<a id="_04032017-280" name="_04032017-280"></a>
|
||
<strong aria-label="Agenda for April 3, 2017"><abbr title="April">Apr</abbr> 3, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:18 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="04032017-280" name="280" href="../ViewFile/Agenda/Agenda%2004032017.pdf" target="_blank" aria-describedby="h404032017-280">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer280" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD280" onkeypress="this.onclick();" onclick="showDownloadMenu(280, 5, 'agendaDD280', event, false); return false;" class="button"><span id="spanDD280">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD280" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="April 03, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2004032017.pdf" id="anch2280fb9a8660" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row13eec6dce5" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h404032017-13">
|
||
<a id="_04032017-13" name="_04032017-13"></a>
|
||
<strong aria-label="Agenda for April 3, 2017"><abbr title="April">Apr</abbr> 3, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="04032017-13" name="13" href="../ViewFile/Agenda/BOS%20Agenda%2004032017.pdf" target="_blank" aria-describedby="h404032017-13">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_04032017-13.pdf" aria-label="April 03, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer13" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD13" onkeypress="this.onclick();" onclick="showDownloadMenu(13, 5, 'agendaDD13', event, false); return false;" class="button"><span id="spanDD13">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD13" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="April 03, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2004032017.pdf" id="anch213eec6dce5" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row279f233a44e" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h403132017-279">
|
||
<a id="_03132017-279" name="_03132017-279"></a>
|
||
<strong aria-label="Agenda for March 13, 2017"><abbr title="March">Mar</abbr> 13, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:17 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="03132017-279" name="279" href="../ViewFile/Agenda/Agenda%2003132017.pdf" target="_blank" aria-describedby="h403132017-279">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer279" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD279" onkeypress="this.onclick();" onclick="showDownloadMenu(279, 5, 'agendaDD279', event, false); return false;" class="button"><span id="spanDD279">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD279" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="March 13, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2003132017.pdf" id="anch2279f233a44e" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row118c1650f3" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h403132017-11">
|
||
<a id="_03132017-11" name="_03132017-11"></a>
|
||
<strong aria-label="Agenda for March 13, 2017"><abbr title="March">Mar</abbr> 13, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="03132017-11" name="11" href="../ViewFile/Agenda/BOS%20Agenda%2003132017.pdf" target="_blank" aria-describedby="h403132017-11">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_03132017-11.pdf" aria-label="March 13, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer11" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD11" onkeypress="this.onclick();" onclick="showDownloadMenu(11, 5, 'agendaDD11', event, false); return false;" class="button"><span id="spanDD11">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD11" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="March 13, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2003132017.pdf" id="anch2118c1650f3" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row278e90f91e1" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402272017-278">
|
||
<a id="_02272017-278" name="_02272017-278"></a>
|
||
<strong aria-label="Agenda for February 27, 2017"><abbr title="February">Feb</abbr> 27, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:16 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02272017-278" name="278" href="../ViewFile/Agenda/Agenda%2002272017.pdf" target="_blank" aria-describedby="h402272017-278">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer278" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD278" onkeypress="this.onclick();" onclick="showDownloadMenu(278, 5, 'agendaDD278', event, false); return false;" class="button"><span id="spanDD278">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD278" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 27, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2002272017.pdf" id="anch2278e90f91e1" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row9b20fd50a" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402272017-9">
|
||
<a id="_02272017-9" name="_02272017-9"></a>
|
||
<strong aria-label="Agenda for February 27, 2017"><abbr title="February">Feb</abbr> 27, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02272017-9" name="9" href="../ViewFile/Agenda/BOS%20Agenda%2002272017.pdf" target="_blank" aria-describedby="h402272017-9">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_02272017-9.pdf" aria-label="February 27, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer9" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD9" onkeypress="this.onclick();" onclick="showDownloadMenu(9, 5, 'agendaDD9', event, false); return false;" class="button"><span id="spanDD9">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD9" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 27, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2002272017.pdf" id="anch29b20fd50a" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2772433df82" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402202017-277">
|
||
<a id="_02202017-277" name="_02202017-277"></a>
|
||
<strong aria-label="Agenda for February 20, 2017"><abbr title="February">Feb</abbr> 20, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:15 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02202017-277" name="277" href="../ViewFile/Agenda/Agenda%2002202017.pdf" target="_blank" aria-describedby="h402202017-277">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer277" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD277" onkeypress="this.onclick();" onclick="showDownloadMenu(277, 5, 'agendaDD277', event, false); return false;" class="button"><span id="spanDD277">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD277" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 20, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2002202017.pdf" id="anch22772433df82" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row8a3eed79c" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402172017-8">
|
||
<a id="_02172017-8" name="_02172017-8"></a>
|
||
<strong aria-label="Agenda for February 17, 2017"><abbr title="February">Feb</abbr> 17, 2017</strong>
|
||
|
||
 — Amended <abbr title="July">Jul</abbr> 18, 2017 5:00 PM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02172017-8" name="8" href="../ViewFile/Agenda/BOS%20Agenda%2002202017.pdf" target="_blank" aria-describedby="h402172017-8">
|
||
Russell County Board of Supervisors Special Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_02172017-8.pdf" aria-label="February 17, 2017, Russell County Board of Supervisors Special Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer8" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD8" onkeypress="this.onclick();" onclick="showDownloadMenu(8, 5, 'agendaDD8', event, false); return false;" class="button"><span id="spanDD8">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD8" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 17, 2017, Russell County Board of Supervisors Special Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2002202017.pdf" id="anch28a3eed79c" target="_blank">Agenda</a></li>
|
||
|
||
<li><a aria-label="February 17, 2017, Russell County Board of Supervisors Special Board Meeting. Previous Version" id="anch48a3eed79c" class="previous" href="../PreviousVersions/_02172017-8.html">Previous Versions</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row276e1f7c506" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402062017-276">
|
||
<a id="_02062017-276" name="_02062017-276"></a>
|
||
<strong aria-label="Agenda for February 6, 2017"><abbr title="February">Feb</abbr> 6, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:15 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02062017-276" name="276" href="../ViewFile/Agenda/Agenda%2002062017.pdf" target="_blank" aria-describedby="h402062017-276">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer276" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD276" onkeypress="this.onclick();" onclick="showDownloadMenu(276, 5, 'agendaDD276', event, false); return false;" class="button"><span id="spanDD276">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD276" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 06, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2002062017.pdf" id="anch2276e1f7c506" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row7c6172da5" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h402062017-7">
|
||
<a id="_02062017-7" name="_02062017-7"></a>
|
||
<strong aria-label="Agenda for February 6, 2017"><abbr title="February">Feb</abbr> 6, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="02062017-7" name="7" href="../ViewFile/Agenda/BOS%20Agenda%2002062017.pdf" target="_blank" aria-describedby="h402062017-7">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_02062017-7.pdf" aria-label="February 06, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer7" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD7" onkeypress="this.onclick();" onclick="showDownloadMenu(7, 5, 'agendaDD7', event, false); return false;" class="button"><span id="spanDD7">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD7" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="February 06, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2002062017.pdf" id="anch27c6172da5" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row27553f656a5" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h401252017-275">
|
||
<a id="_01252017-275" name="_01252017-275"></a>
|
||
<strong aria-label="Agenda for January 25, 2017"><abbr title="January">Jan</abbr> 25, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:14 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="01252017-275" name="275" href="../ViewFile/Agenda/Agenda%2001252017.pdf" target="_blank" aria-describedby="h401252017-275">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer275" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD275" onkeypress="this.onclick();" onclick="showDownloadMenu(275, 5, 'agendaDD275', event, false); return false;" class="button"><span id="spanDD275">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD275" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="January 25, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2001252017.pdf" id="anch227553f656a5" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row5f5ea2f47" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h401202017-5">
|
||
<a id="_01202017-5" name="_01202017-5"></a>
|
||
<strong aria-label="Agenda for January 20, 2017"><abbr title="January">Jan</abbr> 20, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="01202017-5" name="5" href="../ViewFile/Agenda/BOS%20Agenda%2001202017.pdf" target="_blank" aria-describedby="h401202017-5">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_01202017-5.pdf" aria-label="January 20, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer5" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD5" onkeypress="this.onclick();" onclick="showDownloadMenu(5, 5, 'agendaDD5', event, false); return false;" class="button"><span id="spanDD5">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD5" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="January 20, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2001202017.pdf" id="anch25f5ea2f47" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row2748841f78c" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h401032017-274">
|
||
<a id="_01032017-274" name="_01032017-274"></a>
|
||
<strong aria-label="Agenda for January 3, 2017"><abbr title="January">Jan</abbr> 3, 2017</strong>
|
||
|
||
 — Posted <abbr title="February">Feb</abbr> 8, 2024 11:13 AM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="01032017-274" name="274" href="../ViewFile/Agenda/Agenda%2001032017.pdf" target="_blank" aria-describedby="h401032017-274">
|
||
Russell County Board of Supervisors (Public Board Packet)
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer274" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD274" onkeypress="this.onclick();" onclick="showDownloadMenu(274, 5, 'agendaDD274', event, false); return false;" class="button"><span id="spanDD274">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD274" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="January 03, 2017, Russell County Board of Supervisors (Public Board Packet). Agenda" class="pdf" href="../ViewFile/Agenda/Agenda%2001032017.pdf" id="anch22748841f78c" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row35e2dae49" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h401032017-3">
|
||
<a id="_01032017-3" name="_01032017-3"></a>
|
||
<strong aria-label="Agenda for January 3, 2017"><abbr title="January">Jan</abbr> 3, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="01032017-3" name="3" href="../ViewFile/Agenda/BOS%20Agenda%2001032017.pdf" target="_blank" aria-describedby="h401032017-3">
|
||
Russell County Board of Supervisors Regular Board Meeting
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"><a href="../ViewFile/Minutes/_01032017-3.pdf" aria-label="January 03, 2017, Russell County Board of Supervisors Regular Board Meeting. Minutes" target="_blank"><img src="../../Areas/AgendaCenter/Assets/Images/HomeIconMinutes.png" alt="Minutes"></a></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer3" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD3" onkeypress="this.onclick();" onclick="showDownloadMenu(3, 5, 'agendaDD3', event, false); return false;" class="button"><span id="spanDD3">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD3" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="January 03, 2017, Russell County Board of Supervisors Regular Board Meeting. Agenda" class="pdf" href="../ViewFile/Agenda/BOS%20Agenda%2001032017.pdf" id="anch235e2dae49" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<!-- Agendas for a category ends -->
|
||
</tbody>
|
||
</table>
|
||
</span>
|
||
</div>
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<!-- Only render the section if there are agendas to display -->
|
||
|
||
<div class="listing listingCollapse noHeader" id="cat2">
|
||
<h2 tabindex="0" onkeypress="this.onclick();" onclick="expandCollaspseCategory(2)"><span id="span2">▼</span>Russell County Tourism</h2>
|
||
|
||
|
||
<span id="section2">
|
||
<script type="text/javascript">
|
||
//Remove href attribute from the year clicked.
|
||
$(document).ready(function () {
|
||
$('.current').children().removeAttr('href');
|
||
});
|
||
</script>
|
||
<ul class="years">
|
||
<li class=current><a id="a02" aria-label="Russell County Tourism 2017" href="javascript:changeYear(2017, 2,'a0')">2017</a></li>
|
||
|
||
<li>
|
||
|
||
</li>
|
||
</ul>
|
||
<!--The table needs a position-relative to avoid weird issues with IE where the controls would just dissapear. -->
|
||
<table id="table2" summary="List of Agendas" style="position:relative;">
|
||
<thead>
|
||
<tr>
|
||
<th scope="col">
|
||
Agenda
|
||
</th>
|
||
<th scope="col" class="minutes">
|
||
Minutes
|
||
</th>
|
||
|
||
<th scope="col" class="downloads">
|
||
Download
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<!-- Agendas for a category starts -->
|
||
|
||
|
||
<tr id="row524111fe71" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h408152017-52">
|
||
<a id="_08152017-52" name="_08152017-52"></a>
|
||
<strong aria-label="Agenda for August 15, 2017"><abbr title="August">Aug</abbr> 15, 2017</strong>
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="08152017-52" name="52" href="../ViewFile/Agenda/RC%20Tourism%20Committee%20Meeting%20Minutes%20-%20July%2018%202017%20Regular" target="_blank" aria-describedby="h408152017-52">
|
||
Minutes - July 2017
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer52" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD52" onkeypress="this.onclick();" onclick="showDownloadMenu(52, 2, 'agendaDD52', event, false); return false;" class="button"><span id="spanDD52">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD52" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="August 15, 2017, Minutes - July 2017. Agenda" class="pdf" href="../ViewFile/Agenda/RC%20Tourism%20Committee%20Meeting%20Minutes%20-%20July%2018%202017%20Regular" id="anch2524111fe71" target="_blank">Agenda</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
<tr id="row1934cb4a4" class="catAgendaRow">
|
||
<td>
|
||
<h4 id="h405172017-1">
|
||
<a id="_05172017-1" name="_05172017-1"></a>
|
||
<strong aria-label="Agenda for May 17, 2017"><abbr title="May">May</abbr> 17, 2017</strong>
|
||
|
||
 — Amended <abbr title="July">Jul</abbr> 10, 2017 1:11 PM
|
||
|
||
</a></h4>
|
||
<p>
|
||
|
||
<a id="05172017-1" name="1" href="../ViewFile/Agenda/RCTC%20May%202017%20Agenda.pdf" target="_blank" aria-describedby="h405172017-1">
|
||
Agenda - May 2017
|
||
</a></p>
|
||
|
||
</td>
|
||
<!--This TD actually needs to be empty of all whitespace for matching :empty css selector.-->
|
||
<td class="minutes"></td>
|
||
|
||
<td class="downloads">
|
||
|
||
<div id="downloadContainer1" class="popoutContainer">
|
||
<a href="#" id="btnAgendaDD1" onkeypress="this.onclick();" onclick="showDownloadMenu(1, 2, 'agendaDD1', event, false); return false;" class="button"><span id="spanDD1">Download ▼</span></a>
|
||
<div class="popout popUp" id="agendaDD1" style="display:none;">
|
||
|
||
<div class="popoutTop">
|
||
<div class="popoutBtm">
|
||
<ol>
|
||
|
||
<li><a aria-label="May 17, 2017, Agenda - May 2017. Agenda" class="pdf" href="../ViewFile/Agenda/RCTC%20May%202017%20Agenda.pdf" id="anch21934cb4a4" target="_blank">Agenda</a></li>
|
||
|
||
<li><a aria-label="May 17, 2017, Agenda - May 2017. Previous Version" id="anch41934cb4a4" class="previous" href="../PreviousVersions/_05172017-1.html">Previous Versions</a></li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
<!-- Agendas for a category ends -->
|
||
</tbody>
|
||
</table>
|
||
</span>
|
||
</div>
|
||
|
||
<!-- Categorylist ends -->
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<!-- END AgendaCenterContent.aspx ***** -->
|
||
|
||
|
||
<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">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//setup menu manager properties for secondary menu
|
||
menuManager.isSideMenuEditable = false;
|
||
menuManager.sideMenuMaxSubMenuLevels = 4;
|
||
menuManager.sideMenuHasCustomLinks = true;
|
||
});
|
||
</script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Init secondary menu
|
||
var setupDraggable = menuManager.isSideMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuSecondary/HiddenSecondarySubMenus?pageID=1&moduleID=65&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-2.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="../../formcenter.html" target="_self" class="fancyButton fancyButton73 " >
|
||
<span>
|
||
<span><span class="text">Form Center</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton73.fancyButton:link,.fancyButton73.fancyButton:visited, .fancyButton73div.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;
|
||
}
|
||
.fancyButton73.fancyButton:hover,.fancyButton73.fancyButton:focus,.fancyButton73.fancyButton:active,.fancyButton73.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;
|
||
}
|
||
.fancyButton73.fancyButton:link > span,.fancyButton73.fancyButton:visited > span, .fancyButton73div.fancyButton > span{
|
||
}
|
||
.fancyButton73.fancyButton:hover > span,.fancyButton73.fancyButton:focus > span,.fancyButton73.fancyButton:active > span,.fancyButton73.fancyButton.hover > span{
|
||
}
|
||
.fancyButton73.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;
|
||
|
||
|
||
}
|
||
.fancyButton73.fancyButton:hover .text,.fancyButton73.fancyButton:focus .text,.fancyButton73.fancyButton:active .text,.fancyButton73.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
|
||
|
||
}
|
||
.fancyButton73.fancyButton .textStyle1{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton73.fancyButton:hover .textStyle1, .fancyButton73.fancyButton.hover .textStyle1{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton73.fancyButton .textStyle2{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton73.fancyButton:hover .textStyle2, .fancyButton73.fancyButton.hover .textStyle2{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton73.fancyButton .textStyle3{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton73.fancyButton:hover .textStyle3, .fancyButton73.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,"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>
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">function dynamicStretchContainers () {Core.Layout.stretchContainers('#structuralContainer2, #structuralContainer1, #structuralContainer3');}</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="../../1661096276.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 www.russellcountyva.us/AgendaCenter/Search/?term=&CIDs=all&startDate=01/01/2017&endDate=12/31/2017&dateRange=&dateSelector= by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Mar 2024 03:46:22 GMT -->
|
||
</html> |