2014 lines
95 KiB
HTML
2014 lines
95 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from www.russellcountyva.us/152/Building-Official by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 07 Feb 2024 06:45:46 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("Building-Official.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = false;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<meta name="category0" content="Home" />
|
||
<meta name="category1" content="Government" />
|
||
<meta name="category2" content="Administration" />
|
||
<meta name="category3" content="Building Official" />
|
||
|
||
|
||
<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>Building Official | Russell County, VA</title>
|
||
|
||
<meta name="description" content="">
|
||
<script src="../Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="../Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="../-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>
|
||
<!--CPHeadContent-->
|
||
<script src="../248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#cc5f8c90dc-b4cb-431b-90ee-10648f8df655" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
<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: '152',
|
||
targetType: 1
|
||
}
|
||
|
||
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="8ce34974-d82f-4793-a1c7-1ff558db5f1c" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="1" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" />
|
||
<input type="hidden" id="pagePageID" value="152" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<img id="imgLogoPrintPreview" src="../ImageRepository/Document79d5.jpg?documentID=27" alt="Russell County, VA" />
|
||
<div id="stickyPlaceholder"></div>
|
||
<div id="outer-wrap" class="outer-wrap">
|
||
<div id="inner-wrap" class="inner-wrap">
|
||
<div id="divToolbars" class="cpToolbars newCP mui-fixed" style="">
|
||
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/CP/ie7.css"><![endif]-->
|
||
<!-- Allow Dashboard, Favorites Enabled -->
|
||
|
||
<!-- Begin Signed Out Bar -->
|
||
<div class="cpToolbar user public">
|
||
<div class="inner selfClear">
|
||
<p class="dropdown"><a href="https://cpauthentication.civicplus.com/connect/authorize/callback?client_id=2c63697f-aefa-4d94-bceb-983bf85b5f24&redirect_uri=https%3a%2f%2fwww.russellcountyva.us%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=1be4160b34054094bbc8a0eeee9e2dde_&nonce=550b9543a48941628385fecb9d528a9c&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=&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">
|
||
|
||
|
||
|
||
|
||
</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">
|
||
|
||
|
||
|
||
|
||
</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">
|
||
|
||
|
||
|
||
|
||
</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">
|
||
|
||
|
||
|
||
|
||
</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">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></header></div>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer3">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="structuralContainer4" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer5" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer6" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" class="breadCrumbContainer" id="breadCrumbs"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="../index.html">Home</a></li><li><a class="breadCrumb" href="../27/Government.html">Government</a></li><li><a class="breadCrumb" href="../150/Administration.html">Administration</a></li><li id="currentBCPage" data-pageid="152">Building Official</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div><div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="page" class="moduleContentNew">
|
||
|
||
|
||
<input id="hdnPageID" name="hdnPageID" type="hidden" value="152" />
|
||
<input id="hdnParentID" name="hdnParentID" type="hidden" value="150" />
|
||
<input id="hdnVersionID" name="hdnVersionID" type="hidden" value="1833" />
|
||
<input id="pageMenuTitle" name="pageMenuTitle" type="hidden" value="Building Official" />
|
||
<input id="pageShowFeatureColumn" name="pageShowFeatureColumn" type="hidden" value="True" />
|
||
<input id="hdnIsLayoutPage" name="hdnIsLayoutPage" type="hidden" value="False" />
|
||
<input id="hdnPageStatus" name="hdnPageStatus" type="hidden" value="Published" />
|
||
|
||
<h1 id="versionHeadLine" class="headline">
|
||
|
||
Building Official </h1>
|
||
|
||
<div id="cc5f8c90dc-b4cb-431b-90ee-10648f8df655" data-containerid="5f8c90dc-b4cb-431b-90ee-10648f8df655" class="pageContent cpGrid cpGrid24" data-contentcontainerbreakpoint="30" >
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="1152dd61-e7ac-402a-b265-61c209116a74">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idaeed52e7-847f-4b00-acf2-bb78a0939c9b" style="" data-widgetcontainerid="aeed52e7-847f-4b00-acf2-bb78a0939c9b">
|
||
|
||
<div class="widget editor pageStyles narrow" id="divEditor169216a6-d57d-45b4-97bc-1b823af2b515" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}'>
|
||
<div class="fr-view">
|
||
|
||
|
||
<span style="font-size: 14pt;"> <h3 class="subhead2"></h3> The Building Department was established for the purpose of providing construction regulation, land use control, and preservation of wetland areas, for the protection of life, safety and general welfare of its citizens. </span><br>
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function (e) {
|
||
renderSlideshowIfApplicable($('#divEditor' + '169216a6-d57d-45b4-97bc-1b823af2b515'));
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col1 first" style="" data-widgetcontainerid="c6b8124f-4d96-4a52-9d50-b67f0804e0ab">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col1 first last idd6073c40-9589-4291-9f62-bfe26240635b" style="" data-widgetcontainerid="d6073c40-9589-4291-9f62-bfe26240635b">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="18c10e7e-e865-4406-a0e4-7c4aed24ed4f"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col23 last" style="" data-widgetcontainerid="2da236d6-b55d-4413-85fe-041349fa1015">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col23 first last id32a78fd5-eb93-4088-8822-d0e4a1abfdad" style="" data-widgetcontainerid="32a78fd5-eb93-4088-8822-d0e4a1abfdad">
|
||
|
||
<div class="widget image pageStyles" id="divImageOuter8ef5d662-6754-4557-bc1a-948d213c593c" data-widget-id="8ef5d662-6754-4557-bc1a-948d213c593c">
|
||
|
||
<div class="widgetBody imageBorder" id="divImage8ef5d662-6754-4557-bc1a-948d213c593c">
|
||
<img src="../ImageRepository/Documentc73c.jpg?documentID=409" alt="Building Permit Paperwork" title="Building Permit Paperwork"/> </div>
|
||
</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="baae2d4a-dc94-43aa-8248-63ed07861879">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id29d5bbbc-ea5f-418d-ae21-0c5611eeed7e" style="" data-widgetcontainerid="29d5bbbc-ea5f-418d-ae21-0c5611eeed7e">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="cec570cd-60aa-4bec-9c2d-e6f270ac4070"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col2 first" style="" data-widgetcontainerid="9d894dc7-98ee-4a81-af68-22a54091f7d1">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col2 first last id80c21b66-acfb-42d9-abb9-38067a33dde5" style="" data-widgetcontainerid="80c21b66-acfb-42d9-abb9-38067a33dde5">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="700117ba-4cfa-4654-b10f-d2c6fb1f4d46"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col12" style="" data-widgetcontainerid="c5e98c13-7d9e-4e84-be37-f9be2b5212fd">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idffc96536-e5ec-4a06-929c-25baa03c02de" style="" data-widgetcontainerid="ffc96536-e5ec-4a06-929c-25baa03c02de">
|
||
|
||
|
||
|
||
|
||
<section class="widget widgetRelatedDocuments skin43 narrow" id="widgetRelDoc63e1a341-2e4e-454a-a836-eab06c01b568" data-widgetid="63e1a341-2e4e-454a-a836-eab06c01b568" data-sections="[{"Title":"","DocumentIDs":"301,300,297,919,918,914,913,909,938,941,1003,1005,1004,1049,1048,1126,1127,1290,","FolderIds":",","SortedDocumentIds":""}]" data-columncount="1" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header63e1a341-2e4e-454a-a836-eab06c01b568">
|
||
<div id="divRelatedDocuments_63e1a341-2e4e-454a-a836-eab06c01b568" class="relatedDocuments">
|
||
<header class="widgetHeader" id="header63e1a341-2e4e-454a-a836-eab06c01b568"><div><h3>Building Official Applications</h3></div></header>
|
||
<div class="widgetBody cpGrid cpGrid1">
|
||
|
||
<div class="row narrow sortableWidgetTitle">
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="301,300,297,919,918,914,913,909,938,941,1003,1005,1004,1049,1048,1126,1127,1290," data-folderids="," data-sorteddocumentids="">
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="1003"><a target="_blank" href="../DocumentCenter/View/1003/RC%2520Building%2520Permit%2520UPDATED_202305040735584789.pdf" class="fileType pdf" aria-label="Building Permit Application pdf file">Building Permit Application</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="297"><a target="_blank" href="../DocumentCenter/View/297/RC%2520Certificate%2520of%2520Occupancy%2520Permit%2520Application%2520Form_202211020802373959.pdf" class="fileType pdf" aria-label="Certificate of Occupancy Permit Application (PDF) pdf file">Certificate of Occupancy Permit Application (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1004"><a target="_blank" href="../DocumentCenter/View/1004/RC%2520Commercial%2520Building%2520Permit_202303031102148868.pdf" class="fileType pdf" aria-label="Commercial Building Permit pdf file">Commercial Building Permit</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1126"><a target="_blank" href="../DocumentCenter/View/1126/RC%2520Electrical%2520Permit%2520_202303031104560282.pdf" class="fileType pdf" aria-label="Electrical Permit Application pdf file">Electrical Permit Application </a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1048"><a target="_blank" href="../DocumentCenter/View/1048/RC%2520Fire%2520Safety%2520Permit%2520Application_202211020910188444.pdf" class="fileType pdf" aria-label="Fire Safety Permit Application pdf file">Fire Safety Permit Application</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="941"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/941/Land-Disturbing-Permit-Application" class="fileType pdf" aria-label="Land Disturbing Permit Application pdf file">Land Disturbing Permit Application</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1005"><a target="_blank" href="../DocumentCenter/View/1005/RC%2520Manufactured%2520Home%2520Permit_202303031102446773.pdf" class="fileType pdf" aria-label="Manufactured Home Permit pdf file">Manufactured Home Permit</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1049"><a target="_blank" href="../DocumentCenter/View/1049/RC%2520Mechanical%2520Permit%2520_202303031104023590.pdf" class="fileType pdf" aria-label="Mechanical Permit Application pdf file">Mechanical Permit Application</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="1290"><a target="_blank" href="../DocumentCenter/View/1290/RC%2520Plumbing%2520Permit%2520Application.pdf" class="fileType pdf" aria-label="Plumbing Permit Application pdf file">Plumbing Permit Application</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="300"><a target="_blank" href="../DocumentCenter/View/300/RC%2520%2520Sign%2520%2520Permit%2520application_202211020902548247.pdf" class="fileType pdf" aria-label="Sign Permit Application (PDF) pdf file">Sign Permit Application (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="301"><a target="_blank" href="../DocumentCenter/View/301/RC%2520Tank%2520%2520Permit%2520Application%2520Form_202211020903439653.pdf" class="fileType pdf" aria-label="Tank Permit Application (PDF) pdf file">Tank Permit Application (PDF)</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Remove section heading when it is empty and live edit is off.
|
||
if ('false' === 'false') {
|
||
var jqh4Selector = $('#widgetRelDoc' + '63e1a341-2e4e-454a-a836-eab06c01b568').find('div.widgetBody div.row div.relatedDocumentsSection h4.widgetTitle');
|
||
if (jqh4Selector.val() == "") {
|
||
jqh4Selector
|
||
.filter(function () {
|
||
return $.trim($(this).text()) === ''
|
||
})
|
||
.remove();
|
||
}
|
||
}
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<script type="text/javascript">
|
||
var documentsToInsert = [];
|
||
var foldersToInsert = [];
|
||
|
||
$(document).ready(function () {
|
||
var hasEditRights = false;
|
||
if (window.File && window.FileList && window.FileReader && hasEditRights) {
|
||
var RelatedDocumentsWidget = 5;
|
||
makeWidgetAreaDroppable('63e1a341-2e4e-454a-a836-eab06c01b568', $('#widgetRelDoc' + '63e1a341-2e4e-454a-a836-eab06c01b568'), RelatedDocumentsWidget, true, RelatedDocumentsCallback);
|
||
}
|
||
|
||
if(hasEditRights)
|
||
browserVersionNotCompatibleWithDragDropTextUpdate($('#addFile' + '63e1a341-2e4e-454a-a836-eab06c01b568'), 'Add a new file');
|
||
});
|
||
|
||
function RelatedDocumentsCallback(widgetID, response)
|
||
{
|
||
if (window.ContentCollectionInstance.IsWorkingCopy) {
|
||
$('#widgetRelDoc' + widgetID).replaceWith(response);
|
||
contentUpdated();
|
||
attachRelatedDocumentsHandlers();
|
||
}
|
||
else {
|
||
ContentCollectionInstance.reloadContent();
|
||
}
|
||
}
|
||
</script>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col10 last" style="" data-widgetcontainerid="30d60229-0f87-41ba-9bcb-2cf2e5f070e7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col10 first last ide6086a32-2072-4cf0-a325-271d980e6b1a" style="" data-widgetcontainerid="e6086a32-2072-4cf0-a325-271d980e6b1a">
|
||
|
||
|
||
|
||
|
||
<section class="widget widgetRelatedDocuments skin43 narrow" id="widgetRelDoc5a7813a7-d487-4031-8bcb-1259ab3a941a" data-widgetid="5a7813a7-d487-4031-8bcb-1259ab3a941a" data-sections="[{"Title":"","DocumentIDs":"291,290,734,737,736,739,944,942,940,939,937,934,933,","FolderIds":",","SortedDocumentIds":"737,298,296,291,290,734,"}]" data-columncount="1" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header5a7813a7-d487-4031-8bcb-1259ab3a941a">
|
||
<div id="divRelatedDocuments_5a7813a7-d487-4031-8bcb-1259ab3a941a" class="relatedDocuments">
|
||
<header class="widgetHeader" id="header5a7813a7-d487-4031-8bcb-1259ab3a941a"><div><h3>Building Official Documents</h3></div></header>
|
||
<div class="widgetBody cpGrid cpGrid1">
|
||
|
||
<div class="row narrow sortableWidgetTitle">
|
||
<div class="relatedDocumentsSection selfClear" data-documentids="291,290,734,737,736,739,944,942,940,939,937,934,933," data-folderids="," data-sorteddocumentids="737,298,296,291,290,734,">
|
||
|
||
<div class=" first last">
|
||
<ol class="semanticList bullets" style="min-height:8px;">
|
||
<li class="widgetItem" data-documentid="290"><a target="_blank" href="../DocumentCenter/View/290/Owner%2520Written%2520Statement_202211020759133478.pdf" class="fileType pdf" aria-label="Affidavit Form (PDF) pdf file">Affidavit Form (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="933"><a target="_blank" href="../DocumentCenter/View/933/RC%2520Agreement%2520In%2520Lieu%2520Plan_202211020920490224.pdf" class="fileType pdf" aria-label="Agreement in Lieu of Plan for Construction of a Single-Family Residence pdf file">Agreement in Lieu of Plan for Construction of a Single-Family Residence</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="934"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/934/Agricultural-Erosion-and-Sediment-Checklist" class="fileType pdf" aria-label="Agricultural Erosion and Sediment Checklist pdf file">Agricultural Erosion and Sediment Checklist</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="937"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/937/Erosion-and-Sediment-Control-FAQs" class="fileType pdf" aria-label="Erosion and Sediment Control FAQs pdf file">Erosion and Sediment Control FAQs</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="939"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/939/Erosion-and-Sediment-Plans-Checklist" class="fileType pdf" aria-label="Erosion and Sediment Plans Checklist pdf file">Erosion and Sediment Plans Checklist</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="940"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/940/Farm-Building-or-Structure-Exemption" class="fileType pdf" aria-label="Farm Building or Structure Exemption pdf file">Farm Building or Structure Exemption</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="291"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/291/Footer-Information-PDF" class="fileType pdf" aria-label="Footer Information (PDF) pdf file">Footer Information (PDF)</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="737"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/737/New-Permit-Fees---Effective-July-1-2019-PDF" class="fileType pdf" aria-label="New-Permit Fees---Effective-July-1-2019-PDF pdf file">New-Permit Fees---Effective-July-1-2019-PDF</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="942"><a target="_blank" href="https://www.russellcountyva.us/DocumentCenter/View/942/Notice-to-Town-of-Lebanon-Residents" class="fileType pdf" aria-label="Notice to Town of Lebanon Residents pdf file">Notice to Town of Lebanon Residents</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="944"><a target="_blank" href="../DocumentCenter/View/944/Owner%2520Written%2520Statement_202211020929161317.pdf" class="fileType pdf" aria-label="Owners Written Statement pdf file">Owners Written Statement</a>
|
||
</li>
|
||
<li class="widgetItem" data-documentid="734"><a target="_blank" href="../DocumentCenter/View/734/Russell%2520County%2520SolSmart%2520Letter%2520of%2520Commitment.pdf" class="fileType pdf" aria-label="Russell County SolSmart Letter of Commitment pdf file">Russell County SolSmart Letter of Commitment</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Remove section heading when it is empty and live edit is off.
|
||
if ('false' === 'false') {
|
||
var jqh4Selector = $('#widgetRelDoc' + '5a7813a7-d487-4031-8bcb-1259ab3a941a').find('div.widgetBody div.row div.relatedDocumentsSection h4.widgetTitle');
|
||
if (jqh4Selector.val() == "") {
|
||
jqh4Selector
|
||
.filter(function () {
|
||
return $.trim($(this).text()) === ''
|
||
})
|
||
.remove();
|
||
}
|
||
}
|
||
});
|
||
</script>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<script type="text/javascript">
|
||
var documentsToInsert = [];
|
||
var foldersToInsert = [];
|
||
|
||
$(document).ready(function () {
|
||
var hasEditRights = false;
|
||
if (window.File && window.FileList && window.FileReader && hasEditRights) {
|
||
var RelatedDocumentsWidget = 5;
|
||
makeWidgetAreaDroppable('5a7813a7-d487-4031-8bcb-1259ab3a941a', $('#widgetRelDoc' + '5a7813a7-d487-4031-8bcb-1259ab3a941a'), RelatedDocumentsWidget, true, RelatedDocumentsCallback);
|
||
}
|
||
|
||
if(hasEditRights)
|
||
browserVersionNotCompatibleWithDragDropTextUpdate($('#addFile' + '5a7813a7-d487-4031-8bcb-1259ab3a941a'), 'Add a new file');
|
||
});
|
||
|
||
function RelatedDocumentsCallback(widgetID, response)
|
||
{
|
||
if (window.ContentCollectionInstance.IsWorkingCopy) {
|
||
$('#widgetRelDoc' + widgetID).replaceWith(response);
|
||
contentUpdated();
|
||
attachRelatedDocumentsHandlers();
|
||
}
|
||
else {
|
||
ContentCollectionInstance.reloadContent();
|
||
}
|
||
}
|
||
</script>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="newCP">
|
||
|
||
</div>
|
||
</div>
|
||
</div><aside data-cpRole="contentContainer" id="featureColumn" class="secondaryContent"> <div id="ccd6923f64-2522-4bce-8783-61ad1b416b69" data-containerid="d6923f64-2522-4bce-8783-61ad1b416b69" class="pageContent cpGrid cpGrid24 showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="660a9a6b-fc53-44f3-a51f-6cc723b1fcd4">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id9bb3a950-0c4f-46bd-b586-386afc8d1f7e" style="" data-widgetcontainerid="9bb3a950-0c4f-46bd-b586-386afc8d1f7e">
|
||
|
||
<div data-widget-id="a6d10df9-5bbf-4e1b-998b-4f960c015873" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdva6d10df9-5bbf-4e1b-998b-4f960c015873" class="widget widgetInfoAdvanced skin49 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="headera6d10df9-5bbf-4e1b-998b-4f960c015873">
|
||
<header class="widgetHeader" id="headera6d10df9-5bbf-4e1b-998b-4f960c015873">
|
||
<div class="">
|
||
<h3 >Contact Us</h3>
|
||
</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">
|
||
137 Highland Dr<br>
|
||
Lebanon, VA 24266<br>
|
||
<br>
|
||
(276) 889-8012<br><br>Hours of Operation:<br>Monday - Friday<br>8:00 AM - 4:00 PM <br>
|
||
<br>
|
||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3190.338934570029!2d-82.07072828423264!3d36.90615987992686!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x885004e22e4707f9%3A0x98bd6ba6e3f97ac3!2s137+Highland+Dr%2C+Lebanon%2C+VA+24266!5e0!3m2!1sen!2sus!4v1500036150680" width="175" height="175" frameborder="0" style="border:0" allowfullscreen=""></iframe>
|
||
</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) {
|
||
$('#divInfoAdva6d10df9-5bbf-4e1b-998b-4f960c015873 .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="1d34250c-4552-4502-b2c2-1bccfa86e0bd">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last idc028d579-4016-4584-b05b-7a4674d115bc" style="" data-widgetcontainerid="c028d579-4016-4584-b05b-7a4674d115bc">
|
||
|
||
<div data-widget-id="8a54c5db-b766-4878-a496-8c09ed3dc553" data-widget-controller-path="/Faq/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetFaq8a54c5db-b766-4878-a496-8c09ed3dc553" class="widget widgetFAQ skin49 widgetOptionSet1 narrow" data-modulewidgettype="FAQ" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="faqHeader8a54c5db-b766-4878-a496-8c09ed3dc553">
|
||
<header class="widgetHeader" id="faqHeader8a54c5db-b766-4878-a496-8c09ed3dc553">
|
||
<div class="">
|
||
<h3><a href="../Faq82d9.html?TID=29">FAQs</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody pageStyles cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<link href="../Areas/FAQ/Assets/Styles/Widget.css" rel="stylesheet" />
|
||
<div class="col col1">
|
||
<ol class="semanticList bullets" style="columns: 1">
|
||
|
||
|
||
<li style="position: relative" class="widgetItem">
|
||
<a class="widgetDesc widgetFAQQuestion" href="../Faq1819.html?QID=105">How long is my permit valid?</a>
|
||
</li>
|
||
|
||
|
||
<li style="position: relative" class="widgetItem">
|
||
<a class="widgetDesc widgetFAQQuestion" href="../Faq8989.html?QID=106">How much notice is required for requesting an inspection?</a>
|
||
</li>
|
||
|
||
|
||
<li style="position: relative" class="widgetItem">
|
||
<a class="widgetDesc widgetFAQQuestion" href="../Faqa221.html?QID=107">Can I apply online for a building permit?</a>
|
||
</li>
|
||
|
||
|
||
<li style="position: relative" class="widgetItem">
|
||
<a class="widgetDesc widgetFAQQuestion" href="../Faq9326.html?QID=108">What documents are required to obtain a building permit?</a>
|
||
</li>
|
||
|
||
|
||
<li style="position: relative" class="widgetItem">
|
||
<a class="widgetDesc widgetFAQQuestion" href="../Faq3bf3.html?QID=123">What are the hours of operation for the Building Official?</a>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<a id="faqViewAll8a54c5db-b766-4878-a496-8c09ed3dc553" class="widgetViewAll alignLeft" style="" href="../Faq82d9.html?TID=29" aria-labelledby="faqHeader8a54c5db-b766-4878-a496-8c09ed3dc553 faqViewAll8a54c5db-b766-4878-a496-8c09ed3dc553">View All</a>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/FAQ.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<script>
|
||
function handleExpandCollapse(e) {
|
||
const element = e.currentTarget;
|
||
const answer = document.getElementById(element.getAttribute("aria-controls")).parentElement;
|
||
const expandArrow = element.getElementsByClassName("widgetFAQ--arrow")[0];
|
||
if (answer.classList.contains("hidden")) {
|
||
expandArrow.classList.add('widgetFAQ--arrow-expanded');
|
||
expandArrow.classList.remove('widgetFAQ--arrow-collapsed');
|
||
answer.classList.remove("hidden");
|
||
element.setAttribute("aria-expanded", "true");
|
||
} else {
|
||
expandArrow.classList.add('widgetFAQ--arrow-collapsed');
|
||
expandArrow.classList.remove('widgetFAQ--arrow-expanded');
|
||
answer.classList.add("hidden");
|
||
element.setAttribute("aria-expanded", "false");
|
||
}
|
||
e.preventDefault();
|
||
e.stopImmediatePropagation();
|
||
e.stopPropagation();
|
||
}
|
||
document.querySelectorAll(".widgetFAQ--question a").forEach(element => {
|
||
// When the link is clicked, expand or collapse the answer
|
||
element.addEventListener("click", handleExpandCollapse);
|
||
});
|
||
</script>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</aside>
|
||
</div><div data-cpRole="structuralContainer" id="structuralContainer7" class="siteSidebar">
|
||
<div data-cpRole="structuralContainer" id="structuralContainer8">
|
||
<aside data-cpRole="contentContainer" id="contentContainer2"> <div id="cc2d4efe34-b6d1-4011-8364-8c965bcf7d03" data-containerid="2d4efe34-b6d1-4011-8364-8c965bcf7d03" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><nav data-cpRole="nav" id="secondaryNav" class="siteNav secondaryNav">
|
||
|
||
|
||
|
||
|
||
<ol role="menu" id="secondaryMenusecondaryNav" data-parent="150" class="rootNavMenu flyoutNav">
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem151" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="151" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../151/County-Administrator.html" target="_self">County Administrator</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem256" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="256" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../agendacenter-2.html" target="_self">Agendas & Minutes</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem257" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="257" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../257/Ordinances-Resolutions.html" target="_self">Ordinances & Resolutions</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem154" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="154" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../154/Budget-Finance.html" target="_self">Budget & Finance</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem160" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="160" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../160/County-Attorney.html" target="_self">County Attorney</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem158" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="158" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../158/Solid-Waste.html" target="_self">Solid Waste</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem156" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="156" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../156/Emergency-Management.html" target="_self">Emergency Management</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem155" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="155" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../155/Procurement.html" target="_self">Procurement</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem159" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="159" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../159/Parks-Recreation.html" target="_self">Parks & Recreation</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem153" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="153" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../153/Human-Resources.html" target="_self">Human Resources</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem162" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="162" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="https://russell.lib.va.us/" target="_self">Library</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem152" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="152" data-displaymegamenu="False">
|
||
<a onclick="return false;" class="navMainItem secondaryNavItem" href="Building-Official.html" target="_self">Building Official</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem161" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="161" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../161/Animal-Shelter.html" target="_self">Animal Shelter</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem165" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="165" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../165/Conference-Center.html" target="_self">Conference Center</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem187" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="187" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../187/Tourism.html" target="_self">Tourism</a>
|
||
</li>
|
||
<li role="menuitem" aria-haspopup="true" id="SideItem157" class="topMenuItem" data-display-main-item-sub-menu-indicators="True" data-pageid="157" data-displaymegamenu="False">
|
||
<a class="navMainItem secondaryNavItem" href="../157/Employment-Opportunities.html" target="_self">Employment Opportunities</a>
|
||
</li>
|
||
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//setup menu manager properties for secondary menu
|
||
menuManager.isSideMenuEditable = false;
|
||
menuManager.sideMenuMaxSubMenuLevels = 4;
|
||
menuManager.sideMenuHasCustomLinks = false;
|
||
});
|
||
</script>
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
//Init secondary menu
|
||
var setupDraggable = menuManager.isSideMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuSecondary/HiddenSecondarySubMenus?pageID=152&moduleID=&themeID=1&menuContainerID=secondaryNav';
|
||
var menuID = 'secondaryMenusecondaryNav';
|
||
menuManager.setMOMMode(2, SIDE_MENU);
|
||
menuManager.setupMenu(menuID, 'secondaryNav', SIDE_MENU, setupDraggable, urlToGetHiddenMenus);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
</nav>
|
||
</div><aside data-cpRole="contentContainer" id="contentContainer3"> <div id="cc17fc1b17-a660-41d3-b47a-b7691b8b110a" data-containerid="17fc1b17-a660-41d3-b47a-b7691b8b110a" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="40">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="d3c17661-ad37-4354-8a7d-169faa8fb16a">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id4a271e60-cdd8-4435-ad82-023328d9fbe7" style="" data-widgetcontainerid="4a271e60-cdd8-4435-ad82-023328d9fbe7">
|
||
|
||
<div data-widget-id="059bf834-a651-45f1-9534-49ecb038a760" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget059bf834-a651-45f1-9534-49ecb038a760" class="widget widgetGraphicLinks skin45 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' data-modulewidgettype="graphicLinks">
|
||
<div class="widgetHeader">
|
||
<div class="">
|
||
</div>
|
||
</div>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../259/Russell-County-VDOT-Repair-Request.html" target="_blank" class="fancyButton fancyButton39 " aria-label="Road Condition Reporting Opens in new window">
|
||
<span>
|
||
<span><span class="text">Road Condition Reporting<br></span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton39.fancyButton:link,.fancyButton39.fancyButton:visited, .fancyButton39div.fancyButton{
|
||
background-color: rgb(114, 146, 6);
|
||
padding-left: 1em;
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(114, 146, 6)), to(rgb(114, 146, 6)));
|
||
background: -webkit-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6));
|
||
background: -moz-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6) );
|
||
background: -ms-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6) );
|
||
background: -o-linear-gradient(top, rgb(114, 146, 6), rgb(114, 146, 6));
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(114, 146, 6)', endColorstr='rgb(114, 146, 6)');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(114, 146, 6)', endColorstr='rgb(114, 146, 6)')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid rgb(114, 146, 6);
|
||
border-left: 1px solid rgb(114, 146, 6);
|
||
border-right: 1px solid rgb(114, 146, 6);
|
||
border-bottom: 1px solid rgb(114, 146, 6);
|
||
}
|
||
.fancyButton39.fancyButton:hover,.fancyButton39.fancyButton:focus,.fancyButton39.fancyButton:active,.fancyButton39.fancyButton.hover{
|
||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064892), to(#142f6b));
|
||
background: -webkit-linear-gradient(top, #064892, #142f6b);
|
||
background: -moz-linear-gradient(top, #064892, #142f6b );
|
||
background: -ms-linear-gradient(top, #064892, #142f6b );
|
||
background: -o-linear-gradient(top, #064892, #142f6b);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892');
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f6b', endColorstr='#064892')";
|
||
background-repeat: no-repeat;
|
||
background-position: left top;
|
||
border-top: 1px solid #404aab;
|
||
border-left: 1px solid #404aab;
|
||
border-right: 1px solid #404aab;
|
||
border-bottom: 1px solid #404aab;
|
||
}
|
||
.fancyButton39.fancyButton:link > span,.fancyButton39.fancyButton:visited > span, .fancyButton39div.fancyButton > span{
|
||
}
|
||
.fancyButton39.fancyButton:hover > span,.fancyButton39.fancyButton:focus > span,.fancyButton39.fancyButton:active > span,.fancyButton39.fancyButton.hover > span{
|
||
}
|
||
.fancyButton39.fancyButton .text{
|
||
color: #e8f1ff;
|
||
font-size: 1.1em;
|
||
font-family: "Noto Sans";
|
||
text-align: left;
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
background-color: rgb(114, 146, 6);
|
||
padding-top: 0.8em;
|
||
padding-bottom: 0.8em;
|
||
padding-right: 0.8em;
|
||
padding-left: 3em;
|
||
background-image: url('../ImageRepository/Document2c5b.png?documentID=51');
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .text,.fancyButton39.fancyButton:focus .text,.fancyButton39.fancyButton:active .text,.fancyButton39.fancyButton.hover .text{
|
||
text-decoration: none;
|
||
background-repeat: no-repeat;
|
||
background-position: left center;
|
||
|
||
|
||
}
|
||
.fancyButton39.fancyButton .textStyle1{
|
||
color: rgb(232, 241, 255);
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .textStyle1, .fancyButton39.fancyButton.hover .textStyle1{
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton .textStyle2{
|
||
color: rgb(232, 241, 255);
|
||
font-size: 1.1em;
|
||
font-style: normal;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.fancyButton39.fancyButton:hover .textStyle2, .fancyButton39.fancyButton.hover .textStyle2{
|
||
text-decoration: none;
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../agendacenter-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/152/Building-Official by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 07 Feb 2024 06:46:00 GMT -->
|
||
</html> |