<!--
OMEGA VILLAS WATCHDOG BLOG POST #2
WordPress Custom HTML Block — Paste into a "Custom HTML" block in the WordPress block editor.
OR use as a full-page template in a Page Builder (Elementor, Divi, etc.) via HTML widget.
Fonts are loaded from Google Fonts CDN. No plugin required.
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
/* ── SCOPED TO .ov-watchdog SO IT DOESN'T BLEED INTO WORDPRESS THEME ── */
.ov-watchdog *,
.ov-watchdog *::before,
.ov-watchdog *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ov-watchdog {
--ov-ink: #1a1a18;
--ov-ink2: #3d3d38;
--ov-ink3: #6b6b63;
--ov-rule: #d4d0c8;
--ov-accent: #b5341c;
--ov-accent2: #7a2010;
--ov-gold: #8a6e2f;
--ov-page: #faf9f6;
--ov-card: #ffffff;
--ov-warn-bg: #fff8f0;
--ov-warn-bdr: #e8c070;
font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
color: var(--ov-ink);
background: var(--ov-page);
max-width: 780px;
margin: 0 auto 3rem auto;
border: 0.5px solid var(--ov-rule);
border-radius: 4px;
overflow: hidden;
}
/* ── TOP ALERT BANNER ── */
.ov-top-banner {
background: var(--ov-accent);
color: #fff;
text-align: center;
padding: 0.5rem 1rem;
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
letter-spacing: 0.15em;
line-height: 1.5;
}
/* ── MASTHEAD ── */
.ov-masthead {
border-bottom: 3px double var(--ov-ink);
padding: 1.5rem 0 1rem;
text-align: center;
background: var(--ov-card);
}
.ov-pub-name {
font-family: 'Playfair Display', Georgia, serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(--ov-ink3);
margin-bottom: 0.35rem;
}
.ov-dateline {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
color: var(--ov-ink3);
letter-spacing: 0.08em;
}
/* ── HEADLINE BLOCK ── */
.ov-headline-block {
padding: 1.75rem 1.75rem 1.5rem;
background: var(--ov-card);
border-bottom: 1.5px solid var(--ov-ink);
}
.ov-kicker {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--ov-accent);
margin-bottom: 0.75rem;
}
.ov-headline-block h1 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(22px, 4vw, 36px);
font-weight: 900;
line-height: 1.15;
color: var(--ov-ink);
margin-bottom: 0.85rem;
border: none;
padding: 0;
}
.ov-deck {
font-size: 15.5px;
font-style: italic;
color: var(--ov-ink2);
line-height: 1.7;
border-left: 3px solid var(--ov-accent);
padding-left: 1rem;
margin: 0;
}
/* ── BYLINE BAR ── */
.ov-byline-bar {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.65rem 1.75rem;
border-bottom: 0.5px solid var(--ov-rule);
background: var(--ov-card);
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
color: var(--ov-ink3);
flex-wrap: wrap;
}
.ov-byline-name { color: var(--ov-ink); font-weight: 500; }
.ov-dot { color: var(--ov-rule); }
.ov-tag {
background: var(--ov-accent);
color: #fff;
font-size: 10px;
letter-spacing: 0.1em;
padding: 2px 8px;
border-radius: 2px;
text-transform: uppercase;
}
.ov-tag-dark {
background: var(--ov-ink);
color: #f5f3ee;
font-size: 10px;
letter-spacing: 0.1em;
padding: 2px 8px;
border-radius: 2px;
text-transform: uppercase;
}
/* ── BODY ── */
.ov-body {
padding: 1.5rem 1.75rem;
background: var(--ov-card);
}
.ov-body p {
font-size: 15px;
line-height: 1.85;
color: var(--ov-ink2);
margin-bottom: 1rem;
}
.ov-lede {
font-size: 17px !important;
line-height: 1.75 !important;
color: var(--ov-ink) !important;
font-weight: 600;
font-style: italic;
}
.ov-body strong { font-weight: 600; color: var(--ov-ink); }
.ov-body em { font-style: italic; }
/* ── SECTION HEADS ── */
.ov-section-head {
font-family: 'Playfair Display', Georgia, serif;
font-size: 17px;
font-weight: 700;
color: var(--ov-ink);
border-left: 4px solid var(--ov-accent);
padding-left: 0.75rem;
margin: 1.75rem 0 0.85rem;
line-height: 1.3;
}
/* ── PULL QUOTE ── */
.ov-pull-quote {
border-top: 2px solid var(--ov-ink);
border-bottom: 2px solid var(--ov-ink);
padding: 1rem 0;
margin: 1.75rem 0;
text-align: center;
}
.ov-pull-quote q {
font-family: 'Playfair Display', Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 1.55;
color: var(--ov-ink);
font-weight: 700;
quotes: "\201C" "\201D";
}
.ov-pull-quote q::before { content: open-quote; }
.ov-pull-quote q::after { content: close-quote; }
/* ── WARN BOX ── */
.ov-warn-box {
background: var(--ov-warn-bg);
border: 1px solid var(--ov-warn-bdr);
border-radius: 3px;
padding: 1rem 1.1rem;
margin: 1.25rem 0;
}
.ov-warn-box .ov-wlabel {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--ov-gold);
margin-bottom: 0.45rem;
font-weight: 500;
}
.ov-warn-box p {
font-size: 14px !important;
color: var(--ov-ink) !important;
margin: 0 !important;
}
/* ── EVIDENCE CARD ── */
.ov-evidence-card {
background: #f5f3f0;
border-left: 3px solid var(--ov-accent);
padding: 0.85rem 1.1rem;
margin: 1.25rem 0;
}
.ov-evidence-card .ov-ec-label {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--ov-accent);
margin-bottom: 0.4rem;
font-weight: 500;
}
.ov-evidence-card p {
font-size: 13.5px !important;
font-style: italic;
color: var(--ov-ink) !important;
margin: 0 !important;
}
/* ── TIMELINE ── */
.ov-timeline {
border-left: 2px solid var(--ov-rule);
margin: 1rem 0 1.25rem 0;
padding-left: 0;
list-style: none;
}
.ov-tl-item {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
padding-left: 1.25rem;
position: relative;
}
.ov-tl-item::before {
content: '';
position: absolute;
left: -5px;
top: 6px;
width: 8px;
height: 8px;
background: var(--ov-accent);
border-radius: 50%;
}
.ov-tl-item.ov-tl-key::before {
background: var(--ov-ink);
}
.ov-tl-year {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
font-weight: 500;
color: var(--ov-accent);
min-width: 72px;
padding-top: 2px;
flex-shrink: 0;
}
.ov-tl-key .ov-tl-year { color: var(--ov-ink); }
.ov-tl-text {
font-size: 13.5px;
line-height: 1.7;
color: var(--ov-ink2);
}
.ov-tl-text strong { color: var(--ov-ink); font-weight: 600; }
/* ── CLAIM VS REALITY TABLE ── */
.ov-cr-table {
width: 100%;
border-collapse: collapse;
margin: 1.1rem 0;
font-size: 13px;
}
.ov-cr-table thead th {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
padding: 0.5rem 0.75rem;
border: 0.5px solid var(--ov-rule);
}
.ov-cr-table thead th:first-child {
background: #f5f3f0;
color: var(--ov-ink3);
}
.ov-cr-table thead th:last-child {
background: #fdf3f0;
color: var(--ov-accent);
}
.ov-cr-table tbody td {
vertical-align: top;
padding: 0.65rem 0.75rem;
border: 0.5px solid var(--ov-rule);
line-height: 1.65;
color: var(--ov-ink2);
}
.ov-cr-table tbody td:first-child {
background: #fafaf8;
}
.ov-cr-table tbody td:last-child {
background: #fffaf9;
}
.ov-cr-table tbody strong { color: var(--ov-ink); font-weight: 600; }
/* ── PLAYBOOK ── */
.ov-playbook {
list-style: none;
margin: 1rem 0 1.25rem;
padding: 0;
}
.ov-pb-item {
display: flex;
gap: 0.85rem;
margin-bottom: 0.65rem;
align-items: flex-start;
}
.ov-pb-num {
background: var(--ov-accent);
color: #fff;
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 11px;
font-weight: 500;
width: 22px;
height: 22px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}
.ov-pb-text {
font-size: 14px;
line-height: 1.7;
color: var(--ov-ink2);
}
.ov-pb-text strong { color: var(--ov-ink); font-weight: 600; }
/* ── STAT ROW ── */
.ov-stat-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.65rem;
margin: 1.25rem 0;
}
.ov-stat-box {
background: var(--ov-ink);
color: #f5f3ee;
padding: 0.85rem 0.65rem;
border-radius: 3px;
text-align: center;
}
.ov-stat-num {
font-family: 'Playfair Display', Georgia, serif;
font-size: 20px;
font-weight: 900;
color: #fff;
line-height: 1;
display: block;
}
.ov-stat-lbl {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 9px;
letter-spacing: 0.08em;
color: #b0ae9e;
margin-top: 0.35rem;
line-height: 1.4;
display: block;
}
/* ── REQUEST GRID ── */
.ov-request-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.75rem;
margin: 1.1rem 0;
}
.ov-req-card {
border: 0.5px solid var(--ov-rule);
border-radius: 3px;
padding: 0.85rem 1rem;
}
.ov-req-card .ov-rc-head {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--ov-ink3);
margin-bottom: 0.55rem;
font-weight: 500;
}
.ov-req-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.ov-req-card ul li {
font-size: 12.5px;
color: var(--ov-ink2);
padding: 0.3rem 0 0.3rem 1.1rem;
border-bottom: 0.5px solid var(--ov-rule);
line-height: 1.55;
position: relative;
}
.ov-req-card ul li:last-child { border-bottom: none; }
.ov-req-card ul li::before {
content: '›';
position: absolute;
left: 0;
color: var(--ov-accent);
font-weight: 700;
}
/* ── CTA BLOCK ── */
.ov-cta {
background: var(--ov-ink);
padding: 1.1rem 1.35rem;
margin: 1.5rem 0 0;
border-radius: 3px;
}
.ov-cta-head {
font-family: 'Playfair Display', Georgia, serif;
font-size: 15px;
font-weight: 700;
color: #fff;
margin-bottom: 0.45rem;
}
.ov-cta p {
font-size: 13px !important;
color: #c8c6bc !important;
margin-bottom: 0.45rem !important;
}
.ov-cta a {
color: #e8c4ba !important;
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 12px;
letter-spacing: 0.04em;
text-decoration: none;
}
.ov-cta a:hover { text-decoration: underline; }
/* ── FOOTER ── */
.ov-footer-rule {
border: none;
border-top: 3px double var(--ov-ink);
margin: 1.5rem 1.75rem 0;
}
.ov-footer-note {
font-family: 'DM Mono', 'Courier New', monospace;
font-size: 10px;
color: var(--ov-ink3);
text-align: center;
padding: 0.6rem 1.75rem 1.25rem;
letter-spacing: 0.04em;
line-height: 1.85;
}
/* ── RESPONSIVE ── */
@media (max-width: 600px) {
.ov-headline-block,
.ov-body {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
.ov-byline-bar { padding-left: 1.1rem; padding-right: 1.1rem; }
.ov-stat-row { grid-template-columns: repeat(2, 1fr); }
.ov-request-grid { grid-template-columns: 1fr; }
.ov-cr-table thead th,
.ov-cr-table tbody td { font-size: 12px; padding: 0.5rem; }
}
</style>
<!-- ════════════════════════════════════════════════════ -->
<!-- BEGIN ARTICLE -->
<!-- ════════════════════════════════════════════════════ -->
<article class="ov-watchdog">
<!-- TOP BANNER -->
<div class="ov-top-banner">
⚠ WATCHDOG ALERT — ILLEGITIMATE SPECIAL ASSESSMENT ISSUED · DECEMBER 10, 2025
</div>
<!-- MASTHEAD -->
<header class="ov-masthead">
<div class="ov-pub-name">The HOA Justice Watchdog Report</div>
<div class="ov-dateline">Omega Villas Condominium Association · Plantation, Florida · December 10, 2025</div>
</header>
<!-- HEADLINE -->
<div class="ov-headline-block">
<div class="ov-kicker">Breaking Development · Unauthorized Assessment · Retroactive Legitimization</div>
<h1>Assessment First. Meeting Second. That’s Not How the Law Works.</h1>
<p class="ov-deck">The Omega Villas board issued a special assessment on November 30th for windows and doors — items the association’s own declaration designates as owner responsibility. Only after being publicly challenged did it schedule the required meetings. Florida law demands the opposite order. The evidence suggests this may not be a mistake.</p>
</div>
<!-- BYLINE -->
<div class="ov-byline-bar">
<span>By <span class="ov-byline-name">Shawn Martin, MBA</span></span>
<span class="ov-dot">·</span>
<span>Owner, Director & Whistleblower</span>
<span class="ov-dot">·</span>
<span>December 10, 2025</span>
<span class="ov-dot">·</span>
<span class="ov-tag">Exclusive</span>
<span class="ov-tag-dark">Active Arbitration</span>
</div>
<!-- BODY -->
<div class="ov-body">
<p class="ov-lede">On November 30, 2025, a special assessment notice was distributed to Omega Villas unit owners for window and door replacements. No board meeting had been held. No owner vote had occurred. No required 14-day advance notice had been given. Only after this whistleblower went public was a “special assessment meeting” scheduled — for December 11th.</p>
<p>The sequence matters. Under Florida Statute §718.112(2)(c), a board must hold a properly noticed meeting <em>before</em> issuing a special assessment. What happened at Omega Villas was the reverse — and that reversal may be the key to understanding a pattern that spans nearly two decades.</p>
<div class="ov-warn-box">
<div class="ov-wlabel">Critical Legal Problem</div>
<p>The Omega Villas Declaration of Condominium designates windows, sliding glass doors, and regular doors as <strong>unit owner responsibility</strong> — not common elements controlled by the association. Under Florida Statute §718.113(5), the board cannot mandate replacement of owner-responsibility items, nor assess owners for that work, without a majority owner vote. That vote was never held.</p>
</div>
<!-- SECTION: Backward Process -->
<h2 class="ov-section-head">The Backward Process — Documented</h2>
<ul class="ov-timeline">
<li class="ov-tl-item">
<span class="ov-tl-year">Nov 30, 2025</span>
<span class="ov-tl-text">Assessment notice issued and posted at mailboxes under <strong>Your Management Services letterhead</strong> — not the board, not the association’s attorney. No meeting preceded it. No 14-day notice. No cost estimate. No legal purpose described.</span>
</li>
<li class="ov-tl-item">
<span class="ov-tl-year">Dec 5, 2025</span>
<span class="ov-tl-text">Whistleblower publicly challenges the assessment’s legality, distributing formal notice of violations to state regulators, media, legislators, lenders, and federal agencies.</span>
</li>
<li class="ov-tl-item ov-tl-key">
<span class="ov-tl-year">Dec 9, 2025</span>
<span class="ov-tl-text">Board meeting scheduled. Agenda includes “review and discuss special assessment for unit owner windows and doors.” <strong>The assessment had already been issued 9 days prior.</strong></span>
</li>
<li class="ov-tl-item ov-tl-key">
<span class="ov-tl-year">Dec 11, 2025</span>
<span class="ov-tl-text">“Special Assessment Meeting” scheduled — <strong>11 days after the assessment was already posted</strong>. A retroactive attempt to legitimize an already-issued financial demand.</span>
</li>
</ul>
<p>Florida law is unambiguous: the meeting must precede the assessment. Scheduling the meeting after the money demand has already gone out to owners does not cure the procedural defect — it highlights it.</p>
<div class="ov-pull-quote">
<q>You cannot issue an assessment first, then hold a meeting second to try to legitimize it. The statute requires the process in reverse order.</q>
</div>
<!-- SECTION: Management Company -->
<h2 class="ov-section-head">Who Can Issue a Special Assessment? Not the Management Company.</h2>
<p>The November 30th notice was sent under the letterhead and postage of Your Management Services — not the board of directors and not the association’s attorney. Under Florida law, only the board can authorize a special assessment, and only after following proper meeting procedures.</p>
<p>Florida Statute §468.436 governs CAM licensing conduct. A community association manager issuing an unauthorized assessment notice may be subject to DBPR enforcement action. The notice sent to owners carried the appearance of official legal authority. That appearance was not earned by any documented board action.</p>
<!-- SECTION: Engineer narrative -->
<h2 class="ov-section-head">The Engineer’s Story — A Decade of Shifting Narratives</h2>
<p>The December 11th meeting agenda describes windows as “identified needing replacement by engineer of record during their inspection.” The board’s own minutes tell a very different story.</p>
<ul class="ov-timeline">
<li class="ov-tl-item">
<span class="ov-tl-year">July 2018</span>
<span class="ov-tl-text">Engineer Farrukh Saveed states windows need <strong>caulking</strong> — not replacement. Structural cost estimate: $75,000–$100,000 per building for all work combined.</span>
</li>
<li class="ov-tl-item">
<span class="ov-tl-year">Nov 2018</span>
<span class="ov-tl-text">Board directs management to obtain impact window pricing — <strong>before any new engineering report changed the caulking recommendation.</strong></span>
</li>
<li class="ov-tl-item">
<span class="ov-tl-year">Feb 2020</span>
<span class="ov-tl-text">Engineer recommends windows “not replaced due to costs but will be resealed and caulked with composite trim instead of wood trim.”</span>
</li>
<li class="ov-tl-item">
<span class="ov-tl-year">Jul–Nov 2025</span>
<span class="ov-tl-text">Three separate engineer letters suddenly appear: a “Windows Evaluation” (July 23), a “Lower Window Inspection Letter” (July 29), and a “Sliders Letter” (November 17) — all <strong>after construction is substantially complete</strong>, all pointing toward mandatory replacement.</span>
</li>
<li class="ov-tl-item ov-tl-key">
<span class="ov-tl-year">Key Question</span>
<span class="ov-tl-text">Phase 4 has the same window series — yet appears to have <strong>no corresponding engineer letters mandating replacement</strong>. If the windows are structurally non-compliant, why only in certain phases?</span>
</li>
</ul>
<!-- SECTION: Attorney NOA Letter -->
<h2 class="ov-section-head">Attorney Misrepresentation: The NOA Letter</h2>
<p>In a June 25, 2025 demand letter, association attorney Rhonda Hollander made several claims to justify the unauthorized furring strip installation. Each claim is directly contradicted by the documentary record.</p>
<table class="ov-cr-table">
<thead>
<tr>
<th>Hollander’s Claim</th>
<th>What the Record Shows</th>
</tr>
</thead>
<tbody>
<tr>
<td>“The NOA reflects that the system <em>requires</em> furring strips as part of that system.”</td>
<td>The NOA uses the word <strong>“may”</strong> — permissive language, not a mandate. Furring strips are optional under the certified system, not required.</td>
</tr>
<tr>
<td>“No material alteration vote was required for this system as the case law is clear.”</td>
<td>The board’s own minutes from <strong>2011 through 2023</strong>, across multiple boards and attorneys, repeatedly document that siding and window changes require a 75% owner vote.</td>
</tr>
<tr>
<td>“Previous arbitration decisions determined stucco replacement didn’t require owner approval.”</td>
<td>If stucco required no vote and was <strong>$7–$8/sq ft cheaper</strong> than Hardie Board, why wasn’t it chosen? This admission confirms a cheaper, vote-free option existed — and owners were never told about it.</td>
</tr>
<tr>
<td>“Since this was the original agreement… there were no change orders.”</td>
<td>Furring strips were <strong>not listed in the original Austro contract</strong> for wall composition on either floor. The absence of a change order does not mean the work was part of the original scope.</td>
</tr>
</tbody>
</table>
<!-- SECTION: Playbook -->
<h2 class="ov-section-head">The 10-Step Alleged Playbook (2011–2025)</h2>
<p>The documented sequence across 17 years suggests a repeating operational pattern:</p>
<ol class="ov-playbook">
<li class="ov-pb-item">
<span class="ov-pb-num">1</span>
<span class="ov-pb-text"><strong>Identify</strong> owner-responsibility items and material alterations requiring votes.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">2</span>
<span class="ov-pb-text"><strong>Acknowledge in minutes</strong> that votes are required — establishing plausible deniability.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">3</span>
<span class="ov-pb-text"><strong>Remove items</strong> from the material alterations list or simply ignore vote requirements (Nov 7, 2023 meeting).</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">4</span>
<span class="ov-pb-text"><strong>Hide cheaper options</strong> — stucco at $7–$8/sq ft vs. Hardie Board at $14–$16/sq ft, never disclosed to owners.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">5</span>
<span class="ov-pb-text"><strong>Force the most expensive choice</strong> without required owner votes.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">6</span>
<span class="ov-pb-text"><strong>Create manufactured problems</strong> — hidden furring strips cause window flange misalignment, which is then cited as justification for mandatory owner-paid replacements.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">7</span>
<span class="ov-pb-text"><strong>Pass inflated costs</strong> to owners through unauthorized assessments for work the board had no authority to mandate.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">8</span>
<span class="ov-pb-text"><strong>Retaliate</strong> against owners who question the process using legal threats and selective enforcement.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">9</span>
<span class="ov-pb-text"><strong>Retroactively schedule meetings</strong> after being caught to create the appearance of legitimacy.</span>
</li>
<li class="ov-pb-item">
<span class="ov-pb-num">10</span>
<span class="ov-pb-text"><strong>Repeat</strong> — issue new assessments when more money is needed, and restart the cycle.</span>
</li>
</ol>
<div class="ov-evidence-card">
<div class="ov-ec-label">Note on Active Arbitration</div>
<p>Unit 1760, Phase 2 — this whistleblower’s unit — is in active DBPR arbitration (Case No. 2025-06-1476) over the window inspection dispute. A hearing was scheduled December 16, 2025 — one day before a surgical procedure. The board appears to have issued this assessment regardless of the pending arbitration proceeding.</p>
</div>
<!-- SECTION: Financial Impact -->
<h2 class="ov-section-head">Financial Toll on 128 Families</h2>
<div class="ov-stat-row">
<div class="ov-stat-box">
<span class="ov-stat-num">$10M+</span>
<span class="ov-stat-lbl">Questioned construction costs</span>
</div>
<div class="ov-stat-box">
<span class="ov-stat-num">$1M+</span>
<span class="ov-stat-lbl">Estimated savings lost on siding options</span>
</div>
<div class="ov-stat-box">
<span class="ov-stat-num">$125K+</span>
<span class="ov-stat-lbl">Unbudgeted legal fees in 2025</span>
</div>
<div class="ov-stat-box">
<span class="ov-stat-num">$175K+</span>
<span class="ov-stat-lbl">Additional 2026 construction assessment</span>
</div>
</div>
<p>Many residents are retirees on fixed incomes. Many have disabilities. Many hold FHA loans that may be jeopardized by these financial irregularities. The combination of alleged unauthorized mandates, inflated contractor choices, and retroactive legitimization attempts compounds the burden on a community that has already been subjected to over $1 million in city fines since 2008 — fines that prior management allegedly concealed from owners.</p>
<!-- SECTION: What Is Being Requested -->
<h2 class="ov-section-head">What Is Being Requested</h2>
<div class="ov-request-grid">
<div class="ov-req-card">
<div class="ov-rc-head">DBPR / DBPR-IG</div>
<ul>
<li>Investigate unauthorized assessment for owner-responsibility items</li>
<li>Review YMS CAM authority to issue assessments</li>
<li>Audit all special assessments and construction costs</li>
<li>Review board’s 14-year pattern of vote evasion</li>
</ul>
</div>
<div class="ov-req-card">
<div class="ov-rc-head">State Attorney / AG</div>
<ul>
<li>Criminal review of organized vote-bypass scheme</li>
<li>Potential RICO pattern analysis (17 years, multiple parties)</li>
<li>Elder abuse investigation — retirees on fixed income targeted</li>
<li>Wire and mail fraud review of unauthorized notices</li>
</ul>
</div>
<div class="ov-req-card">
<div class="ov-rc-head">HUD / Federal Authorities</div>
<ul>
<li>FHA loan impact review from irregular assessments</li>
<li>Fair Housing review — disability retaliation documented</li>
<li>Coordinate with federal banking regulators</li>
<li>Financial exploitation of protected populations</li>
</ul>
</div>
<div class="ov-req-card">
<div class="ov-rc-head">Required Board Actions</div>
<ul>
<li>Withdraw the November 30 assessment immediately</li>
<li>Provide legal authority to mandate owner-responsibility items</li>
<li>Document required owner votes — or confirm they never occurred</li>
<li>Cease operating outside Declaration authority</li>
</ul>
</div>
</div>
<!-- CTA -->
<div class="ov-cta">
<div class="ov-cta-head">Full evidence archive — publicly available</div>
<p>Board minutes (2005–2023), engineer correspondence, arbitration filings, contractor records, attorney letters, and 120+ videos are compiled at:</p>
<a href="https://hoajusticenow.com" target="_blank" rel="noopener noreferrer">www.HOAJusticeNow.com</a>
</div>
</div><!-- /.ov-body -->
<hr class="ov-footer-rule">
<div class="ov-footer-note">
Shawn Martin, MBA · Owner, Director & Whistleblower, Omega Villas Condominium Association · Plantation, FL<br>
DBPR Arbitration Case No. 2025-06-1476 active. Hearing: December 16, 2025.<br>
Evidence has been transmitted to the U.S. DOJ, FBI, HUD OIG, and federal banking regulators.<br>
All assertions represent the documented opinion and analysis of the author based on official association records.
</div>
</article>
<!-- ════════════════════════════════════════════════════ -->
<!-- END ARTICLE -->
<!-- ════════════════════════════════════════════════════ -->
Attachments:










This incident occurred after the Board had been formally notified of the owner’s medical condition and represents a continuation of retaliatory behavior despite notice. Link: