/*
Version 2.2a
Date: 30/04/2007
Description: General styles.
Changed: Rationalised, CD
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 -9px; /* for 800x600 users */
	padding: 0;
	font-size: 62.5%;
	color: #333; /* new body text colour */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* Global block elements */
p, div, img {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

/* Global headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}

h2, h3, h4 {
	margin: 20px 0 0 0;
	color: #00947A;
}

h4 {
	font-weight: normal;
}

/* Global inline elements */
acronym, dfn {
	border-bottom: 1px dashed;
	border-color: #000;
	cursor: help;
}

address {
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
	margin: 0 0 10px 0;
}

#content div * address {
	font-size: 1em;
	line-height: 1.4em;
}

/* Global form elements */
fieldset, form {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

.form {
	background-image: url(../_images/atoz-bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top: 7px;
}

.form.grad {
	background: none;
	padding-top: 0;
}

.form form {
	border-top: 2px solid;
	border-color: #00A88E;
	background-color: #e3eeec;
	padding: 20px 12px 6px;
}

.form.grad form {
	padding: 30px 20px;
	background-image: url(../_images/content-box-bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #f3f9f9;
}

.form h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0;
}

.form label {
	clear: left;
	display: block;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.form input, .form select, .form textarea {
	margin-bottom: 12px;
	display: block;
	width: 100%;
}

.form input.radio, .form label.radio {
	width: auto;
	margin-bottom: 0px;
	display: inline;
	vertical-align: bottom;
	font-size: 1.4em;
}

.form label.radio {
	font-size: 1.2em;
}

.form div.wrapper {
	margin: 0;
}

.form div.wrapper p {
	margin-bottom: 0;
}

.form div.wrapper div {
	float: left;
	text-align: right;
	width: 100%;
	margin: 0 0 8px 0;
}

.form div.wrapper.three-col div {
	width: 33%;
}

.form div.wrapper.two-col div {
	width: 50%;
}

.form .button {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* PH */
	margin: 6px 0 12px 0;
	width: 7em;
	display: inline;
	background-color: #00A88E;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 2px;
}

.form.grad .button {
	margin-bottom: 0px;
}

.form .box {
	margin: 0;
	padding: 8px 12px 1px 12px;
	height: auto;
	font-size: 1em;
}

.form .divider {
	border-bottom: 1px solid #00A88E;
	margin-bottom: 4px;
}

.help {
	display: block;
	background-image: url(../_images/link-help.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 1px 18px;
	margin: 0 0 12px 0;
	font-size: 1.1em;
	text-decoration: none;
}

.form em {
	color: #00A88E;
	font-style: normal;
	font-size: 0.8em;
}

.form .reset {
	background-color: #113da4;
	margin-left: 10px;
	margin-right: 10px;
}

/* Form errors */
#content p.errormsg {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: -15px;
}

#content p.error {
	font-size: 1.2em;
	margin-top: -10px;
	margin-bottom: 0px;
}

#content ul.error {
	margin-top: 0px;
	margin-bottom: 12px;
}

#content ul.error li {
	background-image: url('../_images/bullet_error.gif');
}

/* Global utilities */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

hr.clear {
	visibility: hidden;
	display: block;
	height: 0px;
	overflow: hidden;
}

p.clear {
	margin: inherit;
	padding: inherit;
}

.clearFix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

.hidden {
	display: none;
}

.lineBreak {
	display: block;
	clear: left;
}

.noDisplay {
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
	overflow: hidden;
}

.asIs {
	text-transform: none;
}

/* Global layout */
#header, #main, #footer {
	width: 770px;
	margin: 0 0 0 14px;
	padding: 0;
}

#navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-left: 0px;
	background-image: url(../_images/navigation-bg.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #00A88E;
}

#header {
	margin-top: 4px;
}

#side {
	float: left;
	width: 160px;
	margin: 0 0 0 6px;
	padding: 0;
}

#content {
	float: right;
	width: 573px;
	margin: 0 0 22px 0;
}

.oneCol #content, .twoCol #content, .threeCol #content {
	margin-bottom: 100px;
}

#content-left {
	float: left;
	width: 384px;
	padding: 0 30px 0 10px;
	background-image: url(../_images/line-vertical.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#content-right {
	float: left;
	width: 139px;
	padding: 0 0 0 11px;
	color: #666;
	margin-left: -1px;
	
	background-image: url(../_images/line-vertical.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#content-right.with-portlets {
	background: none;
	float: right;
	width: 185px;
}

.content-extra {
	float: right;
	width: 174px;
	margin: 0 16px 26px 15px;
	background-image: url(../_images/portlets-bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	padding: 0 0 0 11px;
}

/* Header */
#logo {
	margin: 16px 0 12px 0;
	padding: 0 0 0 8px;
	float: left;
}

#logo a, #logo img {
	margin: 0;
	padding: 0;
}

/* Footer */
#footer hr {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: 1px;
	color: #80c8bc;
	background-color: #80c8bc;
	border: 0;
	clear: both;
	width: 100%;
}

#logos {
	float: right;
}

#logos img {
	margin: 0;
}

#logos a {
	margin: 0 0 10px 10px;
}

/* Navigation: Header */
#nav-header {
	text-align: right;
	margin: 0 28px 16px 0;
	padding: 0;
}

#nav-header li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #D8D8D8;
}

#nav-header li.skiplink {
	border: 0px none !important;
}

#nav-header li.last {
	border: 0px none;
	padding: 0 0 0 8px;
}

#nav-header a {
	text-decoration: none;
	color: #353535;
	font-weight: bold;
	border-bottom: 1px solid #D8D8D8;
}

#nav-header a:focus, #nav-header a:hover, #nav-header a:active {
}

li.skiplink a:link, li.skiplink a:visited {
	color: #fff !important;
	border: 0 !important;
}

/* Navigation: Channels */
#nav-main {
	/* some issues with IE here */
	margin: 0;
	padding: 0;
	background-image: url(../_images/nav-main-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#nav-main ul {
	width: 771px;
	padding-left: 14px;
	list-style-type: none;
}

#nav-main li {
	display: inline;
}

#nav-main a {
	display: block;
	padding: 12px 13px 12px 14px;
	background-color: #00A88E;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 0;
	white-space: nowrap;
}

/* hide from ie/mac \*/
#nav-main a {
	padding: 12px 10px 12px 11px;
}
/* */

#nav-main li.darker a {
	background-color: #00947A;
}

#nav-main li.first a {
	padding-left: 13px;
	padding-right: 14px;
	background-image: url(../_images/nav-main-li_first.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* hide from ie/mac \*/
#nav-main li.first a {
	padding-left: 11px;
	padding-right: 11px;
}
/* */

#nav-main li.active a {
	background-color: #113da4;
}

#nav-main li > a:focus, #nav-main li > a:hover, #nav-main li > a:active {
	color: #113da4 !important;
	background-color: white;
}

/* Navigation: Channels [Welsh padding fix] */
.lang-welsh #nav-main a {
	padding: 12px 7px 12px 7px;
}

.lang-welsh #nav-main li.first a {
	padding-left: 12px !important;
	padding-right: 7px !important;
}

/* Navigation: Expanding left */
#nav-side p {
	font-size: 1.8em;
	font-weight: bold;
	margin: 14px 0 6px 0;
	color: #00947A;
	text-transform: lowercase;
}

#nav-side ul {
	list-style-type: none;
}

#nav-side li {
	border-bottom: 1px solid #80c8bc;
}

#nav-side li li {
	margin: 0 0 0 15px;
	border-bottom: none;
	border-top: 1px dashed;
	border-top-color: #80c8bc;
}

#nav-side li a, #nav-side li.open li a, #nav-side li li.open li a,
#nav-side li li li.open li a, #nav-side li li li li.open li a {
	display: block;
	padding: 9px 0 9px 15px;
	color: #333333;
	background-image: url(../_images/nav-side-li-a.gif);
	background-position: 2px 11px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.1em;
	height: 1%; /* ie */
}

#nav-side li.open a, #nav-side li li.open a, #nav-side li li li.open a,
#nav-side li li li li.open a, #nav-side li li li li li.open a {
	background-image: url(../_images/nav-side-li_open-a.gif);
	background-position: 0px 13px;
}

#nav-side li.active a {
	font-weight: bold;
}

#nav-side li.active li a {
	font-weight: normal;
	cursor: pointer;
}
#nav-side a:focus, #nav-side a:hover, #nav-side a:active {
	background-color: #f0f0f0;
}

/* Navigation: Footer */
#nav-footer {
	float: left;
	padding: 0;
	width: 400px;
}

#nav-footer ul {
	margin: 2px 0 20px 8px;
}

#nav-footer li {
	display: inline;
	padding: 0;
	margin-right: 8px;
	border-right: 1px solid;
	border-right-color: #D8D8D8;
	line-height: 1.8em;
}

#nav-footer a {
	margin-right: 8px;
	font-weight: bold;
	color: #585858;
	border-bottom: 1px solid #D8D8D8;
	text-decoration: none;
	white-space: nowrap;
}

#nav-footer a:focus, #nav-footer a:hover, #nav-footer a:active {
	border-color: #585858;
}

#nav-footer li.last {
	padding-right: 0;
	border: 0;
}

/* Search */
#search {
	text-align: right;
	margin: 0 28px 16px 0;
}

#search label {
	font-size: 1.1em;
	font-weight: bold;
	color: #113da4;
	margin: 0;
	padding: 0;
}

#searchPhrase {
	width: 12em;
	font-size: 1.1em;
	margin: 0 4px 0 4px;
	padding: 0;
}

#search .btn-go {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #00A88E;
	border: 0;
	margin: 0;
	padding: 1px 7px;
}

/* Section images */
#sectionImage {
	position: relative;
	margin: 0 0 18px 0;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding: 52px 0 0 187px;
}

#sectionImageGradient {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 770px;
	height: 7px;
	background-image: url(../_images/sectionImageGradient.png);
	background-repeat: repeat-x;
}

#sectionIntro {
	margin: 0;
	background-image: url(../_images/sectionIntro.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 284px;
	padding: 12px 10px 12px 10px;
}

#sectionIntro h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #00947A;
	text-transform: lowercase;
}

#sectionIntro p {
	font-size: 1.3em;
	color: #333;
	margin: 0;
}

/* Content: Universal */
#content .narrow {
	width: 60%;
}

#content > div > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

#content-left .pageFirst {
	margin-top: 0;
	padding-top: 0;
}

#content-left p, h3, h4  {
	font-size: 1.2em;
	line-height: 1.6em;
}

#content h2 {
	font-size: 1.5em;
}

#content-left h3 {
	line-height: 1.3em;
}

h3.simple {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
}

#content p.stand {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #00947a;
}

#content p.stand.plain {
	color: inherit;
}

#content p.noColor {
	color: #000;
}

#content hr {
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	color: #c2c2c2;
	background-color: #c2c2c2;
	border: 0;
}

#content .anchor-page-top {
	margin-top: 10px;
	text-align: right;
}

/* Content: Right */
#content-right p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
}

#content-right h2, #content-right h3, #content-right h4, #content-right h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 7px solid #00A88E;
}

#content-right .websites {
	border-color: #113da4;
}

#content-right a {
	text-decoration: none;
}

#content-right a.file {
	 background-position: right bottom;
}

.box {
	height: 5em;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 4px 0 4px 0;
	padding: 10px 0 10px 10px;
	background-color: #f3f5f5;
	background-repeat: no-repeat;
	background-position: 10px 10px ;
}

.box.high {
	height: 8em;
}

.boxForLinks {
	background-color: #f6f8fc;
}

.boxForLinks h2, .boxForLinks h3, .boxForLinks h4, .boxForLinks h5 {
	background-color: #fff;
}

.box img {
	float: left;
	margin: 0 10px 10px 0;
}

.box a {
	display: block;
	margin-left: 47px;
}

.calc {
	background-image: url(../_images/tool-calc.gif);
}
.survey {
	background-image: url(../_images/survey/survey-tool.gif);
}
.budget {
	background-image: url(../_images/tool-budget.gif);
}

.assess {
	background-image: url(../_images/tool-assess.gif);
}

.bottom {
	border-bottom: 1px solid #00A88E;
	height: 6.5em;
}

#content-right label {
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	display: block;
}

#content-right a:visited {
	color: #113da4;
}

#pCodeSearch {
	width: 5.5em;
	font-size: 1.1em;
	margin: 8px 4px 0 0;
	padding: 0;
}

#content-right .btn-find, .btn-search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #00A88E;
	border: 0;
	margin: 0;
	padding: 1px 3px;
}

/* Portlets */
.portlets {
	position: relative;
	background-image: url(../_images/portlets-landingPage-bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

.portlet {
	margin: 0;
	padding: 0;
	width: 178px;
	margin-right: 11px;
	float: left;
}

.portletImage {
	width: 237px;
	height: 73px;
	margin-top: 22px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.portlet.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right: none !important;
}

#content .portlet h2 {
	font-weight: normal;
	font-size: 2.0em;
	color: #676767;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 9px solid;
	text-transform: lowercase;
}

#content .portlet h3 {
	font-weight: normal;
	font-size: 1.56em;
	line-height: 1.2em;
	color: #000;
	margin: 14px 0 8px 0;
	padding: 80px 0 3px 0;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: 1px solid;
	text-transform: lowercase;
}

.portlet p {
	margin-left: 4px;
	color: #333;
	min-height: 3.6em; /* min 3 lines */
}

.portlet p.about {
	margin-left: 4px;
	color: #333;
	min-height: 2em; /* min 3 lines */
}

.portlet ul.about {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	min-height: 4em; /* min 3 lines */
}


.portlet p.more {
	margin: 0;
}

.portlet a.more {
	display: block;
	background: url(../_images/portlet-a-more-bg.gif);
	background-position: 0% 4px;
	background-repeat: no-repeat;
	margin: 0 5px;
	padding: 0 0 0 10px;
	font-size: 0.925em; /* 13px to 12px */
	color: #113da4;
	text-decoration: none;
}

.portlet ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	min-height: 5.5em; /* min 3 lines */
}

.portlet li {
	font-size: 1.2em;
	line-height: 1.3em !important;
	padding: 1px 0 2px 16px !important;
	background-image: url(../_images/portlet-li-bg.gif) !important;
	background-position: 0% 0.25em !important;
	background-repeat: no-repeat !important;
	font-weight: bold;
}

.portlet li a, .portlet a:visited {
	color: #113da4 !important;
	text-decoration: none;
}

.portlet a:hover {
	color: #00947a !important;
}

/* Content head */
#content-head {
	float: left;
	width: 573px;
	margin: 0 0 20px 0;
	background-image: url(../_images/content-head-bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#content-head-image {
	float: right;
	width: 149px;
	height: 106px;
	margin: 0 0 0 1px;
	background-image: url(../_images/content-head-img-bg.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#content-head h1 {
	font-size: 1.7em;
	margin: 10px 0 0 10px;
}

#content-head p {
	margin: 20px 0 0 10px;
	height: 45px;
}

#content-head a, #content-head a:visited {
	color: #000 !important;
}

/* Content: Extra */
.content-extra h3, .content-extra h2 {
	color: #00A88E;
	font-size: 1.2em !important;
	line-height: 1.2em !important;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	border-bottom: 5px solid #00A88E;
}

.content-extra p {
	font-size: 1.1em !important;
	line-height: 1.2em !important;
}

/* Links: Universal */
.active, .active a {
	cursor: default;
}

/* Links: Content */
#content a, #content a:link {
	color: #113da4;
}

#content a:visited {
	color: #600;
}

#content a:focus, #content a:hover, #content a:active {
	color: #00947a;
}

#content a.arrow {
	padding-left: 8px;
	background-image: url(../_images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .35em;
	text-decoration: none;
}

#content a.arrow:visited {
	color: #113da4 !important;
}

#content a.anchor {
	padding-left: 11px;
	background-image: url(../_images/link-arrow-anchor.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#content .anchor a:visited, #content a.anchor:visited {
	color: #113da4 !important;
}

#content .anchor a:hover, #content a.anchor:hover {
	color: #00947a !important;
}

/* Links: File [single-line only] */
a.xls {
	background-image: url(../_images/file-xls.gif);
}

a.ppt {
	background-image: url(../_images/file-ppt.gif);
}

a.doc {
	background-image: url(../_images/file-doc.gif);
}

a.pdf {
	background-image: url(../_images/file-pdf.gif);
}

a.file {
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right top;
}

img.icon-pdf, img.icon-download {
	margin: 0;
	vertical-align: middle;
}

/* Links: Specific purpose */
a.rss {
	display: block;
	width: 32px;
	height: 15px;
	background-image: url(../_images/icon-rss.gif);
	background-repeat: no-repeat;
	text-indent: -9048px;
	overflow: hidden;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Lists: Generic */
#content ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

#content ol {
	margin-left: 25px;
	padding-left: 0;
}

#content ul li, #content ol ul li {
	background-image: url(../_images/bullet-green.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 10px;
}

#content ol li {
	background: none;
	padding-left: 0px;
}

#content li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 10px;
}

#content li li {
	font-size: 1em;
}

/* Lists: A to Z */
#content ul.atoz {
	border-bottom: 2px solid #113da4;
	background-image: url(../_images/content-hr-navy.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 10px 0;
	margin: 30px 0 0 -6px;
}

#content ul.atoz.no-border {
	background: none !important;
	border: 0;
	padding: 0;
}

#content ul.atoz li {
	list-style-type: none;
	display: inline;
	background: none !important;
	border-right: 1px solid #113DA4;
	padding: 0;
	margin: 0;
}

#content ul.atoz a {
	font-size: 1.1em;
	padding: 0px 4px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.95em;

}

#content ul.atoz .no-border {
	border: 0;
	padding: 0;
}

#content ul.atoz a:visited {
	color: #113da4 !important;
}

#content a.on, #content a:visited.on {
	background-color: #00A88E;
	color: #fff;
}

#content ul.atoz a:hover {
	background-color: #113da4;
	color: #fff !important;
}

/* Lists: A to Z (alternate) */
.atoz-list {
	border: 1px solid #113da4;
	background-color: #f2f9f8;
	margin-top: 20px;
}

.atoz-list span {
	font-size: 1.2em;
	display: block;
	padding: 6px;
	background-color: #e3eeec;
}

.atoz-list ul {
	margin: 2px 2px 2px 4px !important;
}

.atoz-list li {
	display: inline;
	background: none !important;
	padding: 0px !important;
}

.atoz-list a {
	font-size: 1.2em;
	padding: 4px 7px;
	margin-right: 1px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.95em;
}

.atoz-list a:visited, .atoz-list a:focus, .atoz-list a:hover, .atoz-list a:active {
	background-color: #113da4;
	color: #fff !important;
}

/* Lists: Anchors */
ul.anchor-list  {
	margin-left: 1px !important;
}

ul.anchor-list li {
	background-image: url(../_images/link-arrow-anchor-down.gif) !important;
}

ul.anchor-list a {
	text-decoration: none;
}

/* Lists: Definition lists */
#content-left dt {
	color: #00A88E;
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: bold;
	background-image: url(../_images/atoz-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 2px solid #00A88E;
	padding-bottom: 8px;
	margin: 10px 0 6px 0;
}

#content-left dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
}

#content-left dl.plain {
	margin-top: 0;
}

#content-left dl.plain dt {
	color: inherit;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
	background: none;
	border: 0;
	margin: 1px 0;
	padding: 0;
}

#content-left dl.plain dd {
	color: inherit;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 1px 0;
	padding: 0;
}

#content-left dl.singleLine dt {
	display: block;
	float: left;
	clear: left;
	width: 30%;
}

#content-left dl.singleLine dd {
	width: 70%;
}

#content dl.smaller dt, #content dl.smaller dd {
  font-size: 1.2em;
}

/* Lists: Right */
#content-right ul {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	list-style: none;
}

#content-right li {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 0px 10px 10px;
	background-image: url(../_images/link-arrow.gif);
	background-position: 0 .3em;
}

/* Lists: No bullets */
ul.no-bullets {
	margin-left: 0 !important;
}

.no-bullets li {
	background-image: none !important;
	padding-left: 0;

}

/* Lists: In tables */
#content table ul {
	margin: 0 0 5px 10px;
	padding-left: 0;
	list-style: none;
}

#content table ol {
	margin: 0 0 5px 10px;
	padding-left: 10px;
}

#content table li {
	font-size: 1.0em;
	line-height: 1.6em;
}

#content table ul li {
	padding-left: 10px;
	background-image: url(../_images/bullet-green.gif);
	background-position: 0 .6em;
}

#content table ol li {
	font-size: 1.0em;
	line-height: 1.6em;
	padding-left: 0px;
}

/* Tables */
table {
	clear: both;
	margin-bottom: 20px;
}

caption {
	caption-side: bottom;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #00A88E;
	padding: 5px 1px;
	text-align: left;
	margin: -22px 0 20px 0;
}

summary { /* not possible to hide in ie6 */
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
	overflow: hidden;
}

thead {
	background-color: #e3eeec;
}

tbody {
	background-color: #f2f9f8;
}

th {
	text-align: left;
	padding: 5px 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
}

th strong {
	color: #00947a;
}

td	{
	font-size: 1.1em;
	line-height: 1.6em;
	vertical-align: top;
	padding: 5px 10px;
}

/* Quotes, Blockquotes and Citations */
.quote {
	margin: 40px 30px 0 35px;
	color: #00947a;
}

.quote em {
	font-size: 0.8em;
	color: #333;
}

blockquote {
	margin: 0;
	padding: 0 20px 10px 0px;
	color: #00947a;
	background-image: url(../_images/quotes2.gif);
	background-repeat: no-repeat;
	background-position: 95% 90%;
}

blockquote cite {
	display: block;
	font-size: 0.8em;
	color: #333;
}

blockquote p {
	background-image: url(../_images/quotes1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 20px;
	padding-left: 30px;
}

/* Content Boxes */
.box-oneCol {
	float: left;
	margin: 0 15px 10px 0;
	background-color: #f2f9f8;
	width: 190px;
}

.box-twoCol {
	display: block;
	background-color: #f2f9f8;
	width: 100%;
	margin: 20px 0;
	clear: both;
}

.box-oneCol h3, .box-twoCol h3, .box-oneCol h2, .box-twoCol h2 {
	padding: 5px 10px 0px 10px;
	display: block;
	font-weight: bold;
	background-image: url(../_images/content-box-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}

.box-oneCol p, .box-twoCol p {
	padding: 5px 10px;
}

.case-study h3 {
	padding-bottom: 5px;
	border-bottom: 3px solid;
	border-color: white;
	background-image: url(../_images/content-box-case-bg.gif);
}

.message {
	background-color: #faf0ed;
}

.message h3 {
	padding-bottom: 5px;
	color: white;
	border-bottom: 3px solid;
	border-color: white;
	background-image: url(../_images/content-box-red-bg.gif);
}

.photo {
	float: left;
	margin: 0 15px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 15px;
}

.caption {
	border-bottom: 1px solid;
	border-color: #00A88E;
	font-size: 1em;
	padding: 5px 0 3px 0;
	line-height: 1.2em;
}

.caption img {
	margin: 0;
	border-bottom: 1px solid #00A88E;
}

.large {
	width: 200px;
}

.medium {
	width: 130px;
}

.small {
	width: 85px;
}

/* Case Studies */
#caseStudies {
	margin: 20px 0;
}

#caseStudies .portlet {
	width: 173px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px dotted;
	border-right-color: #999;
}

#caseStudies p.more {
	margin: 14px 0 8px 0;
	padding: 80px 0 10px 0;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: 1px solid;
}

#caseStudies .clear {
	padding: 10px;
}

/* Campaign */
#campaign {
	float: right;
	width: 237px;
	margin: 8px 0 6px 10px;
}

/* On This Site */
#onThisSite {
	background-color: #00A88E;
	background-image: url(../_images/onThisSite-bg.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding: 12px 12px 96px 12px;
}

#onThisSite h3, #onThisSite h2 {
	margin: 0 0 8px 0;
	font-size: 1.8em;
	color: #fff;
	text-transform: lowercase;
	font-weight: normal;
}

#onThisSite h2 {
	display: block;
	margin: -12px -12px 15px 0;
	padding-top: 14px;
	background-image: url(../_images/onThisSite-header-bg.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	font-size: 2.5em;
	letter-spacing: -1px;
}

#onThisSite dt, #onThisSite dd {
	margin: 0;
	padding: 0;
}

#onThisSite dt, #onThisSite li  {
	background-image: url(../_images/onThisSite-dt-bg.gif);
	background-position: 0% 2px;
	background-repeat: no-repeat;
}

#onThisSite a:link, #onThisSite a:visited {
	display: block;
	padding-left: 16px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#onThisSite dd {
	display: block;
	padding-left: 16px;
	margin: 2px 0 16px 0;
	font-size: 1.1em;
	color: #fff;
}

#onThisSite ul {
	list-style-type: none;
}

#onThisSite li {
	margin: 0 0 6px 0;
}

#onThisSite a:focus, #onThisSite a:hover, #onThisSite a:active {
	text-decoration: underline !important;
}

/* Latest News */
#latestNews {
	width: 367px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#latestNews h2 {
	font-weight: normal;
	font-size: 2.0em;
	color: #676767;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 9px solid;
	text-transform: lowercase;
}

#latestNews .news-side {
	width: 172px;
	float: right;
}

#content #latestNews ul {
	margin: 0;
	padding: 0;
}

#content #latestNews li {
	display: block;
	margin: 0 0 6px 0;
	padding: 1px 0 5px 9px;
	background-image: url(../_images/link-arrow.gif);
	background-position: 0% 0.38em;
	background-repeat: no-repeat;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px solid;
	border-bottom-color: #d6d6d6;
}

#content #latestNews li a {
	color: #039;
	font-weight: normal;
	text-decoration: none;
}

#content #latestNews dl {
	margin: 0;
	padding: 0;
	width: 178px;
	float: left;
}

#content #latestNews dt {
	display: block;
 	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border: 0px none;
}

#content #latestNews dt a {
	display: block;
	background-image: url(../_images/link-arrow.gif);
	background-position: 0% 0.35em;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}

#content #latestNews dd {
	display: block;
	margin: 6px 0 6px 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}

#latestNews img {
	padding-top: 8px;
	margin: 0 0 0 -10px !important;
}

#latestNews p.rss, #news p.rss {
	font-size: 1.1em;
}

#latestNews p.rss a, #news p.rss a {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid;
	border-left-color: #000;
	text-decoration: none;
}

#latestNews a.rss {
	float: left;
	margin: 2px 0 0 9px !important;
}

/* News */
#news p {
	font-size: 1.2em;
}

#news h2 {
	font-weight: normal;
	font-size: 2.4em;
	color: #666;
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: lowercase;
}

#news dl, #news dt, #news dd {
	margin: 0;
	padding: 0;
}

#news dl {
	margin-bottom: 8px;
}

#news dt, #news dd {
	font-size: 1.2em;
}

#news dt a, #news dd a {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 8px;
}

#news dt a, #news dt a:visited {
	font-weight: bold;
	color: #00947A !important;
	text-decoration: none;
	background-image: url(../_images/nav-side-li-a.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
}

#news dt {
	background-image: url(../_images/nav-side-li-a.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
}

#news dd a, #news dd a:visited {
	font-weight: normal;
	/*color: #333 !important; 
	Temporarily removed to highlight link in news story on home page*/
	text-decoration: none;
	/*padding-right: 12px;
	Temporarily removed above and added below to align link in news story on home page*/
	margin-left: -8px;	
}

#news p.rss a {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #000;
	text-decoration: none;
}

#news a.rss {
	float: left;
	margin-top: -1px !important;
}

#news a:visited {
	color: #113da4 !important;
}

#news a:hover {
	color: #00947a !important;
}

/* Layout class specific styles: One Column */
.oneCol #content p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.oneCol #content p.stand {
	color: #00947A;
	font-size: 1.5em;
	line-height: 1.3em;
}

/* Layout class specific styles: Three Column */
/* .threeCol only used for contact pages - these need to be redeveloped, so removed 158 lines for now > 3col.css.bak */

/* Layout class specific styles: Standard page */
.standardPage #content p {
	font-size: 1.2em;
	line-height: 1.6em;
}

/* Layout class specific styles: Landing page */
.landingPage #nav-side p {
	margin-top: 0;
}

.landingPage #content p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.landingPage #side p {
	margin: 0 0 6px 0;
}

.landingPage #content .portlet p {
	font-size: 1.3em;
	line-height: 1.2em;
}

.landingPage #content #caseStudies .portlet p {
	font-size: 1.2em;
}

/* Layout class specific styles: Home page */
.homePage #sectionImageGradient {
	width: 574px;
}

.homePage #sectionIntro {
	background-image: none;
	width: 150px;
	padding: 0;
}

.homePage #sectionIntro h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #02917b;
}

.homePage #sectionIntro p {
	font-size: 1.1em;
}

.homePage #side {
	width: 175px;
}

.homePage #sectionImage {
	background-position: 100% 100%;
	padding: 16px 0 6px 12px;
}

.homePage #content {
	width: 540px;
	padding: 0;
	margin: 0 13px 16px 17px;
}

.homePage #content hr {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	height: 1px;
	color: #c2c2c2;
	background-color: #c2c2c2;
	border: 0;
	clear: both;
}

.homePage #content .portlets {
	background-image: url(../_images/portlets-bg.gif);
	background-position: 270px 0%;
	margin: 0 0 18px 0;
}

.homePage #content .portlet {
	width: 237px;
	margin: 0 66px 0 0;
	padding: 0;
}

.homePage #content .portlet h2 {
	font-size: 2.4em;
	color: #113da4;
	margin: 0;
	border-bottom: none;
}

.homePage #content .portlet p {
	font-size: 1.2em;
	min-height: 43px;
	margin-left: 0px;
}

.homePage #content .portlet li {
	font-size: 1.2em;
}

.homePage #news {
	margin: 0;
}

.homePage #news dt a, .homePage #news dd a {
	width: 262px;
}

#homePage #news p {
	background-image: url(../_images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .35em;
}

#homePage #news p.rss {
	background-image: url(../_images/icon-rss.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#homePage #news p a {
	background: 0;
}

/* Page Specific Styles: News and Media */
#newsAndMediaPage .content-extra {
	margin-left: 0;
}

#newsAndMediaPage .content-extra h3 {
	color: #666;
	padding: 9px 0 5px 0;
	margin-bottom: 12px;
}

#newsAndMediaPage .content-extra ul {
	margin: 0 0 0 2px;
	padding: 0;
}

#newsAndMediaPage .content-extra li {
	font-size: 1.1em;
	background-image: none;
	padding-left: 0;
}

#newsAndMediaPage #latestNews {
	background-image: url(../_images/line-vertical.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	margin-right: -1px;
	padding-right: 6px;
}

#newsAndMediaPage #content > .clear {
	height: 20px;
}

/* Page Specific Styles: News page */
#newsPage h2 {
	padding-bottom: 20px;
}

#newsPage h3 {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-left: 0px;
}

#newsPage #content ul {
	margin: 10px 0 20px 0;
}

#newsPage #content .no-bullets li {
	 padding-left: 2px;
}

#newsPage dl {
	padding-left: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 15px;
}

#newsPage dt {
	margin: 20px 0 5px 10px;
	color: #113da4;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

#newsPage dt a {
	margin-left: -10px;
}

#newsPage dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 15px 10px;
	border-bottom: 1px solid #ccc;
}

#newsPage .photo {
	margin-top: 5px;
}

#newsPage .story {
	margin-top: 54px !important;
}

#newsPage p.stand {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#newsPage p.stand:first-line {
	color: #333 !important;
}

#newsPage .right {
	margin: 5px 0 20px 30px;
}

#newsPage #content hr {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	color: #fff;
}

#newsPage .archive {
	padding: 12px 10px 10px 10px !important;
	color: #ccc;
}

#newsPage .archive strong {
	color: #000;
}

#newsPage .archive a {
	padding: 0 5px;
	text-decoration: underline;
}

#newsPage #content .archive a.active {
	color: #00A88E;
	text-decoration: none;
}

/* Page Specific Styles: About Us */
#aboutUsPage #news {
	float: right;
	width: 182px;
	margin: 0px 8px 16px 15px;
	background-image: url(../_images/portlets-bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	padding: 0 0 0 11px;
}

/* Page Specific Styles:links page */
#linksPage h3 {
	font-weight: normal;
	font-size: 1.9em;
	border-bottom: 2px solid;
	border-color: #113da4;
	background-image: url(../_images/content-hr-navy.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 5px 0;
	margin: 30px 0 15px 0;
}

#linksPage dl {
	padding-left: 0;
}

#linksPage dt {
	margin: 20px 0 5px 0;
	color: #113da4;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#linksPage dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 0 8px;
}

/* Page Specific Styles: Sitemap */
#sitemapPage h2 {
	color: #113da4;
	font-weight: normal !important;
	font-size: 1.9em !important;
	border-bottom: 2px solid !important;
	border-color: #00A88E !important;
	background-image: url(../_images/content-hr-green.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 5px 0 !important;
	margin: 30px 0 15px 0 !important;
}

#sitemapPage h2 a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../_images/link-arrow.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

#sitemapPage #content ul {
	margin: 0;
	border-bottom: 2px solid;
	border-color: #00A88E;
}

#sitemapPage #content li {
	font-size: 1.3em;
	line-height: 2em;
	padding-left: 10px;
	background-image: url(../_images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	border-top: 1px solid #ccc;
}

#sitemapPage #content li.first {
	border-top: none;
}

#sitemapPage #content ul ul {
	border: 0;
	margin-left: 20px;
}

#sitemapPage #content li li {
	border: 0;
	font-size: 0.845em;
	background-position: 0 .65em;
}

#sitemapPage #content li li li {
	font-size: 1em;
}

#sitemapPage #content ul ul ul {
	margin-left: 10px;
}

#sitemapPage #content li a {
	text-decoration: none;
}

/* Site Specific Pages: Website feedback */
#websiteFeedback {
	float: right;
	width: 378px;
}

#websiteFeedbackPage #content {
	width: 688px;
	background-image: url(../_images/line-vertical.gif);
	background-position: 295px 0%;
	background-repeat: repeat-y;
}

#websiteFeedbackPage #content-side {
	display: block;
	width: 280px;
	float: left;
}

#websiteFeedbackPage a.arrow {
	display: inline;
}

#websiteFeedbackPage #sectionImage {
	padding-left: 72px;
}

#websiteFeedbackPage #side {
	width: 10px;
}

/* About Us, Advisors, Employers */
#aboutUsPage .portlets, #advisorsPage .portlets, #employersPage .portlets {
	margin-top: 22px;
}

#remoPage #content dt {
	background-image: url(../_images/atoz-bg-alt.gif);
	border-bottom: 2px solid #113da4;
}

/* Setting Up */
#settingUpChildMaintenancePage #sectionIntro h1 {
	margin-right: -5px;
	letter-spacing: -0.04em;
}


/* error 404 */
#content-404 {
    float: left;
    width: 573px;
    margin: 2em 2em 2em 2em;
}

h1.error     {
	margin: 0 0 20px 0;
    font-size:250%;  
}

p.error     {
	padding: 0 0 10px 0;
     font-size:130%;
     color:#000000;
}

ul.error {
	font-size: 120%;	
}

li.error {
	margin: 0 0 0 20px;
	color: #000000 !important;
}


/* master.com search */
#content #searchResults table.mastercom-bar    {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    background-color:#eee;
    padding:10px;
    font-weight:bold;
}

#content #searchResults table.mastercom-bar    tr    {
    background-color:#eee;
}

#content #searchResults table tr    {
    background-color:#fff;
}

#content #searchResults table tr,
#content #searchResults table td    {
    border-collapse:collapse;
    margin:0;
    padding:0;
    font-size:1.1em;
}

#content #searchResults table tr td a    {
    font-size:1em;
}

/* Last minute corrections due to specificity of selectors not being correctly recognised */
#sectionImage hr, #nav-side hr, #caseStudies hr, #content .portlets hr, #content .content-extra hr {
	display: none;
}















#contactPage #side {
	margin: 0;
	background-image: url(../_images/contact-map-uk.gif);
	padding-top: 288px;
	background-position: 0px 10px;
	background-repeat: no-repeat;
	width: 181px;
}

#contactPage #content-right {
	background-image: none;
}

#contactPage #content-right ul {
	margin: 10px 0 25px 0;
}

.regionalContactPage #side {
	margin: 0;
	padding-top: 288px;
	background-position: 0px 10px;
	background-repeat: no-repeat;
	width: 181px;
}

table#contactUsNumbers    {
    border-collapse:collapse;
    border:0;
}

table#contactUsNumbers tr#email td    {
    border-collapse:none;
    padding-top:12px;
}

table#contactUsNumbers td    {
    font-size:1.2em;
    color:inherit;
    background-color:#fff;
    padding:0 10px 0 0;
}

table#contactUsNumbers td.prompt    {
    font-weight:bold;
}

table#contactUsNumbers td a    {
    padding-left:15px;
}

.threeCol #side * {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 6px;
}

.threeCol #side * * {
	margin-left: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.threeCol #side h2 {
	font-size: 1.5em;
	margin-top: 10px;
}

.threeCol #side label {
	color: #666;
	display: block;
}

.threeCol #content-left {
	padding: 0 10px 0 0;
}

.threeCol #content-left h2 {
	margin: 0 0 20px 0;
}



.threeCol #content-right {
	font-size: 1.1em;
}

.threeCol #content-right li {
	padding-bottom: 3px;
}



















/* Hide from safari & opera
see: http://www.stuffandnonsense.co.uk/archives/hide_css_from_safari.html \*/
@media all {
	#nav-main a {
		padding: 12px 9px 12px 10px;
	}
@import url(empty.css);

	#nav-main a {
		padding: 12px 9px 12px 10px;
	}

	#nav-main li.first a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

ul.indent {
	margin-left: 20px !important;

}


p#printpage {
	width: 7em;
	color: white;
	background-color: #00A88E;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 8px 2px 8px;	
	
}

#printpage a {
	color: white !important;
	text-decoration: none !important;
}


/*a.printpage  {
	font-size: 1.2em;
	}*/


/* */


/* ie mac fixes - mid pass filter hack - this is the only known way to target ie mac - hacks need more testing and completing on other templates */

/*\*//*/
.twoCol #content {
	margin: 0;
}
.twoCol #side {
	margin-right: 24px;
}
.twoCol #content-left {
	width: 378px;
}
.threeCol #content-left {
	width: 378px;
}
.threeCol #side {
	margin: 0;
}

/**/

