/***********************************************************************
    Official UNIVERSITY OF HOUSON stylesheet for all Special Interest Feature pages.
    This stylesheet should be attached to all pages within uh.edu/features
    Created: September 2007, by the IT Web Technologies Group.  
    Last Updated: September 2007
 
 CONTENTS: 
    
    IDs
    ---------
    photo-wrapper
    
/************************************************************************/
#banner-wrapper { 
    background: #757575 url(/images/landing/giving.jpg);
    background-repeat: no-repeat; 
    }

#badge{
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/badges/badge-about-library.png");
    }
    
/* IE ignores styles with [attributes], so it will skip the following. */
#badge[id] {
    background-image:url("/images/badges/badge-about-library.png");
    background-repeat: no-repeat;
    }
    
#badge-shadow{
      /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/badge_shadow.png");
    }

/* IE ignores styles with [attributes], so it will skip the following. */
#badge-shadow[id] {
    background-image:url(/images/badge_shadow.png);
    }


#photo-wrapper{
    background: #757575 url(/images/subpage/giving-graduates.jpg);
    background-repeat: no-repeat;
    background-position: 476px 6px;
        }
        
        
.uh-main #photo-wrapper {
    background: none;
}

.uh-main #inset-box-header {
    display: none;
}