/* Alters only colours for existing page elements */
.featureText {
	background: #FCF6DF;
}
.submenu {
	background: #FCF6DF;
}
.fileDownload {
	background: #FCF6DF;
}
.quoteText {
	background: #FCF6DF;
}
#subnavProsp {
	background: #FCF6DF;
}
#calloutcontent img {
	border-color: #EDC447;
}
h1 {
	color: #EDC447;
}
h2 {
	color: #EDC447;
}
h3 {
}
h4 {
}
h5 {
}
#crumbsbar {
	background: #EDC447;
}
#subnav {
	background: #EDC447;
}
.newsarticle h3 {
	color: #EDC447;
}
#maincontentblock table.tab {
	background: #FCF6DF;
}
.hlrow {
	background: #F4ECCA;
}
.smallnews {
	background: #FCF6DF;
}
.smallnews h3 {
	background: #EDC447;
}
.imageCaption {
	background: #F4ECCA;
}

/*---------------------------------
	case study/quote colours
---------------------------------*/

.quote,
.quote-left,
.quote-right
{
	background: #fcf6df;
	border: 1px solid #eaddaa;
}

.quote-start,
.quote-end
{
	color: #decd8e;
}

.quote img,
.quote-left img,
.quote-right img
{
	border: 1px solid #a3a3a3;
}

/*---------------------------------
	text / image combi colours
---------------------------------*/

.combi
{
	background: #fcf6df;
	border: 1px solid #eaddaa;
}

.combi img
{
	border: 1px solid #a3a3a3;
}

/*---------------------------------
	images (background/border)
---------------------------------*/

.tiImageLeft p.image-description,
.tiImageLeft-border-only p.image-description,
.tiImageLeft-background-only p.image-description,
.tiImageLeft-border-background p.image-description,
.tiImageRight p.image-description,
.tiImageRight-border-only p.image-description,
.tiImageRight-background-only p.image-description,
.tiImageRight-border-background p.image-description,
.tiImageCenter p.image-description,
.tiImageCenter-border-only p.image-description,
.tiImageCenter-background-only p.image-description,
.tiImageCenter-border-background p.image-description,
.tiImageLeft p.image-credit,
.tiImageLeft-border-only p.image-credit,
.tiImageLeft-background-only p.image-credit,
.tiImageLeft-border-background p.image-credit,
.tiImageRight p.image-description,
.tiImageRight-border-only p.image-credit,
.tiImageRight-background-only p.image-credit,
.tiImageRight-border-background p.image-credit,
.tiImageCenter p.image-credit,
.tiImageCenter-border-only p.image-credit,
.tiImageCenter-background-only p.image-credit,
.tiImageCenter-border-background p.image-credit
{
	color: #333333;
}

.tiImageLeft p.image-credit,
.tiImageLeft-border-only p.image-credit,
.tiImageLeft-background-only p.image-credit,
.tiImageLeft-border-background p.image-credit,
.tiImageRight p.image-credit,
.tiImageRight-border-only p.image-credit,
.tiImageRight-background-only p.image-credit,
.tiImageRight-border-background p.image-credit,
.tiImageCenter p.image-credit,
.tiImageCenter-border-only p.image-credit,
.tiImageCenter-background-only p.image-credit,
.tiImageCenter-border-background p.image-credit
{
	color: #444444;
}

.tiImageLeft-border-background,
.tiImageRight-border-background,
.tiImageCenter-border-background,
.tiImageLeft-background-only,
.tiImageRight-background-only,
.tiImageCenter-background-only
{
	background: #fcf6df;
	border: 1px solid #eaddaa;
}

.tiImageLeft-border-only img,
.tiImageRight-border-only img,
.tiImageCenter-border-only img
{
	border: 1px solid #666666;
}

.tiImageLeft-border-background img,
.tiImageRight-border-background img,
.tiImageCenter-border-background img
{
	border: 1px solid #a3a3a3;
}
