/*------ topBar ----------------------------------------------------------------------------------------------*/
#topBarWrapper {
	height: 70px;
	background-image: url(../images/topBar/topBarBg-gr.jpg);
	/*background-image: url(../images/topBar/bgTest.png);*/
	background-repeat: repeat-x;
	background-color: #414141;
	z-index: 7;
	position: relative;
	border-bottom: 1px solid #ffffff;
}
#topBar {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#topBar h1 {padding: 10px 0 0 0;}
#topBar h1 a {
	width: 650px;
	height: 60px;
	display: block;
	background-image: url(../images/topBar/logo.png);
	background-repeat: no-repeat;
	position: relative;
	left: -3px;
	top:-6px;
}
#topBar #topLinks {
	margin-right: -6px;
} 
#topBar #topLinks ul li {
	display: inline;
	float: left;
}
#topBar .schoolPhoneNumberCampus {
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 35px;
	right: 19px;
	color: #ffffff;
}
#topLinks ul li a, #campusLink {
	background-image: url(../images/topBar/topRightButtons.png);
	display: block;
	height: 34px;
}
#studentLogin a {width: 200px; background-position: -200px 0px; }
#studentLogin a:hover {background-position: 0px 0px; }
#chatLink a {width: 78px; background-position: -322px 0px; }
#chatLink a:hover {background-position: -122px 0px; }
