/* #################### GLOBAL TAG STYLES #################### */

/* Defaults */
html, body {
	/* Remove page margins */
	margin: 0;
	padding: 0;
	border-style: none;
	/* Centre site within browser*/
	text-align: center;
	/* Default font styles */
	font: normal 0.83em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #C6C6C6;
	height: 100%;
}
/* Style some tags globally */
div {
	padding: 0;
	margin: 0;
}
img, a img {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
}

/* #################### PAGE LAYOUT #################### */

/* PAGE centres site and provides page shadows */
#pageOuter {
	margin: 0 auto;
	width: 780px;
	/* Page shadow left */
	background: #FFF url(../images/pageShadowL.gif) repeat-y scroll top left;
}
#pageInner {
	position: relative;
	width: 780px;
	/* Restore the default left alignment within centred site*/
	text-align: left;
	/* Page shadow right */
	background-image:  url(../images/pageShadowR.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#header {
	margin: 0 10px;
	border-left: 12px solid #EBEBEB;
	border-right: 12px solid #EBEBEB;
	height: 132px;
	background: #FFF url(../images/headerBarL.gif) repeat-x scroll bottom left;
}
#content {
	margin: 0 10px;
	padding: 0 12px;
}
#content.newsFramePage {
	/* Remove all edges from news article list loaded in iFrame */
	margin: 0;
	padding: 0;
	background-color: #CEE0F3;
	height: 100%;
}
#footer {
	position: relative;
	height: 36px;
	clear: both;
	font-size: 0.9em;
	background-color:#FFF;
}
#pageShadow {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	/* Page shadow bottom */
	background: #C6C6C6 url(../images/pageShadowB.gif) repeat-x scroll top left;
	/* Restore the default left alignment within centred site*/
	text-align: left;
}
#pageShadowBR {
	margin-left:760px;
}
#credits {
	position: relative;
	margin: 0 auto;
	width: 780px;
	color: #737373;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	/* Restore the default left alignment within centred site*/
	text-align: left;
}

/* Different page backgrounds that provide column fill colours */
div.colFills1 {
	background:  url(../images/colFills1.gif) repeat-y;
}
div.colFills2 {
	background:  url(../images/colFills2.gif) repeat-y;
}
div.colFills3 {
	background:  url(../images/colFills3.gif) repeat-y;
}
div.colFills4 {
	background:  url(../images/colFills4.gif) repeat-y;
}
div.colFills5 {
	background:  url(../images/colFills5.gif) repeat-y;
}

/* #################### COLUMNS #################### */

/* Basic three column layout */
#columns12 {
	float: left;
	width: 588px;
}
#column1 {
	position: relative;
	float: left;
	width: 218px;
	XXXXpadding-top: 24px;
	background-color:#fff;
}
#column2 {
	position: relative;
	float: right;
	width: 366px;
	XXXXpadding-top: 24px;
}
#column3 {
	position: relative;
	float: right;
	width: 144px;
	XXXXpadding-top: 24px;
}
@media print {
	#column3 {
		clear: both;
		float: left;
	}
}

/* Column variations between home page and section pages */
.homePage #column2, .errorPage #column2 {
	background-color: #F8D353;
}
.homePage #column3 {
	background-color: #BED7F1;
}
.sectionPage #column2 {
	background-color: #FFF4D4;
}
.sectionPage #column3 {
	background-color: #BED7F1;
}
/* Column margins (divs that wrap text not images) */
.colMargins.sold {
	background: url("../images/sold.gif") no-repeat;
}
.homePage .colMargins {
	margin: 0 8px;
}
.sectionPage #column1 .colMargins {
	position: relative;
	margin: 20px 8px 0 0;
	/* Would need to make this bit more specific if use text in column 1 without swapping columns 1+2 */
	padding-left: 8px;
	border-left: 1px solid #E6973C;
}
.sectionPage #column2 .colMargins {
	padding-left: 45px; /* Extra wide left gap for out-dented page title */
	margin: 0 8px 12px 0;
}
.sectionPage #column3 .colMargins {
	margin: 20px 4px 12px 8px;
}
.sectionPage #column3 .colMarginsCont {
	margin: 0 4px 12px 8px;
}
.errorPage .colMargins {
	margin: 0 8px;
	padding: 12px 0;
}
/* Column variation that swaps columns 1 and 2 */
.swapCols12 #column1 {
	float: right;
	width: 222px;
	background-color: #F8D353;
	padding-bottom: 10px;
}
.swapCols12 #column2 {
	float: left;
	background-color: #F8D353;
	padding-bottom: 10px;
}
/* No top padding on columns when using image that spans cols 1&2 */
#column1.noTopPad, #column2.noTopPad {
	padding-top: 0;
}

/* #################### DETAILS CLASSES #################### */

/* HEADER */
#logo {
	position: absolute;
	left: 53px;
	top: 13px;
}
#address {
	position: absolute;
	right: 22px;
	top: 0;
}
@media print {
	#logo {
		left:244px;
	}
	#address {
		left:18px;
	}
}

/* HEADER MENU */
#header .menu {
	position: absolute;
	left: 466px;
	top: 47px;
}
.menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	border-style: none;
}
.menu li {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style-type: none;
}
.menu li a {
	display: block;
	margin: 0;
	padding: 0;
	border-style: none;
	height: 17px;
	width: 77px;
	vertical-align: bottom; /* This fixes vertical IE Win gap */
}

.projectsPreload {
	background: url(../images/menuProjectsRoll.gif) no-repeat;
	/* Was forced to make these absolute since they moved when text resized */
	position: absolute;
	top: 0;
	left: 0;
}
.aboutPreload {
	background: url(../images/menuAboutUsRoll.gif) no-repeat;
	position: absolute;
	top: 17px;
	left: 0;
}
.contactPreload {
	background: url(../images/menuContactUsRoll.gif) no-repeat;
	position: absolute;
	top: 34px;
	left: 0;
}

a.projectsLink {
	background: url(../images/menuProjects.gif) no-repeat;
}
a.aboutLink {
	background: url(../images/menuAboutUs.gif) no-repeat;
}
a.contactLink {
	background: url(../images/menuContactUs.gif) no-repeat;
}

a.projectsLink:hover {
	background: url(../images/menuProjectsRoll.gif) no-repeat;
}
a.aboutLink:hover {
	background: url(../images/menuAboutUsRoll.gif) no-repeat;
}
a.contactLink:hover {
	background: url(../images/menuContactUsRoll.gif) no-repeat;
}

/* FOOTER MENU */
#footer .menu {
	position: absolute;
	left: 216px;
	top: 5px;
}
#footerLogo {
	float: left;
	position: relative;
	top: 3px;
	border-right: 12px solid #fff;
}
#footer .menu ul {
	float: left;
	margin-top: 7px;
}
#footer .menu li {
	float: left;
	position: static;
}
#footer .menu li a.aboutLink {
	width: 83px; /* Make footer menus item evenly spaced */
}
@media print {
	#footer {
		display: none;
	}
}


/* CONTENT */
.colHead {
	position: absolute;
	top: 0;
	left: 0;
}
#content p {
	padding-bottom: 6px;
}

/* PROJECT CARDS */
a.cardCurrent, a.cardRecent, a.cardPast {
	display: block;
	position: relative;
	padding-right: 4px;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
a.cardCurrent {
	height: 138px;
	background-color: #FFE69E;
	padding-left: 80px;
}
a.cardRecent {
	height: 92px;
	background-color: #FFE69E;
	padding-left: 80px;
}
a.cardPast {
	height: 92px;
	background-color: #BED7F1;
	padding-left: 4px;
}
a.cardCurrent:hover, a.cardRecent:hover {
	background-color: #F8D353;
}
a.cardPast:hover {
	background-color: #9DC0EA;
}
.cardCurrent img, .cardRecent img {
	position: absolute;
	top: 0;
	left: 0;
}
.cardPast img {
	/* No images for past project cards */
	display: none;
}
/* Project card text */
.cards .cardTitle {
	display: block;
	border-style: none;
	margin: 0;
	padding: 18px 0 2px 0;
	font: bold 1.4em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	color: #473C20;
	/* Prevent enlarged text breaking out */
	width: 134px;
	overflow: hidden;
}
.cards .cardSubTitle {
	display: block;
	border-style: none;
	margin: 0;
	padding-bottom: 4px;
	font: normal 1em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #473C20;
	/* Prevent enlarged text breaking out */
	width: 134px;
	overflow: hidden;
}
.cards .cardCurrent .cardSubTitle {
	padding-bottom: 16px; /* Space before following paragraph */
}
.cards .cardCurrent .cardDetails {
	display: block;
	border-style: none;
	margin: 0;
	line-height: 1.1em;
	color: #000;
	/* Prevent enlarged text breaking out */
	width: 134px;
	overflow: hidden;
}
.cards .cardRecent .cardDetails, .cards .cardPast .cardDetails {
	display: none;
}

/* FEATURE */

/* Box containing whole feature */
.feature .featureBox {
	color: #fff;
	background-color: #8b6210;
}
/* Text box beside image */
.feature .textBox {
	width: 144px;
	float: right;
	line-height: 1.1em;
	background-color: #8b6210;
}
.feature .textBox p {
	margin-left: 4px;
	margin-right: 4px;
}
/* Headings */
.feature h2 {
	margin-top: 4px;
	font: normal 1.8em/1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #815B00;
}
.feature .textBox h2 {
	margin: 18px 4px 0 4px;
	font: bold 1.4em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	color: #FFFFFF;
}
.feature h3 {
	font: bold 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	color: #371D00;
}
/* Feature links */
.feature a {
	color: #000;
}
.feature h2 a {
	text-decoration: none;
	font-weight: bold;
	color: #815B00;
}
.feature h2 a:hover {
	color: #DC3C00;
}

.feature .textBox a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.feature .textBox h2 a {
	color: #FFF;
}
.feature .textBox a:hover {
	color: #f9db73;
}

/* Feature footer */
#content .featureFooter {
	margin: 0;
	padding: 4px 8px 7px 8px;
	background: #F5C427 url(../images/featureFooter.png) repeat-x scroll top left;
}
#content .featureFooter p {
	font: bold 1.3em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #342400;
	margin-bottom: 0;
}
/* Find out more button */
.findOutMorePreload {
	background:  url(../images/findOutMoreRoll.png) no-repeat;
	background-position: 100% 100%; /* Prevents preload ever showing through eg if text enlarged */
}
.findOutMoreLink {
	display: block;
	float: right;
	width: 110px;
	height: 22px;
	background:  url(../images/findOutMore.png) no-repeat;
}
a.findOutMoreLink:hover {
	background:  url(../images/findOutMoreRoll.png) no-repeat;
}

/* SECTIONS */

/* For images in columns that need white spacers */
.topBorder {
	border-top: 3px solid #fff;
}
.bottomBorder {
	border-bottom: 3px solid #fff;
}
.leftBorder {
	border-left: 4px solid #fff;
}
/* Cookie trail */
.trail {
	padding-top: 4px;
	color: #CB7551;
}
.sectionPage #column2 .trail a {
	text-decoration: none;
	font-weight: normal;
	color: #992D00;
}
.sectionPage #column2 .trail a:hover {
	text-decoration:underline;
}
/* Section links */
.sectionPage #column2 a, .swapCols12  #column1 a {
	text-decoration: underline;
	font-weight: normal;
	color: #4D1700;
}
.sectionPage #column2 a:hover, .swapCols12  #column1 a:hover {
	/* text-decoration: underline; */
	color: #DC3C00;
}
.sectionPage #column3 a {
	text-decoration: underline;
	font-weight: bold;
	color: #003166;
}
.sectionPage #column3 a:hover {
	/* text-decoration: underline; */
	color: #0068DB;
}

/* SECTION MAIN CONTENT */
.sectionTitle {
	position: relative;
	top: 0;
	left: -32px;
	margin-top: 24px;
}
.sectionPage h2 {
	clear: both;
	margin: 4px 0 6px 0;
	font: normal 1.7em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #992D00;
}
.sectionPage h3 {
	margin: 0;
	padding-top: 6px;
	font: bold 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #992D00;
}
.sectionPage #column3 h3 {
	color: #003166;
}
.sectionPage #column3 p {
	font: normal 0.9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	word-spacing: -1px;
}

.outdentLink {
	position: relative;
	top: 0;
	left: -12px;
}
#column3 .outdentLink {
	left: 0; /* No outdent in third column */
	padding-top: 3px;
}
.outdentLink img {
	/* Add space after arrow here not as text so won't resize */
	margin-right: 4px;
}

/* ERROR PAGES */
.errorPage h2 {
	color: #C32900;
}

/* BULLET LISTS */
#column1 ul, #column2 ul, #column3 ul {
	margin: 0 0 0 16px;
	padding: 0;
}
#column1 li, #column2 li, #column3 li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: disc url(../images/bulletOnOrange.gif) outside;
	line-height: 1.2em;
}
.sectionPage #column2  li {
	list-style-image:url(../images/bulletOnCream.gif);
}
.colFills4 #column2  li {
	list-style-image:url(../images/bulletOnOrange.gif);
}

/* CONTACT US */
.contactLabel {
	display: block;
	float: left;
	width: 75px;
	position: relative;
	top: 2px;
	left: 0;
	text-align: right;
	padding-right: 10px;
	font-size: 0.7em;
	letter-spacing: 1px;
}

/* NEWS */
#content .newsFlash {
	margin: 0;
	padding: 4px 4px 4px 8px;
	background: #BED7F1 url(../images/newsFlashHead.png) repeat-x;
	border-bottom: 1px solid #fff;
}
#content .newsFlash h2 {
	clear: both;
	font: bold 1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 0 2px 0;
}
#content .newsFlash p.newsDate {
	float: right;
	font: normal 0.9em/0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#content #column2 p.newsDate {
	margin-top: 51px;
	color: #992D00;
}
#content .newsFlash p {
	margin: 0;
	padding-bottom: 4px;
	font: normal 1em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #003166;
}
#content .newsFlash .outdent {
	margin-left: -8px;
}
/* Headlines have different back and no abstract */
#content .headlines {
	margin-top: 1px; /* Fixed glitch in Firefox */
}
#content .headlines .newsFlash {
	background: #BED7F1 url(../images/newsFlashHead2.png) repeat-x;
}
#content .headlines .newsFlash p.newsAbstract {
	display: none;
}
/* iFrame used for news article list */
#newsFrame {
	border-style: none;
	margin: 0;
	padding: 0;
}
.newsFramePage {
	text-align: left;
	border-style: none;
	margin: 0;
	padding: 0;
}
/* News links */
.newsFlash a {
	text-decoration: none;
	font-weight: bold;
	color: #003166;
	
}
.newsFlash a:hover {
	/* text-decoration: underline; */
	color: #005DF3;
}
/* News footer */
#content .newsFlashFooter {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	width: 144px;
	height: 30px;
	background: #CEE0F3 url(../images/newsFlashFooter.png) repeat-x scroll top left;
}
/* Old news button */
.oldNewsPreload {
	position: absolute;
	top: 4px;
	right: 6px;
	background:  url(../images/oldNewsRoll.png) no-repeat;
	background-position: 100% 100%; /* Prevents preload ever showing through eg if text enlarged */
}
.oldNewsLink {
	display: block;
	width: 103px;
	height: 22px;
	background:  url(../images/oldNews.png) no-repeat;
}
a.oldNewsLink:hover {
	background:  url(../images/oldNewsRoll.png) no-repeat;
}

/* CREDITS */
#credits {
	height: 50px;
}
#credits a {
	color: #000;
}
#credits a:hover {
	color: #c00;
}
#copyright {
	position: absolute;
	top: 0;
	left: 10px;
}
#credit {
	position: absolute;
	top: -6px;
	right: 10px;
}
#company {
	position: absolute;
	top: 20px;
	left: 10px;
}
@media print {
	#credit {
		right: 394px;
	}
}

/* #################### MISC REUSABLE CLASSES #################### */

.hide {
	display: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.center {
	text-align:center;
}
.noUnderline {
	text-decoration: none !important;
}
.noBold {
	font-weight: normal !important;
}
.smaller {
	font-size: 0.8em;
}
.downOnePixel {
	position: relative;
	bottom: -1px;
}
.spaceAbove {
	padding-top: 6px;
}
.spaceAbove2 {
	margin-top: 30px;
}
h3.spaceAbove3 {
	margin-top: 96px;
}
h3.spaceAbove4 {
	margin-top: 117px;
}
.spaceAbove5 {
	padding-top: 12px;
}
.spaceBelow {
	padding-bottom: 12px;
}
.spaceBelow2 {
	margin-bottom: 91px;
}
.tfIcon {
	position: relative;
	top:4px;
}

@media print {
	.noPrint {
		display: none; !important
	}
}

/* #################### END #################### */
