/*
 * Header - CCS specific overrides
 */

#global #uogSearch {
	display: none;
}

#global h1 {
	height: 70px;
	left: 110px;
	top: 10px;
	width: 450px;
}

#global h1 a img {
	border: none;
}

#global #searchtype {
	right: 44px;
}

/* Fix widths of the main menu items when placed next to the CCS Header  */
#globalnav {
	width: 550px;
}

#globalnav a {
	padding: 0 0 5px 10px;
}

#globalnav a span {
	padding: 5px 10px 5px 0;
}

#globalnav a:hover {
	padding: 0 0 0 10px;
}

#globalnav a:hover span {
	padding: 5px 10px 9px 0;	
}
/* /Fix widths */

/* Ensure there is a space between "Gryph Mail" and "Help" on the main nav */
#globalnav a#menu-help {
	margin-left: 6em;
}

/*
 * /Header
 */