/****************************************
 * Cornell Identity
 ****************************************/
/*
	The following set of rules controls the appearance of the topmost
	banner on the page, including height, background color, and text color.
	The Cornell identity banner should appear on every page of the site.

	The version of the logo that appears in the XHTML code is hidden from
	browsers that can read this stylesheet, and it is replaced by a version
	of the logo that corresponds to the background color of the banner.
	This logo is placed in the background of two elements below (rather than
	one) to prevent flickering when moused over by IE/Win users who have
	disabled the browser cache.

	The "Search Cornell" link is aligned with the right edge of the page.
*/
#cu-identity {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #222;
	height: 45px;
	background: #fff;
	}

#cu-logo {
	margin: 0 auto;
	width: 740px;
	background: url(../images/frame/cu_logo.gif) no-repeat top left;
	}

#cu-logo a {
	border: none;
	display: block;
	width: 180px;
	height: 45px;
	background: url(../images/frame/cu_logo.gif) no-repeat top left;
	}

#cu-logo img {
	display: none;
	}

#cu-search {
	position: absolute;
	top: 11px;
	right: 50%;
	width: 200px;
	margin-right: -385px;
	}

#cu-search a {
	float: right;
	padding: 5px 15px;
	font-size: 1.1em;
	color: #b31b1b;
	text-decoration: none;
	border: none;
	}

#cu-search a:hover {
	color: #f00;
	background: #eee;
	}
