2121 lines
88 KiB
HTML
2121 lines
88 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<!-- Mirrored from scottcountyva.com/QuickLinks.aspx?CID=32 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:11:47 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>Quick Links • Recreation Department</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="6e2f4edd-677e-4a41-aa72-7177821379e2" />
|
||
<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="29" />
|
||
<input type="hidden" id="pagePageID" />
|
||
<input type="hidden" id="hdnModuleEligibleForJquery224Upgrade" value="true" />
|
||
|
||
<input type="hidden" id="hdnModuleID" value="29" />
|
||
<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=29&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',
|
||
'1');
|
||
});
|
||
}, "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>Quick Links</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/QuickLinks.aspx?CID=32" 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="2cL1jViMr9JasFTyYpbU2k/9P8OtNxFr8N9o5cYuZy+ytQWFf8LAgjbyaLvdo82CcGN/P+5xoCts+Ng4RGPNBV8l5YsIOEp0BW51OFHv/k0N8kBCMsliIyQtBI5HrIgXHtibRAl4qnCw3InbuL2pt9J8azI9jHyhqDagu7Kw9vog8rEDzhQWLDv/ZUm3FGTg107uudm8zNGlVIcuzzweJJN+HJ2iz057fqYRAAQjRreAXM0ix9vaEOPLBbwyAt+C54NikfUU3V8uzucM+IwUfvKRkQc/c/YNxKZ/XdyoqFH9nfZ0Xp5FuSSjbxe2CC8u4JRzyw9tIbTRJnlTCyJOPm7h6kEc+c8rVSDmeUVVb+ODcMaOtZZi08B9Ik1ptrGGt1cg/e8hG/9N4Lu+o9mwqFumgk6St72ILTJV4v2JrwZG0SkagXBg8yJ1yRMmLcJoMOUntpyo38M2hZZuXeUgYnptZ2DEsAOhixvJIcKy6MM20SOWSdv1a0SYMO5jzEpUWrGgvb1gtS5Josf3Qcr4vd6qe2myocyfkbuP7X1SqFx4P1veMGJPL8cW0Pq/6jBKP8RLnx3YFO82aq3u75JDWmby+0f20W3BcdF6DAmXVjmSEdJUF9upIwtPWp03X+lQrBrTuQstK0tL+WaGrh5GaiQs5Wv6V0YRZt4HHzjkz7vwIP2gMB2YH6g1of7cuvc61wYeP78ED5/GYUwc1+OkCP9HkvTZyOlzEV8H8AEiQ04t3lLLNTVthTQwDRTrTiySKti3WFi8YdEQOC6tjk6njcjfscMbvpuya2m/pQRU4IPK/ot+6IVbSYFtMg9tCmK12A31SQ9W1AaKpeTDItOCY8+7ZXT43dKxC+uObXLQVhPg7QY8am4RDTL/DHIDnhdd79QrGqymPvca+LAU8xvAr7xAPFml/BsRZC+H+815BIgSAm+nP21PeEr+zRpsHxSJhDJLmcePE3dtG0rpdevl2ULyHq+XkAuuq+p3fXxCZlh1n6cceAi9lDE97cNYg3O3niby2k9h7X4XcZ2BeKZKVj98AYcS6sg1xQCkpjBZ4Z0hgzIuqrZlYPeUHnZU4M/ZKZyMVG4SFb/6ZGbkVOdNdgYwqTc9x5E2iv1trpH5qtGzreuv3T+Wz2sg98Cdd00sECp8HLfv6FOucs5FOls6aiLPTpHU5jbn0/+Lx1o0mpNMLMCbicIL1n/oYyuepNOZTlfJE5P+u8usm8QemXlJtSrBW1ew9mqU8VRuzktdSm6Uu2RNarJh/ldBtxGWuRfQMmx04V0LiAmvPNyoFoltT7mweaKPSUcFkAFIEFsQl2Ju2e71vzFt6ZGxthgye9MCTaslvtE96bFKsEiRegmiYIJeqFIZCdaKPYXyjnyVXps7Z+YBM7lwUIBJLz7/54B5UGLTNO7xBPWPi++UHuude0ERQMMM4X0JOAAye1Ix5Tf8CcC6gZjghXe0VIxlS0XFGEzGafQsPvsMbSWJhwNsyYSRNfncporBJq4iJJxr//6vlb3OPMQaYFgkELfSf/g2QPYEY0XgLcJegHlz42Whcw==" />
|
||
</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="A338E34F" />
|
||
</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$UpdatePanel32',''], [], [], 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 QuickLinksContent.aspx -->
|
||
|
||
<link href="215761942.css" rel="stylesheet" type="text/css" /><script src="-72897665.js" type="text/javascript"></script>
|
||
<div id="QLContent" class="newCP moduleContentNew">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel">
|
||
|
||
<div class="sidebar">
|
||
|
||
<div class="section categories">
|
||
<h3>Categories</h3>
|
||
<ol>
|
||
<li>
|
||
<a href="QuickLinks.html">All Categories</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks0fb1.html?CID=22">Animal Control</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinksdd6a.html?CID=35">Business</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinksb895.html?CID=41">Circuit Court</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks0938.html?CID=30">Economic Development</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinkscd93.html?CID=34">Economic Development - Other Links of Interest</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks2bbc.html?CID=39">Elected Officials</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks7842.html?CID=36">Government</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks5d32.html?CID=15">Helpful Links</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks7bad.html?CID=31">Public Safety / GIS</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinksd94c.html?CID=32">Recreation Department</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks3ee2.html?CID=16">Site Links</a>
|
||
</li>
|
||
<li>
|
||
<a href="QuickLinks2e46.html?CID=33">Tourism</a>
|
||
</li>
|
||
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
<div class="contentMain selfClear">
|
||
|
||
|
||
<div id="ctl00_ctl00_MainContent_ModuleContent_ctl00_UpdatePanel32">
|
||
<div class="listing listingCollapse">
|
||
<div id="cat32">
|
||
<h2 onkeypress="return this.onclick();" onclick="expandCollapseCategory(32); return false;">
|
||
<div id="a_32">▼</div>
|
||
Recreation Department
|
||
</a>
|
||
</div>
|
||
<ol id="32">
|
||
<li>
|
||
<a href="http://recreation.scottcountyva.com/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Department of Parks and Recreation </a>
|
||
<p> </p>
|
||
</li>
|
||
<li>
|
||
<a href="http://www.explorescottcountyva.org/" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">Explore Scott County </a>
|
||
<p> </p>
|
||
</li>
|
||
<li>
|
||
<a href="http://www.scottcountyva.com/park">Scott County Park and Golf Course </a>
|
||
<p> </p>
|
||
</li>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<script type="text/javascript" language="javascript"><!--
|
||
function redrawContent(closeModal) {
|
||
raiseAsyncPostback('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', '', closeModal);
|
||
}
|
||
//--></script>
|
||
|
||
<!-- end QuickLinksContent.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":"/QuickLinks.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="frmQLSearch" action="https://scottcountyva.com/QuickLinks.asp" method="get" style="display: inline;"><input type="hidden" name="CID" /></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/QuickLinks.aspx?CID=32 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 May 2024 21:11:47 GMT -->
|
||
</html> |