/* -------------------------------------------------------------- 
   newsroom.css
-------------------------------------------------------------- */


/* News Room Index */

.border3col  { 
    background: url('/design/img/divider_news.png') repeat-y 253px top;
    margin: 20px 0; 
    }


#clips,
#news_releases,
#calendar {
    float: left;
    width: 213px;
    min-height: 300px;
    padding: 0 20px 0 0;
    }

#clips,
#news_releases {
    margin: 0 20px 0 0;
    }

#clips .title a           { background-image: url('/design/img/a_title_news_clips.png'); }
#news_releases .title a  { background-image: url('/design/img/a_title_news_releases.png'); }
#calendar .title a        { background-image: url('/design/img/a_title_calendar.png'); }

#calendar p {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    }

