body {
	margin: 0%;/* This deletes the small gap between the top of the header and the top of the page */
	background: #FFFFFF url('../images/hedgeway-bg.gif') no-repeat fixed right bottom;
	/*background-color: #FFFFEE;*/}
h1#title {
	margin: 0%;
	font-family: sans-serif;/* Just in case! */
	font-size: 2.2em;
	text-align: center;
	/*background-color: #153407;*//* Original */
	background-color: #224B11;
	/*background-color: #005500;*//* DarkGreen */}
/* These also apply to .wrap (not .divider) so index.html && manager.html benefit also. */
h1#title img#shiftleft, div.wrap .shiftleft {float: left;}
h1#title img#shiftright, div.wrap .shiftright {float: right;}
h2 {
	margin-top: 0%;
	margin-bottom: 0;
	font-size: 1.75em;
	text-indent: 5%;}
h2, h3 {
	color: #224411;}
p#dcmbs {/* Dementia Care Matters text in masthead */
	width: 32%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;/* Keeps nav level with sub-title (h2) */
	margin-left: 30.5%;
	padding: 0%;
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #224B11;
	text-align: center;}
div#sidebar {
	float: left;
	width: 10%;
	/*border: solid 1px #000;*/}
ul#nav {
	position: fixed;
	margin: 0%;
	padding-right: 0%;
	padding-left: 0.5%;
	font-size: 0.8em;}
ul#nav li {
	list-style-type: none;
	padding-bottom: 1.5%;/* test this on IE6 */}
ul#nav li a {
	display: block;/* meant to expand anchor right across list-item */}
ul#nav, div.wrap h2, div.wrap h3, div.wrap p, div.wrap ul, div.wrap ol, div.wrap dl, p.footer {
	font-family: verdana, arial, helvetica, sans-serif;}
ol {
	list-style-type: lower-alpha;}
div.wrap {
	clear: both;
	width: 70%;
	margin-left: 15%;
	max-width: 875px;}
div.wrap p, div.wrap ul, div.wrap ol, div.wrap dl {
	font-size: 1.1em;
	/*color: #153407;*//* Original */
	color: #006600;
	line-height: 1.2em;
	/*letter-spacing: 0.0px;*/}
div.wrap ul ul {
	font-size: 0.9em;}
div.wrap ul li, div.wrap ol li, div.wrap dl dd {
	margin-top: 2px;}
div.wrap dl dd {
	margin-bottom: 2px;}
div.wrap ul.across li {
	display: inline;}
div.wrap p {
	margin: 2% 0%;
	padding: 0%;}
div.wrap p span {/* Duplicates H2 / H3 styles? Used for inline headers. */
	font-size: 1.1em;
	font-weight: bold;
	color: #224b11;}
div.divider div, div.divider p, div.divider .gap {
	clear: both;}
div.divider p {
	padding-left: 1%;/* This only takes if the text doesn't flow around the images! */}
a:link {
	color: #003300; text-decoration:underline; }
a:visited {
	color: #003300; text-decoration:underline; }
a:hover	{
	color: #666666; text-decoration:none; }
a:active {
	color: #006600; text-decoration:underline; }
a img {
	border-color: white;}
a.shiftleft {/* These are lacking a parent class so they pad with or without .divider! */
	padding-right: 0.25em;
	padding-bottom: 0.25em;}
a.shiftright {
	padding-left: 0.25em;
	padding-bottom: 0.25em;}
a.deadcentre {
	margin-left: 37%;
	padding-bottom: 0.25em;
	text-align: center;}

	/* Used on Contact */
p.leftside {
	float: left;
	width: 65%;
	margin-top: 0%;
	margin-left: 0%;}
p.rightside {
	float: right;
	width: 35%;
	margin-top: 0%;
	margin-right: 0%;
	padding-top: 5%;/* This doesn't take! */}
	
p.footer {
	clear: both;
	font-size: 0.7em;
	width: 60%;
	margin-left: 17%;/* Make this a better fit?*/
	padding-top: 0.5%;
	color: #999;
	text-align: center;}
p.footer a {
	font-size: 1em;
	color: #999;}

/* Lightbox (has more images than this in proper dir') */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
