/* This file contains the layout styles for UCDynamicTextBannerWithHeader.ascx widget */

/*************************************
         Begin - Global Styles
**************************************/

h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 8px;
}

.BelowImage h1 { 
    margin-top: 20px;
}

.TopOverlayImage {
    position: absolute;
    top: 20px;
    left: 25px;
}

.BottomOverlayImage {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.categoryDescription {
    font-family: 12px Arial, Helvetica, Sans-Serif;
    margin-bottom: 15px; 
}

.TopOverlayImage .categoryDescription {
    width: 460px;
}

.BottomOverlayImage .categoryDescription {
    width: 460px;
    margin-bottom: 0; 
}

#bottomBanner .bottomBanner {
    margin: 40px 0 0 0;
    position: relative;
}

#bottomBanner .TopOverlayImage, 
#bottomBanner .BottomOverlayImage {
    left: 25px;
}

/***************************
    END - Global Styles
***************************/