@charset "utf-8";
/* CSS Document */
/* cuidentity45px.css
   Stylesheet to translate the cu identity bar to a 45px bar instead of 75px.
   by Rick Anthony, Alumni Affairs and Development, January 2009
*/
#cu-identity {	height: 45px; }
#cu-logo, #cu-logo a { background: url(../images/layout/cu_logo45.gif) no-repeat top left; }
#cu-logo a { width: 180px; height: 45px; }

#cu-search {
	position: absolute;
	top: 11px; 
	right: 50%;
	width: 200px;
	margin-right: -480px;
	}

#cu-search a {
	float: right;
	padding: 5px 15px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	border: none;
	}

#cu-search a:hover {
	background: #990f26;
	}
	
#cu-identity { background:#b31b1b; background-image:none; }




