/****************************************



 * Cornell Identity

 

 ****************************************/



#cu-identity {

	height: 75px;

	background: #fff;

	z-index:1;

	}



#cu-logo {

	height: 75px;

	background: url(../new-images/layout/CALS.png) no-repeat;

	z-index:10;

	}

	

#cu-logo a {

	/*position: absolute;*/

	display: block;

	border: none;

	/* hide text link */



	}

	

#insignia-link {



	height: 75px;

	}



#unit-signature-links a {

	left: 6.8em;

	width: 185px;

	}



#cornell-link {

	height: 38px;

	}

	

#unit-link {

	top: 38px;

	height: 37px;

	}

	

#cu-logo img {

	display: none;

	}

 

	/*	

	Search Form

	-------------------------

	The following rules control the appearance of the search form interface. 

	The form is displayed in the Cornell banner, and it is aligned with the 

	right edge of the page. The search form should appear on every page 

	of a site. 

*/

#search-form {

	float: right;

	padding-top:0;

	padding-right:4.5em;  /* ** change ** */

	}



	

#search-form form {

	margin: 0;

	padding: 0;

	text-align: left;

	}

	

#search-form label {

	color: #333;

	}

#search-form-query {

	padding: 3px;

	width: 14.5em;

	border: none;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 1.1em;

	font-weight: bold;

	color: #333;

	background: #fff url(../new-images/layout/header_search.gif) no-repeat top left;

	vertical-align: middle;

	}

	

#search-form-submit {

	padding: 0px 2px 3px 2px;;

	border-top: 1px solid #e5e5e5;

	border-left: 1px solid #e5e5e5;

	border-right: 1px solid #b3b3b3;

	border-bottom: 1px solid #b3b3b3;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 1.0em;

	font-weight: bold;

	color: #333;

	background: #f2f2f2;

	vertical-align: middle;

	}

	

#search-filters {

	margin: 5px 0 0 0;

	}



#search-filters input {

	vertical-align: middle;

	margin: 0;

	}



#search-filters label {

	vertical-align: middle;

	margin: 0 10px 0 0;

	}

/* 

	Hide "skip to content" link from general users. 

	Do not use display: none, as that will also hide it from some screen readers.

*/

#skipnav {

	position: absolute;

	top: -1000em;

	left: -1000em;

	}
