@charset "utf-8";

/* RIT header strip with search */
#rit-header, #rit-header-wrap, #rit-header-logo {
	margin: 0;
	padding: 0;
	height:53px;
}
#rit-header {
	width:100%;
	background-color: #523128;
}
#rit-header-wrap {
	margin:0 auto;
	width:680px;
}
#rit-header-logo {
	background:transparent url(../images/header/ritlogo.jpg) no-repeat;
	width:348px; height:52px;
	display:block;
	float:left;
	cursor:pointer;
	margin-left:5px;
}
#rit-header-right {
	width:218px;
	float:right;
}
#rit-header-right form{
	width:147px;
	margin-top:8px;
	float:right;
}
#rit-header-right form input#search-text,
#rit-header-right form input#search-query {
	border:none;
}
#rit-header-right form #input-search-text-wrap {
	background:transparent url(../images/header/search.jpg) no-repeat;
}
#rit-header-right form input#search-text {
	width:110px; height:20px;
	padding:2px;
	font-size:8pt;
	color:#9a9c9d;
	background-color:transparent;
}
#rit-header-right form #input-search-text-wrap .input-radio {
	float:left;
	color:#FFF;
	font-size:9px;
	vertical-align:top;
	margin-right:5px;
}
#rit-header-right form #input-search-text-wrap .input-radio input {
	margin:0;
	margin-right:2px;
	vertical-align:middle;
}
#rit-header-right form input#search-query {
	width:21px; height:20px;
	background:transparent url(../images/header/search_btn.jpg) no-repeat;
	float:right;
}
#rit-header-right a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	float:left;
	margin-top:20px;
}
