#cwruHeader {
	margin: 0;
	height: 55px;
	position: relative;
	background-color: #0a304e;
}

#cwruHeaderContent {
	height: 55px;
	width: 1000px;
	position: relative;
	margin: auto;
}

.logo {
	height: 55px;
	width: 205px;
	position: absolute;
	left: 1px;
	top: 2px;
}

/* navigation */
#cwruMainNav {
	height: 55px;
	position: absolute;
	right: 183px;
	width: 319px;
}

#cwruMainNav ul {
	margin: 0;
	list-style:none;
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 260px;
	height: 55px;
}

#cwruMainNav li {
	float: left;
}

#cwruMainNav li a {
	display: block;
	/*color: white;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	height: 55px;
	padding-top: 1.7em;
	padding-right: 0.85em;
	padding-bottom: 0;
	padding-left: 0.85em;
	float: left;
}

#cwruMainNav li a:link, #cwruMainNav li a:visited  {
	/*display: block;*/
	color: white;
/*	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	height: 55px;
	padding-top: 1.7em;
	padding-right: 0.85em;
	padding-bottom: 0;
	padding-left: 0.85em;
	float: left;*/
}

#cwruMainNav li a:hover, #cwruMainNav li a:active  {
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(https://www.case.edu/umc/images/headerHover.png);
    /* currently linking to the image on UMC server.. need to link to the central deposit in live version */
}

/* optional - current */
#cwruMainNav li a.current, #cwruMainNav li a.current:hover, #cwruMainNav li a.current:active   {
	cursor: default;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(https://www.case.edu/umc/images/headerHover.png);
    /*currently linking to the image on UMC server..need to link to the central deposit in live version*/
}

/* search elements */
.cwruSearch input {
	background-color: #315f80;
	position: absolute;
	right: 30px;
	width: 140px;
	top: 2px;
	float: right;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 0.85em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-top: .03em;
	height: 20px;
	border: none;
}

.cwruSearch {
	height: 20px;
	width: 175px;
	float: right;
	position: relative;
	margin-top: 15px;
	margin-bottom: 11px;
}

.searchBtn {
	height: 20px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.cwruSearch form .btn {
	width: 30px;
	position: absolute;
	right: 0px;
	display: block;
}

.imgH ul {
	margin: 0;
	padding: 0;
}

.imgH ul li {
	width: 248px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-right: 50px;
	list-style-type: none;
}

.imgH {
	height: 190px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgH ul li img {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.logoHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
