/* CSS Document */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000099;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Centre-aligns text in caption and th */
caption, th
{ text-align: center; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

/* Start Positioning divs */
#wrapper {
	float: left;
	width: 100%;
}
#maincontent {
	margin-left: 150px;
}
#leftcol {
	float: left;
	width: 140px;
}
#footer {
	clear: both;
}
/* End Positioning divs */

/* Start Header */
#header {
	height: 220px;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/header_bg.jpg) no-repeat right;
	font: italic bold 80% Verdana, Arial, Helvetica, sans-serif;
}
#header h1 {
	margin-top: 0px;
	font-size: 240%;
	padding-top: 42px;
	padding-bottom: 16px;
}
#header a:link, #header a:visited {
	color: #CCFFFF;
}
#header a:hover, #header a:active {
	color: #FFFF99;
}
/* End Header */

/* Start Left Navigation */
#leftcol {
	font-size: 80%;
	border-right: 1px solid #009900;
	padding-top: 1em;
}
#leftcol li {
	margin-bottom: 1em;
	margin-right: .5em;
	margin-left: .5em;
}
#leftcol a:link, #leftcol a:visited {
	color: #009900;
	background: #FFFF99;
	display: block;
	border-bottom: 1px solid #009900;
	text-decoration: none;
	border-top: 1px solid #CCFFCC;
	border-right: 1px solid #009900;
	border-left: 1px solid #CCFFCC;
	padding: .25em;
}
#leftcol a:hover, #leftcol a:active {
	color: #FFFF66;
	background: #FF6600;
	border-top: 1px solid #FFCC33;
	border-bottom: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	border-left: 1px solid #FFCC33;
}
#homepage #leftcol #homelink, #whatpage #leftcol #whatlink, 		/* Current page menu formatting */
#greenleafukpage #leftcol #greenleafuklink,	#greenleafwwpage #leftcol #greenleafwwlink,	#membershippage #leftcol #membershiplink,
#conferencespage #leftcol #conferenceslink, #newspage #leftcol #newslink, #contactpage #leftcol #contactlink {
	color: #FFFF66;
	background: #FF6600;
	border-top: 1px solid #FFCC33;
	border-bottom: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	border-left: 1px solid #FFCC33;
}
/* End Left Navigation */

/* Start Main Content */
#maincontent {
	font-size: 80%;
	line-height: 120%;
	padding-top: 1em;
	margin-right: 1em;
}
#maincontent h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
#maincontent h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	margin-bottom: 1em;
}
#maincontent h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #FFFFCC;
	color: #333333;
	font-size: 100%;
	margin-bottom: 0.5em;
}
#maincontent h5 {
	color: #009900;
}
#maincontent p {
	margin-bottom: 1.25em;
	margin-left: 1em;
}
#maincontent ul {
	margin-left: 4em;
	list-style: disc;
	margin-bottom: 1em;
}
#maincontent ol {
	margin-left: 4em;
	margin-bottom: 1em;
	clear: left;
}
#maincontent ol li {
	list-style-type: decimal;
}

#maincontent dt {
	font-weight: bold;
	margin-left: 1em;
}

#maincontent blockquote {
	font-style: italic;
}
#maincontent q {
	font-style: italic;
}


#maincontent #trustees {
	list-style: none;
}
#maincontent #trustees li {
	margin-bottom: 1.25em;
}
#maincontent #glww {
	list-style: none;
}
#maincontent #glww li {
	margin-bottom: 1.25em;
}
#maincontent #glww li span {
	font-weight: bold;
	color: #006600;
}
#maincontent #conflist {
	list-style: none;
}
#maincontent address {
	font-style: normal;
	font-weight: bold;
	margin-left: 2em;
	margin-top: 0.5em;
	color: #1c3286;
	background: #e8edff;
	padding: 0.5em;
	width: 54%;
}
#maincontent .contact {
	font-style: normal;
	font-weight: bold;
	margin-left: 2em;
	margin-top: 0.5em;
	color: #1c3286;
	padding: 0.5em;
	width: 54%;
	background: #E8EDFF;
}
#maincontent .imageleft {
	float: left;
	text-align: center;
	background: #fafafa;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	padding: 4px 4px 6px;
	font-size: 80%;
	color: #1c3286;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 1em;
}
#maincontent .imageright {
	float: right;
	text-align: center;
	background: #fafafa;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	padding: 4px 4px 6px;
	font-size: 80%;
	color: #1c3286;
	margin: 2px .25em 1em 0.75em;
}
#maincontent .contentright {
	float: right;
	font-size: 80%;
}
#maincontent .back {
	float: right;
	font-size: 80%;
}
#maincontent .links li { /* Useful Links list styles */
	font-weight: bold;
	list-style: none;
	margin-bottom: 1em;
}
/* Start of Members Login box */
#maincontent #memberslogin {
	float: right;
	width: 16em;
	background: #FFFFCC;
	border: 2px solid #FF6600;
	padding: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: 90%;
}
#maincontent #memberslogin h3 {
	border-style: none;
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
	font-size: 110%;
}
#maincontent #memberslogin li {
	list-style: none;
	margin-left: 0px;
	margin-top: .5em;
}
#maincontent #memberslogin ul+p {
	margin-top: 1em;
}
#maincontent #memberslogin p {
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
}
#maincontent .quotes cite {
	color: #000000;
	font-style: normal;
	font-size: 80%;
}
#maincontent #indeximg2 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding: 3px 3px 6px;
}

/* End of Members Login box */

/* Start of membership form */
.membersleft {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #009900;
	margin-left: 34px;
	width: 80px;
	padding-top: 8px;
}
.membersleft2 {
	padding-left: 68px;
	font-weight: bold;
	margin-left: 34px;
	width: 80px;
	padding-top: 4px;
}
/* End of membership form */

/* Start of conference programme tables */
#confprog1 {	/* Left hand table */
	font-size: 90%;
	border: 1px solid #006600;
	width: 46%;
	border-collapse: collapse;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
#confprog1 caption {
	font-weight: bold;
}
#confprog1 th {
	background: #009900;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #006600;
}
#confprog1 td {
	font-size: 90%;
	border: 1px solid #006600;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#confprog2 {	/* Right hand table */
	font-size: 90%;
	border: 1px solid #006600;
	width: 46%;
	border-collapse: collapse;
	float: left;
}
#confprog2 caption {
	font-weight: bold;
}
#confprog2 th {
	background: #009900;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #006600;
}
#confprog2 td {
	font-size: 90%;
	border: 1px solid #006600;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
/* End of conference programme tables */

#conflist li {
	list-style: none;
	margin-bottom: 1.5em;
}
#confmenu li {
	list-style: none;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: .5em;
}
.nb {
	color: #009933;
}


/* Start green r/h box */
.conferenceright {
	float: right;
	width: 16em;
	background: #CCFFCC;
	border: 2px solid #009900;
	padding: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	clear: right;
	font-size: 90%;
	text-align: center;
}

.conferenceright p {
	margin-left: 0px;
	margin-bottom: 1em;
}

.conferenceright a {
	font-weight: bold;
	padding-top: 1em;
}
/* End green r/h box */

/* Start of text only site map styles */
#maincontent ul.sitemap {
	list-style: none;
	font-size: 90%;
	font-weight: bold;
}
#maincontent ul.sitemap ul {
	font-size: 100%;
}
#maincontent ul.sitemap li {
	margin-bottom: .75em;
}
#maincontent ul.sitemap dl {
	margin-left: 2em;
	font-size: 90%;
}
#maincontent ul.sitemap dt {
	margin-top: .75em;
}
#maincontent ul.sitemap dd {
	margin-left: 1em;
	font-weight: normal;
}
/* End of text only site map styles */

/* Start of main content link styles */
#maincontent a:link {
	color: #2848c0;
}
#maincontent a:visited {
	color: #5b24c0;
}
#maincontent a:hover, #maincontent a:active {
	color: #24b1c0;
}
#maincontent .top {
	text-align: right;
	font-size: 80%;
	background: #FFFFE8;
	padding-right: 0.5em;
	clear: both;
}
#maincontent #presenters {
	margin-left: 10%;
}


/* Start Footer */
#footer {
	background: #FFFF99;
	font-size: 70%;
	color: #009933;
	text-align: center;
	margin-top: 1em;
	border-top: 1px solid #009933;
	padding-top: 1em;
	padding-bottom: 1em;
}
#footer p {
	margin-bottom: .5em;
}
/* End Footer */


/* Start other formatting */
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}

.chair {
	background: #CCFFCC;
}
.admin {
	background: #FFFF99;
}

.sl {
	font-weight: bold;
	color: #006600;
}
.quotes {
	font-style: italic;
	color: #006600;
	padding-left: 1.5em;
}
.highlight {
	font-weight: bold;
	color: #009900;
	text-align: center;
	margin-top: 1em;
}
.contactdetails {
	font-weight: bold;
	margin-top: 1em;
	background-color: #FFFF99;
	padding: .5em;
}
.workshops {
	color: #006600;
}
