﻿
/*
/ 	LAYOUT 	 /
			*/
/* Layout: Full 100% height, fixed footer until content pushes it further down. Wrapper has a width, which the header overlaps to hide the border of wrapper */			




html, body, #wrapper, wrapper2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
html>body, html>body #wrapper, html>body #wrapper2 {
	height: auto;
}

div#wrapper {
	position: absolute;
	width: 890px;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	border-left: 1px solid #9c9d9f;
	border-right: 1px solid #9c9d9f;
}
#wrapper2{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
h2, h3 {
	font-size: 10px;
}
#header {
	position:relative; z-index:500;
	width: 900px;
	left: -5px;
	height: 124px;
	padding-top: 20px;
	background-repeat: repeat;
}
#headerContent {
	width: 892px;
	margin-left:auto;
	margin-right: auto;
	position:relative; 
	height: 124px;
} 
#main {
	margin: 0;
	padding: 0;
	position: relative;
}
#mainContent {
	width: 892px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
 		  
/* \*/
* html #footer {
	position: absolute;
}
* html #main {
	padding-bottom: 120px;
}
/* \*/
head:first-child+body div#footer {
	position: absolute;
	z-index:0;
}
head:first-child+body div#main {
	padding-bottom: 120px;
}










/*
/ 	HTML Tags 	 /
				*/




img {
	border: 0;
}
ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 12px;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	top: -2px;
}








/*
/ 	Header, Logo & Menu 	 /
							*/



#logo {
	width: 136px;
	height: 124px;
	text-align: center;
	position: absolute;
	display: block;
}
#logot {
	border-top: 1px solid #9c9d9f;
	width: 120px;
	height: 7px;
	float: left;
	background-color: #fff;
	line-height: 0px;
}
#logotl {
	width: 8px;
	height: 8px;
	float: left;
	background-image: url('../images/logotl.png');
	background-repeat: no-repeat;
	line-height: 0px;
}
#logotr {
	width: 8px;
	height: 8px;
	float: left;
	background-image: url('../images/logotr.png');
	background-repeat: no-repeat;
	line-height: 0px;
}
#logomain {
	border-right: 1px solid #9c9d9f;
	border-left: 1px solid #9c9d9f;
	background-color: #fff;
	width: 134px;
	height: 101px;
	float: left;
	padding-top: 15px;
}
#logoshadow {
	z-index: 1;
	height: 124px;
	width: 23px;
	left: 0;
	background-image: url('../images/logoshadow.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
}
#menu {
	text-align: center;
	height: 123px;
	font-weight: 400;
	width: 752px;
	border-bottom: 1px solid #9c9d9f;
	float: left;
	z-index: 0;
	position: absolute;
	margin-left: 136px;
	padding-left: 3px;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu h1{
	margin: 0;
	padding: 0;
}
#menu a{
	float: left;
	width: 82px;
	height: 26px;
	margin-left: 1px;
	margin-top: 97px;
	bottom: 0;
	text-decoration: none;
	color: #fff;
	line-height: 26px;
}
#menu a:hover{
	height: 36px;
	margin-top: 87px;
}
#menu .selected {
	height: 36px;
	margin-top: 87px;
}
#about {
	background-image: url('../images/menu/about.png');
	background-position: top center;
}
#services {
	background-image: url('../images/menu/services.png');
	background-position: top center;
}
#downloads {
	background-image: url('../images/menu/downloads.png');
	background-position: top center;
}
#age3 {
	background-image: url('../images/menu/age3.png');
	background-position: top center;
}
#links {
	background-image: url('../images/menu/links.png');
	background-position: top center;
}
#events {
	background-image: url('../images/menu/events.png');
	background-position: top center;
}
#news {
	background-image: url('../images/menu/news.png');
	background-position: top center;
}
#contact {
	background-image: url('../images/menu/contact.png');
	background-position: top center;
}
#vacancies {
	background-image: url('../images/menu/vacancies.png');
	background-position: top center;
}















/*
/ 	Content column layout & shadow 	 /
									*/




#leftcolumn {
	width: 125px;
	float:left;
	padding-top: 50px;
	padding-left: 10px;
}
#middlecolumn {
	width: 470px;
	float:left;
	padding-top: 25px;
	padding-left: 5px;
}
#rightcolumn {
	width: 250px;
	float:left;
	padding-left: 30px;
	padding-top: 20px;
	text-align: right;
}

#shadow {
	width: 23px;
	height: 100%;
	background-image: url('../images/mainshadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	z-index: 500;
	position: absolute;
	overflow: hidden;
	top: 0px;
	margin-left: 890px;
}




/*
/ 	Left column styles 	 /
						*/

#leftcolumn h2{
	margin: 0px;
}
#leftcolumn ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftcolumn a{
	text-decoration: underline;
	color: #58585a;
}


/*
/ 	Middle column styles 	 /
							*/
#middlecolumn p{
	margin: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	color: #666666;
}
#middlecolumn ul{
	color: #666666;
}
#middlecolumn h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #333333;
}










/*
/ 	Right column styles 	 /
							*/


.rbcontainer {
	height: auto;
	width: 243px;
	text-align: left;
	float: left;
}
.rbcontainer a{
	text-decoration: underline;
	color: #58585a;
}
.rbcontainer a:hover{
	color: #e1007a;
}
.rbtop {
	width: 243px;
	height: 27px;
	background-image: url('../images/rbtop.jpg');
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
}
.rbtoptext {
	border-bottom: 1px solid #e1007a;
	margin-left: 14px;
	float: left;
	height: 25px;
	width: 180px;
	font-size: 12px;
	font-weight: 600;
}
.rbtoptext h3{
	margin: 0;	
	padding: 0;
}
.rbmiddle {
	width: 243px;
	background-image: url('../images/rbmiddle.jpg');
	background-repeat: repeat-y;
	float: left;
	height: 100%;
	font-size: 11px;
	padding-bottom: 5px;
	
}
.rbmiddle ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}
.rbmiddle p{
	padding-left: 14px;
	padding-right: 35px;
}
.rbbottom {
	width: 229px;
	height: 45px;
	background-image: url('../images/rbbottom.jpg');
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	padding-left: 14px;
}
.rbbottom p{
	margin-top: 0px;
}
#textsize {
	padding-right: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}
#textsize a{
	text-decoration: none;
	color: #000;
}
#textsize a:hover{
	text-decoration: underline;
	color: #e1007a;
}
.tss {
	font-size: 11px;
}
.tsm {
	font-size: 13px;
}
.tsl {
	font-size: 14px;
}
.rightcolumnlink {
	margin-top: 20px;
	float: left;
	width: 222px;
	text-align: center;
}
.rightcolumnlink img{
	margin-left: auto;
	margin-right: auto;
}

















/*
/ 	Footer 	 /
			*/
									
									
									
									

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	overflow:hidden;
}
#footercontent {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footercontent p{
	color: #333;
}
#footercentre {
	margin-left: 134px;
	width: 470px;
	float: left;
}
#footerimages img{
	margin-left: 5px;
	margin-right: 5px;
}
#footertext a {
	color: #58585a;
}
#footertext a:hover {
	color: #333;
}
#footertext a.welbeck:hover {
	color: #ea088c;
}
#footerright {
	float: left;
	width: 280px;
}
#footerright img {
	margin-right: 3px;
}



/*
/ 	Misc styles 	 /
					*/
.pinktext {
	color: #e1007a;
}
.pinktext a{
	color: #e1007a;
}
a .pinktext {
	text-decoration: underline;
}
#banner {
	width: 470px;
	height: 170px;
	background-color: #e6e6e6;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
#banner img{
	z-index: 1;
	position: absolute;
}
.teammembers {
	width: 470px;
	height: 300px;
	margin-bottom: 10px;
}
.teammember {
	width: 230px;
	height: 90px;
	float: left;
	margin-bottom: 10px;
	display: block;
}
.tmphoto {
	width: 85px;
	height: 90px;
	float: left;
	margin-right: 10px;
}
.tmtext {
	width: 135px;
	float: left;
	padding-top: 10px;
}
.tradingItem {
	width: 470px;
	height: auto;
}
.tradingTitle {
	width: 470px;
	color: #662d91;
}
.tradingImage {
	width: 80px;
	float: left;
	margin-right: 10px;
	height: auto;
	display: block;
	padding-top: 20px;
}
.tradingText {
	width: 380px;
	float: left;
	height: auto;
}
.servicescolumn {
	float: left;
	width: 225px;
	margin-right: 10px;
}
.linkscolumn {
	float: left;
	width: 225px;
	margin-right: 10px;
}
.contactType {
	width: 150px;
	float: left;
}
.contactValue {
	width: 320px;
	float: left;
}
.vacanciesselectedtext {
	color: #bfa90d;
	text-decoration: underline;
}
.employmentbox {
	background-color: #f9f5d3;
	width: 465px;
	margin-bottom: 20px;
}
.ebtop {
	background-image: url('../images/ebtopright.png');
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 24px;
	width: 465px;
}
.ebbottom {
	background-image: url('../images/ebbottomright.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 24px;
	width: 465px;
}
.ebtopl {
	width: 24px;
	height: 24px;
	background-image: url('../images/ebtopleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.ebbottoml {
	width: 24px;
	height: 24px;
	background-image: url('../images/ebbottomleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.ebtext {
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
.vacanciesbox {
	background-color: #d5e7be;
	width: 465px;
	margin-bottom: 20px;
}
.vbtop {
	background-image: url('../images/vbtopright.png');
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 24px;
	width: 465px;
}
.vbbottom {
	background-image: url('../images/vbbottomright.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 24px;
	width: 465px;
}
.vbtopl {
	width: 24px;
	height: 24px;
	background-image: url('../images/vbtopleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.vbbottoml {
	width: 24px;
	height: 24px;
	background-image: url('../images/vbbottomleft.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.vbtext {
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
#calendar {
	width: 465px;
	float: left;
}
.calendarcolumn {
	width: 91px;
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}
.calendarday {
	width: 91px;
	text-align: center;
}
.calendaractivity {
	width: 81px;
	height: 126px;
	padding: 2px;
	border: 1px solid #333;
	margin-bottom: 6px;
}
.backtonews a{
	color: #00a99d;
}
.newsSummaryContainer {
	width: 470px;
	height: 100%;
	float: left;
}
.newsTitleDate {
	width: 470px;
	float: left;
	margin-top: 10px;
}
.newsTitle {
	width: 370px;
	float: left;
}
.newsSummary {
	width: 470px;
}
.newsSummary p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.newsTitle h4 {
	padding: 0;
	margin: 0;
}
.newsTitleFull {
	width: 470px;
	float: left;
}
.newsDate {
	width: 100px;
	float: left;
	text-align: right;
}
.readNews {
	width: 470px;
	text-align: right;
}
.readNews p {
	margin: 0;
	padding: 0;
}
.readNews a {
	color: #00a99d;;
	text-decoration: none;
}
a .textonly {
	color: #000;
}
a .textonly:hover {
	color: #e1007a;
	text-decoration: underline;
}
.tradingpurple p{
	color: #662d91;
}
.tradingpurple a{
	color: #662d91;
}
#contactAgeConcernNorthumberland{
	margin-top: 10px;
	padding-bottom: 20px;
	width: 470px;
	float: left;
}
.contactAgeConcernNorthumberlandHeader h4{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
#contactAgeConcernNorthumberland p{
	margin-bottom: 5px;
	padding: 0;
}
.contactAgeConcernNorthumberlandRow{
	width: 470px;
	float: left;
}
.contactAgeConcernNorthumberlandContactType {
	width: 110px;
	float: left;
	display: inline;
	margin-bottom: 3px;
}
.contactAgeConcernNorthumberlandContactDetails{
	width: 360px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
#home_presidents {
	color: #666;
}
#home_presidents dt{
	width: 110px;
	display: inline;
	float: left;
	font-weight: bold;
}
#home_presidents dd{
	width: 360px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}