2453 lines
117 KiB
HTML
2453 lines
117 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/faq.aspx by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:14:55 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-204515259-140';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-YTC84KR1VL';w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
'../www.googletagmanager.com/gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','cpDataLayerGA4','GTM-K73C5PS');</script>
|
||
<!-- End Google Tag Manager for GA4 -->
|
||
<script type='text/javascript'>
|
||
var enableTelemetry = 'false'
|
||
var aiConfig = {
|
||
instrumentationKey: '1cde048e-3185-4906-aa46-c92a7312b60f'
|
||
}
|
||
var appInsights = window.appInsights || function (a) { function b(a) { c[a] = function () { var b = arguments; c.queue.push(function () { c[a].apply(c, b) }) } } var c = { config: a }, d = document, e = window; setTimeout(function () { var b = d.createElement('script'); b.src = a.url || 'https://az416426.vo.msecnd.net/scripts/a/ai.0.js', d.getElementsByTagName('script')[0].parentNode.appendChild(b) }); try { c.cookie = d.cookie } catch (a) { } c.queue = []; for (var f = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Dependency']; f.length;)b('track' + f.pop()); if (b('setAuthenticatedUserContext'), b('clearAuthenticatedUserContext'), b('startTrackEvent'), b('stopTrackEvent'), b('startTrackPage'), b('stopTrackPage'), b('flush'), !a.disableExceptionTracking) { f = 'onerror', b('_' + f); var g = e[f]; e[f] = function (a, b, d, e, h) { var i = g && g(a, b, d, e, h); return !0 !== i && c['_' + f](a, b, d, e, h), i } } return c }(aiConfig);
|
||
window.appInsights = appInsights, appInsights.queue && 0 === appInsights.queue.length;
|
||
// Add telemetry initializer
|
||
appInsights.queue.push(function() {
|
||
appInsights.context.addTelemetryInitializer(function(envelope) {
|
||
var telemetryItem = envelope.data.baseData;
|
||
// To check the telemetry item’s type:
|
||
if (!false)
|
||
{
|
||
//If the telemetry is not enabled, we still want to capture Google map custom event, so only allow that
|
||
if (envelope.name.indexOf('.Event') == -1)
|
||
return false;
|
||
}
|
||
});
|
||
});
|
||
appInsights.trackPageView();
|
||
</script>
|
||
<script>
|
||
function populateAntiForgery(token) {
|
||
var input = document.createElement("input");
|
||
input.name = "__RequestVerificationToken";
|
||
input.type = "hidden";
|
||
input.value = token;
|
||
var absPat = /^https?:\/\/|^\/\//i;
|
||
var forms = document.getElementsByTagName("form");
|
||
for (var i = 0; i < forms.length; i++) {
|
||
if (forms[i].method == "post" &&
|
||
!forms[i].querySelector('[name="__RequestVerificationToken"]') &&
|
||
!absPat.test(forms[i].getAttribute("action"))) {
|
||
forms[i].appendChild(input.cloneNode());
|
||
}
|
||
}
|
||
}
|
||
|
||
function getAntiForgeryToken(callback, error) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.open("GET.html", "/antiforgery");
|
||
xhr.addEventListener("load", function() {
|
||
try {
|
||
if (this.status !== 200) {
|
||
throw Error("Invalid status. Could not retrieve antiforgery token.");
|
||
}
|
||
var obj = JSON.parse(this.responseText);
|
||
callback(obj.token);
|
||
} catch (e) {
|
||
typeof error === "function" && error(e);
|
||
}
|
||
});
|
||
xhr.send();
|
||
}
|
||
|
||
getAntiForgeryToken(function(token) {
|
||
if (document.readyState === "complete"
|
||
|| document.readyState === "loaded"
|
||
|| document.readyState === "interactive") {
|
||
populateAntiForgery(token);
|
||
return;
|
||
}
|
||
document.addEventListener("DOMContentLoaded", function() {
|
||
populateAntiForgery(token);
|
||
}, false);
|
||
}, console.error);
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
window.departmentHeader = {};
|
||
window.pageSectionTracker = {};
|
||
window.isResponsiveEnabled = true;
|
||
window.isRemoveSetHeights= false;
|
||
if (window.isRemoveSetHeights) {
|
||
document.documentElement.className += ' removeSetHeights';
|
||
}
|
||
window.mainMenuMediaQuery = 'screen and (max-width: 40em)';
|
||
window.isMobileBrowserIncludingTablets = false;
|
||
window.fixedResponsiveMenu = false;
|
||
window.fullWidthResponsiveMenu = true;
|
||
window.responsiveMenuHeight = '';
|
||
window.responsiveMenuFontSize = '';
|
||
(function () {
|
||
window.setSizeCookie = function () {
|
||
document.cookie = "dpi=" + window.devicePixelRatio + "; path=/";
|
||
document.cookie = "viewportWidth=" + window.innerWidth + "; path=/";
|
||
document.cookie = "viewportHeight=" + window.innerHeight + "; path=/";
|
||
if (screen && screen.width && screen.height) {
|
||
document.cookie = "screenWidth=" + screen.width + "; path=/";
|
||
document.cookie = "screenHeight=" + screen.height + "; path=/";
|
||
}
|
||
document.cookie = "responsiveGhost%3d1%3b%20path%3d/index.html";
|
||
};
|
||
|
||
setSizeCookie();
|
||
}());
|
||
</script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
|
||
|
||
<meta name="theme-color" content="#295076">
|
||
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
|
||
<title>FAQs • Scott County, VA • CivicEngage</title>
|
||
|
||
<script src="Assets/Scripts/jQuery/jquery-2.2.4.min.js"></script>
|
||
<script src="Assets/Scripts/jQuery/jQuery-migrate-1.4.1.js" type="text/javascript"></script>
|
||
<!--[if IE 6]><script language="JavaScript" type="text/javascript"> var isie6 = true; </script><![endif]-->
|
||
<!--[if IE 7]><script language="JavaScript" type="text/javascript"> var isie7 = true; </script><![endif]-->
|
||
<!--[if IE 8]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<!--[if IE 9]><script language="JavaScript" type="text/javascript"> var isie8 = true; </script><![endif]-->
|
||
<script type="text/javascript"><!--
|
||
var intCountryCode = 840;
|
||
var externalSiteDialogHeight = '390px';
|
||
var order = '';
|
||
//--></script>
|
||
|
||
<link href="-1542169068.css" rel="stylesheet" type="text/css" /> <link href="1814023158.css" rel="stylesheet" type="text/css" />
|
||
|
||
<link rel="stylesheet" type="text/css" href="Assets/Styles/Print.css" media="print">
|
||
<script type="text/javascript">
|
||
window.Pages = window.Pages || {};
|
||
// FrontEnd RWD initialization
|
||
window.Pages.rwdReady = $.Deferred();
|
||
window.Pages.toolBarDeferred = $.Deferred();
|
||
window.Pages.rwdSetupComplete = $.Deferred();
|
||
window.Pages.megaMenuLoaded = $.Deferred();
|
||
window.Pages.angularToolbarComplete = $.Deferred();
|
||
window.Pages.frontEndToolbarComplete = $.Deferred();
|
||
</script>
|
||
|
||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
||
|
||
<link rel="stylesheet" href="App_Themes/CP/nmenu.css" type="text/css">
|
||
|
||
|
||
<!-- Dynamic Header Scripts -->
|
||
|
||
<!--Reference Stylesheet-->
|
||
|
||
|
||
<!--Dynamic Header Styles-->
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="248816995.js" type="text/javascript"></script>
|
||
|
||
|
||
|
||
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/App_Themes/ie8.css"><![endif]-->
|
||
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/App_Themes/ie7.css"><![endif]-->
|
||
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/App_Themes/ie6.css"><![endif]-->
|
||
<!--[if lt IE 9]><script type="text/javascript" src="/Scripts/html5.js"></script><![endif]-->
|
||
|
||
<script type="text/javascript">
|
||
setEditorVariables(false, 840);
|
||
function getPrintPreviewType() { return 0; } function printPreview() {pPreview(getPrintPreviewType()); }
|
||
</script>
|
||
|
||
</head>
|
||
<body class="wide " >
|
||
|
||
<script>jQuery(document).click(function (event) {
|
||
var target = jQuery(event.target);
|
||
if (target.attr('src') && target.parents('.image').length && target.parents('.widget').length) {
|
||
var text = target.attr('title');
|
||
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Image',
|
||
eventAction: 'Image - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.is('button') || target.hasClass('button') || target.parents().hasClass('button')) {
|
||
var text = "";
|
||
if (target.parents('.button')[0]) {
|
||
text = target.parents('.button')[0].text;
|
||
} else if (target.text().length) {
|
||
text = target.text();
|
||
} else if (target.attr('title').length) {
|
||
text = target.attr('title');
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Button',
|
||
eventAction: 'Button - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetCustomHtml').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Custom Html',
|
||
eventAction: 'Custom Html Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.editor').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Editor',
|
||
eventAction: 'Editor Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.GraphicLinks').length) {
|
||
var text = "";
|
||
var targetGraphicLink = target;
|
||
if (target.hasClass('widgetGraphicLinksLink')) {
|
||
targetGraphicLink = jQuery(target.children()[0]);
|
||
}
|
||
if (targetGraphicLink.hasClass('text')) {
|
||
text = targetGraphicLink.text();
|
||
} else if (targetGraphicLink.attr('src').length) {
|
||
if (targetGraphicLink.attr('alt').length) {
|
||
text = targetGraphicLink.attr('alt');
|
||
} else {
|
||
text = targetGraphicLink.attr('src');
|
||
}
|
||
} else {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Graphic Links',
|
||
eventAction: 'Graphic Link - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.InfoAdvanced').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Info Advanced',
|
||
eventAction: 'Info Advanced Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.list').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'List',
|
||
eventAction: 'List Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.megaMenuItem').length || target.parents('.topMenuItem').length) {
|
||
var megaMenuText = jQuery('.topMenuItem.mouseover').find('span').text();
|
||
var breadCrumbs = [];
|
||
jQuery('.breadCrumbs > li').each(function () {
|
||
breadCrumbs.push(this.textContent);
|
||
});
|
||
var pageTitle = breadCrumbs.join('>');
|
||
var subTitleText = target.parents('.megaMenuItem').children('.widgetTitle').children().text();
|
||
var text = "";
|
||
if (pageTitle) {
|
||
text += pageTitle + " | ";
|
||
} else {
|
||
text += document.title + ' - ';
|
||
}
|
||
if (target.text() == "" && megaMenuText == "") {
|
||
text += "N/A";
|
||
} else if (target.text().length && megaMenuText.length) {
|
||
if (megaMenuText == target.text()) {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += megaMenuText + " - " + subTitleText + " - " + target.text();
|
||
}
|
||
} else if (target.text() == "") {
|
||
text += megaMenuText;
|
||
} else {
|
||
text += target.text();
|
||
}
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Mega Menu',
|
||
eventAction: 'Mega Menu : ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetNewsFlash').length && target.parents('.widgetItem').length) {
|
||
var text = jQuery(target.parents('.widgetItem')[0]).find('.widgetTitle').children().text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'News Flash',
|
||
eventAction: 'News Flash - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.hasClass('widgetQuickLinksLink') || target.find('.widgetQuickLinksLink').length) {
|
||
var text = target.text();
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Quick Links',
|
||
eventAction: 'Quick Links - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.attr('src') && target.parents('.cpSlideshow').length) {
|
||
var text = target.attr('title');
|
||
if (!text.length) {
|
||
text = "N/A";
|
||
}
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Slideshow',
|
||
eventAction: 'Slideshow - ' + text,
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
if (target.parents('.widgetText').length) {
|
||
ga('send',
|
||
{
|
||
hitType: 'event',
|
||
eventCategory: 'Text',
|
||
eventAction: 'Text Link Clicked',
|
||
eventLabel: window.location.href
|
||
});
|
||
}
|
||
});</script>
|
||
|
||
<div id="fb-root"></div>
|
||
<div id=skipToContentLinks>
|
||
<a href="#contentarea" target="_self" class="skipToContentLink">Skip to Main Content</a>
|
||
</div>
|
||
<form id="frmReferenceFormForTelerikEditorDialogs"></form>
|
||
|
||
<input type="hidden" id="GoogleMapsKey" value="AIzaSyDWUuE-ifkbhxblF920N8MjpBdTg1Wt784" />
|
||
|
||
|
||
|
||
<input type="hidden" id="cpcDomain" value="https://cp-civicplusuniversity2.civicplus.com">
|
||
<input type="hidden" id="hdnStructureID" value="2" />
|
||
<input type="hidden" id="hdnContentCollectionID" value="9dd17759-87ea-4283-9b9c-cb1c70ebe70c" />
|
||
<input type="hidden" id="hdnWorkingCopyID" value="00000000-0000-0000-0000-000000000000" />
|
||
<input type="hidden" id="hdnThemeID" value="17" />
|
||
<input type="hidden" id="pageIsFrontEnd" value="true" />
|
||
<input type="hidden" id="pageModuleID" value="25" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="25" />
|
||
<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=c61cce28-72e8-4f10-9353-1c7b83b8d73d&redirect_uri=https%3a%2f%2fwww.scottcountyva.com%2fIdentityServer%2fSignInCallback&response_type=code id_token token&scope=openid profile email&state=c46477c00d8b4fc78c5ed989a9b5ac8a_&nonce=a62a3b3669e3497eb301eaff8b88486d&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="bodyContainerTS">
|
||
<!-- Header Container --><header data-cpRole="structuralContainer" id="headerContainerTS" class="fixedTopTS">
|
||
<div class="siteWrap3"><div data-cpRole="banner" id="bannerLogoTS" class="bannerLogoTS empty">
|
||
|
||
|
||
|
||
|
||
<a style=" display: block; text-align: center;
|
||
" class="bannerObject" href="index.html" target="_self"><img alt="Home Page" class="bannerObject" height="136" src="ImageRepository/Document2efb.png?documentID=66" width="559" /></a>
|
||
|
||
</div><div data-cpRole="contentContainer" id="searchTS"> <div id="cc2d5d1709-5d66-49f4-95ab-964c933e1c42" data-containerid="2d5d1709-5d66-49f4-95ab-964c933e1c42" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="8e12b538-882d-42e4-80be-78be99c609de">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id8005f4bd-61e3-4a75-9885-b16b5cc6e154" style="" data-widgetcontainerid="8005f4bd-61e3-4a75-9885-b16b5cc6e154">
|
||
|
||
<div data-widget-id="18176157-715e-4a5c-8b8c-b5de294a6a0e" data-widget-controller-path="/Layout/WidgetSearch">
|
||
|
||
<script defer type="text/javascript" src="Common/Controls/jquery-ui-1.10.4/js/jquery.ui.autocomplete.min.js"></script>
|
||
<script defer src="Areas/Layout/Assets/Scripts/Search.js" type="text/javascript"></script>
|
||
<script defer type="text/javascript">
|
||
|
||
$(document).ready(function () {
|
||
try {
|
||
$(".widgetSearchButton.widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e").click(function (e) {
|
||
e.preventDefault();
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).siblings(".widgetSearchBox").val(), 0);
|
||
}
|
||
});
|
||
$("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").keypress(function (e) {
|
||
if (window.clipboardData) {
|
||
if (e.keyCode == 13) {
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
} else {
|
||
if (e.which == 13) {
|
||
if ($("#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e").is(':checked')) {
|
||
doWidgetSearch($(this).val(), Number(0));
|
||
} else {
|
||
doWidgetSearch($(this).val(), 0);
|
||
}
|
||
return false;
|
||
}
|
||
}
|
||
return true;
|
||
});
|
||
|
||
if (true) {
|
||
var currentRequest = null;
|
||
|
||
var $searchField = $("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").autocomplete({
|
||
source: function (request, response) {
|
||
currentRequest = $.ajax({
|
||
url: '/Search/AutoComplete',
|
||
dataType: "json",
|
||
timeout: 10000,
|
||
beforeSend: function () {
|
||
if (currentRequest != null) {
|
||
currentRequest.abort();
|
||
}
|
||
},
|
||
data:
|
||
{
|
||
term: request.term,
|
||
},
|
||
success: function (data) {
|
||
response(data);
|
||
$('.autoCompleteError').remove();
|
||
},
|
||
error: function (xmlhttprequest, textstatus, message) {
|
||
if (textstatus === "timeout") {
|
||
if ($("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").siblings('.autoCompleteError').length == 0)
|
||
$('<span class="autoCompleteError"><p class="alert error">Search autocomplete is currently not responding. Please try again later.</p></span>').insertAfter($("#searchField18176157-715e-4a5c-8b8c-b5de294a6a0e"));
|
||
}
|
||
}
|
||
});
|
||
},
|
||
html: true,
|
||
delay: 500,
|
||
select: function (event, ui) {
|
||
$(this).val(ui.item.value);
|
||
$(this).next().click();
|
||
}
|
||
});
|
||
|
||
if (true && true) {
|
||
$searchField.data("ui-autocomplete")._renderItem = function (ul, item) {
|
||
return $("<li class=\"itemList\"></li>")
|
||
.data("ui-autocomplete-item", item)
|
||
.append("<a>" + item.label + "</a>")
|
||
.appendTo(ul);
|
||
};
|
||
}
|
||
else {
|
||
$searchField.data("autocomplete")._renderItem = function (ul, item) {
|
||
return $("<li></li>")
|
||
.data("item.autocomplete", item)
|
||
.append("<a>" + item.label + "</a>")
|
||
.appendTo(ul);
|
||
};
|
||
}
|
||
}
|
||
}
|
||
catch(e) {} //we're going to eat this error. Autocomplete won't work but we dont wan't to break anything else on the page.
|
||
});
|
||
</script>
|
||
|
||
<section id="widgetPreviewSearch" class="widget widgetSearch skin43 widgetOptionSet15" style="display: block;" aria-label="Search">
|
||
<!-- For the button right and inside -->
|
||
<div class="widgetBody buttonRightInside">
|
||
<input class="widgetSearchBox widgetSearchBox18176157-715e-4a5c-8b8c-b5de294a6a0e" cp5ph="true" id="searchField18176157-715e-4a5c-8b8c-b5de294a6a0e" name="searchField" onchange="searchBtnApplyQuery();" placeholder="Search..." title="Search..." type="text" value="" />
|
||
<a href="Search/Results.html" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e" role="button"><img alt="Search" class="imageHover" data-hover="/ImageRepository/Document?documentID=68" data-image="/ImageRepository/Document?documentID=69" src="ImageRepository/Documentd400.svg?documentID=69" /></a>
|
||
|
||
<label class="searchLabel" for="searchField18176157-715e-4a5c-8b8c-b5de294a6a0e">Search</label>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<style scoped>
|
||
|
||
.widgetSearch ::-webkit-input-placeholder {
|
||
color: #373330;
|
||
}
|
||
.widgetSearch :-moz-placeholder { /* Firefox 18- */
|
||
color: #373330;
|
||
}
|
||
.widgetSearch ::-moz-placeholder { /* Firefox 19+ */
|
||
color: #373330;
|
||
}
|
||
.widgetSearch :-ms-input-placeholder {
|
||
color: #373330;
|
||
}
|
||
|
||
|
||
.widgetSearch .widgetBody .widgetSearchBox18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
color: #373330;
|
||
font-family: Open Sans;
|
||
height: 60px;
|
||
font-size: 1.1em;
|
||
border: none;
|
||
box-shadow: 0px 3px 10px #00000033;
|
||
border-radius: 100px;
|
||
padding: 0 80px 0 25px;
|
||
}
|
||
.widgetSearch .widgetBody .widgetSearchButton18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
margin: 7px;
|
||
width: 45px;
|
||
}
|
||
.widgetSearch .widgetSearch-onlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
display: inline-block;
|
||
color: #333;
|
||
|
||
|
||
padding-top: 10px;
|
||
}
|
||
#ysnSearchOnlyDept18176157-715e-4a5c-8b8c-b5de294a6a0e
|
||
{
|
||
position: relative;
|
||
top: .125em;
|
||
}
|
||
|
||
</style>
|
||
|
||
<link rel="stylesheet" href="Common/Controls/jquery-ui-1.10.4/themes/jquery-ui.css">
|
||
|
||
|
||
<script type="text/javascript">
|
||
//Updates search icons href to have the correct queryString
|
||
function searchBtnApplyQuery() {
|
||
document.getElementById("btnSearchIcon").href = "/Search?searchPhrase=" + document.getElementById("searchField18176157-715e-4a5c-8b8c-b5de294a6a0e").value;
|
||
}
|
||
</script>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div><nav data-cpRole="nav" id="mainNav" class="siteNav mainNav" role="navigation">
|
||
<ol id="mainNavMenu" data-parent="1" class="rootNavMenu" role="menu"><!--
|
||
--><li id="MainItem27" class="topMenuItem" role="none" data-pageid="27" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1" href="27/Government.html" target="_self">Government</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem31" class="topMenuItem" role="none" data-pageid="31" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem2" href="31/Residents.html" target="_self">Residents</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem101" class="topMenuItem" role="none" data-pageid="101" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem3" href="101/Visitors.html" target="_self">Visitors</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem35" class="topMenuItem" role="none" data-pageid="35" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4" href="35/Business.html" target="_self">Business</a><!--
|
||
--><!--
|
||
--></li><!----><li id="MainItem9" class="topMenuItem" role="none" data-pageid="9" data-displaymegamenu="True"><!--
|
||
--><!--
|
||
--><a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5" href="9/How-Do-I.html" target="_self">How Do I...</a><!--
|
||
--><!--
|
||
--></li><!---->
|
||
</ol>
|
||
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
var menuID = 'mainNavMenu';
|
||
var menuType = MAIN_MENU;
|
||
|
||
//setup menu manager properties for main menu
|
||
if (!menuManager.mobileMainNav && true)
|
||
menuManager.adjustMainItemsWidth('#' + menuID);
|
||
menuManager.isMainMenuEditable = false;
|
||
menuManager.mainMenuMaxSubMenuLevels = 4;
|
||
menuManager.setMOMMode(2, menuType);
|
||
|
||
//Init main menu
|
||
var setupDraggable = menuManager.isMainMenuEditable;
|
||
var urlToGetHiddenMenus = '/Pages/MenuMain/HiddenMainSubMenus?pageID=1&moduleID=25&themeID=17&menuContainerID=mainNav';
|
||
|
||
menuManager.setupMenu(menuID, 'mainNav', menuType, setupDraggable, urlToGetHiddenMenus);
|
||
menuManager.mainMenuInit = true;
|
||
menuManager.mainMenuTextResizer = false;
|
||
if (1.00 > 0)
|
||
menuManager.mainMenuTextResizerRatio = 1.00;
|
||
if (window.isResponsiveEnabled)
|
||
menuManager.mainMenuReady.resolve();
|
||
|
||
});
|
||
</script>
|
||
|
||
|
||
<aside data-cpRole="megaMenu" id="megaMenu" class="megaMenu" style="display: none;"><input type="hidden" id="megaMenuPopupDirection" value="0"><input type="hidden" id="megaMenuWidthReference" value="0"><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu27" class="contentTop mainNavMegaMenu megaMenuContainer pageID_27 hidden" data-orientation="horizontal"> <div id="ccf6aa5ef4-7bcd-4667-b404-02f855165d3e" data-containerid="f6aa5ef4-7bcd-4667-b404-02f855165d3e" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu31" class="contentTop mainNavMegaMenu megaMenuContainer pageID_31 hidden" data-orientation="horizontal"> <div id="ccd7cd77ad-f1de-489c-a0af-4d3d88fcc88d" data-containerid="d7cd77ad-f1de-489c-a0af-4d3d88fcc88d" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu101" class="contentTop mainNavMegaMenu megaMenuContainer pageID_101 hidden" data-orientation="horizontal"> <div id="cccf43deeb-1c4a-4a42-b4f3-f99d89e5f23a" data-containerid="cf43deeb-1c4a-4a42-b4f3-f99d89e5f23a" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu35" class="contentTop mainNavMegaMenu megaMenuContainer pageID_35 hidden" data-orientation="horizontal"> <div id="ccc919b318-b00e-4d3b-b789-e16d19b5a650" data-containerid="c919b318-b00e-4d3b-b789-e16d19b5a650" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside><aside role="menu" data-cpRole="contentContainer" id="mainNavMegaMenu9" class="contentTop mainNavMegaMenu megaMenuContainer pageID_9 hidden" data-orientation="horizontal"> <div id="cc2c514937-df7f-40c9-aa97-3f77b6459a68" data-containerid="2c514937-df7f-40c9-aa97-3f77b6459a68" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</aside></aside></nav></div>
|
||
</header><!-- Banner --><div data-cpRole="structuralContainer" id="bannerContainerTS" class="noOverflowTS">
|
||
<div data-cpRole="banner" id="banner1"><div data-cpRole="structuralContainer" id="bannerSizingTS">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="bannerContentTS">
|
||
<div data-cpRole="contentContainer" id="bannerContentTSa"> <div id="ccd9f94616-ebed-410d-aa8b-53554ccee8db" data-containerid="d9f94616-ebed-410d-aa8b-53554ccee8db" class="pageContent cpGrid cpGrid24 showInMobile">
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div id="bannerImagesJSON56" class="hidden"></div>
|
||
<div id="bannerSlideshowControls_banner1" class="bannerSlideshowControlsNew none " style="display:none">
|
||
<button id="arrowPrev_banner1" class="arrowNew prev cp-Btn--nonStyled" aria-label="Banner Arrow Previous"><svg class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowLeft"></use></svg></button>
|
||
<button id="arrowNext_banner1" class="arrowNew next cp-Btn--nonStyled" aria-label="Banner Arrow Next"><svg class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowRight"></use></svg></button>
|
||
</div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderExternalBannerSlideshow('banner1',
|
||
{"BannerOptionID":56,"ThemeID":17,"SlotName":"banner1","Name":"Default","IsDefault":true,"BannerMode":2,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":true,"ImageAlignment":1,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","BannerImages":[{"BannerImageID":70,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=63","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":0,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":72,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=65","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":83,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=106","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":2,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""},{"BannerImageID":86,"BannerOptionID":56,"FileName":"/ImageRepository/Document?documentID=109","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":3,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":""}],"BannerVideos":[],"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/"},
|
||
'App_Themes/Simple/Images/index.html',
|
||
'Rotating',
|
||
'2');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div><!-- Content container --><div data-cpRole="structuralContainer" id="mainContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="structuralContainer" id="mainWrapTS" class="mainWrap" role="main">
|
||
<div data-cpRole="structuralContainer" id="outerContentWrapTS" class="outerContentWrap">
|
||
<div data-cpRole="structuralContainer" id="contentWrapTS" class="contentWrap">
|
||
<div data-cpRole="breadCrumbs" id="breadCrumbs" class="breadCrumbContainer"> <ol class="semanticList breadCrumbs">
|
||
<li><a class="breadCrumb" href="index.html">Home</a></li><li>FAQs</li>
|
||
</ol>
|
||
|
||
|
||
|
||
</div>
|
||
<div data-cpRole="mainContentContainer" id="moduleContent">
|
||
|
||
<div id="ctl00_ctl00_MainContent_BodyWrapper">
|
||
|
||
<script type="text/javascript"><!--
|
||
var isie6 = false, isie7 = false, isie6or7 = false;
|
||
var intCountryCode = 840;
|
||
|
||
function setUrlLength(editor) {
|
||
//Toggle Image Context Menu Items
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
function setUrlLengthAndToolToggle(editor) {
|
||
var minToolsGroups = 2; // Number of MinimumSetOfTools tools groups.
|
||
|
||
// Hide the MinimumSetOfTools on load.
|
||
var toolbar = editor.get_toolContainer(); // Get toolbar container.
|
||
var toolgroups = toolbar.getElementsByTagName("UL"); // Get all toolgroups containers.
|
||
|
||
for (var i = toolgroups.length - 1; i >= minToolsGroups; i--) toolgroups[i].style.display = "none";
|
||
|
||
if (editor.isIE) {
|
||
var elem = editor.get_element();
|
||
elem.style.height = "430px";
|
||
elem.style.minHeight = "430px";
|
||
}
|
||
|
||
// Toggle Image Context Menu Items.
|
||
setMenuItems(editor);
|
||
//setContentBackgroundColor(editor);
|
||
removeIEParagraphs(editor);
|
||
}
|
||
//--></script><!--[if IE 6]><script type="text/javascript">isie6 = true; isie6or7 = true;</script><![endif]-->
|
||
<!--[if IE 7]><script type="text/javascript">isie7 = true; isie6or7 = true;</script><![endif]-->
|
||
|
||
|
||
|
||
<form name="aspnetForm" method="post" action="https://scottcountyva.com/faq.aspx" id="aspnetForm" style="display:inline;" onsubmit="return headerValidationCallback();" enctype="multipart/form-data" autocomplete="off">
|
||
<div>
|
||
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
|
||
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
|
||
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="X++mtgv+ZP/ISyNwaaAIenwribhoAL+2GXEIITWv0ckr9Zf59ZSbCbOoQZb5LfGYdFZ/gVtPtg+mXvA4fNRHy9APaTAdbJTirwFqA3TNIhxuyBQHGEeJJv7b3dpb+mXp6nkDmm/9ZfggDfyrRvJYZLORnJOpL5hRo2uGhGEiCj8/756wI1ordzB/XLrZzOQt/QGVMph3SDUEVyGLT0QH24qLQPt3rlfa9HOZwj46eVgcOQzmsDdrwG67/k9t1AumePnHFDIY1i/CZ88EQXjbRSLkWdbwC2M2Hd/9PqwmJC6HHB83+D8XCDhwU31tHljDVEPxhNfUXmbHE5p61EI+gEZ7lGVkCBJJnpNWsG+4jM+pdBbnqvpgTF/teVln3LfvpSDK36miZm9Ce+JV5FKdUG4dBsIOQoNVPA72TcTpXKLRLXtV+A66Wad9WSmX4ZFCROGdAcWqtcpNRM0VFLlw6KVP3zVoiN3mZnhMU2hl5RTtLxfiXqCmL1ryC2anr2gpLvUR6f/kkTyfvMpjtoyNPFtu3KlyrSZ2nidbLaudiUXnv35aQBTmLMhAd2YE78FzkOLeJvCmwhnyK9oLn+iOw7O5luG++yGwsjlUTvaUAYOk1f+VtPZml7BlLEWHr8SAr8Nog8aqCJYWfAHjDLFxpwCrSIH/7zHH+hbSnywF1pWTqnQ4oWWu0jLSzOJvEt6aAuT6QfFU8vSD0IOeSyEIr7YGNa1cWSw53tdJwI1cKAoO+f2DPEoDWHMUk4ZHZci8V+NMmG/XPX3srdvu9YyEG4VaNjz21YUW9E0RNrZPlr+N8Aj70rhK1RWaxgIYC1HuJfYJOlMtNWN9xwTLjyEQqC3wz3t3Axjm17vvY1KwSgNW7b5/G3/y/IKRBfYdL12ZWpLTn+7edbCf4gtjSmUPzS4Szn8fDarZ7gtlj0jJbl9KjaX3dkXbAA1SovXxTUMroBLogKrxQ2AEhP/v1PjTbyfSE4dTqdZZ1qGCRZhJ3PjXe5onnQ/qIfXjuU5vUXQbpRhViJ2hcCAnmCB3BVSu4zNm1nHmvssQhVa6ku9jjc62mwVLtPomzYzlL4ia6XTdj0jUrv+yiaXmr4PGtcQ3gPJXFIwk0ex8c9reY9n4pHA5UQbnJ/N4JCwQA4XFpdvSTc5WaHZ42wPkIy7cUbR/T0zDpe+auoqlDZ5Flaqi6dXtLfwvq0XMQb4EjeErRxo3VoyXjue56QwQfGrevD8G2t7TAcDy24P9zojGdCtr79CC32x9M3cu9MA5Hq/epIkGenTCQFDWXGvcV7WS7QQJRAsMGtLjNGtymcDxNUiCLpks7Oe1nzhJXr1I51y8h2SMVczR5kc4ioA61yPtVsr8UdV/4YCBh7OnxhR13bPXPQ9yTVQch/HWLqEkPdPLITZ1ZErfXb6bHxxi2iASXCeCjF+x8dgvRgrpwpPF2pvnEvIOkNtC5UUanrmeVoiJdzgWqIa1Tdj7yG4TNIDiUvgslMGg205r8A4p1e3V2vTjQh/JoX8OWjy5MRzKgwqSqvPaLIy8FrVkp+PnggflyE7MSjVk5sW0bpT7e+rG+F2edzXxLR9NMiMrrssR4qLdsfnUaR7pQ6Jh97izwvhI+PRGXj3pyhAFsPpJQ4B7kK33vSD2ZlvJeq/CmfOxVQ8Pxk+S5wCMpmtTE9twSpkROfi9F4ENgInGOmcRpg58Kt/eeA1kj0HxsAZ2YntyG2B9ZcCdTuufwNaFXpdJoe5KNGf9q6EvKPACo8mhc9xEKVV5eW4JTFiJtr+4BVBiLdbPRZLqeL0GMyaxxgvCm3jQKjsj1sI4zo/npIZA7hMc59qw/EgaotoNEDLmYUCrkIkSGsiVgQfHpElSu4BFbhgmfh1AoLSg2cXz2Wiog7ls4Z43NyQTCqIN6IfbNkcAKsK3cilZv0nOCDhLBOezFflm/uTR4eYU/jMHj1bRLPsgHTXI1S4T4uLFMecBEJF1B8faLCphSLr/noS5Zv3AmfHvR4/yiRrkdss/WHX7By8vqfmWml24OkNA3TadhZDaJ1l5Kqs7SDmJOd9gJI/LsXAJe+D36CgCQTBup9R+GZWWHDwvadMwnCvfElgT/FXQTu96I2W9GT8KHukhLCxShLJj49211SU87q9L1yF6VmgwzD0xdIdVgKpjkvtgn4EwaH+z6zhOxWhfk2BzMFoGCr81SQIGF86Vn9RqaOqAGqSEuJpGcGTw1l2MsazzmRbi68s7s1kg3AjnXo08a2eICJsYvnpQdwISfr6FUNnWvLS6t/8sZSb8oZfxl4EAL6yOmLsHoJMyXejQ+G+X1gUl1tXK95Gmy5H7uXNlklXOdCQrhLktWgGouY73pyxXp+K9CZiyNBXr5tHftmOYxFuMBE/mFaukIkLVHojhMRSxyQg/ukqf/5CrgXO2ynxmQywSQdi9JGptXUcc2qJcx2WvzKbWHiBP+KU+g7hezKzHTvMQU1mzak8SlBqSG3ewC4vaLgWErDNPkY5CUWI3swDqIqu/FJ6iNeFdjH5GmmzYVGOFT/no1xtfCfZic2OcP8H+kePbFyyQwnea5AWrnbgDvH62bZTbKezuKGH7JjoOZrYymQ19I9c8NPZoi2BSVNMkUAmR6vKL8SvPVdvYTDH2nlZdZN2F7uNaXKh3YEOA+Rsk6gP2fUiJlJyBn0b8RzH/g4ktXHRgx/l6Xo30gvNfkOAdRI+et3tQSyPDaMiuXBmSqsfftefkb1aino2VyTtm3Vw7qTd/Wwy8MlGfApEcdYorxsMJOJwVnAKvs91ABeWcZ9SMar8yc7KNVAOTYC/WxGSHyrdxzY5DjYoDr083v6ydojVfQbK/z6YbtM7Vp4dYAdupsuSkmCMWQm08Y2HzNS8ZT46CmhidgdUM/GaUNP+6eXUmMkzCE9eVoUBhE6vBVzKQC0VYfrs4gt8zvyH12sbn5P1ZugSXG1uvKjbf7uaMbhdZi5ZrpsD7qlhICLbGp3FFzZ3OBgGfD5Tge6NDE24RRvXP" />
|
||
</div>
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
var theForm = document.forms['aspnetForm'];
|
||
if (!theForm) {
|
||
theForm = document.aspnetForm;
|
||
}
|
||
function __doPostBack(eventTarget, eventArgument) {
|
||
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
|
||
theForm.__EVENTTARGET.value = eventTarget;
|
||
theForm.__EVENTARGUMENT.value = eventArgument;
|
||
theForm.submit();
|
||
}
|
||
}
|
||
//]]>
|
||
</script>
|
||
|
||
|
||
<script src="WebResource3fdf.js?d=pynGkmcFUV13He1Qd6_TZDLabodcikOjfaxGftwY9HZ4kdGjeaKe0dWaPQB1vgEd44eKAO0Ba1XMxE47-4twmw2&t=638460058960000000" type="text/javascript"></script>
|
||
|
||
|
||
<script src="ScriptResourcef64b.js?d=VNykGJWg0CJtLn38V7nc0X_VDu0mVcy38IYpdq8u__N2bKKvozlsLntZhkBHyNpvA47-_2JYwkKO9M7NIPPqLOUGZ04c92JxsTZbRoL5jwKx8Tpao4tNLClIaOHrQKwjpwDZMs_mc4iLLZkAL31X__wJqmifM44EK-iig7MiU3bRlcnIeWOsXgPyEeauSXqwISwnjmhTQJ-PTuwRo9X4PG_TtSswYIHYp_P-a_6Ys97QDHezV9WM7RrA2T0wQVh5H_hJEyF4c32hSLb2kMfONx_bCM_fpYCg2kUZbJK55SEhTNKoifd_s26u2s4akDlo7yY_8YN37iTqyTDO4XY3-FFhfzO76EX0sPDctMK5demj0KQKKmLSp2LWpdR0szGcWa7uyRke1GH7YJB7-gTcDiewLIdoN5WDNf3v_YcZW4iu7Hgn0im8_WqlnXBsacmhiWOmthGPs-e1azlumjcXVnS9OSLoc1BKPM_ybp1XiWQV_fDED1JdrZKUtnpevAcZp36840WMOi9TNT_WmD3uz50dCId52JN5ffwe9SgYIXo3PM9m5ddPSrkfYJbwck-g3-bM_sD7MuRe9dqGVVIUL4T_65RwxVPvJJtXKUVj_wof6w8_PnCxXrS14vgQikA7WxOg4x1N8a-SpWXwIZz5SaWmaSsjpV6yG1iAylbB9igdslrgBI-apNVdcBwQd2-8WHBkjFTVY5jDecQfN8mh7h8uSNybjawfyL9ODI0haaGg2rImoaqfe4CsGrR4hjHgAfa0iWF-bFldO6bU-HJL15uW7ZTZT7_gqtrwhay4Z8LuP-guanzdDMAbXjbIksAGVSiK28o-G3L5duEKco1VwDfZ6vPVPqmqcRoptJHCHnw1" type="text/javascript"></script>
|
||
<div>
|
||
|
||
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="0F4F4B68" />
|
||
</div>
|
||
<!--for archiving purpose-->
|
||
<input name="ysnNotifyMe" type="hidden">
|
||
<input name="strPage" type="hidden">
|
||
<input name="intArchMainCatID" type="hidden">
|
||
<input name="intArchMainItemID" type="hidden">
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$MainContent$scriptManager', 'aspnetForm', ['tctl00$ctl00$MainContent$ModuleContent$ctl00$contentUpdatePanel','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel19','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel15','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel16','','tctl00$ctl00$MainContent$ModuleContent$ctl00$UpdatePanel18',''], [], [], 90, 'ctl00$ctl00');
|
||
//]]>
|
||
</script>
|
||
|
||
<script type="text/javascript">
|
||
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);
|
||
Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
|
||
</script>
|
||
|
||
<div id="modulecontent" name="modulecontent.aspx" style="padding-top: 0px;">
|
||
<a id="contentarea" name="contentarea" title="Content Area"></a>
|
||
|
||
<!-- BEGIN FAQContent.aspx ***** -->
|
||
<link href="-1554237153.css" rel="stylesheet" type="text/css" /><script src="749163122.js" type="text/javascript"></script>
|
||
|
||
<div id="FAQContent" class="newCP moduleContentNew pageStyles">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
|
||
|
||
<div class="sidebar">
|
||
|
||
|
||
|
||
|
||
<div class="section search">
|
||
<label class="h3">Search</label>
|
||
<ol>
|
||
<li>
|
||
<input type="text" id="searchTerms" title="Search terms" name="searchTerms" value="">
|
||
</li>
|
||
<li>
|
||
<select title="Category filter" name="TID">
|
||
<option value="0">All categories</option>
|
||
<option value="19" >Commissioner of Revenue</option>
|
||
<option value="15" >Home - FAQs</option>
|
||
<option value="16" >Public Safety / GIS</option>
|
||
<option value="18" >Voter Registration</option>
|
||
</select>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="searchButton" onkeypress="this.onclick();" onClick="FAQNavigateCategory(); return false;">
|
||
<img src="common/images/SearchButton-2.png" alt="Search" title="Search">
|
||
</a>
|
||
</li>
|
||
</ol>
|
||
|
||
</div>
|
||
|
||
<div class="section categories">
|
||
<h3>Categories</h3>
|
||
<ol>
|
||
<li>
|
||
<a href="faq.html">All Categories</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq2def-2.html?TID=19">Commissioner of Revenue</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq4f73.html?TID=15">Home - FAQs</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq7484-2.html?TID=16">Public Safety / GIS</a>
|
||
</li>
|
||
<li>
|
||
<a href="faq24a5-2.html?TID=18">Voter Registration</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
<div class="contentMain selfClear">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel19">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat19">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(19); return false;">
|
||
<h2>
|
||
<div id="a_19" name="a_19">▼</div>
|
||
Commissioner of Revenue </h2>
|
||
</a>
|
||
</div>
|
||
<div id="19">
|
||
<p class="showHide"><a id="p_19" onkeypress="this.onclick();" onclick="showAllAnswers(19); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_100'); return false;" id="dt_100">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">If I sell or trade my vehicle after January 1st, do I still owe personal property taxes for the whole year?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_100">
|
||
<p>Yes, Scott County does not prorate personal property taxes. If you were a resident of Scott County on January 1<sup id="isPasted">st</sup>, you are liable for personal taxes for the entire year to Scott County.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_101'); return false;" id="dt_101">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">Who has to pay personal property tax?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_101">
|
||
<p>Anyone who has personal property located in Scott County on January 1<sup id="isPasted">st</sup> each year.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_102'); return false;" id="dt_102">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Who sets the personal property rate?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_102">
|
||
<p>The Scott County Board of Supervisors establishes personal property rate each year. The tax rate may vary according to category.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_103'); return false;" id="dt_103">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">Who is required to file 762?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_103">
|
||
<p id="isPasted">Anyone conducting business as an individual partnership or corporation, or if you leased business equipment in Scott County on January 1<sup>st</sup>, must file a 762 Form by May 1<sup>st</sup> or request a 30 day extension in writing to the Commissioner of Revenue prior to May 1<sup>st</sup>.</p><p>Mailing Address:</p><p>190 Beech St. Suite 206</p><p>Gate City, VA 24251</p><p>Failure to file will result in a statutory assessment.</p><p>The Commissioner of Revenue is required by law to assess the property based on the best information available.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_104'); return false;" id="dt_104">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">Do I have to pay taxes after I reach the age of 65?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_104">
|
||
<p>Currently, Scott County has a tax relief program that can deduct up to two hundred dollars ($200) from your real estate taxes. To qualify, you must reside in the home as your primary residence, be 65 or older in age or totally and permanently disabled, meet the income and asset guidelines, and be current of taxes.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_105'); return false;" id="dt_105">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">Do I have to pay taxes if I am a Veteran?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_105">
|
||
<p>A Disabled Veteran who is rated as being 100% in-service connected disability by the U.S. Department Of Veteran’s Affairs is entitled to tax exemption on their primary residence and up to one (1) acre of land on real estate taxes and also one vehicle exempt on personal property taxes.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_106'); return false;" id="dt_106">
|
||
<span class='questionCount'>7.</span>
|
||
<a href="#">Who sets the real estate tax rates?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_106">
|
||
<p>The Scott County Board of Supervisors establish the real estate property tax rate each year.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_107'); return false;" id="dt_107">
|
||
<span class='questionCount'>8.</span>
|
||
<a href="#">My home and land is financed and my taxes are paid by an escrow account, so should I be concerned that I don’t receive a tax ticket? </a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__19" id="dd_107">
|
||
<p>You should always check that you receive credit for payment of taxes. Ultimately, it is the taxpayer’s responsibility to make sure the taxes are paid.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel15">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat15">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(15); return false;">
|
||
<h2>
|
||
<div id="a_15" name="a_15">▼</div>
|
||
Home - FAQs </h2>
|
||
</a>
|
||
</div>
|
||
<div id="15">
|
||
<p class="showHide"><a id="p_15" onkeypress="this.onclick();" onclick="showAllAnswers(15); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_62'); return false;" id="dt_62">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">How do I pay my city water bill?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_62">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_63'); return false;" id="dt_63">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">How do I get a new trash can lid?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_63">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_64'); return false;" id="dt_64">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">How do I apply for a job with the City?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_64">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_65'); return false;" id="dt_65">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">My trash didn't get picked up, what should I do now?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_65">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_66'); return false;" id="dt_66">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">How do I get a garage sale permit?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_66">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_67'); return false;" id="dt_67">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">How can I see the agenda for an upcoming City Council or Board meeting?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__15" id="dd_67">
|
||
<p>Answer goes here...</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel16">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat16">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(16); return false;">
|
||
<h2>
|
||
<div id="a_16" name="a_16">▼</div>
|
||
Public Safety / GIS </h2>
|
||
</a>
|
||
</div>
|
||
<div id="16">
|
||
<p class="showHide"><a id="p_16" onkeypress="this.onclick();" onclick="showAllAnswers(16); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_68'); return false;" id="dt_68">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What is E 911?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_68">
|
||
<p>911 is a lifesaving emergency notification network in which the caller is identified by an automatic number identifier (ANI) and an automatic location identifier (<span id="isPasted" style="color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline!important; float: none;">ALI</span>). This information is automatically displayed on the dispatcher's computer screen at the time the emergency call is answered at the dispatch center. The caller is required to only dial 3 numbers 911 to be connected to the public safety answering point (PSAP). 911 is a nationally known emergency notification number.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_69'); return false;" id="dt_69">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">What does the "E" stand for?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_69">
|
||
<p>Enhanced, this means the dispatcher gets address information as well as phone number information when you dial 911.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_70'); return false;" id="dt_70">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">Why does a road have to have a name?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_70">
|
||
<p>The name assigns a specific name to a specific road which is used to identify your general location in the county. Your house number on that named road identifies your specific location on that road. Many times a caller is unable to give directions to their home or is unable to remember their road number in time of emergency.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_71'); return false;" id="dt_71">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">How are addresses assigned?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_71">
|
||
<p>The new address meets the National Emergency Number Association (NENA) standards. Addresses are assigned every 5.28 feet to coincide with 5,280 feet in a mile. You are assigned a house number and street name.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_72'); return false;" id="dt_72">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">Will I still be able to get mail at my post office box?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_72">
|
||
<p>Yes, if you choose to keep your post office box for your mailing address that is ok. You will have a new 911 address for you house, and you will still be required to post your house number on your house.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_73'); return false;" id="dt_73">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">Will I have to put my new address on my mailbox?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_73">
|
||
<p>Yes, the postal service needs to be able to find your mailbox.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_74'); return false;" id="dt_74">
|
||
<span class='questionCount'>7.</span>
|
||
<a href="#">Will I have to put my new address on my house?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_74">
|
||
<p>Yes, you will be required to put your house number on your house. Posting your number on your house makes it easier for emergency responders to find you. In addition, it assists various delivery services to locate you to provide goods and services that you may have ordered.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_75'); return false;" id="dt_75">
|
||
<span class='questionCount'>8.</span>
|
||
<a href="#">You can't see my house from the road, how will responders find me?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_75">
|
||
<p>You will still be required to put your house number on your house and post your house number at the end of the driveway.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_76'); return false;" id="dt_76">
|
||
<span class='questionCount'>9.</span>
|
||
<a href="#">When will my address change?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_76">
|
||
<p>Changes to addresses have been made. If you have not received your new 911 address contact the addressing office at 276-386-7220.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_77'); return false;" id="dt_77">
|
||
<span class='questionCount'>10.</span>
|
||
<a href="#">What is the number for 911?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_77">
|
||
<p>911</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_78'); return false;" id="dt_78">
|
||
<span class='questionCount'>11.</span>
|
||
<a href="#">Who answers the calls at 911?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_78">
|
||
<p>The 911 phone system will connect you to the Scott County Emergency Communications Center. An Emergency Communications Specialist will answer your call. Answer all the questions asked of you and stay on the line until the Emergency Communications Specialist tells you to hang up.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_79'); return false;" id="dt_79">
|
||
<span class='questionCount'>12.</span>
|
||
<a href="#">Will we have improved rescue/fire/police response when 911 goes into effect?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_79">
|
||
<p>Rescue/fire/police services are the responsibility of the responding agencies. Dialing 911 expedites the answering of the call and provides mapping to locate the emergency.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_80'); return false;" id="dt_80">
|
||
<span class='questionCount'>13.</span>
|
||
<a href="#">When can I start dialing 911?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_80">
|
||
<p>The 911 number is operational from landline phones at this time. Scott County 911 is a fully Enhanced 911 Center.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_81'); return false;" id="dt_81">
|
||
<span class='questionCount'>14.</span>
|
||
<a href="#">I dialed 911 from my cell phone, but didn't get Scott County, why is that?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_81">
|
||
<p>Your cell phone may have hit a tower that is not routed to Scott County Emergency Communications Center. You need to identify your location to the Public Safety Answering Point (PSAP) that you reached. The PSAP will attempt to route you to the correct PSAP.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_82'); return false;" id="dt_82">
|
||
<span class='questionCount'>15.</span>
|
||
<a href="#">I need to talk to someone, but it is not an emergency, who do I call?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_82">
|
||
<p>386-9111 is the non-emergency number that you may use for non-emergency situations. The 911 number is only to be used to summons help during an emergency situation.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_83'); return false;" id="dt_83">
|
||
<span class='questionCount'>16.</span>
|
||
<a href="#">Who can I call if I have a question?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_83">
|
||
<p>If you have a question regarding your address please contact the addressing department at 276-386-7220.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_84'); return false;" id="dt_84">
|
||
<span class='questionCount'>17.</span>
|
||
<a href="#">I am moving to Scott County, who do I contact to find out what my address is?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_84">
|
||
<p>Scott County E 911 is the addressing agent for the entire county including the towns of Clinchport, Duffield, Dungannon, Gate City, Nickelsville, and Weber City. You will need to visit the office to obtain your address. The address application may be downloaded. View the <a class="Hyperlink" href="https://scottcountyva.com/DocumentCenter/View/210/Address-Form-PDF" target="_blank">Addressing form (PDF)</a>.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_85'); return false;" id="dt_85">
|
||
<span class='questionCount'>18.</span>
|
||
<a href="#">I am building a house in Scott County, how do I get an address so that I can have my power turned on?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_85">
|
||
<p>If you are building a new home or setting up a new trailer or doublewide home in Scott County you will need to complete the building permit process (<a class="Hyperlink" href="165/Building-Permits.html">Building Permit information</a>). You will also need the driveway location roughed in so that the mapping will accurately reflect its location. When the footers have been approved E 911 staff will visit the site and GPS the footers and driveway.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_86'); return false;" id="dt_86">
|
||
<span class='questionCount'>19.</span>
|
||
<a href="#">I live in an apartment complex; will I still have a street address and apartment number?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_86">
|
||
<p>Yes, apartment complexes will be addressed with a structure number, street name and unit number.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_87'); return false;" id="dt_87">
|
||
<span class='questionCount'>20.</span>
|
||
<a href="#">Will I use my 911 address to receive mail?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__16" id="dd_87">
|
||
<p>If you do not choose to receive mail at a post office box then you will use your 911 address as your mailing address.</p> </dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div><div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel18">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat18">
|
||
<a class='translatable' tabindex="0" title="Collapse this category" onkeypress="return this.onclick();" onclick="expandCollapseCategory(18); return false;">
|
||
<h2>
|
||
<div id="a_18" name="a_18">▼</div>
|
||
Voter Registration </h2>
|
||
</a>
|
||
</div>
|
||
<div id="18">
|
||
<p class="showHide"><a id="p_18" onkeypress="this.onclick();" onclick="showAllAnswers(18); return false;" href="#">Show All Answers</a></p>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_93'); return false;" id="dt_93">
|
||
<span class='questionCount'>1.</span>
|
||
<a href="#">What are the qualifications to register to vote in Virginia?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_93">
|
||
<p>You must be a U.S. citizen, a resident of Virginia, and be 18 years of age by the next general election. You must have had your rights restored if you have ever been convicted of a felony or have been judged mentally incapacitated in a Circuit Court.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_94'); return false;" id="dt_94">
|
||
<span class='questionCount'>2.</span>
|
||
<a href="#">When are elections held in Virginia?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_94">
|
||
<p>General elections are held on the first Tuesday after the first Monday every November. Local government elections and School Board are held on the first Tuesday in November of even-numbered years beginning in 2022. Visit this website or consult the local news media outlets for further information on special elections and primaries.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_95'); return false;" id="dt_95">
|
||
<span class='questionCount'>3.</span>
|
||
<a href="#">How do I change my address?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_95">
|
||
<p id="isPasted" style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">If you have moved within the state, you will need to update your voter record. You can do so online, by mail or in our office. If your move occurred since the last November election, you may return to and vote at your previous polling location. Remember, all voters must update their records to reflect current residence because eligibility to vote requires residence in the precinct assigned based on their residence. </p><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">If you have moved from another state, you will have to complete a Virginia Voter Registration Application. You may only be registered to vote in one state.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_96'); return false;" id="dt_96">
|
||
<span class='questionCount'>4.</span>
|
||
<a href="#">How do I complete a Virginia Voter Registration Application?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_96">
|
||
<p id="isPasted" style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">You have several options:</p><ul><li style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">You may apply online: <a aria-label="https://vote.elections.virginia.gov/ Opens in new window" href="https://vote.elections.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" rel="noopener" style="box-sizing: border-box; user-select: auto; color: rgb(41, 80, 118); text-decoration: underline;" target="_blank">https://vote.elections.virginia.gov/</a></li><li style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">You can contact us and request the application.</li><li style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.4em; border: 0px none; font-style: normal; font-weight: 400; color: rgb(20, 20, 12); font-family: Arial; font-size: 14px; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">You may visit our office and complete the application.</li></ul> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_97'); return false;" id="dt_97">
|
||
<span class='questionCount'>5.</span>
|
||
<a href="#">What happens if I lost, Damaged, and/or spoiled my ballot?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_97">
|
||
<p>If you damage, mark incorrectly (spoil), or lose your original absentee ballot, or if you never received the absentee ballot in the mail, call the Office of Elections immediately at (276) 386-3843 and we will explain what you need to do to get a replacement ballot.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_98'); return false;" id="dt_98">
|
||
<span class='questionCount'>6.</span>
|
||
<a href="#">Do I need to bring an ID to the polls?</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_98">
|
||
<p>Virginia law requires all voters to provide an <a aria-label="provide an acceptable form of ID Opens in new window" href="https://www.elections.virginia.gov/casting-a-ballot/in-person-voting/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" id="isPasted" rel="noopener" target="_blank">acceptable form of ID</a> when voting in person. Voters arriving at the polls without an acceptable form of ID will be required to either sign an ID Confirmation Statement or vote a provisional ballot.</p> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt onkeypress="this.onclick();" onclick="toggleAnswer('dd_99'); return false;" id="dt_99">
|
||
<span class='questionCount'>7.</span>
|
||
<a href="#">Additional FAQs (Virginia Department of Elections)</a></dt>
|
||
<dd class="fr-view" style="display:none;" name="dd__18" id="dd_99">
|
||
<p><a aria-label="Additional FAQs (Virginia Department of Elections) Opens in new window" href="https://www.elections.virginia.gov/registration/election-voter-faq/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" id="isPasted" rel="noopener" target="_blank">Additional FAQs (Virginia Department of Elections)</a></p> <a href="https://www.elections.virginia.gov/registration/election-voter-faq/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target='_blank'>Additional FAQs (Virginia Department of Elections)</a>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<script type="text/javascript" language="javascript"><!--
|
||
noDynamicResizing = 1; // For CO-GreenwoodVillage
|
||
|
||
function redrawContent(closeModal) {
|
||
raiseAsyncPostback('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', '', closeModal);
|
||
}
|
||
//--></script>
|
||
|
||
<!-- END FAQContent.aspx ***** -->
|
||
|
||
</div>
|
||
<script type="text/javascript">order+='ModuleContent\n'</script>
|
||
|
||
<div id="ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow" class="modalContainer modalContainerCP" style="display: none;">
|
||
<div id="ctl00_liveEditTitleBar" class="modalTitleLeft"><h3 id="ctl00_LiveEditModalTitle" class="modalTitle">Live Edit</h3><a id="ctl00_LiveEditCloseButton" class="modalClose" aria-label="Close this modal" href="index.html" title="Close this window"><svg viewBox='0 0 25 25' id='modalIconClose'><polygon style='fill:currentcolor' points='18.806,6.98 18.075,6.248 12.532,11.792 6.989,6.248 6.257,6.98 11.786,12.508 6.212,18.084 6.943,18.815 12.532,13.224 18.12,18.815 18.851,18.084 13.277,12.508'></polygon></svg></a></div><div id="ctl00_liveEditContentLeft" class="modalContentLeft"><div id="ctl00_liveEditContentRight" class="modalContentRight"><div id="ctl00_liveEditContent" class="modalContent"><iframe style="display: none; border: none;" src="about:blank" id="liveEditDialog" title="Live Edit Dialog" name="liveEditDialog"></iframe></div></div></div><div id="ctl00_liveEditFooter" class="modalBottomLeft"><div id="ctl00_liveEditfooterbar" class="modalBottomRight"><div id="ctl00_liveEditfooterbar1" class="modalBottom"></div></div></div>
|
||
</div><input type="submit" name="ctl00$ctl00$MainContent$ctl00_liveEditSpawnWindow" value="" id="ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow" disabled="disabled" style="display: none;" />
|
||
|
||
|
||
<script type="text/javascript">
|
||
//<![CDATA[
|
||
Sys.Application.add_init(function() {
|
||
$create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","CancelControlID":"ctl00_LiveEditCloseButton","PopupControlID":"ctl00_ctl00_MainContent_ctl00_liveEditPopupWindow","PopupDragHandleControlID":"ctl00_liveEditTitleBar","dynamicServicePath":"/faq.aspx","id":"editItemBehavior"}, null, null, $get("ctl00_ctl00_MainContent_ctl00_liveEditSpawnWindow"));
|
||
});
|
||
//]]>
|
||
</script>
|
||
</form>
|
||
<form id="aspnetSearchForm" name="aspnetSearchForm" style="display:none;" action="https://scottcountyva.com/Search.aspx" method="get">
|
||
<input name="SearchString" type = "hidden" value ="" />
|
||
</form>
|
||
|
||
<form name="frmFAQSearch" method="GET"><input type="hidden" name="searchTerms"><input type="hidden" name="TID"></form>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</div><!-- GBs --><div data-cpRole="structuralContainer" id="gbsContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="gbsTS"> <div id="cccc0ca3af-eae6-4c00-8e57-ced92b2fe864" data-containerid="cc0ca3af-eae6-4c00-8e57-ced92b2fe864" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="1">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col12 first" style="" data-widgetcontainerid="8983bbdb-2cdd-4a0b-991a-52e0215545f2">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idff726160-f60a-4cb5-a8c4-dd1411a96088" style="" data-widgetcontainerid="ff726160-f60a-4cb5-a8c4-dd1411a96088">
|
||
|
||
<div data-widget-id="281d4e33-f017-4606-ba2a-033a253db3a0" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidget281d4e33-f017-4606-ba2a-033a253db3a0" class="widget widgetGraphicLinks skin45 widgetOptionSet46 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 cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="../scottcova.portal.civicclerk.com/index.html" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" class="fancyButton fancyButton46 " aria-label="Agendas & Minutes Opens in new window">
|
||
<span>
|
||
<span><span class="text">Agendas & Minutes</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
|
||
}
|
||
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
|
||
}
|
||
.fancyButton46.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentb45b.svg?documentID=70');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="Jobs.html" target="_self" class="fancyButton fancyButton47 " >
|
||
<span>
|
||
<span><span class="text">Join Our Team</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton47.fancyButton:link > span,.fancyButton47.fancyButton:visited > span, .fancyButton47div.fancyButton > span{
|
||
}
|
||
.fancyButton47.fancyButton:hover > span,.fancyButton47.fancyButton:focus > span,.fancyButton47.fancyButton:active > span,.fancyButton47.fancyButton.hover > span{
|
||
}
|
||
.fancyButton47.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcb5e.svg?documentID=77');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="168/Public-Safety-GIS.html" target="_self" class="fancyButton fancyButton48 " >
|
||
<span>
|
||
<span><span class="text">GIS Property Information</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton48.fancyButton:link,.fancyButton48.fancyButton:visited, .fancyButton48div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton48.fancyButton:hover,.fancyButton48.fancyButton:focus,.fancyButton48.fancyButton:active,.fancyButton48.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton48.fancyButton:link > span,.fancyButton48.fancyButton:visited > span, .fancyButton48div.fancyButton > span{
|
||
}
|
||
.fancyButton48.fancyButton:hover > span,.fancyButton48.fancyButton:focus > span,.fancyButton48.fancyButton:active > span,.fancyButton48.fancyButton.hover > span{
|
||
}
|
||
.fancyButton48.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document09be.svg?documentID=76');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton48.fancyButton:hover .text,.fancyButton48.fancyButton:focus .text,.fancyButton48.fancyButton:active .text,.fancyButton48.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col12 last" style="" data-widgetcontainerid="ff297431-9656-4cc7-8fcd-f1aafe933dc9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col12 first last idc45426e5-ab4b-4ffd-96fc-db1b50d71210" style="" data-widgetcontainerid="c45426e5-ab4b-4ffd-96fc-db1b50d71210">
|
||
|
||
<div data-widget-id="a22dbf96-5060-4add-bd05-b0a95e7269c2" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgeta22dbf96-5060-4add-bd05-b0a95e7269c2" class="widget widgetGraphicLinks skin45 widgetOptionSet46 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 cpGrid3 ">
|
||
<div class="row wide"><!--
|
||
--><div class="col col1 first "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="bids.html" target="_self" class="fancyButton fancyButton49 " >
|
||
<span>
|
||
<span><span class="text">Bid Opportunities</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton49.fancyButton:link,.fancyButton49.fancyButton:visited, .fancyButton49div.fancyButton{
|
||
background-image: url('ImageRepository/Document1c23.svg?documentID=74');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton49.fancyButton:hover,.fancyButton49.fancyButton:focus,.fancyButton49.fancyButton:active,.fancyButton49.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton49.fancyButton:link > span,.fancyButton49.fancyButton:visited > span, .fancyButton49div.fancyButton > span{
|
||
}
|
||
.fancyButton49.fancyButton:hover > span,.fancyButton49.fancyButton:focus > span,.fancyButton49.fancyButton:active > span,.fancyButton49.fancyButton.hover > span{
|
||
}
|
||
.fancyButton49.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Documentcdb9.svg?documentID=75');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton49.fancyButton:hover .text,.fancyButton49.fancyButton:focus .text,.fancyButton49.fancyButton:active .text,.fancyButton49.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="287/Treasurers-Office.html" target="_self" class="fancyButton fancyButton50 " >
|
||
<span>
|
||
<span><span class="text">Payments</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton50.fancyButton:link,.fancyButton50.fancyButton:visited, .fancyButton50div.fancyButton{
|
||
background-image: url('ImageRepository/Document0f13.svg?documentID=72');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton50.fancyButton:hover,.fancyButton50.fancyButton:focus,.fancyButton50.fancyButton:active,.fancyButton50.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton50.fancyButton:link > span,.fancyButton50.fancyButton:visited > span, .fancyButton50div.fancyButton > span{
|
||
}
|
||
.fancyButton50.fancyButton:hover > span,.fancyButton50.fancyButton:focus > span,.fancyButton50.fancyButton:active > span,.fancyButton50.fancyButton.hover > span{
|
||
}
|
||
.fancyButton50.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document9610.svg?documentID=78');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton50.fancyButton:hover .text,.fancyButton50.fancyButton:focus .text,.fancyButton50.fancyButton:active .text,.fancyButton50.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!----><div class="col col1 last"><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks">
|
||
|
||
<div>
|
||
<a href="https://www.getrave.com/login/scottcountyva" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" class="fancyButton fancyButton51 " >
|
||
<span>
|
||
<span><span class="text">RAVE Alert</span></span>
|
||
</span>
|
||
</a>
|
||
</div>
|
||
<style scoped="scoped">.fancyButton51.fancyButton:link,.fancyButton51.fancyButton:visited, .fancyButton51div.fancyButton{
|
||
background-image: url('ImageRepository/Document6204.svg?documentID=73');
|
||
background-repeat: no-repeat;
|
||
background-position: center .65em ;
|
||
transition:.2s ease-in-out;
|
||
background-size: 120px;}
|
||
.fancyButton51.fancyButton:hover,.fancyButton51.fancyButton:focus,.fancyButton51.fancyButton:active,.fancyButton51.fancyButton.hover{
|
||
background-repeat: no-repeat;
|
||
background-position: center top;
|
||
background-size: 140px;}
|
||
.fancyButton51.fancyButton:link > span,.fancyButton51.fancyButton:visited > span, .fancyButton51div.fancyButton > span{
|
||
}
|
||
.fancyButton51.fancyButton:hover > span,.fancyButton51.fancyButton:focus > span,.fancyButton51.fancyButton:active > span,.fancyButton51.fancyButton.hover > span{
|
||
}
|
||
.fancyButton51.fancyButton .text{
|
||
color: #000000;
|
||
font-family: "Open Sans";
|
||
padding-top: 9em;
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
padding-top: 9em;
|
||
background-image: url('ImageRepository/Document6684.svg?documentID=71');
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
background-size: 80px;
|
||
transition:.2s ease-in-out;
|
||
}
|
||
.fancyButton51.fancyButton:hover .text,.fancyButton51.fancyButton:focus .text,.fancyButton51.fancyButton:active .text,.fancyButton51.fancyButton.hover .text{
|
||
text-decoration: underline;
|
||
background-repeat: no-repeat;
|
||
background-position: center 1.85em ;
|
||
|
||
|
||
}
|
||
</style>
|
||
|
||
</div><!--
|
||
--></div></div><!-- --></div>
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</div><!-- Calendar/Carousel --><!-- <div data-cpRole="structuralContainer" id="homeContainer1">
|
||
<div class="siteWrap">
|
||
<div data-cpRole="contentContainer" id="homeContent1a"></div>
|
||
</div>
|
||
</div> --><!-- Banner --><div data-cpRole="structuralContainer" id="bannerContainerTS2" class="noOverflowTS">
|
||
<div data-cpRole="banner" id="banner2"><!-- Footer --><footer data-cpRole="structuralContainer" id="footerContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="footerTS"> <div id="ccefebff3f-4c62-417a-b818-2ac5f97487bc" data-containerid="efebff3f-4c62-417a-b818-2ac5f97487bc" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile" data-contentcontainerbreakpoint="55">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col4 first" style="" data-widgetcontainerid="317eec43-3459-4cb1-9022-94f7b955be99">
|
||
|
||
<div class="row nest first wide">
|
||
|
||
|
||
<div class="inner col col4 first last idac8ea27d-53e7-4b4e-9a64-005a6c240346" style="" data-widgetcontainerid="ac8ea27d-53e7-4b4e-9a64-005a6c240346">
|
||
|
||
<div data-widget-id="c948ff2e-c55e-4e72-a960-7765d5deb43f" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdvc948ff2e-c55e-4e72-a960-7765d5deb43f" class="widget widgetInfoAdvanced skin56 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="headerc948ff2e-c55e-4e72-a960-7765d5deb43f">
|
||
<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">
|
||
<p><img src="ImageRepository/Document622c.svg?documentId=81" class="fr-dib" alt="Scott County Logo"></p>
|
||
</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) {
|
||
$('#divInfoAdvc948ff2e-c55e-4e72-a960-7765d5deb43f .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
<div class="row nest last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id7c8281e0-e4d4-48a5-b7ab-0046889c14ef" style="" data-widgetcontainerid="7c8281e0-e4d4-48a5-b7ab-0046889c14ef">
|
||
|
||
<div data-widget-id="e7fd66ad-9b4e-4847-aabf-eed7cc80f825" data-widget-controller-path="/GraphicLinks/Widget">
|
||
|
||
|
||
|
||
|
||
<div id="graphicLinkWidgete7fd66ad-9b4e-4847-aabf-eed7cc80f825" class="widget widgetGraphicLinks skin55 widgetOptionSet4 wide" data-elementqueryclasses='{"wide-narrow":"min-width:1em"}' 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/ScottCountyTourism" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Facebook graphic"><img src="ImageRepository/Documentf599.svg?documentID=48"
|
||
class="graphicButtonLink" alt=" Facebook"
|
||
onmouseover="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onmouseout="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onfocus="this.src='ImageRepository/Documentf599.svg?documentID=48'"
|
||
onblur="this.src='ImageRepository/Documentf599.svg?documentID=48'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="twitter.html" target="_self" aria-label=" Twitter graphic"><img src="ImageRepository/Document32c7.svg?documentID=50"
|
||
class="graphicButtonLink" alt=" Twitter"
|
||
onmouseover="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onmouseout="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onfocus="this.src='ImageRepository/Document32c7.svg?documentID=50'"
|
||
onblur="this.src='ImageRepository/Document32c7.svg?documentID=50'"> </a></div><!--
|
||
--></div></div><!----><div class="col col1 "><div class="semanticList"><!--
|
||
--><div class="widgetItem GraphicLinks"><a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/scottcountyva/?hl=en" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" Instagram graphic"><img src="ImageRepository/Document51c9.svg?documentID=49"
|
||
class="graphicButtonLink" alt=" Instagram"
|
||
onmouseover="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onmouseout="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onfocus="this.src='ImageRepository/Document51c9.svg?documentID=49'"
|
||
onblur="this.src='ImageRepository/Document51c9.svg?documentID=49'"> </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/UCJiQ6PhkjJIeH-lAY5uQnDA" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label=" YouTube graphic"><img src="ImageRepository/Document2c5b.svg?documentID=51"
|
||
class="graphicButtonLink" alt=" YouTube"
|
||
onmouseover="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onmouseout="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onfocus="this.src='ImageRepository/Document2c5b.svg?documentID=51'"
|
||
onblur="this.src='ImageRepository/Document2c5b.svg?documentID=51'"> </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 col3" style="" data-widgetcontainerid="4f048e14-bdef-4e42-8a6d-5a38410eb43c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id07fa1161-c907-493d-ab67-f302f03d0ad0" style="" data-widgetcontainerid="07fa1161-c907-493d-ab67-f302f03d0ad0">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="2a99bfaf-ff80-400a-9973-a99d2ae068fd"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="ad711cb2-97f2-4ece-8503-013b5e3563ac">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id9deb9cf1-8a92-4e89-8d98-af5df16fc724" style="" data-widgetcontainerid="9deb9cf1-8a92-4e89-8d98-af5df16fc724">
|
||
|
||
<div data-widget-id="9254eaa6-7a05-4413-b4b9-537390bad899" data-widget-controller-path="/InfoAdvanced/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
<section id="divInfoAdv9254eaa6-7a05-4413-b4b9-537390bad899" class="widget widgetInfoAdvanced skin37 widgetOptionSet5 wide" data-modulewidgettype="infoAdv" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="header9254eaa6-7a05-4413-b4b9-537390bad899">
|
||
<header class="widgetHeader" id="header9254eaa6-7a05-4413-b4b9-537390bad899">
|
||
<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">
|
||
<p id="isPasted">Scott County <br>190 Beech Street, Suite 201 <br>Gate City, VA 24251 <br>Phone: <a href="tel: 276-386-6521">276-386-6521</a> <br>Fax: 276-386-9198 </p>
|
||
</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) {
|
||
$('#divInfoAdv9254eaa6-7a05-4413-b4b9-537390bad899 .InfoAdvanced.widgetItem').each(function () {
|
||
renderSlideshowIfApplicable($(this));
|
||
});
|
||
});
|
||
</script></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="8b0ca67b-b0e2-413c-8285-2b63a3dd1da9">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last idfaf6bc92-771a-4664-8e43-dbbe6810a439" style="" data-widgetcontainerid="faf6bc92-771a-4664-8e43-dbbe6810a439">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="4255d396-03d9-469c-b65a-17caf2efab57"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col4" style="" data-widgetcontainerid="aa5bbf67-9291-4476-8b6c-7a8d349dedf8">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col4 first last id78a78fb9-c4d0-423e-9ce9-bd08e1303b4c" style="" data-widgetcontainerid="78a78fb9-c4d0-423e-9ce9-bd08e1303b4c">
|
||
|
||
<div data-widget-id="0581b518-6890-4e6b-8033-719b76a6d6e0" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink0581b518-6890-4e6b-8033-719b76a6d6e0" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader0581b518-6890-4e6b-8033-719b76a6d6e0">
|
||
<header class="widgetHeader" id="quickLinksHeader0581b518-6890-4e6b-8033-719b76a6d6e0">
|
||
<div class="">
|
||
<h3><a style="" href="QuickLinks5d32.html?CID=15" >Quick Links</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="https://my.vdot.virginia.gov/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >VDOT-Report a Problem</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="132/Community-Events.html" target="_self" >Community Events</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="FormCenter/Technology-Request-5/Technology-Request-46.html" target="_self" >Technology Request</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="229/Scott-County-Facts-Figures.html" target="_self" >Scott County Facts & Figures</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="157/Economic-Development.html" target="_self" >Economic Development</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="http://recreation.scottcountyva.com/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" >Parks & Recreation</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/QuickLinks.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3" style="" data-widgetcontainerid="02d0d3a4-89e5-4135-9228-c6de4fc0f62c">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id2547f024-458c-443a-ab00-43c0a45cb94b" style="" data-widgetcontainerid="2547f024-458c-443a-ab00-43c0a45cb94b">
|
||
|
||
|
||
<div class="widget widgetSpacer" id="dcf80d67-6138-4510-a6cb-d311be9164bc"></div> </div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!----><div class="outer col col3 last" style="" data-widgetcontainerid="97b02a32-7911-46b2-9c32-7099539572b7">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col3 first last id718e7ccd-326c-44ab-b58e-7ebf6e582365" style="" data-widgetcontainerid="718e7ccd-326c-44ab-b58e-7ebf6e582365">
|
||
|
||
<div data-widget-id="6aea8712-b2b4-4695-9db7-39ddd9583c39" data-widget-controller-path="/QuickLinks/Widget">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section id="widgetQuicklink6aea8712-b2b4-4695-9db7-39ddd9583c39" class="widget widgetQuickLinks skin37 widgetOptionSet30 narrow" data-modulewidgettype="quickLinks" data-elementqueryclasses='{"wide-narrow":"min-width:25em"}' data-elementquerymatch='matchMultiColumn' data-elementqueryunmatch='unmatchMultiColumn' aria-labelledby="quickLinksHeader6aea8712-b2b4-4695-9db7-39ddd9583c39">
|
||
<header class="widgetHeader" id="quickLinksHeader6aea8712-b2b4-4695-9db7-39ddd9583c39">
|
||
<div class="">
|
||
<h3><a style="" href="QuickLinks3ee2.html?CID=16" >Helpful Links</a></h3>
|
||
</div>
|
||
</header>
|
||
<div class="widgetBody cpGrid cpGrid1 ">
|
||
<div class="row narrow">
|
||
<div class="col col1 first last">
|
||
<ol class="semanticList">
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="index.html" target="_self" >Home</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="sitemap.html" target="_self" >Site Map</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="directory.html" target="_self" >Contact Us</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="accessibility.html" target="_self" >Accessibility</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="copyright.html" target="_self" >Copyright Notices</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
|
||
<li style="position:relative" class="widgetItem QuickLinks">
|
||
<a class="widgetDesc widgetQuickLinksLink" href="privacy.html" target="_self" >Privacy Policy</a>
|
||
<div class="widgetMeta"></div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="widgetFooter">
|
||
</div>
|
||
<div class="addItemModal hidden">
|
||
<div class="url hidden">/QuickLinks.aspx</div>
|
||
</div>
|
||
|
||
</section>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</footer>
|
||
|
||
|
||
|
||
|
||
<div id="banner2-57" style="display: none"></div>
|
||
<script type="text/javascript">
|
||
onOrLive($(window), function () {
|
||
$.when(window.Pages.rwdSetupComplete)
|
||
.done(function () {
|
||
renderBanner('banner2-57',
|
||
'banner2',
|
||
{"BannerOptionID":57,"ThemeID":17,"SlotName":"banner2","Name":"Default","IsDefault":true,"BannerMode":1,"SlideShowSlideTiming":null,"SlideshowTransition":0,"SlideShowTransitionTiming":null,"ImageScale":false,"ImageAlignment":2,"ImageScroll":true,"MuteSound":true,"VideoType":0,"Status":40,"SlideshowControlsPosition":0,"SlideshowControlsAlignment":0,"SlideshowBannerControlsColorScheme":0,"DisplayVideoPauseButton":false,"VideoPauseButtonAlignment":1,"VideoPauseButtonControlsAlignment":0,"VideoPauseButtonStyle":"#FFFFFF","VideoPauseButtonBackgroundStyle":"#000000","VideoPauseButtonAlignmentClass":"alignRight viewport","BannerImages":[{"BannerImageID":77,"BannerOptionID":57,"FileName":"/ImageRepository/Document?documentID=96","Height":700,"Width":2200,"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":77,"BannerOptionID":57,"FileName":"/ImageRepository/Document?documentID=96","Height":700,"Width":2200,"StartingOn":null,"StoppingOn":null,"IsLink":false,"LinkAddress":null,"Sequence":1,"RecordStatus":0,"ModifiedBy":0,"ModifiedOn":"\/Date(-62135575200000)\/","AltText":null},
|
||
'App_Themes/Simple/Images/index.html',
|
||
'<img alt="" class="bannerObject" src="/ImageRepository/Document?documentID=96" />');
|
||
});
|
||
}, "load");
|
||
</script>
|
||
|
||
|
||
</div>
|
||
</div><!-- Powered By --><div data-cpRole="structuralContainer" id="poweredByContainerTS">
|
||
<div class="siteWrap"><div data-cpRole="contentContainer" id="poweredByTS"> <div id="ccb2bc0126-8e13-4c22-9c9c-37aad2879d1a" data-containerid="b2bc0126-8e13-4c22-9c9c-37aad2879d1a" class="pageContent cpGrid cpGrid24 isLockedContainer showInMobile">
|
||
|
||
|
||
<div class="row outer wide"><!--
|
||
--><div class="outer col col24 first last" style="" data-widgetcontainerid="bca57f8c-0e2e-4e2e-b3b6-be1800fca1af">
|
||
|
||
<div class="row nest first last wide">
|
||
|
||
|
||
<div class="inner col col24 first last id90a32dd3-8e45-459b-9124-c357a8ccdf20" style="" data-widgetcontainerid="90a32dd3-8e45-459b-9124-c357a8ccdf20">
|
||
|
||
|
||
<div data-widget-id='063c8a48-c8cb-4481-ab0f-f47aae6f7811' data-moduleName="customHtml" id='widgetCustomHtml063c8a48-c8cb-4481-ab0f-f47aae6f7811' class="widget widgetCustomHtml skin37 narrow" >
|
||
<div class="widgetBody pageStyles" id="widgetBody063c8a48-c8cb-4481-ab0f-f47aae6f7811">
|
||
<div id="customHtml063c8a48-c8cb-4481-ab0f-f47aae6f7811"><div><style>
|
||
/* CP icon */
|
||
.cpBylineIconTS {
|
||
color: #fff;
|
||
}
|
||
/* CP Text */
|
||
.cpBylineTextTS,
|
||
.cpBylineTextTS a:link {
|
||
color: #fff;
|
||
}
|
||
|
||
.cpBylineTS {
|
||
text-align: center;
|
||
}
|
||
|
||
.cpBylineIconTS {
|
||
fill: currentColor;
|
||
width: 39px;
|
||
height: 26px;
|
||
display: inline;
|
||
vertical-align: middle;
|
||
}
|
||
</style>
|
||
|
||
<div class="widgetItem cpBylineTS">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" class="cpBylineIconTS">
|
||
<path class="c" d="M73.4,23.2h-19v16.7h19c2.8,0,5,2.2,5,5c0,2.8-2.2,5-5,5h-19v28.4h5.5l11.3-11.7h2.2c11.9,0,21.6-9.7,21.6-21.6C95,33,85.3,23.2,73.4,23.2"></path>
|
||
<path class="p" d="M45.8,66.5H26.6C14.7,66.5,5,56.8,5,44.9C5,33,14.7,23.2,26.6,23.2h19.1v16.7H26.6c-2.8,0-5,2.2-5,5c0,2.8,2.2,5,5,5h19.1V66.5z"></path>
|
||
</svg>
|
||
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">CivicPlus®</a></span>
|
||
</div></div></div>
|
||
</div>
|
||
</div>
|
||
</div> <!-- inner column -->
|
||
|
||
</div> <!-- inner row -->
|
||
|
||
</div><!-- outer column --><!-- --></div> <!-- outer row -->
|
||
|
||
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<link href="745732998.css" rel="stylesheet" type="text/css" />
|
||
|
||
<div tabindex="0"></div>
|
||
<div id="SplashMessageWrapper" class="cp-Splash-wrapper">
|
||
<div role="dialog" aria-labelledby="cp-Splash-title" aria-describedby="editorContentDesc" aria-modal="true" tabindex="-1" id="SplashMessage" class="hidden cp-Splash cp-Splash--modal is-open">
|
||
<div class="cp-Splash-header">
|
||
<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/Mystique/Shared/Scripts/Moment/Moment.min.js"></script>
|
||
<script src="Assets/Scripts/SplashModal/SplashModalRender.js"></script>
|
||
<script>
|
||
|
||
$(document).ready(function () {
|
||
var filter = {
|
||
targetId: '',
|
||
targetType: 0
|
||
}
|
||
|
||
new SplashModalRender().triggerRender(filter);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="58870828.js" type="text/javascript"></script>
|
||
<!-- Fixed Nav Adjustment -->
|
||
<script>
|
||
function getValueTS(elem, attr) {
|
||
var val = elem.css(attr);
|
||
if (val === undefined) return undefined;
|
||
var num = parseInt(val, 10);
|
||
if (num === NaN) return undefined;
|
||
return num;
|
||
}
|
||
|
||
function clampTS(number, min, max) {
|
||
return Math.min(Math.max(number, min), max);
|
||
}
|
||
|
||
function isPageEditingTS() {
|
||
return (
|
||
$("#doneEditing").length > 0 || // In live edit
|
||
typeof DesignCenter !== "undefined" // In theme manager
|
||
);
|
||
}
|
||
|
||
var bgColorRegexTS = new RegExp("rgba\((\d+), (\d+), (\d+), (\d*\.?\d*)\)");
|
||
function isTransparentTS(elem) {
|
||
var bg = elem.css('background-color');
|
||
if (typeof bg !== "string") return false;
|
||
if (bg === "transparent") return true;
|
||
if (!bg.startsWith('rgba(')) return false;
|
||
var matchState = bg.match(bgColorRegexTS);
|
||
if (!matchState || matchState.length !== 5) return false;
|
||
var alpha = parseFloat(matchState[4], 10);
|
||
if (!(alpha >= 0 && alpha < 1)) return false;
|
||
return true;
|
||
}
|
||
|
||
function iterateLeftpads(cb) {
|
||
var containersTS = $("[class^='siteWrap'],[class*=' siteWrap']");
|
||
for (var i = 0; i < containersTS.length; i++) {
|
||
var containerTS = containersTS[i];
|
||
// Skip the body container and anything with data-skip-leftpad
|
||
if (
|
||
containerTS.id !== "bodyContainerTS" &&
|
||
containerTS.getAttribute('data-skip-leftpad') === null
|
||
) {
|
||
cb(containerTS);
|
||
}
|
||
}
|
||
}
|
||
|
||
function iterateRightpads(cb) {
|
||
var containersTS = $("[class^='siteWrap'],[class*=' siteWrap']");
|
||
for (var i = 0; i < containersTS.length; i++) {
|
||
var containerTS = containersTS[i];
|
||
// Skip the body container and anything with data-skip-rightpad
|
||
if (
|
||
containerTS.id !== "bodyContainerTS" &&
|
||
containerTS.getAttribute('data-skip-rightpad') === null
|
||
) {
|
||
cb(containerTS);
|
||
}
|
||
}
|
||
}
|
||
|
||
var anchor = $("#divToolbars");
|
||
var bodyContainerTS = $("#bodyContainerTS");
|
||
|
||
// Outer banner padding (push banner down)
|
||
var outerSizingTS = $("#bannerContainerTS");
|
||
// Inner banner padding (push banner content down) - Transparent header OR on attaching headers
|
||
var innerSizingTS = $("#bannerSizingTS");
|
||
|
||
var forceUnfixClassTS = "forceUnfixTS";
|
||
|
||
var fixedTopTS = $(".fixedTopTS");
|
||
var fixedBottomTS = $(".fixedBottomTS");
|
||
var fixedLeftTS = $(".fixedLeftTS");
|
||
var fixedRightTS = $(".fixedRightTS");
|
||
|
||
var initialTopTS;
|
||
var topAttachTS;
|
||
if (fixedTopTS && fixedTopTS.length === 1) {
|
||
initialTopTS = getValueTS(fixedTopTS, 'top');
|
||
var attachment = fixedTopTS.attr('data-attach');
|
||
if (attachment) topAttachTS = $("#" + attachment);
|
||
if (!topAttachTS || topAttachTS.length !== 1) topAttachTS = undefined;
|
||
}
|
||
|
||
function resizeAdjustmentTS() {
|
||
var editing = isPageEditingTS();
|
||
|
||
// Fixed top script
|
||
(function () {
|
||
if (!fixedTopTS || fixedTopTS.length !== 1 || initialTopTS === undefined) return;
|
||
|
||
if (editing) {
|
||
fixedTopTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedTopTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
var topPosition = fixedTopTS.css('position');
|
||
if (topPosition === 'fixed') {
|
||
if (topAttachTS) {
|
||
scrollAdjustmentTS();
|
||
} else {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedTopTS.css('top', anchorHeight + initialTopTS);
|
||
}
|
||
} else {
|
||
fixedTopTS.css('top', initialTopTS);
|
||
}
|
||
|
||
if (topPosition === 'fixed' || topPosition === 'absolute') {
|
||
// Bump the banner content down
|
||
if (isTransparentTS(fixedTopTS)) {
|
||
innerSizingTS.css('padding-top', initialTopTS + fixedTopTS.outerHeight());
|
||
outerSizingTS.css('padding-top', '');
|
||
|
||
try {
|
||
window.Pages.onResizeHandlersExecute();
|
||
} catch (e) { }
|
||
} else {
|
||
outerSizingTS.css('padding-top', fixedTopTS.outerHeight() - 1);
|
||
innerSizingTS.css('padding-top', '');
|
||
}
|
||
} else {
|
||
innerSizingTS.css('padding-top', '');
|
||
outerSizingTS.css('padding-top', '');
|
||
}
|
||
})();
|
||
|
||
// Fixed bottom script
|
||
(function () {
|
||
if (!fixedBottomTS || fixedBottomTS.length === 0) return;
|
||
|
||
// If the widget has gone narrow, force unfix
|
||
if (editing || fixedBottomTS.outerHeight() > 200) {
|
||
fixedBottomTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedBottomTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedBottomTS.css('position') === 'fixed') {
|
||
bodyContainerTS.css('padding-bottom', fixedBottomTS.outerHeight());
|
||
} else {
|
||
bodyContainerTS.css('padding-bottom', '');
|
||
}
|
||
})();
|
||
|
||
// Fixed left script
|
||
(function () {
|
||
if (!fixedLeftTS || fixedLeftTS.length === 0) return;
|
||
|
||
if (editing) {
|
||
fixedLeftTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedLeftTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedLeftTS.css('position') === 'fixed') {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedLeftTS.css('top', anchorHeight);
|
||
var leftBoundingTS = fixedLeftTS[0].getBoundingClientRect();
|
||
iterateLeftpads(function (containerTS) {
|
||
var containerBoundingTS = containerTS.getBoundingClientRect();
|
||
if (containerBoundingTS.left <= leftBoundingTS.right) {
|
||
$(containerTS).css('padding-left', leftBoundingTS.width + 16);
|
||
} else {
|
||
$(containerTS).css('padding-left', '');
|
||
}
|
||
});
|
||
} else {
|
||
fixedLeftTS.css('top', '');
|
||
iterateLeftpads(function (containerTS) {
|
||
$(containerTS).css('padding-left', '');
|
||
});
|
||
}
|
||
})();
|
||
|
||
// Fixed right script
|
||
(function () {
|
||
if (!fixedRightTS || fixedRightTS.length === 0) return;
|
||
|
||
if (editing) {
|
||
fixedRightTS[0].classList.add(forceUnfixClassTS);
|
||
} else {
|
||
fixedRightTS[0].classList.remove(forceUnfixClassTS);
|
||
}
|
||
|
||
if (fixedRightTS.css('position') === 'fixed') {
|
||
var anchorHeight = anchor.outerHeight() - 1;
|
||
fixedRightTS.css('top', anchorHeight);
|
||
var rightBoundingTS = fixedRightTS[0].getBoundingClientRect();
|
||
iterateRightpads(function (containerTS) {
|
||
var containerBoundingTS = containerTS.getBoundingClientRect();
|
||
if (containerBoundingTS.right >= rightBoundingTS.left) {
|
||
$(containerTS).css('padding-right', rightBoundingTS.width + 16);
|
||
}
|
||
});
|
||
} else {
|
||
fixedRightTS.css('top', '');
|
||
iterateRightpads(function (containerTS) {
|
||
$(containerTS).css('padding-right', '');
|
||
});
|
||
}
|
||
})();
|
||
}
|
||
|
||
function scrollAdjustmentTS() {
|
||
if (!fixedTopTS || fixedTopTS.length !== 1 || !topAttachTS || topAttachTS.length !== 1) return;
|
||
var topPosition = fixedTopTS.css('position');
|
||
if (topPosition === 'fixed' || topPosition === 'absolute') {
|
||
var anchorBounding = anchor[0].getBoundingClientRect();
|
||
var attachBounding = topAttachTS[0].getBoundingClientRect();
|
||
var scrollTop = $(window).scrollTop();
|
||
|
||
fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom));
|
||
} else {
|
||
fixedTopTS.css('top', initialTopTS);
|
||
}
|
||
}
|
||
|
||
$(window).load(function () {
|
||
setTimeout(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
}, 350);
|
||
|
||
$(window).scroll(function () {
|
||
try {
|
||
scrollAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
});
|
||
|
||
var adjustTimeoutTS;
|
||
$(window).resize(function () {
|
||
clearTimeout(adjustTimeoutTS);
|
||
adjustTimeoutTS = setTimeout(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
}, 350);
|
||
});
|
||
|
||
$.when(window.Pages.angularToolbarComplete).done(function () {
|
||
try {
|
||
resizeAdjustmentTS();
|
||
} catch (e) {
|
||
console.error(e);
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
<!-- End Fixed Nav Adjustment -->
|
||
|
||
|
||
<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=Open+Sans:300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,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 scottcountyva.com/faq.aspx by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:14:55 GMT -->
|
||
</html> |