#search_exposed, #upper_identifier {
padding-top:0px;
top:9px; /*alt IE styles*/
text-align:left; /*needed for homepages*/
}

div#utilityContent #upper_identifier {
	color: #B8BCD6 !important;
	float: left;
	font-size: 0.9em;
	left: 44px;
	position: relative;
	width: 340px;
	
}

div#utilityContent #upper_identifier a {
text-decoration:none;
color: #B8BCD6; 
}
div#utilityContent ul#utilityNav {
	float: left;
	left: 0px;
	padding-left: 98px; /*matched to yerkes*/
	position: relative;
	width: 285px;
}
#container {
	clear:both;
}
#search_exposed {
	position:absolute; /*needed to preserve height of parent div*/
	right: 22px;
	width: 215px;
	overflow: visible;
	text-align: right;
	color: #B8BCD6;
}
/*IE does not respect block level attributes on inputs and labels. best spacing and alignment of input and label if wrapped in a block element, but not treated themselves as block/floated*/
#searchrow1, #searchrow2 {
	text-align: right;
	width: 235px;
}
#searchrow2 {
	clear:both;
}
#searchrow1 .search-radio-set {
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	font-size:0.9em;
}
#searchrow1 .search-radio-set input.search-radio { /*see alt IE styles*/
	height: 12px !important;
	width:13px;
	padding-left:0px;
	padding-right:2px;
	margin-left:0px;
	margin-right: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
#searchrow1 .search-radio-set label { /*see alt IE styles*/
	text-align:left;
	margin-right: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#searchrow2 {
	padding-top:3px;
	vertical-align: baseline;
	clear: both;
}
#searchrow2 .searchbox_set {
	text-align: right;
}
#searchrow2 .searchbox_set input {
	padding: 0px;
	float: left;
}
#searchrow2 .searchbox_set #searchformtext {
	border: none;
	height: 19px; /*diff for IE*/
	width: 150px;
}
#searchrow2 .searchbox_set #searchformtext {
	margin-right: 7px;
	margin-top: 3px;
}
#searchrow2 .searchbox_set #searchformbutton {
	margin-top: 3px;
}
