(a) Every device, equipment, tool, vehicle or conveyance, when used or operated illegally, or attempted to be used or operated illegally by any person in taking, transporting, holding, disturbing, exploring, excavating, collecting or conveying any human remains, grave artifacts, or grave markers, contrary to the provisions of this Act, including administrative rules, is a public nuisance and subject to seizure and confiscation by any authorized employee of the Department; upon the seizure of such item the Department shall take and hold the same until disposed of as hereinafter provided. (b) Upon the seizure of any property as herein provided, the authorized employee of the Department making such seizure shall forthwith cause a complaint to be filed before the circuit court and a summons to be issued requiring the person who illegally used or operated or attempted to use or operate such property and the owner and person in possession of such property to appear in court and show cause why the property seized should not be forfeited to the State. Upon the return of the summons duly served or other notice as herein provided, the court shall proceed to determine the question of the illegality of the use of the seized property and upon judgment being entered to the effect that such property was illegally used, an order may be entered providing for the forfeiture of such seized property to the Department and shall thereupon become the property of the Department; but the owner of such property may have a jury determine the illegality of its use, and shall have the right of an appeal, as in other cases. Such confiscation or forfeiture shall not preclude or mitigate against prosecution and assessment of penalties otherwise provided in this Act. (c) Upon seizure of any property under circumstances supporting a reasonable belief that such property was abandoned, lost or stolen or otherwise illegally possessed or used contrary to the provisions of this Act, except property seized during a search or arrest, and ultimately returned, destroyed, or otherwise disposed of pursuant to order of a court in accordance with this Act, the Department shall make reasonable inquiry and efforts to identify and notify the owner or other person entitled to possession thereof, and shall return the property after such person provides reasonable and satisfactory proof of his ownership or right to possession and reimburses the Department for all reasonable expenses of such custody. If the identity or location of the owner or other person entitled to possession of the property has not been ascertained within 6 months after the Department obtains such possession, the Department shall effectuate the sale of the property for cash to the highest bidder at a public auction. The owner or other person entitled to possession of such property may claim and recover possession of the property at any time before its sale at public auction, upon providing reasonable and satisfactory proof of ownership or right of possession and reimbursing the Department for all reasonable expenses of custody thereof. (d) Any property forfeited to the State by court order pursuant to this Section may be disposed of by public auction, except that any property which is the subject of such a court order shall not be disposed of pending appeal of the order. The proceeds of the sales at auction shall be deposited in the Repatriation and Reinterment Fund. (e) The Department shall pay all costs of notices required by this Section. (f) Property seized or forfeited under this Section is subject to reporting under the Seizure and Forfeiture Reporting Act. (g) This Section does not apply to human remains, grave artifacts, or grave markers that were recovered by the Department or other law enforcement agency during an investigation of a violation of this Act. (Source: P.A. 103-446, eff. 8-4-23.) This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available < 480) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 480 (iPhone)'); } else if (available < 850) { scale = (available / BASE_WIDTH) - 0.1; log('viewport < 850 (iPad)'); } else { scale = 1; log('viewport >= 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });
Chat with this statute using AI
Ask CiteLaw's AI Navigator anything about this statute, verify citations, and research related authorities. Sign up for CiteLaw free today to get started.