.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	margin: 0px;
}
.normalBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 15px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.slimcontrol
{
	background: #dbe1e3;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	background-color: #c0c2c0;
	}
	
.FocusBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #62c930;
	text-align: center;

}
.DarkColour {
	background-color: #62c930;
}
.LightColour {
	background-color: #e3fbc9;
}
.SearchLink
{
	cursor: pointer;
	width: 50px;
	height: 16px;
	background-image: url(graphics/global/search_but_off.png);
	margin-top: 3px;
}
.SearchLink img
{
	visibility: hidden;
}
.SearchLink:hover img
{
	visibility: visible;
}

.Search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.SearchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding-bottom: 3px;
}
.SearchResults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: justify;
	font-style: italic;
}
.SearchTitle A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #444444;
	font-weight: bold;
	line-height: normal;
	text-align: justify;
	padding-bottom: 3px;
}
.MainProjectMenu
{
	width:212px;
	height:25px;
	border-bottom: 1px solid #ffffff;
}

.MainProjectMenu  A:link		{
	text-decoration: none;
	}
.MainProjectMenu A:visited	{
		text-decoration: none;
}
.MainProjectMenu A:hover		{
	text-decoration: none;
	background-color: #62c930;
	color: #FFFFFF;
	font-weight: bold;
	}
.MainProjectMenu A:active		{
		text-decoration: none;
}
.MainProjectMenu A {
	text-decoration: none;
	background-color: #e3fbc9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	display: block;
	height: 20px;
	padding-top: 5px;
}
.SubProjectMenu
{
	width:212px;
	height:19px;
	border-bottom: 1px solid #ffffff;
	}
.SubProjectMenu  A:link		{
	text-decoration: none;
	}
.SubProjectMenu A:visited	{
		text-decoration: none;
}
.SubProjectMenu A:hover		{
	text-decoration: none;
	background-color: #aaaaaa;
	color: #FFFFFF;
	font-weight: bold;
	}
.SubProjectMenu A:active		{
		text-decoration: none;
}
.SubProjectMenu A {
	text-decoration: none;
	background-color: #ebebea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	display: block;
	height: 16px;
	padding-top: 3px;
	padding-left: 18px
}
.TextBackgroundColour {
	background-color: #f8f8f7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
.SectionTableHeading {
	width:204px;
	height:21px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #62c930;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 8px;
	display: block;
	border-bottom: 1px solid #ffffff;
}
.FocusBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 30px;
}
.FeaturedProject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.TextBackgroundColourProject {
	background-color: #f8f8f7;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 5px;
}

table.menu TD {
	color: #FFFFFF;                 /* Must be the same as tdColour in the MenuCode.js */
	background-color:  Transparent; /* Must be the same as tdBgColour in the MenuCode.js */
	white-space: nowrap;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	padding: 0px 10px;
	text-align: left;
	height: 24px;
	line-height: 18px;	
}

table.menu 
{
	cursor: pointer;
	visibility: hidden;
	width: 120px;
}

table.submenu TD {
	color: #000000;            /* Must be the same as tdSubMenuColour in the MenuCode.js */
	background-color: #e3fbc9; /* Must be the same as tdSubMenuBgColour in the MenuCode.js */
	white-space: nowrap;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	padding: 0px 10px;
	text-align: left;
	height: 20px;
	line-height: 18px;	
	border-bottom: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
}

table.submenu
{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 120px;
}

/* Bottom bar styles */
#bottombar {
	position:absolute;
	width:945px;
	height:8px;
	z-index:4;
	background-image: url(Graphics/Frame/bottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	bottom: -8px;
	left: 0px;
}

#NarrowLineBottom {
	position:absolute;
	width:936px;
	height:1px;
	z-index:8;
	left: 0px;
	top: -6px;
	overflow: hidden;
}
/* End of bottom bar styles */

/* Top bar styles */

#Menu {
	position:absolute;
	width:936px;
	height:24px;
	z-index:200;
	background-image: url(Graphics/Global/menu_gradient.gif);
	background-repeat: repeat-x;
}
#Logo {
	position:absolute;
	width:410px;
	height:61px;
	z-index:6;
	left: 9px;
	top: 28px;
}
#Strapline {
	position:absolute;
	width:455px;
	height:19px;
	z-index:7;
	left: 467px;
	top: 60px;
}
#NarrowLine {
	position:absolute;
	width:936px;
	height:1px;
	z-index:8;
	left: 0px;
	top: 110px;
	overflow: hidden;
}

/* End of top bar styles */
.PhotoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #368d0c;
	text-decoration: none;
	font-weight: bold;
	}

A:link		{
	text-decoration: none;
	}
A:visited		{
	text-decoration: none;
	}
A:hover		{
	text-decoration: underline;
	}
A:active		{
		}
A.NewsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
A.NewsHeading:link		{
	color: #000000;
	text-decoration: none;
	}
	
A.NewsHeading:hover		{
	text-decoration: underline;
	color: #368d0c;
	}

A.NewsSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
A.NewsSmall:link		{
	color: #000000;
	text-decoration: none;
	}
	
A.NewsSmall:hover		{
	text-decoration: underline;
	color: #368d0c;
	}


.normalsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.normalBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.ExperienceHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.CVMainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.CVSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.CVIndent {
	padding-left: 20px;
}
.normalsmallBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.copyright, .copyright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
li {
	line-height: 1.5em;
	margin: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
ul{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 4em;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #444444;
}
.ImageBorder {
	border: 1px solid #888888;

}
.normalItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
	font-style: italic;
}
.breadcrumb {
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
	padding-bottom: 15px;
}
.breadcrumbBold {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
}
.breadcrumb A {
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #368d0c;
	line-height: 15px;
	text-decoration: none;
}
.breadcrumb A:hover		{
	text-decoration: underline;
	color: #368d0c;
	
}
.bannerHeadline {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	vertical-align: middle;
}

.bannerTable {
	height:90%;
	padding-left: 15px;
	padding-right: 15px;
	}

