91³Ô¹ÏÍø

Watch CBS News

Michigan businessmen sentenced in multimillion-dollar highway construction overbilling scheme

Five Michigan men were sentenced to federal prison for their roles in a scheme involving millions of dollars' worth of overbilling on state highway construction projects. 

The U.S. Attorney's Office for the Eastern District of Michigan  on Thursday. All five men are former executives of Surveying Solutions Inc. of Standish. 

Andrew Semenchuk, 53, of Rives Junction, and Jeffrey Bartlett, 53, of Standish, were sentenced on Tuesday to 15 months in federal prison after their guilty pleas to conspiracy to defraud the United States, the district attorney's office said. 

Adam Ball, 48, of Saginaw, and Brian Bartlett, 48, of Standish, were sentenced Thursday to one year and one day in federal prison after their guilty pleas to conspiracy to defraud the United States.   

Anthony Thelen, 48, of Pewamo, was sentenced Thursday to 6 months in federal prison after his guilty plea to conspiracy to defraud the United States.   

The men were ordered to pay a total of $4,571,800 in restitution to the Michigan Department of Transportation, along with forfeitures totaling $4,073,200, the district attorney's office said. 

"For nearly a decade, the defendants carried out a scheme that compromised the integrity of transportation projects in Michigan and betrayed the taxpayers who funded them," said Anthony Licari, Special Agent-in-Charge of the U.S. Department of Transportation Office of Inspector General, Midwestern Region. 

The district attorney's office said that from February 2011 to July 2019, the five men were involved in a fraudulent overbilling scheme to the Michigan Department of Transportation that included false and non-existent employee and technology costs, in addition to inflated equipment and property lease expenses. 

The contracts were paid for almost entirely by federal funds through the U.S. Department of Transportation.  

As part of a non-prosecution agreement, Surveying Solutions Inc. participated in a compliance program and paid a $1.1 million penalty. The district attorney's office has noted that the company cooperated with federal agencies during the investigation.  

The Federal Bureau of Investigation and the U.S. Department of Transportation investigated the case. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });