/*** START COLOUR CODING STYLES ***/

	body#aboutUs div#leftNav {
		background: #077E98 url('../images/side_nav/turquoise_BG.png') no-repeat left bottom;
	}

	body#aboutUs div#leftNav h1 {
		background: url('../images/side_nav/turquoise_top_BG.gif') no-repeat left top;
	}

	body#aboutUs div#mainContent h1, body#aboutUs div#mainContent h2, body#aboutUs div#mainContent h3, body#aboutUs i, body#aboutUs dl dt {
		color: #077E98;
	}

	body#ourWork div#leftNav {
		background: #E11A22 url('../images/side_nav/red_BG.png') no-repeat left bottom;
	}

	body#ourWork div#leftNav h1 {
		background: url('../images/side_nav/red_top_BG.gif') no-repeat left top;
	}

	body#ourWork div#mainContent h1, body#projects div#mainContent h2, body#projects div#mainContent h3, body#projects i, body#projects dl dt {
		color: #E11A22;
	}

	body#lesotho div#leftNav {
		background: #6F9A26 url('../images/side_nav/green_BG_new.png') no-repeat left bottom;
	}

	body#lesotho div#leftNav h1 {
		background: url('../images/side_nav/green_top_BG_new.gif') no-repeat left top;
	}

	body#lesotho div#mainContent h1, body#lesotho div#mainContent h2, body#lesotho div#mainContent h3, body#lesotho i, body#lesotho dl dt {
		color: #6F9A26;
	}

	body#newsAndEvents div#leftNav {
		background: #952C91 url('../images/side_nav/purple_BG.png') no-repeat left bottom;
	}

	body#newsAndEvents div#leftNav h1 {
		background: url('../images/side_nav/purple_top_BG.gif') no-repeat left top;
	}

	body#newsAndEvents div#mainContent h1, body#newsAndEvents div#mainContent h2, body#newsAndEvents div#mainContent h3, body#newsAndEvents i, body#newsAndEvents dl dt {
		color: #7D2B8B;
	}

	body#howToHelp div#leftNav {
		background: #04857D url('../images/side_nav/greeny_BG.png') no-repeat left bottom;
	}

	body#howToHelp div#leftNav h1 {
		background: url('../images/side_nav/greeny_top_BG.gif') no-repeat left top;
	}

	body#howToHelp div#mainContent h1, body#howToHelp div#mainContent h2, body#howToHelp div#mainContent h3, body#howToHelp i, body#howToHelp dl dt {
		color: #49817A;
	}

	body#contactUs div#leftNav {
		background: #E6AD23 url('../images/side_nav/yellow_BG.gif') no-repeat left bottom;
	}

	body#contactUs div#leftNav h1 {
		background: url('../images/side_nav/yellow_top_BG.gif') no-repeat left top;
	}

	body#contactUs div#mainContent h1, body#contactUs div#mainContent h2, body#contactUs div#mainContent h3, body#contactUs i, body#contactUs dl dt {
		color: #404040;
	}

/*** END COLOUR CODING STYLES ***/



div#header {
	width: 100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	clear: both;
	float: left;
}

div#header a#logo-link {
	margin-top: 22px;
	margin-left: 10px;
}

div#donate {
	float: right;
	display: inline;
	margin: 20px 35px 0 0;
}

div#mainNavBG {
	background: url('../images/primary_nav_bottom_new.gif') no-repeat left bottom;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

ul#mainNav {
	list-style-type: none;
	float: left;
	background: url('../images/primary_nav_top_new.gif') no-repeat left top;
	vertical-align: bottom;
	width: 100%;
	padding: 5px 0 0px 0;
	margin: 0px 0 0 0;
}

ul#mainNav li {
	width: 129px;
	text-align: center;
	float: left;
	margin: 0 0 0 0;
}

ul#mainNav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

ul#mainNav li a:hover {
	text-decoration: underline;
}

div#crumbtrail {
	width: 760px;
	background: url('../images/dotted_border.gif') repeat-x left bottom;
	margin: 0 10px;
	float: left;
	display: inline;
}

div#crumbtrail ul {
	list-style-type: none;
	float: left;
	clear: left;
	margin-bottom: 0;
	padding: 5px 0 7px 0;
}

div#crumbtrail ul li {
	float: left;
	margin: 0px 5px 0px 0px;
}

div#footer {
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 20px 0 0 0;
	float: left;
	clear: left;
	background: url('../images/dotted_border.gif') repeat-x center top;
	margin: 0px 0 0 0px;
	font-size: 0.9em;
	float: left;

}

div#footer ul {
	float: left;
	list-style-type: none;
	font-weight: bold;
	clear: both;
	margin-bottom: 0px;
	padding-left: 0px;

}

div#footer ul li {
	float: left;
	margin: 0 10px 10px 0px;
}

div#footer ul li a {
	margin: 0 10px 0 0;
}

div#footer ul li a:hover {
}

p#footerInfo {
	clear: left;
	padding-left: 0px;
}

p#footerInfo span {
	display: inline;
	margin: 0 5px 0 0;
}

p#copyright {
	float: right;
	text-align: right;
	margin: 0px 0 0 0px;
	font-weight: bold;
	padding-right: 0px;
}

p#copyright img.left-margin-image {
	margin-left: 10px;
}

p#copyright img {
	margin-left: 0px;
}