/* 
x20190809 - johns2ja - 9 August 2019 - layout tweaks for search box width and magnifying glass 
x20190808 - johns2ja - 8 August 2019 - tweaked styles for magnifying glass placement; tweaks per budnikrp
johns2ja - 6-8 August 2019 for integrated nav search 
*/
.navsearch { 
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 0px;
	text-align: right; /* replaced center per x20190808 */
	white-space: nowrap; /* x20190809 */
}
.navsearch img { ## will need specs for size of logo
	max-width: 200px;
	position:relative; /* x20190808 */
	right: 10px;/* x20190808 */
	/*display:block;
	margin: 0 auto; disabled per x20190808 */
}
.navsearchtxt {
	border:1px solid #d6d6d6;
	height:2em;
	width: 150px; /* x20190809 */
	margin-right: -4px; /* x20190809 */
}
.navsearchbtn {
	vertical-align:middle;
	padding:4px !important;
	margin-bottom: 1px;
}
.navsearch input[type="submit"] {
	background: url(//www.jmu.edu/jmucmsfiles/images/magnifying-glass.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 23px;
	width: 21px;
	/*float: right; removed per x20190809 */
	text-align: right;
	position: relative;
	top: 1px; /*-1.85em; replaced by 0 per x20190808 and later by 1px per x20190809 */ 
	left: -21px; /*-0.5em; replaced by -2.25em per x20190808 and later replaced by -21px per x20190809 */
}
#sidebar .custnav a.logolink:hover { background: url(none) !important; }