


h1.deptTitle{
  color:#FFF;
  padding-bottom:13px;
  padding-left:20px;  
  background-color: #5e5e5e;	
  background-image: url(/shared/images/DepartmentHeadingBKGD_trans.png);
  background-repeat:no-repeat;	
  float:left;
  /*border-top: 1px solid #ffffff; removed by AS 20151119 - was giving double top border*/
  border-bottom: 2px solid white;
  height: 51px;
  margin-top:0px;
  }

h1.deptTitle a{
/*color:#4F4F4F;*/
  color:#FFF;
  padding-top:15px;
  padding-bottom:4px;
  float:left;
  text-decoration:none;
  width:753px;
}

h1.deptTitle a:hover{
  color: #fff;
  text-decoration:none;
}


/************ To replace H1 tag for accessibility purposes - start ************/

span.deptTitle{
  color:#FFF;
  padding-bottom:13px;
  padding-left:20px;  
  background-color: #5e5e5e;	
  background-image: url(/shared/images/DepartmentHeadingBKGD_trans.png);
  background-repeat:no-repeat;	
  float:left;
  border-bottom: 2px solid white;
  height: 51px;
  margin-top:0px;
  display: block;
  font-size: 2em;
  margin-bottom: 0.67em;
  font-weight: bold;
  }

span.deptTitle a{
  color:#FFF;
  padding-top:15px;
  padding-bottom:4px;
  float:left;
  text-decoration:none;
  width:753px;
}

span.deptTitle a:hover{
  color: #fff;
  text-decoration:none;
}

/************ To replace H1 tag for accessibility purposes - end ************/


#left-menu .first a {
  background-color: #4F4F4F;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 0px solid white;
}

/***** LEFT Nav styles for department colour*******************************************************************************************/
.searchBox {
	background-color: #4F4F4F;	
	color:#fff;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:13px;	height:49px;
	
}
.left_menu_search {
	display:block;
	height:29px;
	color:#000000;
	padding-top:5px;
	display: block;
	background-color: #4F4F4F;
}


/*to keep the link color from changing for visited pages*/
div.crumbs p a:visited {
	color:#4F4F4F !important
}

div.crumbs p a:hover {
	color:#4F4F4F !important
}

	
#leftNav .lnkHgLight {
	background-color:#4F4F4F !important;
  	color:#000000 !important;
	font-weight:bold;
 }

#leftNav li:hover {
	background-color:#4F4F4F !important;
  	color: #000000 !important;
}

#leftNav li.nav-external:hover {	
	background-color:#4F4F4F !important;
  	color:#000000 !important;
}



/***** RIGHT BAR *************************************************************************/


#right-bar .section .heading {
  background-color: #4F4F4F;
  margin: 0px;
  text-align: left;
  color: #fff;
  padding: 8px;
  text-decoration:none;
}

#right-bar .section .heading a:link {/* unvisited link */
  text-decoration:none;
  color:#fff;
  display:block;
}
#right-bar .section .heading a:visited {/* visited link */
  text-decoration:underline;
  color:#fff;
}
#right-bar .section .heading a:hover {/* mouse over link */
  text-decoration:underline;
  color:#fff;
}
#right-bar .section .heading a:active {/* selected link */
  text-decoration:underline;
  color:#fff;
}

#right-bar .section a:link {/* unvisited link */
  text-decoration:underline;
  color:#000;
}
#right-bar .section a:visited {/* visited link */
  text-decoration:underline;
  color:#4F4F4F;
}
#right-bar .section a:hover {/* mouse over link */
  text-decoration:underline;
  color:#4F4F4F;
}
#right-bar .section a:active {/* selected link */
  text-decoration:underline;
  color:#4F4F4F;
}

