/* seem to need this to fix a bug whereby the lh menu list items have bullet points */
#campaignsMenu li {
	list-style:none;
}

/* all other About us section styles
=====================================*/
.minutesTable {}
.minutesTable h3, h3.agenda { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-variant:normal; 
	color: #000; 
	margin-top: 10px; 
	margin-bottom: 2px;
}

/* advisory group and sha styles */
#agenda h2 {font: bold 1.2em Arial, Helvetica, sans-serif; color: #000; margin-top: 0px; margin-bottom: 15px;}
#agenda h3 {font: bold 1.2em Arial, Helvetica, sans-serif;  font-variant:normal; color: #000; margin-top: 0; margin-bottom: 2px;}
#agenda p {font-size: 1em; margin-bottom: 10px;}
#agenda li {font-size: 1em; margin-bottom: 10px;}
#agenda ol {margin-left: 14px; padding: 14px;}
#agenda ol li {margin-bottom: 10px; font-weight:bold;}
#agenda li strong {font-weight:bold;}
#agenda ol ul {margin-left: 20px; padding: 10px;}
#agenda ol ul li {list-style-type:none; margin-bottom: 10px; font-weight: normal}
#agenda ol ol li {list-style-type:decimal; margin: 0 10px; font-weight: normal}
#agenda p.lunch {font-weight: bold; margin: 10px 0 16px 0;}
#agenda p.footer {text-align: right; font-weight: bold;}
ul.agenda {list-style-type:none; margin: 0 0 10px 20px;}

ol, ul {margin-top: 0; margin-bottom: 10px;}
/* sha minutes */
#present ul li  {list-style-type: none; font-size:1em;}

ul li {list-style-type: square;  font-size: 12px;}

em {color:#FF0000; font-style:normal;}
span.action {color: #333333; font-weight:bold;}

#kps ul { /* key point summaries*/
list-style: inside;
margin-top: 10px;
width: 70%;
}

/*FOI styles*/
.tabdown 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	background-color: #99CCFF; 
	font-weight: 600; 
	text-indent: 1pt
}

.tabup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC; 

}
#tabs a.buttonOn:link, #tabs a.buttonOn:visited, #tabs a.buttonOn:hover
{
	display:inline;
	height:15px;
	width:95px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	background: url(/images/barneys/long_narrow/on.gif) no-repeat;
	padding: 1px;
}
#tabs
{
	width: 400px;
}

#tabs a:link, #tabs a:visited
{
	display:inline;
	height:15px;
	width:95px;
	color:black;
	font-weight:normal;
	text-decoration:none;
	background: url(/images/barneys/long_narrow/off.gif) no-repeat;
	padding: 1px;
}
#tabs a:hover
{
	display:inline;
	height:15px;
	width:95px;
	color:white;
	font-weight:normal;
	text-decoration:none;
	background: url(/images/barneys/long_narrow/on.gif) no-repeat;
	padding: 1px;
}


.corner
{
	background:url(/images/gifs/site_graphics/arc.gif) no-repeat;
}

/* advisory groups */
div#advisoryGroupLinks {
	text-align: left;
}
#advisoryGroupLinks h2 {
	font-size: 12px;
	margin-bottom: 0;
}

#advisoryGroupLinks ul, #advisoryGroupLinks li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
#advisoryGroupLinks a {font-size: 12px;}
#jobAdContainer {
	width: 500px;
}
#aboutUs {
	border: 1px solid #06c;
	border-bottom: 0 none;
	margin:0;
	padding: 1em;
}
#aboutUs p {
	margin:.5em 0 0 0;
	color: #06c;
}
#aboutUs .p1 {
	font-weight: bold;
}

/* Jobs
===================*/
#jobAdTop {
	height: 20px;
	background-color:#66CC66;
	border-left: 20px solid #06c;
	margin:0;
}
#jobAd {
	background: #06c;
	border-left: 20px solid #9cf;
	padding: 10px;
	color:#fff;
	margin:0;

}
#jobAd h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

#jd {
	padding: 1em 5em 0 .5em; /* bottom padding is 0 because the margins of the contained paras create a padding effect*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 1em auto;
}

#salary, .closingDate, .interview {
	font-weight:bold;
}

#address p {
	margin: 0;
}
#address a {
	color: #fff;
}