/* TEXT
----------------------------------------- */
.promo_image {}
.promo_image img { margin: 0 0 0 0; }

/*Clearfix */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.promo_image:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.promo_image {display: inline-block;}
* html .promo_image {height: 1%;}
.promo_image {display: block;}

.promo_subhead { font-size: 1.4em; color: #fff; font-weight: bold; }
.subhead { font-size: 1.4em; color: #b3dec4; font-family: Cambria, Times, serif; }

.shrink_text { font-size: .9em; }