/*#nav li {
	behavior: url('scripts/CSSNavIEHover.htc');
	}*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans&subset=latin);

body {
	font-size: 0.75em; 
/*	font-size: 0.8em; */
	font-family: 'Molengo',verdana, arial, helvetica, sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body {
	background-image:  url("../images/body-background.gif");
	background-position: 0px 0px; 
	background-repeat:repeat-y; 
	}

p,
.content p, 
.content ol, 
.content ul,
/*.content ul ul,
.content ul ul ul,*/
.content dl,
.content td
	{
	font-family: 'Droid Sans',verdana, arial, helvetica, sans-serif;
	font-size: 1.0em; 
	line-height: 1.2em;
	margin-right: 5px;
	margin-top: 0px;	
	margin-bottom: 0.75em;
	}

.dottedbox dt .pale
	{
	font-size: 0.9em; 
	}


/* prevents lists within lists from being successively smaller 
.content td p, */
.content ol ul,
.content ul ol,
.content ul ul,
.content ol p,
.content ul p,
.content td p
	{
	font-size: 1.00em; 
}

p.listpara /* used when paras need less space between. Preferable to <br /> in some circumstances */
	{
	margin-left: 1.0em;
	margin-bottom: 0em;
	}

td {
	vertical-align: top;
	text-align:left;
/*	padding-right: 2.0em;*/
	}

.content table.underline td {
	border-bottom: 1px dotted #aaa;
	}

/* there is a fault in IE6 which seems to mean that numbering doesn't work within absolutely positioned divs
see e.g. http://www.lostpilgrim.co.uk/blog/archives/000417.php */
ol {
	list-style-type: decimal;	
	}

h1, h2, h6, h2#title {
	font-family: Palatino Linotype, georgia, Times New Roman, Times, serif;
	text-decoration: none;
	}

h3, h4, h5 {
	font-family: 'Droid Sans',verdana, Arial, helvetica, sans-serif;
	text-decoration: none;
	}

p, ul, ol, dl, td, caption,
.content div.bottomnav P,
.date {
	font-family: 'Droid Sans',verdana, Arial, helvetica, sans-serif;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6, 
p, ul, ol, dl {
	margin-left: 0px;
	padding-left: 0px;
	}

h2, h3, h4, h5, h6 {
	line-height: 1.1em;
	}

p, ul, ol, dl {
	line-height: 1.1em;
	}

ul, ol {
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 2px;
	padding-top: 2px;
	}

.content li {
	margin-top: 2px;
	padding-top: 2px;
	}

.content ul ul li {
	margin-top: 0px;
	padding-top: 0px;
	}

dt {
	margin-top: 0.5em; 
	}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.6em;
	line-height: 1.2em;

	}

.homenews h1 {
	font-family: verdana, Arial, helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	}


h2, h2#title {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	}

h1 + h2, h1 + h3 {
	padding-top: 0px;
	margin-top: -0.25em;
}

h4 + h5 {
	padding-top: 0px;
	margin-top: 0.5em;
}

.homenews h2 {
	/* make sure that a h2 here looks like a normal para */
	font-family: verdana, Arial, helvetica, sans-serif;
	font-size:1.0em;
/*	line-height: 1.2em;*/
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0em;
	}
	
/*img.portrait + h1 {
	padding-top: 0em;
	margin-top: 0em;
	}
*/

h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
	}

h3 a {
	line-height: 1.25em; 
	}

h3.overline, h4.overline {
	margin-right: 10px;
	padding-top: 5px;
	}

h3.session {
	margin-top: 25px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

h2 + p,
h3 + p,
h4 + p {
	margin-top: 0.5em;
	padding-top: 0.5em;
	}

h5 {
	font-weight: bold;
	font-size: 1.0em;
	/*font-style: italic;*/
	margin-top: 15px;
	margin-bottom: 5px;
	}

h6 {  
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 0px;
	}

/*p {
	font-size: 1.0em;
	}*/

OL UL, 
UL UL {
	margin-left: 20px;
	}

dd {
	margin-left: 2.5em;
	}

dl.liketable dt {
	display:block;
	float:left;
	width: 14em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

dl.liketable dd {
	text-align: left;
	margin-left: 14em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}


dl.narrow dt {width: 5.0em;}
dl.narrow dd {margin-left: 5.0em;}



caption {
	font-weight:bold; 
	text-align:left;
	margin-top: 1.0em;
	padding-top: 0.5em;
	}

blockquote {
	background-color: #E3E0DA;
	margin: 5px 20px 5px 10px;
	padding: 5px;
}

.ToC, .toc {
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	}

.ToC p, .toc p {
	margin-top: 0.25em;
	}

.bottomnav {
	position: relative;
	font-size: 0.9em;
	clear: both;
	}

.bottomnav p {
	text-align: right;
	}

.crumbtrail p {
	font-size: 0.8em;
	margin: 0px;
	padding: 5px;
	line-height: 1em;
	}

p.showall {
	text-align:right;
	}

.content img {
	margin-top: 2px;
	}
	
table.real {border-top: none;
	border-bottom:1px solid #999; 
	border-left:none; 
	border-right:1px solid #999;
	}

table.real td, table.real th {
	border-top: 1px solid #999;
	border-left:1px solid #999; 
}

table.real.small td {
	font-size:smaller;
}

sub, sup
	{font-size: 0.75em; line-height: 0; } 

/* ----- START OF LINKS (EXCEPT THOSE IN LEFTNAV [SEE BELOW]) ----- */

a:link,
a:hover,
a:visited {
	text-decoration: none;
	font-weight: bold;
	}

.grey-background span.pale a:link,
.grey-background span.pale a:hover,
.grey-background span.pale a:visited {
	font-weight: normal;
	}

.bottomnav a:link {
	font-weight: bold;
	text-decoration: none;
	}

.bottomnav a:visited {
	font-weight: bold;
	text-decoration: none;
	}

a:hover, 
.bottomnav a:hover {
	text-decoration: none;
	}

.newsflash a:link, 
.newsflash a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.newsflash a:hover {
	font-weight: bold;
	text-decoration: none;
	}

p.gototop a:link,
p.gototop a:visited {
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration:none;
	margin-top: 0.25em;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 0.5em;
	}

.toc a, .ToC a {
	font-weight:normal;
	}


.content a[href $='.pdf']:after { 
	content: url(/images/pdf.gif) ;
}

.content a[href $='.doc']:after, 
.content a[href $='.docx']:after { 
	content: url(/images/word.gif) ;
}

.content a[href $='.xls']:after,  
.content a[href $='.xlsx']:after { 
	content: url(/images/excel.gif) ;
}

.content a[href $='.ppt']:after { 
	content: url(/images/powerpoint.gif) ;
}

.content .bottomnav a[href $='.pdf']:after,  
.content .bottomnav a[href $='.doc']:after { 
	content: "" ;
}

a[href ^='javascript:showHide'].pale:after {
	content:" [...]";
	font-weight: normal;
	}


/*#nolink a:after {
	content: " ::";
	} 


/* ----- END OF LINKS (EXCEPT LEFTNAV [SEE BELOW]) ----- */

/* ----- FORMS ----- */

form,
form P,
form input,
form textarea,
form select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	}
form label,
form select {
	font-size: 0.85em;
	}

form {
	margin: 0px;
}

/*.leftnav INPUT {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	}

.leftnav INPUT {
	margin-left: 0px;
	margin-top: 2px;
	width: 100px;
	line-height: 1.0em;
	}*/

form dt {
	display:block;
	float:left;
	width: 12em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

form dd {
	text-align: left;
	margin-left: 12em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

input.btn {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:0.95em;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 144px;
	font-weight:bold;
}

input.btn.alt {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:0.95em;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	width: auto;
	font-weight:bold;
}


input.box { 
	width:138px; 
/*	border-left: none;
	border-right: none;*/
	margin: 0px 0px 1px 0px;
	padding-left: 5px;
	}


/* ----- START OF MISCELLANEOUS TEXT CLASSES ----- */

p.compact, span.compact, p.photocaption {
	font-size: 0.85em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
/*	text-align: right;*/
	}

.date {
	font-size: x-small;
	font-style: italic;
	padding-top: 30px;
	}

.aligntop,
#aligntop {
	padding-top: 0px;
	margin-top: 0px;
	}

.standout {
	font-weight: bold;
	}

.dblspace,
#dblspace {
	line-height: 1.5em;
	padding-top: 0px;
	margin-top: 0px;
	}

p.picturecredit {
	font-size: xx-small;
	text-align: left;
	margin-top: 0px;
	margin-left: 2px;
	padding: 2px;
	}

.picturecredit a:link,
.picturecredit a:visited,
.picturecredit a:hover {
	font-weight: normal; 
	text-decoration: none;
	}

p.credit {
	padding-right: 5px;
	}

#spacer {
	padding: 5px;
	}

.content .spacer {
	display:none;
}

.indent {
	margin-left: 20px;
	}

.banner-right img {
	margin: 0px;
	border: none;
	vertical-align: top;
	}

.essential {
	color: #FF0000; 
	font-size:larger;
	}

.banner-right p {
	margin: 10px 5px 10px 5px;
	font-weight:bold;
	}

.banner-right a {display: block;
	}

.banner-right .right-nav p,
.banner-right .giving p {
	margin: 5px;
	display: block;
	font-weight: bold;
	}

.banner-right .right-nav p:hover,
.banner-right .giving p:hover  {
	display: block;
	}

.banner-right .right-nav p {
	border-top-width: 1px;
	border-top-style: dotted;
	}

.banner-right .right-nav p:hover  {
	border-top-width: 1px;
	border-top-style: solid;
	}

.banner-right .right-nav p.thistheme:hover {
	border-top-width: 1px;
	border-top-style: dotted;
	}

.banner-right .right-nav p.thistheme {
	color: #f0f0f0;
	border-top-color:#FFFFFF;
	}

.banner-right .giving p,
.banner-right .giving p:hover  {
	border-top-width: 1px;
	border-top-style: solid;
	}

.dotted-top-border {
	border-top: 1px dotted #ccc;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}

/* ----- END OF MISCELLANEOUS TEXT CLASSES ----- */

/* ----- START OF MISCELLANEOUS BLOCK CLASSES ----- */

.newsflash {
	margin-top: 0px;
/*	margin-bottom: 5px;*/
	padding: 5px;
	}

.credit {
	display: block;
	font-size: xx-small;
	text-align: right;
	margin-left: 151px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 2px;
	}
	
img.portrait {
	border: 1px solid #fff;
	margin: 15px 20px 20px 0px;
	float: left;
	}

img.theme-img {
	border: 1px solid #fff;
	margin: 0px 0px 10px 10px;
	/*float: left;*/
	}

.bigimage {
  margin: 0px -30px 0px 0px;
  padding: 10px 10px 15px 10px;
  z-index:9999;
  position:absolute;
  top: 0px;
  left: -30px;
  display:none; 
  overflow:visible;
  border-top: none 1px #ccc;
  border-bottom: none 1px #ccc;
  background-color:#333333;
  height: 100%;
}


div.palegreydetail,
div.pubdetail {
  z-index:100;
  position:relative;
/*  width:100%; */
  display:none; 
  layer-background-color: #eee; 
  overflow:visible;
  border-top: none 1px #ccc;
  border-bottom: none 1px #ccc;
	}

div.palegreydetail {
  margin: 5px 0px 5px 0px;
  padding: 2px 5px;
}

div.pubdetail {
  margin: 5px 10px 10px 0px;
  padding: 2px 5px;
}

div.newsdetail {
  margin: 0px;
  padding: 0px;
  z-index:100;
  position:relative;
/*  width:100%; */
  display:none; 
  overflow:visible;
  border-top: none 1px #ccc;
  border-bottom: none 1px #ccc;
	}

div.contentslist {
  margin: -2.0em 0px 0px 0px;
  padding: 2px 0px 3px 3px;
  z-index:100;
  position:relative;
  width:65%; 
  display:none; 
  overflow:visible;
  border: solid 1px #ccc;
	}

div.palegreydetail p,
div.pubdetail p {margin: 5px 0px 0px 0px;}

div.bio {
	margin-left: 95px;
	padding-bottom: 0px;
}

div.detail, 
div.biodetail, 
div.coursedetail {
  margin: -1.2em 0px 0px 0px;
  padding: 2px 2px 5px 2px;
  z-index:100;
  position:relative;
/*  width:100%; */
  display:none; 
  overflow:visible;
  border-top: none 1px #ccc;
  border-bottom: none 1px #ccc;
	}

div.detail {
	margin: 0.25em 0px 0px 0px;
	}

div.coursedetail {
	margin: 0.25em 0px 0px 1.0em;
	}

div.detail p, 
div.biodetail p,
div.coursedetail p
	{margin: 0.5em 0px 0px 0px;}
	
div.more p, div.less p {
	display:block; 
	margin-bottom: 0px; 
	text-align:right;
	}

div.more p a, div.less p a {
	font-weight: normal;
	}
	
p a[href ^='javascript:showHide' class="plus"]:after {content:" [+]";} /* not supported by IE7 */

/* from an as yet unsuccessful experiment attempting to use javascript to change class onclick */
p a[href ^='javascript:showHide'].plus:after {content:" [+]";}

p a[href ^='javascript:showHide'].minus:after {content:" [-]";}


/* ----- END OF MISCELLANEOUS BLOCK CLASSES ----- */

/* ----- START OF ABSOLUTE POSITIONING ----- */

/* NB. V.4 BROWSERS CAN'T DEAL WITH UNDERSCORE CHARACTER IN CLASS NAME */
/* USE HYPHEN INSTEAD */

.gototop {
	position:fixed;
	bottom: 60px;
	right: 10px;
	visibility:visible; 
	z-index:100;
	text-align: right;
	padding: 0em;
	}
.logo {
	position:absolute; 
	z-index:1001;  
	right:1px; 
	top:0px; 
	height:130px;
	width:150px; 
/* 	padding ADDS to height and width rather than being part of them */
	padding-top:0px;
	padding-bottom:0px; 
	padding-left:0px;
	padding-right:0px;
	overflow:visible;
	margin: 0px; 
	}
/*.logo {
	position:relative; 
	z-index:101;  
/*	height:130px;
	width:150px; 
/* 	padding ADDS to height and width rather than being part of them 
	padding-top:15px;
	padding-bottom:15px; 
	padding-left:0px;
	padding-right:0px;
	overflow:visible; 
	}*/

/*.lhstrip {
	position:absolute; 
	z-index:11; 
	left:0px; 
	top:0px; 
	width:150px; 
	height: 100%; 
	overflow:visible;
	margin: 0px;
	padding: 0px;
/*	background-image:  url("../images/fuzzywave.gif"); 
	background-repeat:repeat-y; 
	}*/

.bannerback {
	position:absolute; 
	z-index:10; 
/*	background-image:  url("../images/backcloth.jpg"); 
	background-image:  url("../images/backcloth-flash.jpg"); */
	background-image:  url("../images/backcloth-legalweek.jpg"); 
	background-repeat: repeat-x; 
	background-position: 150px 0px; 
	top:0px; 
	height:130px; 
	width:100%; 
	overflow:visible;
	}

.banner {
	position:absolute; 
	z-index:20; 
/*	background-image:  url("../images/backdrop.jpg"); 
	background-image:  url("../images/backdrop-flash.jpg"); */
	background-image:  url("../images/backdrop-legalweek.jpg"); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	top: 0px; 
	height:130px; 
	width:100%;
	overflow:visible;
	}

.banner-right {
	position:absolute; 
	z-index:222; 
	right:0px; 
	top:0px; 
	height:570px; 
	height:100%; 
	width:151px; 
	overflow:visible;
	padding: 130px 0px;
	}

.lowerlogo {
	display: block;
	width:151px; 
	padding-left:0; 
	padding-top:1; 
	}

.banner-text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
/*	font-weight:bolder;*/
	font-size:2.0em;
	position:absolute; 
	z-index:300; 
	top:5px;
	left:150px;
	margin-left: 0px; 
/*	height:50px; 
	width:100%; */
	overflow:visible;
	}


.banner-text h1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:lighter;
	letter-spacing: -0.03em;
	}

.banner-subtext p {
	margin-top: -1.0em;
    opacity: .50;
	width: 706px; /* has to have a layout property before the filter can be applied. The value used is the same as the banner image */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.banner-text h1
.banner-subtext h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.banner-subtext p {
	font-weight: normal;
	}


.sub-banner {
	font-size:12px; 
	font-variant:small-caps; 
	letter-spacing:0.45em; 
	position:absolute; 
	display:block; 
	z-index:31; 
	top:115px; 
	left: 0px; 
	width:100%;
	height: 15px; 
	}

.sub-banner p {
	margin: 0px 0px 0px 10px;
	display:block;
	font-weight:normal;
	margin-left: 150px; 
	}

.sub-banner a:link,
.sub-banner a:hover,
.sub-banner a:visited {
	font-weight:normal; 
	}

.crumbtrail {
	display:block; 
	position: absolute;
	z-index: 32;
	top: 130px;
	left: 155px;
	}

.container {
	position:absolute; 
	z-index:1; 
/*	background-image:  url("../images/background.gif");*/
	background-position: 0px 0px; 
	background-repeat:repeat-y; 
	left:25px; 
	top:0px; 
	right: 25px;
	height: 100%;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
/*	max-width: 1200px;*/
	
	}

.right-margin {
	position:fixed;
	right:0px;
	width:50px;
	background-image:  url("../images/body-background-r.gif");
	background-position: top right; 
	background-repeat:repeat-y;
	height: 100%;
	}

.news { 
	border-left: 1px solid #000; 
	padding-left: 10px;
}

.homenews {
	background-color:#FFFFFF;
	border: 1px solid #000;
	width: 138px;
	padding: 5px;
}

.newsheading-home {
	font-weight:bold;
	}

.leftcolumn {
	/* setting width allows right column to float up without wrap */
	float:left;  
	width: 49%;
}
.rightcolumn {
	float:right;  
	width: 48%;
}

.dottedbox {
	/*  for use within a column as defined above */
	border: 1px dotted #ccc;
	margin: 0px 10px 10px 0px;
	padding: 0.5em 1.5em 0.5em 1.5em;
	}
	
.rightcolumn div.dottedbox 
	{
	margin-right: 0px;
	}

/* ----- END OF ABSOLUTE POSITIONING ----- */

hr {
	height: 1px;
	}

.content {
	padding-left:30px; 
	margin-top: 160px; 
	margin-left: 151px;
	margin-right: 0px;
/*	min-width:1024px;*/
}

.text {
padding-right: 30px;
}

/* ----- START OF LEFT NAVIGATION PANEL ----- */

.lhpanel {
	width: 150px;
	}

#nav { 
	position: absolute;
	z-index: 1000;
	top: 130px;
	left: 0px; 
	width: 150px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000;
/*	background-image: url("../images/nav-background.gif");*/

	}

#nav a {
/*	font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;*/
	width: 140px;
	padding: 5px;
	display: block;
	font-weight: bold;
	}

#nav ul {
/*	font-size: 1.2em;*/
	display: block;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

#nav li {
	display: block;
	list-style: none;
/*	font-weight: bold;*/
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	}
  
#nav li a {
/*	font-weight: bold;*/
	font-weight: normal;
	font-size:0.9em;
	}  

#nav li:hover, #nav li.hover, #nav li a:hover { 
/*	font-weight: bold;*/
	font-weight: normal;
	}

#nav li.unhide a,
#nav li.unhide:hover, 
#nav li.unhide.hover, 
#nav li.unhide a:hover { 
	font-weight: normal;
	}

/* index page special */
#nav .index li.unhide, 
#nav .index li.unhide a, 
#nav .index li.unhide:hover, 
#nav .index li.unhide a:hover { 
/*	font-weight: bold; */
	font-weight: normal; 
	}


#nav li.spacer { 
	padding: 5px; 
	font-size:xx-small;
	line-height: 0.5em;
	}

#nav ul.sub1, #nav ul.sub2, #nav ul.sub3 {
	position: absolute;
	z-index:9999;
	margin: -1.95em 0px 0px 150px;
	padding: 0px;
	width: 150px;
	display: none;
	}

#nav ul.root li:hover ul.sub1,
#nav ul.sub1 li:hover ul.sub2,
#nav ul.sub2 li:hover ul.sub3 {
	display: block;
	}

#nav li#nolink {
	display: block;
	padding: 0px;
	}

/*.nolink a, */ 
.nolink {
	font-weight:bold;
	}

#nav .nolink ul.sub1 {
	position: relative;
	margin: 0em 0px 0px 0px;
	padding: 0px;
/*	width: 148px;*/
	display: block;
	}

/* TREAT SUBS FROM INDEX AS IF THEY WERE NOT ON A 'NOLINK' */
#nav li.nolink ul.sub1.index,  
#nav li:hover.nolink ul.sub1.index 
{
	position: absolute;
	z-index:9999;
	margin: -1.95em 0px 0px 150px;
	padding: 0px;
	width: 150px;
	display: none;
	}

#nav ul.root li:hover.nolink ul.sub1.index {
	display: block;
	}


/*#nav ul.root li.unhide.nolink a { 29/9/09 */ 
.nolink a {
/*	width: 138px;*/
	padding: 5px;
	display: block;
/*	font-weight: bold;*/
	}


#nav .nostyle {
	text-align:center; 
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 3px; 
	font-size:1.0em;
	line-height: 0.5em;
	margin-top: 5px;
	margin-bottom: 0px;
  }

#nav .nostyle p {
	text-align: left;
	margin: 5px 5px 2px 10px;
  }



.giving {
	margin: 0px;
	padding-top: 5px;
	color:#fff; 
	font-size: 1.0em; 
	font-weight:normal; 
}

.giving p {
	margin: 10px 0px 0px 5px;
	}

.giving a {
	padding: 0px;
	width: 150px;
	}

.giving img {
	border: 0px;
	margin-left: -5px;
	}



/* ----- END OF LEFT NAVIGATION PANEL ----- */

.poplayer {
	z-index:1000;
	top: 234px;  
	left: 180px;  
	position:absolute;
	width:325px; 
	visibility: hidden; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
/*	left: 259px;  */
	overflow:visible;
	}

/* ----- COLOUR SCHEME ----- */
/*
colours - darkest to lightest
	background-color:#232233;
	background-color:#34334D;
	background-color:#535179;
	background-color:#68659A; 
	color:#9A98BC; 
*/

span[title] {
	border-bottom: 1px #CCCCCC dashed;
	}

a:link, a:visited, .bottomnav a:link, .bottomnav a:visited
 {
	color: #555;
	}

a:link.infolink, a:visited.infolink
 {
	border-bottom:1px dotted #ccc;
	}

.content a, .homenews a
	{
/*	border-bottom: 1px dotted #ccc;*/
	border-bottom: none;
	}

.grey-background a {
	border-bottom: none;}

.bottomnav a {
	border-bottom:none;}


.content a:hover, 
.bottomnav a:hover, 
.homenews a:hover,
p.credit a:hover
 {
	color: #888;
	border-bottom: 2px solid #4d8fcb;}

.bannerback {
	background-color:#34334D;}

/*.banner {
	background-color:#34334D;}*/

.banner-right {
	background-color:#002147;
	color: #fff;}

.banner-right .right-nav p {
	border-top-color: #b3b3b3;
	}

.banner-right .giving p {
	border-top-color: #002147;
	}

.banner-right .right-nav p:hover,
.banner-right .giving p:hover {
	border-top-color: #ffffff;
	}

/*.banner-right .right-nav p,*/
.banner-right .right-nav a:link,
.banner-right .right-nav a:visited {
	color: #b3b3b3;
/*	font-weight: bold;*/
	font-weight: normal;
	}
.banner-right .right-nav p {
	color: #b3b3b3;
	}

/*.banner-right .right-nav p:hover,*/
.banner-right .right-nav a:hover,
.banner-right .giving p:hover,
.banner-right .giving a:hover,
.banner-right .giving a:link,
.banner-right .giving a:visited {
	color: #fff;
	font-weight: normal;
	}

.banner-text h1 {
	color: #fff;}

body {
	color: #000000; 
/*	background-color:#F4EBDD;*/
	background-color: #FFF;
	}

.bottomnav {
	border-bottom: 1px solid #000;}

caption {
	color:#999999;}

/*
.container,
.content {
	background-color: #FFF;
	}
*/
.content {
	border-right: 151px solid #002147;}

.content img,
.content .flashVideo embed {
	border: 1px solid #000;}

.content img[align='left'] {
	margin: 0px 1.0em 1.0em 0px ;
} 

.content img[align='right'] {
	margin: 0px 0px 1.0em 1.0em;
} 

/* suppresses display of legacy bullet from old site */
.content img[src='../../intranetimages/bulletred.gif'] {
	width: 0px;
	border: none;}

.credit {
	background-color:#fff; 
	color: #888; 
	border-right: 151px solid #002147;}

.crumbtrail p {
	color: #555;}

.crumbtrail a:link, .crumbtrail a:visited{
	color: #555;}

.crumbtrail a:hover {
	color: #888;
	border-bottom: 2px solid #F59B0A;}
	
div.palegreydetail,
div.pubdetail {
	background-color: #f3f3f3;
	}

div.contentslist,
div.newsdetail {
	background-color: #eaeaea;
	}

div.biodetail,
div.coursedetail
 {
	background-color: #f3f3f3;
}

div.detail {
  background-color: #fff; 
}

h1, h1 a:link, h1 a:visited {
	color: #015595;}

h2 {
	color: #232233;}

h3 {
/*	color: #796C63;}*/
	color: #343646;}

h3. overline, h4. overline {
	border-top: 1px solid #000;}

hr {
	border: 0px;
	margin-right: 0px;
	color:#ccc; 
	background-color: #ccc;
	height: 1px;
	}

.giving {
	background-color: #002147;
	border-bottom: 1px dotted #fff;
	}

.gototop {
	color:#FFFFFF; 
	background-color:#FFFFFF;}
	
.grey-background {
	background-color:#f0f0f0;
	}

.highlight a {
	color: #CC0000;
	}
.highlight a:hover {
	border-bottom: 2px solid #CC0000;
	}

img.noborder {
	border: 1px none #000;}

#nav img {
	border-bottom: 1px solid #000;
	}

.bigimage img {
	border: 3px solid #fff;
	}

.bigimage p {
	color: #FFFFFF;
	}

input.btn {
	color:#8a8a8a;
	background: #d9d9d9;
	border: 1px solid #d2d2d2;
	}

input.btnover {
	color:#fff;
	background-color:#4d8fcb;
	border: 1px solid #666;
}

input.alt.btn {
	color:#555;
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	width: auto;
	overflow: visible;
	padding: 0px 0.25em;
	}

input.alt.btnover {
	color:#888;
	background-color:#f0f0f0;
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #4d8fcb;
}
	
input.box {
	background-color: #fff;
	color:#666666; 
	border: 1px solid #d2d2d2;
	}

.logo {
	background-color:#002046;}
	
.logo:hover {
	background-color:#343646;
/*	background-image: url("../images/backcloth.jpg");
	background-image:  url("../images/backcloth-flash.jpg");*/ 
	background-image:  url("../images/backcloth-legalweek.jpg"); 
	background-repeat:repeat-x; 
	}

.lowerlogo {
	background-color:#5c7bb1;}
	
div.more {background:#fff;}
.bio div.more {background:#fff;}
.biodetail div.less {background:#f3f3f3;}



.newsflash {
	background-color: #E8E4D8; 
	color: #000;}

.newsflash a:link, 
.newsflash a:visited {
	color: #000;}

.newsflash ahover {
	color: #cc6;}

p.gototop a:link, 
p.gototop a:visited {
	color:#FFFFFF; 
	background-color:#879ac5;}

p.gototop a:hover {
	color: #fff; 
	background-color:#006;}

p.picturecredit {
	color: #993;}

.pale, #pale, .pale a {
	color: #858585;}

.showall.pale a, .notbold a{
	font-weight: normal;
	}

.photocaption {
	color: #808080;
	}

.picturecredit a:link, 
.picturecredit a:visited, 
.picturecredit a:hover {
	color: #993;}

.poplayer {
	background-color: #D6D5E6;
	layer-background-color: #D6D5E6; 
	border: 1px solid #000;}

.rightcolumn {
	background-color:#FFFFFF;
	}

.standout {
	color: #ff9933;}

.sub-banner {
	color:#9a98bc;
/*	background-color:#40445f;}*/
	background-color:#343646;}

.sub-banner a:link,
.sub-banner a:visited {
	color:#9a98bc;
	}

.sub-banner a:hover {
	color:#C8D4E2;
	}

.ToC, .toc {
	border-bottom: 1px solid #999; 
	border-top: 1px solid #999;}

.verypale, #verypale {
	color: #ccc;}

.wob, #wob {
	color: #ffffff;}

/******************************************************************/
/************************ #NAV SECTION ****************************/
/************************ COLOURSCHEME ****************************/
/******************************************************************/

#nav li {
	border-top: 1px #666 solid; 
	border-bottom: none;
	}

#nav li.buttonboxback,
#nav li.buttonboxback:hover {
	background-color:#f5f5f5; 
	border-top: 1px solid #000;
	}

#nav li .nostyle p,
#nav li:hover .nostyle p,
#nav li.hover .nostyle p {
	color:#8a8a8a;
	}

#nav li.spacer { 
	border-top: 1px #424242 solid;
	border-bottom: 1px #424242 solid;}


#nav li.unhide {
	border: none;
	}

#nav ul.sub1.index li.unhide {
	border-top: 1px #666 solid; 
	}

#nav ul.sub1, 
#nav ul.sub1.index, 
#nav ul.sub2, 
#nav ul.sub3,  
#nav li.unhide ul.sub2 
{
	border: 1px solid #113; 
	border-top:	none;
	}

#nav ul.sub2 li.unhide {
	border-top: 1px #666 solid; 
	border-bottom: none;
}

#nav li.nolink ul {border: none;}

#nav .nostyle {border-bottom: 1px #ebebeb solid;}

#nav li.nolink {
	border-top: 1px #6E6659 solid;
	border-bottom: none;}

#nav li.unhide.nolink {
	border: none;
	}

#nav a {color: #002147;}
#nav a:hover {color: #fff;}
#nav li:hover a {color: #fff;}
#nav .nolink a {color: #fff;}
#nav .nolink li a {color: #002147;}
#nav .nolink li:hover a {color: #fff;}
#nav .unhide.nolink a {color: #fff;}
#nav li:hover li a {color: #002147;}
#nav li:hover li:hover a {color: #fff;}
#nav li:hover li:hover li a {color: #002147;}
#nav li:hover li:hover li:hover a {color: #fff;}
#nav li li li.unhide.nolink a {color: #fff;}

#nav li {background-color: #fff;}
#nav li.spacer {background-color:#00418C;} 
#nav li:hover {background-color: #4d8fcb;} 
#nav li.nolink {background-color: #00418C;}
#nav li.nolink li:hover {background-color: #4d8fcb;}
#nav li.nolink:hover {background-color: #00418C;}
#nav li.unhide {background-color: #eaeaec;} 
#nav li.unhide:hover {background-color: #4d8fcb;}
#nav li.nolink.unhide {background-color: #2167B8;}
#nav li.nolink.unhide:hover {background-color: #2167B8;}
#nav .index li.unhide {background-color: #fff;} /* Index page is special */
#nav .index li.nolink {background-color: #00418C;} 
#nav .index li.nolink:hover {background-color: #4d8fcb;} 


