﻿h1.deptTitle{
  color:#FFF;
  padding-bottom:13px;
  padding-left:20px;  
  background-color: #336699;	
  background-image: url(/shared/images/DepartmentHeadingBKGD_trans.png);
  background-size:cover;
  background-repeat: repeat;
  border-bottom: 2px solid white;
  height: 51px;
  margin-top:0px;
	width: auto;
	float: none;
}

h1.deptTitle a{
  color:#FFF;
  padding-top:15px;
  padding-left:20px;
  padding-bottom:4px;
  float:left;
  text-decoration:none;
  width: auto;
 
}

h1.deptTitle a:hover{
  color: #fff;
  text-decoration:none;
}


#left-menu .first a {
  background-color: #336699;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 0px solid white;
}

/***** LEFT Nav styles for department colour*******************************************************************************************/
.searchBox {
	background-color: #336699;	
	color:#ffffff;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:13px;	height:49px;
	
}
.left_menu_search {
	display:block;
	height:29px;
	color:#ffffff;
	padding-top:5px;
	display: block;
	background-color: #336699;
}

/*breadcrumb styles */
div.crumbs {
	font-size:70% !important;
	padding:0px 0px 10px 20px;
	margin: 0 0 0 180px !important;
	line-height:1.5em !important;
	width: 750px;		
}

/*to keep the link color from changing for visited pages*/
div.crumbs a:visited {
	color:#336699 !important
}

div.crumbs a:hover {
	color:#336699 !important
}

	
#leftNav .lnkHgLight {
	background-color:#336699 !important;
	color:#ffffff !important;
	font-weight:bold;
 }

#leftNav li:hover {
	background-color:#336699 !important;
	color:#ffffff !important;
}

#leftNav li.nav-external:hover {	
	background-color:#336699 !important;
	color:#ffffff !important;
}

/***** RIGHT BAR *************************************************************************/


#right-bar .section .heading {
  background-color: #336699;
  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:#336699;
}
#right-bar .section a:hover {/* mouse over link */
  text-decoration:underline;
  color:#336699;
}
#right-bar .section a:active {/* selected link */
  text-decoration:underline;
  color:#336699;
}





/** ALTERNATIVE LAYOUTS **/
body.hide-right-bar #right-bar {
  display: none;
}

body.hide-right-bar #content {
  width: auto;
}

body.fluid #top-navigation {
  width: auto;
}

#page {
	margin: 0 auto;
/*GP::	width: auto;*/	width:950px;
}

#headers {
	width: auto;
	float: none;
}

.crumbs p{
	clear: right;
	width:750px !important;
	}
	
#main {
	width: auto;
	margin: 0 auto;
	display:inline-block;
}



#content {
/*GP::	width: auto !important;*/
	float: left !important; 
	min-height: 500px;
	display:inline-block;

	}