Apache Rewrite Whirlwind
I figured it out, just in case someone else has a multilevel subdomain issue just like I had,
VirtualDocumentRoot "/var/www/hosted/%-3+.0.dev.domain.com"
needed to be changed to reflect the proper placement on the Sub-Sub Domain
VirtualDocumentRoot "/var/www/hosted/%-4+.0.dev.domain.com"
the %-#
is the placement of the "cursor" 1 being ".COM" 2 Being "Domain" 3 being "subdomain" 4 being "sub sub domain"