2348 lines
122 KiB
HTML
2348 lines
122 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/faq.aspx by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2024 12:38:05 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>FAQs • 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="-1759649222.css" rel="stylesheet" type="text/css" /> <link href="1222260419.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>
|
||
|
||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
||
|
||
<link rel="stylesheet" href="App_Themes/CP/nmenu.css" type="text/css">
|
||
|
||
|
||
<!-- Dynamic Header Scripts -->
|
||
|
||
<!--Reference Stylesheet-->
|
||
|
||
|
||
<!--Dynamic Header Styles-->
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#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="9dd17759-87ea-4283-9b9c-cb1c70ebe70c" />
|
||
<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="25" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="25" />
|
||
<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=5da2c47fe158485994c8e06738bafd0f_&nonce=fefdd10c33aa4362884d1e4848131ddd&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=25&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>FAQs</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div>
|
||
<div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="ctl00_ctl00_MainContent_BodyWrapper">
|
||
|
||
<script type="text/javascript"><!--
|
||
var isie6 = false, isie7 = false, isie6or7 = false;
|
||
var intCountryCode = 840;
|
||
|
||
function setUrlLength(editor) {
|
||
//Toggle Image Context Menu Items
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
function setUrlLengthAndToolToggle(editor) {
|
||
var minToolsGroups = 2; // Number of MinimumSetOfTools tools groups.
|
||
|
||
// Hide the MinimumSetOfTools on load.
|
||
var toolbar = editor.get_toolContainer(); // Get toolbar container.
|
||
var toolgroups = toolbar.getElementsByTagName("UL"); // Get all toolgroups containers.
|
||
|
||
for (var i = toolgroups.length - 1; i >= minToolsGroups; i--) toolgroups[i].style.display = "none";
|
||
|
||
if (editor.isIE) {
|
||
var elem = editor.get_element();
|
||
elem.style.height = "430px";
|
||
elem.style.minHeight = "430px";
|
||
}
|
||
|
||
// Toggle Image Context Menu Items.
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
//--></script><!--[if IE 6]><script type="text/javascript">isie6 = true; isie6or7 = true;</script><![endif]-->
|
||
<!--[if IE 7]><script type="text/javascript">isie7 = true; isie6or7 = true;</script><![endif]-->
|
||
|
||
|
||
|
||
<form name="aspnetForm" method="post" action="https://www.russellcountyva.us/faq.aspx" id="aspnetForm" style="display:inline;" onsubmit="return headerValidationCallback();" enctype="multipart/form-data" autocomplete="off">
|
||
<div>
|
||
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
|
||
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
|
||
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
var theForm = document.forms['aspnetForm'];
|
||
if (!theForm) {
|
||
theForm = document.aspnetForm;
|
||
}
|
||
function __doPostBack(eventTarget, eventArgument) {
|
||
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
|
||
theForm.__EVENTTARGET.value = eventTarget;
|
||
theForm.__EVENTARGUMENT.value = eventArgument;
|
||
theForm.submit();
|
||
}
|
||
}
|
||
//]]>
|
||
</script>
|
||
|
||
|
||
<script src="WebResource9db1.js?d=pynGkmcFUV13He1Qd6_TZHXYHcW4zQUJ3xEJnQ6DGCZi4oGbSyCjkEhH1aPAVNozqGgRUIJbwZSnUDVrPM4fpA2&t=638368855540000000" type="text/javascript"></script>
|
||
|
||
|
||
<script src="ScriptResource5dbc.js?d=Lrus5c7UlqSATRzVFWOXxW5_a3InmoKuX_Nkmp394DVxiWhvyZDWadx-iJjpQ6X_WgCmNVjsSL6-eJbADtUEpgEG4y7daOX5IVnQm37T9o8S4OQGAI3v2tsyf_lv4S-Sxp7ddSOgQoNCy0fGU-KopemrGOUrxceY73rhAaAuT1gwNCsngEuKhf4zven2TukL9-qgsTQikzE5xcSz6e2SzWsSg5BQxCSDWn2F5JPe518-8nC33i9dmfDtHfFe51Ah4bz1Iz-UnEHi0lmmy9XTAaHrVdg3k6h-TML_wIfPhlqEipkKmq-DW74-vj2srVj_gilKl14dxOKmLvRlRu18QisrYtCIC_UtpHsO6gTMh-X_jMfyK6Hj-xy3prDi9rlq3M0Ou2QryPZL1P0N-8k2zfjI8eqo4G9TFYjKblq1ks-XEX9E3iB_HZReAbeJGndPw6k-gsiddT5-EA_GbkTYGgoLzRAiUqBTD7hYBTbpZv0C8x5xt1T9ETDM3QcYleHBVNetCHjMPHd6z9-6IHSzYYcJhoM8CaKBsdaCy3LafpniDVRvuGzMeegtLotB444nNnjTc5Q6wEZZosuq3ZovM0Et1UUA72LACBU7EmBr1vD3pLgzwF22jgXDz6HIcex1PqoK-wG9F5k3HswlYxfdREQmVb7KvuohP51An36UxA1TfbA8O9I1b32BM3oavUBUx-BFp5zPEqSpxrVlCo-BAcSfoXpWlrDrp05Ha18Sjnc4NnVPqv6PitI-L00891HPvFkcVlE1Cqt1w5XRpHIzvwsjPC2ZM1UOaW05pBARybZs388xC_FK0ZzUV9WYjqPqtLTj2irdqE7wX0lKvpMOrVl4j-_9dP-GNtI9MfFSf4Q1" type="text/javascript"></script>
|
||
<div>
|
||
|
||
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="0F4F4B68" />
|
||
</div>
|
||
<!--for archiving purpose-->
|
||
<input name="ysnNotifyMe" type="hidden">
|
||
<input name="strPage" type="hidden">
|
||
<input name="intArchMainCatID" type="hidden">
|
||
<input name="intArchMainItemID" type="hidden">
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$MainContent$scriptManager', 'aspnetForm', ['tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanel','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel25','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel27','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel29','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel30','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel26','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel21','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel31','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel24','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel18','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel16','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel17','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel23','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel19','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel28',''], [], [], 90, 'ctl00$ctl00');
|
||
//]]>
|
||
</script>
|
||
|
||
<script type="text/javascript">
|
||
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);
|
||
Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
|
||
</script>
|
||
|
||
<div id="modulecontent" name="modulecontent.aspx" style="padding-top: 0px;">
|
||
<a id="contentarea" name="contentarea" title="Content Area"></a>
|
||
|
||
<!-- BEGIN FAQContent.aspx ***** -->
|
||
<link href="-1554237153.css" rel="stylesheet" type="text/css" /><script src="749163122.js" type="text/javascript"></script>
|
||
|
||
<div id="FAQContent" class="newCP moduleContentNew pageStyles">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
|
||
|
||
<div class="sidebar">
|
||
|
||
|
||
|
||
|
||
<div class="section search">
|
||
<label class="h3">Search</label>
|
||
<ol>
|
||
<li>
|
||
<input type="text" id="searchTerms" title="Search terms" name="searchTerms" value="">
|
||
</li>
|
||
<li>
|
||
<select title="Category filter" name="TID">
|
||
<option value="0">All categories</option>
|
||
<option value="25" >Animal Shelter</option>
|
||
<option value="27" >Board of Supervisors</option>
|
||
<option value="29" >Building Official</option>
|
||
<option value="30" >Commissioner of Revenue</option>
|
||
<option value="26" >Conference Center</option>
|
||
<option value="21" >County Administrator's Office</option>
|
||
<option value="31" >Emergency Management</option>
|
||
<option value="24" >Human Resources</option>
|
||
<option value="18" >IT</option>
|
||
<option value="16" >Parks & Recreation</option>
|
||
<option value="17" >Payroll</option>
|
||
<option value="23" >Solid Waste</option>
|
||
<option value="19" >Tourism</option>
|
||
<option value="28" >Treasurer's Office</option>
|
||
</select>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="searchButton" onkeypress="this.onclick();" onClick="FAQNavigateCategory(); return false;">
|
||
<img src="common/images/SearchButton-3.png" alt="Search" title="Search">
|
||
</a>
|
||
</li>
|
||
</ol>
|
||
|
||
</div>
|
||
|
||
<div class="section categories">
|
||
<h3>Categories</h3>
|
||
<ol>
|
||
<li>
|
||
<a href="faq.html">All Categories</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq9ef0-2.html?TID=25">Animal Shelter</a>
|
||
</li>
|
||
<li>
|
||
<a href="faqf44a-2.html?TID=27">Board of Supervisors</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq82d9-2.html?TID=29">Building Official</a>
|
||
</li>
|
||
<li>
|
||
<a href="faqf8d2.html?TID=30">Commissioner of Revenue</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq2360-2.html?TID=26">Conference Center</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq76b8-2.html?TID=21">County Administrator's Office</a>
|
||
</li>
|
||
<li>
|
||
<a href="faqd5dc-2.html?TID=31">Emergency Management</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq391a-2.html?TID=24">Human Resources</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq24a5.html?TID=18">IT</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq7484-2.html?TID=16">Parks & Recreation</a>
|
||
</li>
|
||
<li>
|
||
<a href="faqdf89-2.html?TID=17">Payroll</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq4c83-2.html?TID=23">Solid Waste</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq2def.html?TID=19">Tourism</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq0ed6.html?TID=28">Treasurer's Office</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="contentMain selfClear">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel25">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat25">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(25); return false;">
|
||
<h2>
|
||
<div id="a_25" name="a_25">▼</div>
|
||
Animal Shelter </h2>
|
||
</a>
|
||
</div>
|
||
<div id="25">
|
||
<p class="showHide"><a id="p_25" onkeypress="this.onclick();" onclick="showAllAnswers(25); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_77'); return false;" id="dt_77">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">Can we adopt an animal? </a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__25" id="dd_77">
|
||
<p>Yes. The <a href="https://www.russellcountyva.us/DocumentCenter/View/130/Animal-Shelter-Adoption-Form-PDF?bidId=" target="_blank">Animal Adoption Form</a> is available here as well as at the Board of Supervisors office. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_117'); return false;" id="dt_117">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">How do I adopt an animal?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__25" id="dd_117">
|
||
<p>First, you must be 18 years of age or older. </p><p>Second, you must provide a picture ID with a current address.</p><p>The cost of adoption is $85 to be paid at the Russell County Treasurer's Office. Once the adopter presents proof of spay/neuter to the Treasurer's Office, $50 will be refunded. However, the spay/neuter MUST be done within 30 days of adoption in order to receive the refund. </p><p>Also, rabies and licensing must be completed within 7 days of adoption. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_82'); return false;" id="dt_82">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Does the Shelter accept cats?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__25" id="dd_82">
|
||
<p>No. We are not equipped to accept cats. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_118'); return false;" id="dt_118">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">What are the hours of operation for the animal shelter?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__25" id="dd_118">
|
||
<p>Hours of Operation:</p><p>Monday: 10 AM - 4 PM</p><p>Tuesday: 10 AM - 4 PM</p><p>Wednesday: 10 AM - 3 PM</p><p>Thursday: 10 AM - 4 PM</p><p>Friday: 10 AM - 4 PM</p><p>Saturday: 10 AM - 3 PM</p><p>Sunday: CLOSED</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_119'); return false;" id="dt_119">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">Where can I purchase a dog license?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__25" id="dd_119">
|
||
<p>You may purchase a dog license at the Treasurer's Office or by mail to the Treasurer's Office. <br>You must provide your current rabies vaccination in order to receive the license. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel27">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat27">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(27); return false;">
|
||
<h2>
|
||
<div id="a_27" name="a_27">▼</div>
|
||
Board of Supervisors </h2>
|
||
</a>
|
||
</div>
|
||
<div id="27">
|
||
<p class="showHide"><a id="p_27" onkeypress="this.onclick();" onclick="showAllAnswers(27); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_85'); return false;" id="dt_85">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">When is the next Board of Supervisors meeting?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_85">
|
||
<p>The Board of Supervisors meet on the first Monday of each month at 6:00 PM unless otherwise scheduled. <br>If you have any questions about our meetings, you may call 889-8000.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_86'); return false;" id="dt_86">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">How do I apply for a Russell County Board or Committee?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_86">
|
||
<p><span style="color: rgb(57, 62, 67); font-family: Arial; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 254); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">Our </span><a href="DocumentCenter/View/1034/Board-and-Committee-Application-2021e311.html" rel="noopener" target="_blank">Board and Committee Application</a><span style="color: rgb(57, 62, 67); font-family: Arial; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 254); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"> can be printed off here or you can receive a copy in the Board of Supervisors office.</span><br style="box-sizing: content-box; color: rgb(57, 62, 67); font-family: Arial; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 254); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="color: rgb(57, 62, 67); font-family: Arial; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 254); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">When you complete the application, it must be turned in to the Board of Supervisors office for consideration. </span> </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_87'); return false;" id="dt_87">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">How do I contact my district Supervisors?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_87">
|
||
<p>You can call the Board of Supervisor's Office at (276) 889-8000 to receive their contact information. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_120'); return false;" id="dt_120">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">Where do the Board of Supervisors meet?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_120">
|
||
<p>The Board of Supervisors meetings are held in the Board of Supervisors Meeting Room at 139 Highland Drive, Lebanon, VA 24266.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_121'); return false;" id="dt_121">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">Why do the Board of Supervisors have executive sessions? </a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_121">
|
||
<p>Executive sessions are held only for those purposes specifically provided by law, which includes, but is not limited to discussion of specific personnel matters, acquisition and disposition of publicly-owned property, investment of public funds, and consultation with legal counsel. No action is taken in closed session. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_122'); return false;" id="dt_122">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">What are adjourned meetings?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__27" id="dd_122">
|
||
<p>Adjourned meetings are meetings continued from earlier Regular Meetings. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel29">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat29">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(29); return false;">
|
||
<h2>
|
||
<div id="a_29" name="a_29">▼</div>
|
||
Building Official </h2>
|
||
</a>
|
||
</div>
|
||
<div id="29">
|
||
<p class="showHide"><a id="p_29" onkeypress="this.onclick();" onclick="showAllAnswers(29); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_105'); return false;" id="dt_105">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">How long is my permit valid?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__29" id="dd_105">
|
||
<p>A permit is valid for 6 months after the filing date. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_106'); return false;" id="dt_106">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">How much notice is required for requesting an inspection?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__29" id="dd_106">
|
||
<p>A 24 hour notice is required for all inspection requests. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_107'); return false;" id="dt_107">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Can I apply online for a building permit?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__29" id="dd_107">
|
||
<p>Building permits are available online and may be submitted electronically. Payment for permits are remitted to the Russell County Treasurer's Office and may be made by telephone, using either a credit or debit card. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_108'); return false;" id="dt_108">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">What documents are required to obtain a building permit?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__29" id="dd_108">
|
||
<p>The following items are required for obtaining a permit:</p><ul><li>Completed <a href="DocumentCenter/View/294.html" target="_blank">Building Permit Application</a>.</li><li>County Tax Map ID Number</li><li>Completed <a href="DocumentCenter/View/298/RC%2520Agreement%2520In%2520Lieu%2520Plan_202211020802540500e311.pdf" target="_blank">In-Lieu Plan</a></li><li>Completed <a href="https://www.russellcountyva.us/DocumentCenter/View/302/Trade-Permit-Application-PDF?bidId=" target="_blank">Trade Permit Application</a> for each applicable trade: (1) for electrical, (1) for plumbing, (1) heat pump.</li><li>If using or planning to use a private septic and well system, approval from the Health Department.</li><li>Health Department approval is needed for additions, renovations, and repairs that may affect your septic system.</li><li>If mobile home: size, manufacturer name, year and cost.</li></ul> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_123'); return false;" id="dt_123">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">What are the hours of operation for the Building Official?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__29" id="dd_123">
|
||
<p>Hours of Operation for the Building Official are 8:00 AM to 4:00 PM, Monday through Friday. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel30">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat30">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(30); return false;">
|
||
<h2>
|
||
<div id="a_30" name="a_30">▼</div>
|
||
Commissioner of Revenue </h2>
|
||
</a>
|
||
</div>
|
||
<div id="30">
|
||
<p class="showHide"><a id="p_30" onkeypress="this.onclick();" onclick="showAllAnswers(30); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_99'); return false;" id="dt_99">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">I sold/traded my vehicle during the year, do I still owe taxes for the entire year?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__30" id="dd_99">
|
||
<p>Yes. Russell County does not prorate. If the vehicle was owned January 1 of the current tax year, then taxes are due and payable for the entire year. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_100'); return false;" id="dt_100">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">I moved out of Russell County after January 1, do I still owe taxes for the entire year?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__30" id="dd_100">
|
||
<p>Yes. Russell County does not prorate taxes. If you were a resident of Russell County on January 1, you are liable for the personal property taxes for the entire year. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_101'); return false;" id="dt_101">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Can I pay my Virginia State Tax in the Commissioner of Revenue Office?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__30" id="dd_101">
|
||
<p>Yes. Only current year taxes can be processed in our office. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_102'); return false;" id="dt_102">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">What is the deadline to file my Virginia State Tax Return?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__30" id="dd_102">
|
||
<p>You should file your return as soon as possible after January 1 but not later than May 1. <br>If due date falls on a Saturday, Sunday or a legal holiday, you may file on the next business day. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel26">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat26">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(26); return false;">
|
||
<h2>
|
||
<div id="a_26" name="a_26">▼</div>
|
||
Conference Center </h2>
|
||
</a>
|
||
</div>
|
||
<div id="26">
|
||
<p class="showHide"><a id="p_26" onkeypress="this.onclick();" onclick="showAllAnswers(26); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_78'); return false;" id="dt_78">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">How do I book an event at the Conference Center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__26" id="dd_78">
|
||
<p>You can book an event by filling out the <a href="DocumentCenter/View/768/Russell%2520County%2520Facility%2520Guidelines%2520Agreement%2520-%25202020.pdf">Facility Guidelines Agreement</a> and the <a href="DocumentCenter/View/770/Conference%2520Center%2520Information%2520Contract%25202020.pdf">Information Contrac</a>t and submitting the contract to our Conference Center Event Coordinator located at the Board of Supervisors Office.<br>For more information on available dates and times, please call 889-8221. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_79'); return false;" id="dt_79">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">What is the cost of renting the Conference Center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__26" id="dd_79">
|
||
<p>The price varies depending on what size room you need and what extra features you need to add.<br>The <a href="https://www.russellcountyva.us/DocumentCenter/View/769/Pricing-List-2020">2020 Pricing List</a> shows a full break down of the Conference Center prices.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_80'); return false;" id="dt_80">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">What is the seating capacity for the Conference Center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__26" id="dd_80">
|
||
<p>The seating capacity depends on the room size and the type of event you have planned.<br>The <a href="https://www.russellcountyva.us/DocumentCenter/View/194/Seating-Capacity-PDF?bidId=" target="_blank">Seating Capacity</a> list shows the breakdown of how many people we can fit in the Conference Center. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_81'); return false;" id="dt_81">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">Can we use the kitchen and appliances in the Conference Center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__26" id="dd_81">
|
||
<p>You can use the refrigerator, the ice machine, and 2 warmers for re-heating units to reheat your food.</p><p>However, you cannot use the dishwasher to clean your utensils.<br>The<a href="https://www.russellcountyva.us/DocumentCenter/View/765/Kitchen-Guidelines"> Kitchen Guidelines</a> explains why no food may be prepared in the kitchen. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel21">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat21">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(21); return false;">
|
||
<h2>
|
||
<div id="a_21" name="a_21">▼</div>
|
||
County Administrator's Office </h2>
|
||
</a>
|
||
</div>
|
||
<div id="21">
|
||
<p class="showHide"><a id="p_21" onkeypress="this.onclick();" onclick="showAllAnswers(21); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_64'); return false;" id="dt_64">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">When is the next Board of Supervisors meeting?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__21" id="dd_64">
|
||
<p>The Board of Supervisors meet on the first Monday of each month at 6:00 PM unless otherwise scheduled.<br>If you have any questions about our meetings, you may call 889-8000.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_83'); return false;" id="dt_83">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">Who is my district Supervisor?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__21" id="dd_83">
|
||
<p>District 1/Moccassin - Tim Lovelace<br>District 2/Castlewood - Lou Wallace<br>District 3/Cleveland - Carl Rhea<br>District 4/Honaker - David Eaton<br>District 5/Lebanon - Steve Breeding<br>District 6/Belfast & Rosedale - Rebecca Dye<br>At Large - Oris Christian</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_84'); return false;" id="dt_84">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">How do I apply to be on a Russell County Board or Committee?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__21" id="dd_84">
|
||
<p>Our <a href="DocumentCenter/View/215/Board-and-Committee-Application-PDFe311.html" target="_blank">Board and Committee Application</a> can be printed off here or you can receive a copy in the Board of Supervisors office.<br>When you complete the application, it must be turned in to the Board of Supervisors office for consideration. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel31">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat31">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(31); return false;">
|
||
<h2>
|
||
<div id="a_31" name="a_31">▼</div>
|
||
Emergency Management </h2>
|
||
</a>
|
||
</div>
|
||
<div id="31">
|
||
<p class="showHide"><a id="p_31" onkeypress="this.onclick();" onclick="showAllAnswers(31); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_109'); return false;" id="dt_109">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What does Russell County Emergency Management do?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__31" id="dd_109">
|
||
<p>Russell County Emergency Management plays many roles, including but not limited to: Emergency Planning, planning and Overseeing HazMat operations, coordinating with volunteer agencies (Salvation Army, American Red Cross, etc.), sheltering in times of emergency, coordinating with Fire Departments, EMS, and Law Enforcement agencies throughout the county, and coordinating with other local, state and federal agencies.<br>Russell County Emergency Management is also responsible for maintaining a County Emergency Operations Plan.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_110'); return false;" id="dt_110">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">What is CodeRED?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__31" id="dd_110">
|
||
<p>CodeRED is an emergency notification service by which public safety officials can notify residents about emergency situations.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_111'); return false;" id="dt_111">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">How do I sign up for CodeRED?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__31" id="dd_111">
|
||
<p>To sign up, you may fill out an <a href="http://public.coderedweb.com/cne/en-US/BF9898512020">online notification enrollment</a> or call us at (276) 889-8247.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel24">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat24">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(24); return false;">
|
||
<h2>
|
||
<div id="a_24" name="a_24">▼</div>
|
||
Human Resources </h2>
|
||
</a>
|
||
</div>
|
||
<div id="24">
|
||
<p class="showHide"><a id="p_24" onkeypress="this.onclick();" onclick="showAllAnswers(24); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_89'); return false;" id="dt_89">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What if I visit a medical office, dentist office or optometrist that is out of network? </a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__24" id="dd_89">
|
||
<p>We have a <a href="DocumentCenter/View/120/Human%2520Vision%2520Claim%2520Form%2520%25281%2529e311.pdf" target="_blank">Humana Claim Form</a> that you may fill out to submit if you visit a optometrist that is out of network. You may receive a form at the Board of Supervisors office.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel18">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat18">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(18); return false;">
|
||
<h2>
|
||
<div id="a_18" name="a_18">▼</div>
|
||
IT </h2>
|
||
</a>
|
||
</div>
|
||
<div id="18">
|
||
<p class="showHide"><a id="p_18" onkeypress="this.onclick();" onclick="showAllAnswers(18); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_69'); return false;" id="dt_69">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">Do you have Public WiFi?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_69">
|
||
<p>We do not currently have Public WiFi.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_67'); return false;" id="dt_67">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">Why is my internet not working?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_67">
|
||
<p>If connecting via WiFi, make sure you are connected to the WiFi. If so call Landon.</p><p>If connecting via Ethernet cable, make sure cable is connected properly at both ends. If problem persists, call Landon.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel16">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat16">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(16); return false;">
|
||
<h2>
|
||
<div id="a_16" name="a_16">▼</div>
|
||
Parks & Recreation </h2>
|
||
</a>
|
||
</div>
|
||
<div id="16">
|
||
<p class="showHide"><a id="p_16" onkeypress="this.onclick();" onclick="showAllAnswers(16); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_62'); return false;" id="dt_62">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">How do I reserve a community center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_62">
|
||
<p>Please contact Kevin Ferguson at (276) 889-8221 for booking information. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_98'); return false;" id="dt_98">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">What is the cost to rent a community center?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_98">
|
||
<p>The community centers require a $50, refundable damage deposit. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel17">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat17">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(17); return false;">
|
||
<h2>
|
||
<div id="a_17" name="a_17">▼</div>
|
||
Payroll </h2>
|
||
</a>
|
||
</div>
|
||
<div id="17">
|
||
<p class="showHide"><a id="p_17" onkeypress="this.onclick();" onclick="showAllAnswers(17); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_63'); return false;" id="dt_63">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">When are payroll changes due?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__17" id="dd_63">
|
||
<p>Any payroll changes are due by the 15th of the month.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_71'); return false;" id="dt_71">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">When can I change my withholding allowances?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__17" id="dd_71">
|
||
<p>Anytime during the month as long as it is done by the 15th </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel23">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat23">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(23); return false;">
|
||
<h2>
|
||
<div id="a_23" name="a_23">▼</div>
|
||
Solid Waste </h2>
|
||
</a>
|
||
</div>
|
||
<div id="23">
|
||
<p class="showHide"><a id="p_23" onkeypress="this.onclick();" onclick="showAllAnswers(23); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_76'); return false;" id="dt_76">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What are the operating hours for my solid waste site?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__23" id="dd_76">
|
||
<p>You may view the hours here: <a href="ImageRepository/Document6c2b.png?documentId=1353" target="_blank" rel="noopener">Operating Hours</a></p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_88'); return false;" id="dt_88">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">Where is the nearest Solid Waste Site?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__23" id="dd_88">
|
||
<p>We have solid waste sites placed strategically throughout the county.</p><p><br></p><p>Our manned sites are as follows: Lebanon, Dogtown, Swords Creek, Cleveland, Belfast, Blackford, Radio Station and Sun.<br><br>Our unmanned sites are as follows: Drill, Moccasin and Finney.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_114'); return false;" id="dt_114">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Does Russell County have a recycling program?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__23" id="dd_114">
|
||
<p>Yes. The Russell County Recycling Program has a location site at the Lebanon Recycling Center.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_115'); return false;" id="dt_115">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">What items can be recycled at the recycling sites?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__23" id="dd_115">
|
||
<p>At this time, we are only accepting cardboard. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_116'); return false;" id="dt_116">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">What are the rules for the Russell County Solid Waste Sites?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__23" id="dd_116">
|
||
<p>For a full list of rules, please refer to the <a href="DocumentCenter/View/422/Solid%2520Waste%2520Rulese311.jpg" target="_blank">Russell County Solid Waste Site Rules</a>. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel19">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat19">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(19); return false;">
|
||
<h2>
|
||
<div id="a_19" name="a_19">▼</div>
|
||
Tourism </h2>
|
||
</a>
|
||
</div>
|
||
<div id="19">
|
||
<p class="showHide"><a id="p_19" onkeypress="this.onclick();" onclick="showAllAnswers(19); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_70'); return false;" id="dt_70">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What is there to do in Russell County?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_70">
|
||
<p>Please visit www.experiencerussell.com for tourism and travel information. If you have any further questions, please contact our Tourism Department at 276-254-0745. </p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel28">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat28">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(28); return false;">
|
||
<h2>
|
||
<div id="a_28" name="a_28">▼</div>
|
||
Treasurer's Office </h2>
|
||
</a>
|
||
</div>
|
||
<div id="28">
|
||
<p class="showHide"><a id="p_28" onkeypress="this.onclick();" onclick="showAllAnswers(28); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_90'); return false;" id="dt_90">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What methods of payment are accepted for paying my taxes?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_90">
|
||
<ul><li>You can pay with credit or debit in-person or by calling (276) 889-8028. We accept Visa, Mastercard and Discover with 1% fee charge.<br>American Express is accepted but has a 2.75% fee charge.</li><li>You can pay with a check in person or send the payment in to 137 Highland Drive, Suite B, Lebanon, VA 24266.</li><li>The Direct Payment Program allows you to make payments automatically each month. When you enroll in the program, the amount you choose will be deducted from your bank account each month and applied toward the taxes you specify. You can obtain an <a href="https://www.russellcountyva.us/DocumentCenter/View/248/Direct-Payment-Form-PDF?bidId=" target="_blank">authorization form</a> from the Treasurer's Office or call and receive one by mail. </li><li>We also have a drop-box located outside of the main entrance of the Government Building at 137 Highland Drive, Lebanon, VA 24266.</li></ul> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_113'); return false;" id="dt_113">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">What are the current tax rates?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_113">
|
||
<p><strong><span style="text-decoration: underline;">Tax Rate - Per $100.00</span></strong></p><p>Real Estate - $.63</p><p>Vehicles - $1.95</p><p>Mach & Tools - $1.95</p><p>Merchants Cap - $.65 </p><p>Mobile Homes - $.63</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_97'); return false;" id="dt_97">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">What type of taxes do you collect and when are your due dates?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_97">
|
||
<ul><li>Russell County Real Estate Taxes include land and any structure(s) on that land, excluding single-wide mobile homes.<br>Real estate taxes are due May 25 and November 25. </li><li>Russell County Personal Property Taxes include, but are not limited to, automobiles, motorcycles, single-wide mobile homes, campers and pull behind trailers.<br>Personal property taxes are due November 25. </li></ul><p>*** If the due date falls on a holiday or weekend, taxes will be due the next business day. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_91'); return false;" id="dt_91">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">Is there a tax relief program for the elderly?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_91">
|
||
<p>Yes. There is a tax relief program available to citizens age 65 and older (who meet the required criteria) or the permanently disabled.<br>The taxpayer is required to file an application form with the Commissioner of Revenue's office from January 1 through March 1 of each year. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_92'); return false;" id="dt_92">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">What other services does the Treasurer's Office provide?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_92">
|
||
<p>The Treasurer's Office is also a Passport Agency Office. You may receive a <a href="https://travel.state.gov/content/passports/en/passports.html">Passport Application</a> from the U.S. Department of State website. <br>We process regular and expedited passport applications. For more information, please visit the office or call (276) 889-8028.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_93'); return false;" id="dt_93">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">What information do I need to purchase a dog license?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_93">
|
||
<p>In order to purchase a dog license, we need the updated rabies vaccination certificate. You can either mail it in to P.O. Box 121, Lebanon, VA 24266 or bring it directly to the office. For pricing information, please call (276) 889-8028.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_94'); return false;" id="dt_94">
|
||
<span class='questionCount'>7.</span>
|
||
<a href="#">Where do I send estimated income tax payments?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_94">
|
||
<p>Individuals making estimated payments should send their first initial payment to the Commissioner of Revenue by May 1 of each year. Estimated payments two (2), three (3) and four (4) should be mailed to the Treasurer's Office at 137 Highland Drive, Suite B, Lebanon, VA 24266.<br>All checks should be made payable to the Russell County Treasurer. </p><p>We can no longer accept State Estimated payments greater than $1,499.99. Anything larger than this amount will need to be mailed directly to the Virginia Department of Taxation.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_95'); return false;" id="dt_95">
|
||
<span class='questionCount'>8.</span>
|
||
<a href="#">Where can I receive information on my deed?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_95">
|
||
<p>All deeds and deed-related questions are handled through the Clerk's Office at the Russell County Courthouse. <br><br></p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_96'); return false;" id="dt_96">
|
||
<span class='questionCount'>9.</span>
|
||
<a href="#">If I pay taxes on a property, do I take ownership of the land?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_96">
|
||
<p>No. Paying taxes on property does not entitle you to ownership.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_112'); return false;" id="dt_112">
|
||
<span class='questionCount'>10.</span>
|
||
<a href="#">Who is the legal FOIA contact for Russell County?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_112">
|
||
<p>Lonzo Lester, County Administrator, is the FOIA contact for Russell County. You may contact his office at 889-8000.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_124'); return false;" id="dt_124">
|
||
<span class='questionCount'>11.</span>
|
||
<a href="#">I just moved in/out of Russell County. What do I need to do?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_124">
|
||
<p>Notify the Commissioner of the Revenue concerning your move and the date of your move. </p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_125'); return false;" id="dt_125">
|
||
<span class='questionCount'>12.</span>
|
||
<a href="#">I just sold my car, now what?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__28" id="dd_125">
|
||
<p>You must contact the Commissioner of the Revenue and DMV.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<script type="text/javascript" language="javascript"><!--
|
||
noDynamicResizing = 1; // For CO-GreenwoodVillage
|
||
|
||
function redrawContent(closeModal) {
|
||
raiseAsyncPostback('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', '', closeModal);
|
||
}
|
||
//--></script>
|
||
|
||
<!-- END FAQContent.aspx ***** -->
|
||
|
||
</div>
|
||
<script type="text/javascript">order+='ModuleContent\n'</script>
|
||
|
||
<div id="ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow" class="modalContainer modalContainerCP" style="display: none;">
|
||
<div id="ctl00_liveEditTitleBar" class="modalTitleLeft"><h3 id="ctl00_LiveEditModalTitle" class="modalTitle">Live Edit</h3><a id="ctl00_LiveEditCloseButton" class="modalClose" aria-label="Close this modal" href="index.html" title="Close this window"><svg viewBox='0 0 25 25' id='modalIconClose'><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></a></div><div id="ctl00_liveEditContentLeft" class="modalContentLeft"><div id="ctl00_liveEditContentRight" class="modalContentRight"><div id="ctl00_liveEditContent" class="modalContent"><iframe style="display: none; border: none;" src="about:blank" id="liveEditDialog" title="Live Edit Dialog" name="liveEditDialog"></iframe></div></div></div><div id="ctl00_liveEditFooter" class="modalBottomLeft"><div id="ctl00_liveEditfooterbar" class="modalBottomRight"><div id="ctl00_liveEditfooterbar1" class="modalBottom"></div></div></div>
|
||
</div><input type="submit" name="ctl00$ctl00$MainContent$ctl00_liveEditSpawnWindow" value="" id="ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow" disabled="disabled" style="display: none;" />
|
||
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.Application.add_init(function() {
|
||
$create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","CancelControlID":"ctl00_LiveEditCloseButton","PopupControlID":"ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow","PopupDragHandleControlID":"ctl00_liveEditTitleBar","dynamicServicePath":"/faq.aspx","id":"editItemBehavior"}, null, null, $get("ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow"));
|
||
});
|
||
//]]>
|
||
</script>
|
||
</form>
|
||
<form id="aspnetSearchForm" name="aspnetSearchForm" style="display:none;" action="https://www.russellcountyva.us/Search.aspx" method="get">
|
||
<input name="SearchString" type = "hidden" value ="" />
|
||
</form>
|
||
|
||
<form name="frmFAQSearch" method="GET"><input type="hidden" name="searchTerms"><input type="hidden" name="TID"></form>
|
||
|
||
|
||
</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=25&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/faq.aspx by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Feb 2024 12:38:06 GMT -->
|
||
</html> |