﻿/* Override Body from global.css */

body { 
	background-color: #bbc4c8;
} 


	 

/* Brings in the department banner */

#page_header {
	background: url("../MasterPages/images/banners/EmployeePurchase.jpg") top left no-repeat;	
	width:100%;
	height:105px;
}

#globalarea {
	width:100%;
	height:auto;	
	text-align:right;
}

#LeftDeptBanner {
}

#LeftDeptBanner a { 
    display:inline-block;
    width:726px;
	height: 105px;
	    
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }



/* Override Global properties */

/* Top right Utility navigation */

.nav_utility { font-size:10px; font-weight:bold; color:#fffff2;}
.nav_utility A:link { COLOR: #ffffff; text-decoration:none;}
.nav_utility  A:visited { COLOR: #ffffff; text-decoration: none }
.nav_utility  A:active { COLOR: #ffffff; text-decoration: none }
.nav_utility  A:hover { COLOR:#ffffff; text-decoration: underline }


#footer_image
{
	height:30px;
	margin:0;
	background: #bbc4c8 url('') no-repeat;
	clear: both;
}

#page_footer {
  height:auto;
  clear: both;
  background-color:#bbc4c8;  
}




