.campl-content-container.our-content  ul li
	list-style-type: square;
	list-style-image:url("/images/bullets/bullet-square.gif");
	margin-left: 0.7em;
}

.campl-content-container ul  li.campl-slide
{
	list-style-type: none;
	list-style-image:none;
	margin-left: 0;
}

div.campl-content-container  ul.square  li 
/*, div.campl-row.campl-content.campl-recessed-content div.campl-wrap.clearfix  div.campl-content-container ul li */
/* div.campl-row.campl-content.campl-recessed-content   div.campl-content-container  ul  li */
{
	list-style-type: square;
	list-style-image:url("/images/bullets/bullet-square.gif");
	margin-left: 0.7em;
}


/* Remove any bullet from content in local footer, down into global footer */
div.campl-row.campl-global-footer  li, 
div.campl-row.campl-content.campl-recessed-content  div.campl-row.campl-local-footer ul  li 
, div.campl-content-container.our-content  ul.nobullet li
{
   list-style-type: none;
   list-style-image: none;
}



/* Toplevel landing pages bulleted list image (same as bullet on home page secondary containers) */
ul li.toplevelbullet {
	list-style-image:url("/images/bullets/bullet-home-seccol.jpg");
	list-style-type: square; /* browser defaults to this if img unavailable */
}


/* List with no bullet and no indent, H6 is used as the header with it; useful in contact pages and staff profiles.  cy */
ul.nobullet {
	list-style-type: none; 
	margin-left: 0; 
	padding-left: 0; 
	text-indent: 0;
} 



/* Staff contact list  a-z  adapted from the UC css style for a-z  cy204 */
ul#nav-tabbed {
	list-style-type: none;
	margin: 0em 0 1em 0;
	padding: 0;
	background: white;
	font-family: arial, sans-serif;
	width: 100%;
	overflow: hidden;
}

ul#nav-tabbed li {
	float: left; 
	margin-right: 1px;
	margin-bottom: 1px;
}

ul#nav-tabbed li.firstchild {
	float: left; 
   margin-left: 100px;
	margin-right: 1px;
	margin-bottom: 1px;
}

ul#nav-tabbed li a {
	color: #000;
	background-color: #486c68;
	background-color: #314e76;
	display: block;
	padding: 0.6em 20px 0.45em 20px;
	position: relative;
	text-decoration: none;
}

ul#nav-tabbed.az li a {
	color: #fff;
	padding: 0.6em 0.8em 0.45em 0.8em;
	font-size: 0.8em;
   font-weight: bold;
}


ul#nav-tabbed li a:hover {
	color: #000;
	background-color: #d6e5e5;
        text-decoration: none;
}


/* List pagelink (ul made plain and li pagelink.gif added - used in Services area in particular */
ul.pagelink {
	list-style-type: none; 
	margin-top: 10px; 
	margin-left: 0; 
	padding: 0;
   list-style-type: none;
   list-style-image: none;
}
 
ul.pagelink  li {
	background:  url(/images/common/pagelink.gif) no-repeat top left; padding-left: 24px;
   list-style-type: none;
   list-style-image: none;
}


/* List gifslink (ul made plain and provision made to add a pagelink.gif alongside imported gifs of pdf, word, excel etc - used in Services area in particular */

ul.gifslink {
	list-style-type: none; 
	margin-top: 10px; 
	margin-left: 0; 
	padding-left: 0;
} 

ul.gifslink li.pagelink {
	background: #fff url(/images/common/pagelink.gif) no-repeat top left; 
	padding-left: 21px;
}

ol.toc.interface li {
   background-color: white;
   line-height: 2.0em;
   border-bottom: 1px solid #a0a0a0;
   padding-bottom: 4px;
   margin-bottom: 8px;
}
ol.toc.interface li a span, ol.toc.interface li span {
   font-size: 1.4em;
   font-weight: bold;
}
