  /*==========================================================================================
Filename:		MyPageBanners.css
Purpose:		Provides the extra css for the banners that go across the top of campus pages
Created by:		Information Technology
===========================================================================================*/

#PageBanner
{
    display:block;
    position:relative;
    clear:both;
    width:100%;
	height:395px;
    margin:0;
    padding:0;
	background:url(/advancement/_resources/_resources/images/pagebanners/pagebanner_0.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#PageBanner .container
{
    margin:0;
    max-width:100%;
}

#PageBanner p 
{
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    line-height:normal !important;
}

#PageBanner img
{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    border:0;
    line-height:normal;
}


