﻿/* -- navigation -- */

#navigation li a {
	display: block;
	text-decoration: none;
	color: #2855AC;			/* site style overrides */
}	

/* --------- */

#navigation li a.menuL2 {
	height: 1.8em;
	padding: 3px 0 3px 3px;
	margin-top: 5px;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 0.92em;

	border-left: 2px solid #95ABD6;			/* site style overrides */
	background: #CDD4E2;			/* site style overrides */
}	

#navigation li a.menuL2:hover {
	border-left: 2px solid #2855AC;			/* site style overrides */
	background: #95ABD6;			/* site style overrides */
}

#navigation li a.menuL2selected {
	height: 1.8em;
	padding: 3px 0 3px 3px;
	margin-top: 5px;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 0.92em;

	border-left: 4px solid #2855AC;			/* site style overrides */
	background: #95ABD6;			/* site style overrides */
}

/* --------- */

#navigation li a.menuL3 {
	height: 1.4em;
	padding: 1px 0 1px 17px;
	margin-top: 3px;
	line-height: 1.4em;    
	font-weight: bold;
	font-size: 0.82em;

	background: #DBE0E8;			/* site style overrides */
}	

#navigation li a.menuL3:hover {
	background: #95ABD6;			/* site style overrides */
}

#navigation li a.menuL3selected {
	height: 1.4em;
	padding: 1px 0 1px 17px;
	margin-top: 3px;
	line-height: 1.4em;                
	font-weight: bold;
	font-size: 0.82em;

	background: #95ABD6;			/* site style overrides */
}

/* --------- */

#navigation li a.menuL4 {
	height: 1.4em;
	padding: 1px 0 1px 22px;
	margin-top: 2px;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 0.7em;
	background: #E8F6FF;	/* Had a paler fdfcfa */ /* site style overrides */
}	

#navigation li a.menuL4:hover {
	background: #95ABD6;			/* site style overrides */
}

#navigation li a.menuL4selected {
	height: 1.4em;
	padding: 1px 0 1px 22px;
	margin-top: 2px;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 0.7em;

	background: #95ABD6;			/* site style overrides */
}

/* -- other colours -- */

/* p.intro: the green introductory paragraph as seen on the front page */
p.intro		{ color: #2855AC; text-align: left; }

/* p.more: the green "more" link as seen on the front page */
p.more		{ color: #8A064F; }
p.more a	{ color: #8A064F; }

/* p.totop: the green "return to top" link as seen on the bottom of some pages */
p.totop		{ color: #8A064F; }
p.totop a	{ color: #8A064F; }

h2		{ padding: 1px 4px 1px 4px;
		border: 1px solid #2855AC;	/* site style overrides this color */
                background-color: #CDD4E2;
		color: #2855AC; }		/* this is our big blue heading style */

.newsBar h2	{ color: #2855AC; }		/* this is our big green heading style for the news bar */

h3		{ color: #2855AC; }		/* this is our smaller blue heading style */
.newsBar h3	{ color: #2855AC; }		/* this is our smaller blue heading style for the news bar */
h4		{ color: #2855AC; }		/* this is our even smaller blue (was green) heading style */
h5		{ color: #2855AC; }		/* used as the heading within the upcoming seminars table */

abbr, acronym, dfn { border-bottom: 1px dashed #006a87; }

div.hr hr { background: #cccccc; color: #cccccc; width: 90%; }
