Skip to content
Sussex County

https://sussexcountyde.gov/modules/system/system.base.css?tbe37g

Solicitation: Not available
Notice ID: 33c69e6eaac1806567a3ed9f2554afed
DepartmentSussex CountyStateDEPostedMay 26, 2026, 12:00 AM UTCDueNo due date postedBid range$316,256 - $374,822
Contract snapshot

Federal opportunity from Sussex County. Place of performance: DE.

Source
Open on official portal →
Solicitation
33c69e6eaac1806567a3ed9f2554afed
Performance
Sussex County, DE
Response
No due date posted
Open on official portal →
Map for DE
Live POP
Place of performance
Sussex County, DE
State: DE
Contracting office
Not listed

Point of Contact

Not available

Agency & Office

Department
Sussex County
Agency
Not available
Subagency
Not available
Office
Legal Notices
Contracting Office Address
Not available

Applicable wage determinations

Best public WD match for the notice location and scope.

Directory →
Best fitDavis-Baconstate match • county match
DE20260009 (Rev 1)
Published May 18, 2026Delaware • Sussex
29 occupation rates available in the full WD.
View more WD detail
3 more WD matches and 27 more rate previews.
Davis-BaconBest fitstate match • county match
DE20260009 (Rev 1)
Open WD
Published May 18, 2026Delaware • Sussex
Rate
BOILERMAKER
Base $55.00Fringe $35.48
Rate
BRICKLAYER
Base $34.19Fringe $27.98
Rate
CARPENTER (INCLUDES ACOUSTICAL CEILING INSTALLATION, DRYWALL HANGING, FORM WORK, METAL STUD INSTALLATION, SCAFFOLD BUILDING, EXCLUDES MASONRY/BRICK, AND EXCLUDES SOFT FLOOR LAYER)
Base $32.87Fringe $18.98
+26 more occupation rates in this WD
Davis-Baconstate match • county match
DE20260003 (Rev 2)
Open WD
Published May 18, 2026Delaware • Kent, New Castle, Sussex
Rate
OF THE STRAIGHT TIME RATE, MULTIPLIED BY THE TOTAL HOURS WORKED
Base $30.86Fringe $14.15
Rate
OF THE STRAIGHT TIME RATE, MULTIPLIED BY THE TOTAL HOURS WORKED
Base $37.15Fringe $14.57
Rate
OF THE STRAIGHT TIME RATE, MULTIPLIED BY THE TOTAL HOURS WORKED
Base $38.38Fringe $14.66
+4 more occupation rates in this WD
Davis-Baconstate match • county match
DE20260012 (Rev 1)
Open WD
Published May 18, 2026Delaware • Sussex
Rate
CARPENTER (INCLUDES FORM WORK)
Base $38.27Fringe $25.34
Rate
LINE CONSTRUCTION: LINEMAN
Base $65.10Fringe $30.87
Rate
PAID HOLIDAYS: NEW YEAR'S DAY, MEMORIAL DAY, INDEPENDENCE DAY, LABOR DAY, THANKSGIVING DAY, CHRISTMAS DAY, AND ELECTION DAY (PROVIDED THE EMPLOYEE WORKS THE SCHEDULED WORK DAY FOLLOWING THE HOLIDAY.)
Base $48.73Fringe $32.23
+10 more occupation rates in this WD
Davis-Baconstate match • county match
DE20260001 (Rev 1)
Open WD
Published May 18, 2026Delaware • Kent, New Castle, Sussex
Rate
ROOFER (NEW CASTLE COUNTY)
Base $9.79Fringe $0.00
Rate
POWER EQUIPMENT OPERATORS: BACKHOE (KENT AND SUSSEX COUNTIES)
Base $10.15Fringe $0.00
Rate
PLUMBER (NEW CASTLE COUNTY)
Base $9.80Fringe $0.00
+13 more occupation rates in this WD

Description

/** * @file * Generic theme-independent base styles. */ /** * Autocomplete. * * @see autocomplete.js */ /* Suggestion list */ #autocomplete { border: 1px solid; overflow: hidden; position: absolute; z-index: 100; } #autocomplete ul { list-style: none; list-style-image: none; margin: 0; padding: 0; } #autocomplete li { background: #fff; color: #000; cursor: default; white-space: pre; zoom: 1; /* IE7 */ } /* Animated throbber */ html.js input.form-autocomplete { background-image: url(../../misc/throbber-inactive.png); background-position: 100% center; /* LTR */ background-repeat: no-repeat; } html.js input.throbbing { background-image: url(../../misc/throbber-active.gif); background-position: 100% center; /* LTR */ } /** * Collapsible fieldsets. * * @see collapse.js */ html.js fieldset.collapsed { border-bottom-width: 0; border-left-width: 0; border-right-width: 0; height: 1em; } html.js fieldset.collapsed .fieldset-wrapper { display: none; } fieldset.collapsible { position: relative; } fieldset.collapsible .fieldset-legend { display: block; } /** * Resizable textareas. * * @see textarea.js */ .form-textarea-wrapper textarea { display: block; margin: 0; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .resizable-textarea .grippie { background: #eee url(../../misc/grippie.png) no-repeat center 2px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; height: 9px; overflow: hidden; } /** * TableDrag behavior. * * @see tabledrag.js */ body.drag { cursor: move; } .draggable a.tabledrag-handle { cursor: move; float: left; /* LTR */ height: 1.7em; margin-left: -1em; /* LTR */ overflow: hidden; text-decoration: none; } a.tabledrag-handle:hover { text-decoration: none; } a.tabledrag-handle .handle { background: url(../../misc/draggable.png) no-repeat 6px 9px; height: 13px; margin: -0.4em 0.5em; /* LTR */ padding: 0.42em 0.5em; /* LTR */ width: 13px; } a.tabledrag-handle-hover .handle { background-position: 6px -11px; } div.indentation { float: left; /* LTR */ height: 1.7em; margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */ padding: 0.42em 0 0.42em 0.6em; /* LTR */ width: 20px; } div.tree-child { background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */ } div.tree-child-last { background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */ } div.tree-child-horizontal { background: url(../../misc/tree.png) no-repeat -11px center; } .tabledrag-toggle-weight-wrapper { text-align: right; /* LTR */ } /** * TableHeader behavior. * * @see tableheader.js */ table.sticky-header { background-color: #fff; margin-top: 0; } /** * Progress behavior. * * @see progress.js */ /* Bar */ .progress .bar { background-color: #fff; border: 1px solid; } .progress .filled { background-color: #000; height: 1.5em; width: 5px; } .progress .percentage { float: right; /* LTR */ } /* Throbber */ .ajax-progress { display: inline-block; } .ajax-progress .throbber { background: transparent url(../../misc/throbber-active.gif) no-repeat 0px center; float: left; /* LTR */ height: 15px; margin: 2px; width: 15px; } .ajax-progress .message { padding-left: 20px; } tr .ajax-progress .throbber { margin: 0 2px; } .ajax-progress-bar { width: 16em; } /** * Inline items. */ .container-inline div, .container-inline label { display: inline; } /* Fieldset contents always need to be rendered as block. */ .container-inline .fieldset-wrapper { display: block; } /** * Prevent text wrapping. */ .nowrap { white-space: nowrap; } /** * For anything you want to hide on page load when JS is enabled, so * that you can use the JS to control visibility and avoid flicker. */ html.js .js-hide { display: none; } /** * Hide elements from all users. * * Used for elements which should not be immediately displayed to any user. An * example would be a collapsible fieldset that will be expanded with a click * from a user. The effect of this class can be toggled with the jQuery show() * and hide() functions. */ .element-hidden { display: none; } /** * Hide elements visually, but keep them available for screen-readers. * * Used for information required for screen-reader users to understand and use * the site where visual display is undesirable. Information provided in this * manner should be kept concise, to avoid unnecessary burden on the user. * "!important" is used to prevent unintentional overrides. */ .element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; } /** * The .element-focusable class extends the .element-invisible class to allow * the element to be focusable when navigated to via the keyboard. */ .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus { position: static !important; clip: auto; overflow: visible; height: auto; } /** * Markup free clearing. * * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* IE6 */ * html .clearfix { height: 1%; } /* IE7 */ *:first-child + html .clearfix { min-height: 1%; }

Advisory bid range

Pricing and bid posture

high confidence
$316,256 - $374,822

Contractor-side estimate from visible notice metadata, NAICS/PSC, contract type, schedule hints, and BidPulsar workpaper assumptions. Not an IGCE, incumbent price, award value, or government budget.

Calibrate full bid price →
Floor
$316,256
Target
$334,663
Premium
$374,822
Labor
$167,120
Direct
$15,500
Burden
$112,136
Fee + reserve
$39,442
Target $334,663Hybrid workpaper with explicit assumptions4 modeled rows

This advisory bid range is visible page text for contractors and search engines: it summarizes the modeled floor, target, and premium bid posture for this solicitation.

Market snapshot

Baseline awarded-market signal across all contracting (sample of 400 recent awards; refreshed periodically).

12-month awarded value
$3,516,281,615
Sector total $3,516,281,615 • Share 100.0%
Live
Median
$350,000
P10–P90
$32,459$3,347,126
Volatility
Volatile200%
Market composition
NAICS share of sector
A simple concentration signal, not a forecast.
100.0%
share
Momentum (last 3 vs prior 3 buckets)
+100%($3,516,281,615)
Deal sizing
$350,000 median
Use as a pricing centerline.
Live signal is computed from awarded notices already observed in the system.
Signals shown are descriptive of observed awards; not a forecast.

Files

Files size/type shown when available.

No public attachments surfaced yet. Some owner portals gate files behind registration, and BidPulsar keeps enriching the package as new public links appear.

BidPulsar Analysis

A practical, capture-style breakdown of fit, requirements, risks, and next steps.

Analysis is being generated for this notice. Check back shortly.
Federal Bid Partners

Service match

Optional support routes matched to this notice after the core solicitation details.

Need help writing this bid?
Route this notice into proposal, compliance, and submission support without burying the solicitation record.
Open proposal plans

Related hubs & trends

Navigate the lattice: hubs for browsing, trends for pricing signals.