Hi mchugh48 and welcome to the forum!
I have faced this dilemma many times. Here is what I have done:
1) Build a presentation showing how to add security to every step of the SDLC (Software Development Life Cycle). I focus on cost reduction by "thinking" about security in the early stage;
2) Show them how, by implementing security into the development framework, we could same a lot of $$$ on subsequent projects. For example, creating a solid filter for user input in web applications could easily be reused by all other projects using the same platform.
3) Security training for developpers. I personally do free "Lunch and hack" sessions at work about twice a month. In these sessions, I will talk about a single topic, for example SQLi, demonstrating an attack or two and showing them how to protect themself. This is also a great way for me to make them aware of my skills (Hey, I am a contractor

)
4) If you end up finding vulnerabilities before the system goes in production, talk to management about how this costly mistake could have been easily avoided by doing xyz earlier.
I hope this can help you.