/* Begin FSM-like style */
#banner {
    background: none repeat scroll 0 0 white;
    height: 60px;
    margin: 0;
    padding: 0 0 0 20px;
    border-top: 7px solid #520063;
}
#FSMHeader{padding-left:20px;}
#FSMHeader a.fsm-pen-logo {
    background: url(../gfx/common/fsm-img2.png) no-repeat left -625px scroll;
    font-size: 0;
    width: 260px;
    height: 60px;
    display: block;
}
#FSMHeader a.fsm-pen-logo:hover {background-position: left -570px;}
a.hide_text {text-indent: -9999px;}
/* End FSM-like style */

/* news article - pull quote and event box */
.w150, .w150r, .w150l,
.w250, .w250r, .w250l,
.w400, .w400r, .w400l { width: 166px; float:right; margin: 0 0 5px 10px}
.w250, .w250r, .w250l { width: 266px;}
.w400, .w400r, .w400l { width: 416px;}
.w150l, .w250l, .w400l { float: left; margin: 0 10px 5px 0}
.w150 .news_img_caption, .w150r .news_img_caption, .w150l .news_img_caption,
.w250 .news_img_caption, .w250r .news_img_caption, .w250l .news_img_caption,
.w400 .news_img_caption, .w400r .news_img_caption, .w400l .news_img_caption { width: 92%; text-align:left; margin: 0 10px}
/* news pull quote */
#mainContent .pull_quote {                  
    clear: right;
    float: right;
    margin: 0 0 5px 10px;
    padding: 8px 15px;
    width: 92%;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    font-size: 120%;
    line-height: 1.25em;
}
#mainContent .pull_quote .big {
    font-size: 200%;
    color:#999999;
    vertical-align: bottom;
    }
#mainContent .pull_quote .byline {
    font-size: 70%; 
    text-align: right;
}
#wufoo .wufoo .info h2 {
    display: none;
    }