/*
  pages_header.css
  Version: 1
  Author: M Baynger
  Description: Styles for common frame, header and tab bar  
*/


html {overflow: scroll;}

body 
{
  background: #EEF;
  margin: 0;
  padding: 0;
}

#bl_frame {
	margin: 0px auto;  
  padding: 2px;
  background: #FFF;
  width: 1000px;
  height: 1040px;  /* 580px;  /* Is adjusted to taller dynamically if needed */   
}

#bl_container {
  position: relative;	
  background: #FFF;
  left: 56px;  
  width: 920px;  
}

#bl_header {
  position: relative;
  background: #FFF;
  height: 140px;
  width: 920px;  
}

#bl_logo_left {
  position: absolute;
  background: #FFF; 		/*  url(../res/hdr_logo.jpg) no-repeat; */
  left: 0px;
  top: 0px;
  width: 132px;
  height: 152px;  
}

#bl_logo_left a img {
  background: #FFF; 
	border: 1px solid #FFFFFF;
}

#bl_image {
  position: absolute; 
  background: none; /* #EEE url(../res/hdr_banner.jpg) no-repeat;	*/
  left: 143px;
  top: 0px;
  width: 660px; 
  height: 140px;   
}

#bl_logo_right {
  position: absolute;
  background: #FFF; 
  left: 760px;
  top: 35px;
  width: 132px;
  height: 152px;  
}

#bl_logo_right a img {
  background: #FFF; 
}


#bl_tabbar {
  position: relative;
  margin-top: 5px;
  padding: 0px;
  background: #FFF;
  height: 35px;
  width: 920px;  
}

#bl_tabbar_bkgd_1 {
  position: absolute;
  margin-top: 0px;
  background: #82C7DB;  
  padding: 0px;
  height: 7px;
  width: 860px;  
}

#bl_tabbar_bkgd_admin {
  position: absolute;
  margin-top: 0px;
  background: #82C7DB;  
  padding: 0px;
  height: 7px;
  width: 930px;  
}

#bl_tabbar_bkgd_2 {
  position: absolute;
  margin-top: 5px;
  background: #FFF;  
  padding: 0px;
  top: 2px;
  height: 7px;
  width: 860px;  
}



/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
