@charset "UTF-8";
/************* CWRU main top header [2010] *************/

/**** // layout elements****/
#cwruHeader {
	margin: 0px;
	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: 0px;
	list-style:none;
	position: absolute;
	right: 0px;
	top: 0px;
	float: left;
	width: 260px;
	height: 55px;
}
#cwruMainNav li {
	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: underline;
}
/*// 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(../images/hover-bg.jpg);
	}

/*// search elements*/
.cwruSearch input {
	background-color: #315f80;
	position: absolute;
	right: 30px;
	width: 140px;
	top: 2px;
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 0.85em;
	padding-right: 0px;
	padding-bottom: 0px;
	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: 0px;
	right: 0px;
}
.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: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.imgH ul li img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.logoHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}