/* CSS Document */
/* Utilitiy Navigation */
#utilnav {
	width: 370px;
	height: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-left: 0px;
	list-style-type: none;
	float: right;
	margin-right: 10px;
	padding-top: 45px;
	margin: 0;
}

#utilnav ul {
	float: right;
}

#utilnav li{
	display: inline;	
}

#utilnav li a:link, #utilnav li a:visited {

	list-style-type: none;
	display: inline;
	padding-right: 8px;
	border-left-style: solid;
	border-left-color: #333333;
	border-left-width: 1px;
	padding-left: 8px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#utilnav li a:hover {
	color: #333;
	text-decoration: underline;
}
/* Search */
#search {
	height: 21px;
	margin-left: 2px;
	float: right;
	width: 120px;
	clear: none;
	padding-top: 0px;
	margin-right: 10px;
}
.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 60px;
	height: 12px;
	margin: 0;
	vertical-align: middle;
	background-color: #ddd;
}
.searchbutton {
	width: 44px;
	height: 17px;
	margin: 0;
	vertical-align: middle;
	background-image:        url(../images/masthead/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

