/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  21 September 2011
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#touro #tourolaw #sidebar ul#navlist { border-top: 0; }
#touro #tourolaw #sidebar ul#navlist li a { border-bottom: 0; }


#tourolaw #header {
	position: relative;  /* needed for logo positioning */ 
  	height: auto !important; /* !important overrides mbl styling */
}

#tourolaw #banner_image {
	display: block; 
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

#tourolaw #banner_link { line-height: 0; } /* removes header/nav gap in mbl */ 

	/* --- Logo --- */

#tourolaw #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;  
	right: 0;  /* change to "left:" for left aligned logo */
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: auto; 
}