Day: March 14, 2026

  • Watchdog Email Update December 10, 2025

    <!-- 
      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 &middot; Plantation, Florida &middot; December 10, 2025</div>
      </header>
     
      <!-- HEADLINE -->
      <div class="ov-headline-block">
        <div class="ov-kicker">Breaking Development &middot; Unauthorized Assessment &middot; Retroactive Legitimization</div>
        <h1>Assessment First. Meeting Second. That&#8217;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 &#8212; items the association&#8217;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">&middot;</span>
        <span>Owner, Director &amp; Whistleblower</span>
        <span class="ov-dot">&middot;</span>
        <span>December 10, 2025</span>
        <span class="ov-dot">&middot;</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 &#8220;special assessment meeting&#8221; scheduled &#8212; for December 11th.</p>
     
        <p>The sequence matters. Under Florida Statute &sect;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 &#8212; 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> &#8212; not common elements controlled by the association. Under Florida Statute &sect;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 &#8212; 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> &#8212; not the board, not the association&#8217;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&#8217;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 &#8220;review and discuss special assessment for unit owner windows and doors.&#8221; <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">&#8220;Special Assessment Meeting&#8221; scheduled &#8212; <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 &#8212; 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 &#8212; not the board of directors and not the association&#8217;s attorney. Under Florida law, only the board can authorize a special assessment, and only after following proper meeting procedures.</p>
     
        <p>Florida Statute &sect;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&#8217;s Story &#8212; A Decade of Shifting Narratives</h2>
     
        <p>The December 11th meeting agenda describes windows as &#8220;identified needing replacement by engineer of record during their inspection.&#8221; The board&#8217;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> &#8212; not replacement. Structural cost estimate: $75,000&#8211;$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 &#8212; <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 &#8220;not replaced due to costs but will be resealed and caulked with composite trim instead of wood trim.&#8221;</span>
          </li>
          <li class="ov-tl-item">
            <span class="ov-tl-year">Jul&#8211;Nov 2025</span>
            <span class="ov-tl-text">Three separate engineer letters suddenly appear: a &#8220;Windows Evaluation&#8221; (July 23), a &#8220;Lower Window Inspection Letter&#8221; (July 29), and a &#8220;Sliders Letter&#8221; (November 17) &#8212; 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 &#8212; 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&#8217;s Claim</th>
              <th>What the Record Shows</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td>&#8220;The NOA reflects that the system <em>requires</em> furring strips as part of that system.&#8221;</td>
              <td>The NOA uses the word <strong>&#8220;may&#8221;</strong> &#8212; permissive language, not a mandate. Furring strips are optional under the certified system, not required.</td>
            </tr>
            <tr>
              <td>&#8220;No material alteration vote was required for this system as the case law is clear.&#8221;</td>
              <td>The board&#8217;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>&#8220;Previous arbitration decisions determined stucco replacement didn&#8217;t require owner approval.&#8221;</td>
              <td>If stucco required no vote and was <strong>$7&#8211;$8/sq ft cheaper</strong> than Hardie Board, why wasn&#8217;t it chosen? This admission confirms a cheaper, vote-free option existed &#8212; and owners were never told about it.</td>
            </tr>
            <tr>
              <td>&#8220;Since this was the original agreement&#8230; there were no change orders.&#8221;</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&#8211;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 &#8212; 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> &#8212; stucco at $7&#8211;$8/sq ft vs. Hardie Board at $14&#8211;$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> &#8212; 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> &#8212; 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 &#8212; this whistleblower&#8217;s unit &#8212; is in active DBPR arbitration (Case No. 2025-06-1476) over the window inspection dispute. A hearing was scheduled December 16, 2025 &#8212; 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 &#8212; 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&#8217;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 &#8212; 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 &#8212; 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 &#8212; 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 &#8212; publicly available</div>
          <p>Board minutes (2005&#8211;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 &middot; Owner, Director &amp; Whistleblower, Omega Villas Condominium Association &middot; 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:

  • 🚨 🚨Watchdog Update December 5, 2025·- EXCLUSIVE Investigative Report · Construction Fraud Allegations

    They Knew the Law — and Built Anyway

    Board minutes spanning 12 years show Omega Villas leadership repeatedly acknowledged a mandatory 2/3 owner vote for siding and window changes. The vote appears never held. The work proceeded. The bills are now coming due.

    For over a decade, the board of Omega Villas Condominium Association in Plantation, Florida documented in its own minutes that replacing siding and windows required approval from at least two-thirds of unit owners. That vote appears to have never happened. Construction did.

    What has emerged from a comprehensive review of board minutes, engineering reports, contractor communications, and DBPR filings is a detailed paper trail showing that leadership — along with its attorneys, management firms, and construction contractors — may have systematically circumvented state condominium law while steering a community of 128 families toward the most expensive material options available.

    The evidence covers the period from 2011 through 2025. It does not rely on hearsay. It relies on the association’s own records.

    They cannot seek enforcement or arbitration rulings against me while simultaneously violating the same statutes they claim to uphold.

    A 12-Year Paper Trail

    The core allegation is straightforward: Florida Statute 718.113 requires a supermajority owner vote before a condominium association can make material alterations to common elements. Siding and windows — the exterior building envelope — qualify.

    Board minutes from three separate periods confirm the association knew this:

    2011–12

    Minutes explicitly acknowledge that replacing T-111 siding with stucco and installing hurricane-impact windows each require approval from 75% of homeowners. Architects, attorneys, and the management company are all present when this is recorded.

    2018–19

    During the 40-year recertification process, the association’s own engineer states that the windows only need caulking. The same meetings discuss material options and confirm owner-vote requirements for exterior changes. Within months, the board directs management to begin pricing hurricane-impact windows.

    2023

    At the March 21, 2023 board meeting, trellises, window banding, and T-111 replacement are each listed as items requiring unit owner votes for material change approval. The notation is written into the official minutes. Construction began in February 2024 — without a recorded vote.

    2024–25

    During active construction, furring strips not included in the contract are installed, allegedly creating window flange misalignment. This misalignment is then cited as the technical justification for mandatory full window replacement.

    $4.85M+

    Construction contracts in question

    $1.3M

    City of Plantation fines due to unlicensed work without permits in 2008

    12 yrs

    Paper trail of known vote requirements

    The Materials Choice No One Voted On

    Owners were never presented with a side-by-side cost comparison for siding options. Engineering and architectural records reveal at least three viable alternatives existed:

    Stucco, the least expensive and most durable option at $7–$10 per square foot, was code-compliant and termite-resistant. T-111 wood siding ran $12–$14 per square foot. The board ultimately chose Hardie board, the most expensive option at $14–$16 or more per square foot, with higher installation costs due to its weight.

    No vote appears to have been held to authorize this selection. No documented rationale explains why the cheapest compliant option was passed over. Owners allege the cost differential across the 128-unit complex could represent hundreds of thousands of dollars — potentially more.

    From the record — August 15, 2011 board minutes

    “Replacing T-111 with stucco would require approval from 75% of the homeowners. Installing hurricane impact windows would also require approval from 75% of the homeowners.”

    The Special Assessment That Wasn’t

    On November 30, 2025, a “Notice of Special Assessment” was posted at community mailboxes and distributed to some — but not all — unit owners. The notice was sent under the letterhead of Your Management Services, the association’s management company, rather than by the board or its attorney.

    Under Florida Statute 718, a special assessment of this magnitude requires a properly noticed board meeting, transparent financial disclosures, and a legitimate owner vote. None of these steps are documented as having occurred prior to the notice being posted.

    Florida law prohibits a licensed Community Association Manager from unilaterally authorizing or issuing a special assessment. That authority rests with the board.

    Alleged Statutory Violations

    • F.S. 718.112(2)(c) — Failure to hold a properly noticed board meeting before proposing a special assessment
    • F.S. 718.112(2)(e) — Failure to provide required 14-day mailed and posted meeting notice
    • F.S. 718.113 — Material alterations made without the required 2/3 unit owner vote
    • F.S. 718.111(12) — Withholding records and failing to document votes and approvals
    • F.S. 718.111(1)(a) — Breach of fiduciary duty in issuing an assessment without authority
    • F.S. 468.436(2) — CAM licensing violations for issuing assessment without legal authority or board action

    What Is Being Requested

    The whistleblower filing is calling for:

    1. An immediate DBPR investigation into the special assessment, the construction contracts, and the vote records (or absence thereof) from 2011 to present.

    2. A Florida Bar review of the role played by association counsel in drafting and enforcing construction contracts that may bypass statutory owner-approval requirements.

    3. Federal review — including under the Fair Housing Act — given the presence of FHA-financed units, elderly residents, and individuals with documented disabilities in the community.

    4. State and federal audit of the $4.85M+ construction project, including review of contractor billing, change orders, and scope deviations such as the unauthorized furring strips.

    Full evidence archive publicly available

    Board minutes (2005–2023), engineering correspondence, arbitration filings, video documentation of board meetings, and contractor records are compiled at:www.HOAJusticeNow.com


    Attachments:

    Shawn Martin, MBA · Owner, Director & Whistleblower, Omega Villas Condominium Association · Plantation, FL

    DBPR Arbitration Case No. 2025-06-1476 is active.

    A hearing was scheduled December 16, 2025.
    This report is based on official board minutes, engineering records, and publicly filed documents. All assertions represent the opinion and analysis of the author.