/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#container {
	width: 756px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* Navigation */

#nav a:link, #nav a:visited {
	text-decoration: none;
	padding-right: 1em;
	padding-left: 0.4em;
	background-image: url(img/navline_green.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #006633;
	padding-top: 0.4em;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 756px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0.4em;text-align: right;
}
#nav a:hover, #nav a:visited:hover, #nav a.active, #nav a:visited.active  {
	background-color: #e5efea;
}

/* Banner */

#banner {
	display: block;
	clear: both;
	width: 756px;
	height: 63px;
	overflow: hidden;
	background-image: url(img/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#banner img { border: none;}

#banner h1 {
	visibility: hidden;
}

/* Content */

#content {
	display: block;
	clear: both;
	width: 756px;
	float: left;
	background-color: #fff;
}
#contentb {width: 756px;}

/* NOTE: h1 has only been used in the banner as the main page heading, so headings within the rest of the content start at h2 */
/* Changed this so h1 is used at top of page (in template) and h2s are separate "pages" */
#content h1, #content h2 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006633;
	padding-top: 2px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 2px;
	margin: 0em 0em 0.5em;
	font-size: 1.8em;
}

#content h1 {
	text-transform: lowercase;
}
#content h3 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006633;
	padding-top: 2px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 2px;
	margin: 1em 0em 1em;
	font-size: 1.4em;
}
#content h4 {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 0em;
	margin: 0px;
	font-size: 1em;
	color: #006633;
	padding-top: 0.5em;
}
h4 a:link, h4 a:visited {
	background-image: url(img/linkblt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	color: #006633;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
}
h4 a:hover, h4 a:visited:hover {
	background-image: url(img/linkblt_on.gif);
	text-decoration: underline;
}

/* h4line is used on homepage only, under 'what can essen do for me', adds dotted line above */
.h4line {
	padding-top: 0.75em;
	background-image: url(img/hline_green.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content p {
	padding-top: 0em;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 0.5em;
	margin: 0px;
	line-height: 1.4em;
}

#content a:link, #content a:visited, #footer a:link, #footer a:visited  {
	color: #006633;
}
#content a:hover, #content a:visited:hover, #footer a:hover, #footer a:visited:hover {
	color: #009900;
}

#content ul {
	padding-top: 0em;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 0.5em;
	margin: 0px;
	line-height: 1.4em;
	
}
#content ul li {
	padding-left: 18px;
	padding-right: 14px;
	margin: 0px;
	list-style-type: none;
	background-image: url(img/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-bottom: 0.5em;
}
#content ol li {
	padding-left: 16px;
	padding-right: 14px;
	margin: 0px;
	padding-bottom: 0.5em;
}
/* indentbullet is used on about_essen page only, to allow bullet styles as the second level of an ordered list */
.indentbullet {
	padding-top: 0em;
	padding-left: 0px;
	padding-right: 14px;
	padding-bottom: 0.5em;
	margin: 0px;
	line-height: 1.4em;	
}
.indentbullet li {
	padding-left: 18px;
	padding-right: 14px;
	margin: 0px;
	list-style-type: none;
	background-image: url(img/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-bottom: 0.5em;
}

/* welcome is for homepage only */
#content #welcome {
	float: left;
	clear: both;
	display: block;
	background-color: #fff;
	height: 220px;
	width: 756px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.welcomepic {
	background-color: #FFF;
	height: 220px;
	width: 222px;
	display: block;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 1em;
}

/* morelink is used on homepage only, for green 'more' buttons */
/* No longer true - also used on pages... for Drupal's read more */
#content .morelink a:link, #content .morelink a:visited,
#content a.read-more:link, #content a.read-more:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 4px;
	background-image: url(img/morelink_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#content .morelink a:hover, #content .morelink a:visited:hover,
#content a.read-more:hover, #content a.read-more:visited:hover {
	color: #fff;
	background-color: #009f0b;
	text-decoration: none; 
}

#left {
	float: left;
	width: 220px;
}
#content #picLeft {
	background-color: #FFF;
	height: 220px;
	width: 220px;
	display: block;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#content .textLeft {	
	width: 220px;
	display: block;
	float: left;
	clear: both;
	background-color: #fff;
}
#right {
	width: 534px;
	float: left;
	clear: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
#content .textRight {
	background-color: #fff;
	width: 534px;
	margin: 0px;
	padding: 0px 0px 1em;
	display: block;

}


/* Footer */

#footer {
	display: block;
	clear: both;
	width: 756px;
	margin-top: 5px;
	margin-bottom: 16px;
	padding-top: 2px;
}

#footer hr {
	background-color: #ccc;
	color: #ccc;
	border: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* Misc */

.greytext {
	color: #666666;
}
.greentext {
	color: #006633;
}

.nodisplay {
	display: none;
}
.romannumerals {
	list-style-type: lower-roman;
}
.pullquote, div.quotes-quote p {
	font-size: 120%;
	font-weight: bold;
	color: #006633;	
}
#container #footer #w3img {
	display: block;
	float: right;
}
/* Added to control H2s which are also links */
#content h2.title a, #content h2.title a:visited {
	color: #FFF;
	background-color: #006633;
	font-size: 0.8em;
	text-decoration: none;
	/*margin: 0px;
	padding: 0px;*/
}

/* Remove margin on lhs to hide when empty (otherwise shows a line, height of the margin) */
#sidebar-left h2.title {
	margin: 0px;
	padding: 0px;
}
#sidebar-left div.block {
	border-bottom: 4px solid #fff;
}
#left div.left-spacer {
	height: 10px;
	padding-top: 0px;
	border: 4px solid #fff;
}
/*	Don't display taxonomy links */
.taxonomy {
	display: none;
}
/* this is just for the anchor listings...*/
#block-topicpages-0 h2.title {
	font-weight: bold;
	font-size: 1.0em;
	color: #000;
	background-color: #fff;
}
/* Added to avoid use of align right */
p.right {
	text-align: right;
}
table#attachments {
	margin-left: 15px;
	font-size: 120%;
}
table#attachments td {
	padding: 4px;
	margin-right: 2px;
}
div.changed {
	color: #999;
	padding: 10px 0px 5px 14px;
}

div.site-map div.content {
	padding-left: 16px;
}