/*------------------------------
Personal Accounts Delivery Authority
Redweb 2008
------------------------------*/

* {
	padding: 0;
	margin: 0;
	}

html {
     overflow: scroll;
	}

body {
	background: #ffffff url(../images/bg.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

/*---------------------------
	Generic Styles
---------------------------*/

img {
	border: none;
	}

p {
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 10px;
	}

a {
	outline: none;
	text-decoration: underline;
	color: #000000;
	font-size: 1.2em;
	}

a:hover {
	text-decoration: none;
	}
	
.clearboth {
	clear: both;
	}
	
.superscript {
	font-weight: bold;
	font-size: 1.4em;
	}
	
.dropDownClick {
	width: 300px;
	}
	
.dropDown {
	width: 170px;
	}
	
/*---------------------------
	H Tags
---------------------------*/

h1 {
	}

h2 {
	font-weight: normal;
	}

h3 {
	font-size: 1.5em;
	margin-bottom: 9px;
	}

h4 {
	font-size: 1.3em;
	margin-bottom: 7px;
	}

h5 {
	font-size: 1.2em;
	margin-bottom: 7px;
	}
	
h6 {
	font-size: 1.1em;
	color: #299D9A;
	margin-bottom: 7px;
	}

/*---------------------------
	Containers
---------------------------*/

#wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	}
	
body#contentColumns #wrapper {
	background: url(../images/faux.jpg) repeat-y center;
	}
	
body#contentColumnleft #wrapper {
	background: url(../images/fauxleft.jpg) repeat-y center;
	}

/*---------------------------
	Header
---------------------------*/

#header {
	height: 163px;
	background: url(../images/header.jpg) top center no-repeat;
	}
	
body.home #header {
	height: 158px;
	}

#logo{
	display:none;
	}

#header h1 a {
	background: url(../images/logo.jpg) bottom right no-repeat;
	text-indent: -9999px;
	width: 161px;
	height: 89px;
	display: block;
	padding: 8px 0 0 127px;
	float: left;
	}

/*---------------------------
	Small Top Navigation
---------------------------*/

#topNav {
	width: 380px;
	height: 23px;
	background: url(../images/topnav.jpg);
	text-align: center;
	padding-top: 4px;
	margin-left: 528px;
	}
	
#topNav li {
	display: inline;
	border-right: 1px solid black;
	padding: 0 10px 0 9px;
	}
	
#topNav a {
	font-weight: bold;
	font-size: 1.1em;
	}
	
#topNav li.listEnd {
	border-right: none;
	}

/*---------------------------
	Search
---------------------------*/

#searchArea {
	background: #b6b6b9 url(../images/searcharea.jpg) no-repeat;
	width: 297px;
	height: 32px;
	padding: 4px 0 0 10px;
	margin: 33px 116px 0 0;
	position: absolute;
	right: 0;
	}
	
#searchArea label {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	}

#searchBox {
    border-style: hidden;
    border-width: 0px;
    background-image: url(../images/searchbox.jpg);
	width: 184px;
	height: 20px;
	padding: 3px 0 0 10px;
	color: #333333;
	}
	
.searchSubmit {
	width: 46px;
	height: 23px;
	background: url(../images/searchsubmit.jpg);
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	}

/*---------------------------
	Primary Navigation
---------------------------*/

#nav {
	color: #000000;
	margin: 88px 0 0 125px;
	}
	
#nav li {
	display: inline;
	padding: 0;
	}
	
#nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 9px 17px 9px 17px;
	background-color: #e8e8e8;
	}
	
#nav li a:hover {
	background: url(../images/nav-marker.jpg) #e0e0e0 no-repeat bottom center;
	}
	
body.home #navHome {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.about #navAbout {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.scheme #navAccounts {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.consult #navConsult {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.media #navMedia {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.links #navStake {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.pub #navPub {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.suppliers #navSup {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
body.careers #navCareers {
	background: url(../images/nav-marker.jpg) #d7d7d7 no-repeat bottom center;
	}
	
/*---------------------------
	Breadcrumb
---------------------------*/

#breadcrumb {
	color: #7f7f83;
	background-color: #ffffff;
	font-size: 1.2em;
	margin: 0 0 0 125px;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	width: 775px;
	}
	
#breadcrumb a {
	color: #7f7f83;
	font-size: 1em;
	font-weight: normal;
	border-right: 1px solid #7f7f83;
	padding: 0 11px 0 0;
	margin-right: 10px;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	text-decoration: underline;
	}
	
/*---------------------------
	Left Navigation
---------------------------*/

#sideNav {
	float: left;
	width: 203px;
	background: #e7e7e8;
	margin-right: 11px;
	}
	
#sideNav h2 {
	background: #1493b6;
	color: #ffffff;
	font-size: 1.8em;
	height: 35px;
	letter-spacing:-1px!important;
	}
	
#sideNav h2 a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 1em;
	padding: 6px 5px 5px 10px;
	width: 185px;
	}
	
#sideNav ul {
	list-style: none;
	font-weight: bold;
	}
	
#sideNav ul li {
	border-bottom: 1px solid #dbdbdc;
	display: block;
	}

#sideNav ul a {
	text-decoration: none;
	display: block;
	padding: 8px 10px 6px 12px;
	}
	
#sideNav ul a:hover {
	background: url(../images/nav-arrow.jpg) no-repeat 0 9px #d7d7d5;
	}
	
/* Lower level list */

#sideNav ul li ul li {
	border-bottom: none;
	}
	
#sideNav ul li ul li a {
	padding-left: 20px;
	font-weight: normal;
	background: url(../images/nav-arrow-small.jpg) no-repeat 11px 12px;
	}
	
#sideNav ul li ul li a:hover {
	background: url(../images/nav-arrow-small.jpg) no-repeat 11px -69px #d7d7d5;
	}
	
#sideNav ul li ul li ul li a {
	padding-left: 30px;
	background: url(../images/nav-arrow-small2.jpg) no-repeat 21px 12px;
	}
	
#sideNav ul li ul li ul li a:hover {
	background-position: 21px -69px;
	background-image: url(../images/nav-arrow-small2.jpg);
	}
	
#sideNav ul li ul li ul li ul li a {
	padding-left: 40px;
	background: url(../images/nav-arrow-small3.jpg) no-repeat 31px 12px;
	}
	
#sideNav ul li ul li ul li ul li a:hover {
	background-position: 31px -69px;
	background-image: url(../images/nav-arrow-small3.jpg);
	}
	
#sideNav ul li ul li ul li ul li ul li a {
	padding-left: 50px;
	background: url(../images/nav-arrow-small4.jpg) no-repeat 41px 12px;
	}
	
#sideNav ul li ul li ul li ul li ul li a:hover {
	background-position: 41px -69px;
	background-image: url(../images/nav-arrow-small4.jpg);
	}
	
#sideNav ul li ul li ul li ul li ul li ul li a {
	padding-left: 60px;
	background: url(../images/nav-arrow-small5.jpg) no-repeat 51px 12px;
	}
	
#sideNav ul li ul li ul li ul li ul li ul li a:hover {
	background-position: 51px -69px;
	background-image: url(../images/nav-arrow-small5.jpg);
	}
	
/*---------------------------
	Content Areas
---------------------------*/

#contentHome {
	margin-left: 125px;
	}
	
#content {
	margin-left: 125px;
	}
	
/*---------------------------
	Homepage Areas
---------------------------*/

#homeImage {
	margin-bottom: 11px;
	}

/*Coloured Boxes */

#homeContainer {
	float: left;
	margin-right: 11px;
	}
	
#homeContainer2 {
	float: left;
	}
	
#holdingContainer {
	width: 782px;
	padding-top: 10px;
	}
	
#holdingContainer a img {
	clear: both;
	margin-bottom: 10px;
	float: right;
	}
	
#holdingContainer p {
	font-size: 1.2em;
	line-height: 2em;
	font-family: trebuchet, arial, sans-serif;
	}
	
#holdingContainer a.nestLink {
	font-weight: bold;
	clear: both;
	display: block;
	width: 200px;
	margin-bottom: 30px;
	background: url(../images/nest-link.gif) no-repeat 0 0;
	padding-left: 25px;
	height: 20px;
	float: right;
	}

#homeWelcome, #homeWorking, #homeSuppliers, #homeQuestions, #homeScheme {
	margin-bottom: 11px;
	}
	
#homeWelcome h2, #homeWorking h2, #homeSuppliers h2, #homeScheme h2 {
	color: #ffffff;
	font-size: 1.8em;
	padding: 10px 0 10px 0;
	}
	
#homeWelcome p, #homeWorking p, #homeSuppliers p, #homeScheme p {
	color: #ffffff;
	line-height: 1.8em;
	padding-right: 10px;
	}
	
#homeWelcome a, #homeWorking a, #homeSuppliers a, #homeScheme a {
	color: #ffffff;
	font-weight: bold;
	background: url(../images/bullet-arrows-white.gif) no-repeat 0 5px;
	padding-left: 15px;
	}
	
#homeWelcome {
	width: 455px;
	background: url(../images/blue-corner.jpg) no-repeat right bottom #1493b6;
	padding: 0 0 10px 10px;
	}
	
#homeWorking {
	width: 296px;
	padding: 0 0 10px 10px;
	background: url(../images/green-corner.jpg) no-repeat right bottom #299d9a;
	}
	
#homeSuppliers {
	width: 296px;
	background: url(../images/purple-corner.jpg) no-repeat right bottom #900055;
	padding: 0 0 10px 10px;
	}
	
#homeScheme {
	width: 296px;
	background: url(../images/nest-corner.jpg) no-repeat right bottom #562075;
	padding: 0 0 10px 10px;
	}
	
#homeQuestions {
	width: 465px;
	background: #e7e7e8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#homeQuestions h2 {
	padding: 4px 0 0 11px;
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/questionsh2.jpg) no-repeat;
	}
	
#homeQuestions p {
	margin: 5px 10px 10px 10px;
	color: #000000;
	}
	
#homeQuestions a {
	margin: 10px;
	color: #DC690D;
	background: url(../images/bullet-arrows-orange.gif) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: bold;
	}
	
/*Grey Boxes */

#homePress h2 {
	padding: 4px 0 0 11px;
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background: url(../images/pressh2.jpg) no-repeat;
	}
	
#homePress {
	width: 465px;
	background: #e7e7e8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#homePress p {
	margin: 5px 10px 0 10px;
	}

#homePress p a {
	font-size: 1.1em;
	background: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	}
	
#homePress strong {
	color: #1493b6;
	}
	
/*---------------------------
	Video Hub page
---------------------------*/
#videoHub {
	float: left;
	width: 775px;
	margin-bottom:50px;	
	}

#videoHub p a {
font-size:1em;
}
	
#videoHub h2 {
	background: #dc690d;
	color: #ffffff;
	font-size: 1.8em;
	padding: 6px 5px 5px 10px;
	width: 594px;
	float: left;
	height: 24px;
	margin-bottom: 15px;
	letter-spacing:-1px!important;
	}

#videoHub ul.videoListing{
float:left;
margin:15px 0px 10px 0px;
width:100%;

}

#videoHub ul.videoListing li{
	border-bottom: 1px solid #dbdbdc;
	border-top: 1px solid #dbdbdc;
	background-color:#f7f7f7;
	list-style-type:none;
	margin-bottom:17px;
	padding:15px;	
	float: left;
}

#videoHub ul.videoListing li a.videoThumb{
	float: none;
	padding: 0px;
	margin: 0px;
	width:155px;	
}

#videoHub ul.videoListing li a.videoThumb img{
	border: 1px solid #999999;
	float:right;

}



#videoHub ul.videoListing li a.videoDownload{
	background: transparent url(../images/downloadVidIcon.gif) no-repeat;

padding: 3px 0px 8px 34px;
}

#videoHub ul.videoListing li a.videoDownload:hover{
	
}


#videoHub ul.videoListing li h3, #videoHub ul.videoListing li p, #videoHub ul.videoListing li a.videoDownload{
width:540px;
float:left;
}
/*---------------------------
	Content Page
---------------------------*/

#contentArea {
	float: left;
	width: 568px;
	padding-left: 2px;
	}
	
#contentArea h2 {
	background: #dc690d;
	color: #ffffff;
	font-size: 1.8em;
	padding: 6px 5px 5px 10px;
	width: 387px;
	float: left;
	height: 24px;
	margin-bottom: 15px;
	letter-spacing:-1px!important;
	}
	
#contentArea.hub h2 {
	margin-bottom: 0px;
	}
	
#contentArea p {
	line-height: 1.8em;
	}
	
#contentArea p a {
	font-size: 1em;
	}
	
#contentArea img {
	margin-bottom: 20px;
	clear: both;
	}
	
#contentArea ul {
	margin: 0 0 10px 0;
	}

#contentArea li, #contentHome li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 7px;
	background:transparent url(../images/right-bullet.jpg) no-repeat 0 8px;
	padding-left: 15px;
	}
	
#contentArea a.pdfLink {
	background: url(../images/pdf.gif) no-repeat;
	padding: 0 0 5px 20px;
	}
	
#contentArea a.pptLink {
	background: url(../images/ppt.gif) no-repeat;
	padding: 0 0 5px 20px;
	}
	
/* Personal Accounts */
	
.hubItemPa {
	width: 182px;
	float: left;
	margin: 0 11px 15px 0;
	/*background: #e8e8e8 url(../images/hub-corner-pa.jpg) bottom right no-repeat;*/
	/*background: #e8e8e8 url(../images/hub-corner-scheme-small.jpg) bottom right no-repeat;*/
	background: #e8e8e8 url(../images/hub-corner-scheme-small-filled.jpg) bottom right no-repeat;
	height: 80px;
	padding-top: 20px;
	}
	
.hubItemPaLarge {
	width: 278px;
	float: left;
	margin: 0 11px 15px 0;
	background: #e8e8e8 url(../images/hub-corner-pa.jpg) bottom right no-repeat;
	height: 110px;
	}
	
.hubItemPa h3 {
	background: #562075;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	width: 162px;
	}
	
.hubItemPaLarge h3 {
	background: #562075;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	width: 258px;
	}
	
.hubItemPa a, .hubItemPaLarge a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	margin: 0;
	height: 75px;
	display: block;
	line-height: 1.8em;
	}
	
.hubItemPa a:hover, .hubItemPaLarge a:hover {
	text-decoration: underline
	}
	
.hubItemPa h3 a, .hubItemPaLarge h3 a {
	color: #ffffff;
	padding: 0;
	display: inline;
	line-height: 1.2em;
	}
	
/**/
	
#contentArea ol li, body.careers #contentArea ol li {
	list-style: decimal;
	background: none;
	margin-left: 25px;
	padding-left: -20px;
	}
	
#contentArea ol li ul li {
	padding-left: 15px;
	list-style: none;
	display: block;
	}

body.scheme #contentArea li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 7px;
	background:transparent url(../images/nest-bullet.jpg) no-repeat 0 8px;
	padding-left: 15px;
	}	
	
body.careers #contentArea li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 7px;
	background:transparent url(../images/careersBullet.jpg) no-repeat 0 8px;
	padding-left: 15px;
	text-indent: 0px;
	list-style-position:outside;
	margin-left: 10px;
	}
	
body.careers #contentArea li ul li, body.scheme #contentArea li ul li {
	font-size: 1.1em;
	}
	
body.careers #contentArea li ul li ul li, body.scheme #contentArea li ul li ul li {
	font-size: 1em;
	}

body.careers #contentArea ol li ul li {
	list-style: none;
	font-size: 1.0em!important;
	line-height: 1.8em!important;
	margin-bottom: 7px;
	background:transparent url(../images/careersBullet.jpg) no-repeat 0 8px;
	padding-left: 15px;
	text-indent: 0px;
	list-style-position:outside;
	margin-left: 10px;
	}

body.suppliers #contentArea li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 7px;
	background:transparent url(../images/suppliersBullet.jpg) no-repeat 0 8px;
	padding-left: 15px;
	}	
	
body.suppliers #contentArea ol li {
	list-style-type: decimal;
	background: none;
	padding-left: 0;
	}
	
#contentArea li a, #contentHome li a {
	font-size: 1.1em;
	}
	
#contentArea li ul {
	margin-top: 10px;
	}

#contentArea li ul li {
	font-size: 1em;
	background:transparent url(../images/green-bullet.jpg) no-repeat 0 8px !important;
	}


#contentArea li ul li ul li{
	font-size: 1em;
	background:transparent url(../images/bulletBlack.jpg) no-repeat 0 8px !important;
	}
	
#contentArea li ul li ul li ul li{
	font-size: 1em;
	background:transparent url(../images/right-bullet2.jpg) no-repeat 0 8px !important;
	}
	
#contentArea li ul li ul li ul li ul li{
	font-size: 1em;
	background:transparent url(../images/bulletGrey.jpg) no-repeat 0 8px !important;
	}
	
#contentContainer {
	float: left;
	width: 391px;
	margin-right: 11px;
	}
	
#contentContainer .teamImage {
	float: left;
	margin: 6px 12px 6px 0;
	}
	
#welshLink {
	background: #dc690d;
	padding: 10px 10px 0 10px;
	float: left;
	height: 25px;
	width: 146px;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
#welshLink a {
	color: #ffffff;
	display: block;
	}
	
#contentArea table {
	font-size: 1.2em;
	text-align: left;
	width: 567px;
	}
	
#contentArea td, th {
	padding: 5px;
	}
	
#contentArea table a {
	font-size: 1em;
	}
	
/*---------------------------
	Hub Page
---------------------------*/

.hubItem {
	width: 278px;
	float: left;
	margin: 0 11px 15px 0;
	background: url(../images/hub-corner.jpg) bottom right no-repeat;
	height: 150px;
	}

body.scheme .hubItem, .hubItemBrand {
	background: url(../images/hub-corner-scheme.jpg) bottom right no-repeat;
	}
	
.hubItemLarge {
	height: 160px;
	}
	
.hubItem h3, .hubItemBrand h3 {
	background: #dc690d;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	width: 258px;
	}
	
body.scheme .hubItem h3, .hubItemBrand h3 {
	background: #562075;
	}
	
.hubItem p, .hubItemBrand p {
	padding: 0 10px 0 10px;
	margin: 0;
	height: 75px;
	}
	
.hubItem a {
	color: #DC690D;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	}
	
.hubItemBrand {
	width: 278px;
	float: left;
	margin: 0 11px 15px 0;
	height: 110px;
	}
	
.hubItemBrand a {
	color: #000000!important;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 10px 15px 10px;
	margin: 0;
	display: block;
	line-height: 1.8em;
	}
	
.hubItemBrand a:hover {
	text-decoration: underline;
	}
	
body.scheme .hubItem a {
	color: #562075;
	display: block;
	}
	
body.suppliers .hubItem a {
	color: #900055;
	}
	
body.careers .hubItem a {
	color: #299D9A;
	}
	
.hubItem a:hover {
	text-decoration: underline
	}
	
.hubItem h3 a, .hubItemBrand h3 a {
	color: #ffffff;
	padding: 0;
	line-height: 1.2em;
	}
	
body.scheme .hubItem h3 a, body.suppliers .hubItem h3 a, body.careers .hubItem h3 a, .hubItemBrand h3 a {
	color: #ffffff!important;
	}

/*---------------------------
	Careers Section
---------------------------*/
	
body.careers #rightLinks li a {
	color: #299D9A;
	background: url(../images/arrow-green.jpg) no-repeat 0 6px;
	}
	
body.careers #rightLinks li a.pdfLink {
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 20px;
	}
	
body.careers .hubItem {
	background: url(../images/hub-corner-careers.jpg) bottom right no-repeat;
	height: 160px;
	}
	
body.careers .hubItem h3 {
	background: #299D9A;
	}
	
body.careers #contentArea h2 {
	background: #299d9a;
	}
body.careers #contentArea h4 {
color:#299d9a;
font-size: 1.5em!important;
}


body.careers #welshLink {
	background: #299d9a;
	}
	
.careersList {
	background: url(../images/careers-corner.jpg) bottom right;
	margin-bottom: 11px;
	padding-bottom: 8px;
	}
	
.careersList h3 {
	background: #299d9a;
	color: #ffffff;
	font-size: 1.6em;
	padding: 6px 5px 5px 10px;
	height: 21px;
	font-weight: bold;
	}
	
.careersList ul {
	float: left;
	width: 263px;
	padding: 10px 0 0 10px;
	margin-bottom: 0;
	}

body.careers #contentArea .careersList li {
	list-style: none!important;
	margin-bottom: 12px!important;
	background: none!important;
	padding: 0!important;
	line-height: 1.2em!important;
	font-size: 1.1em!important;
	}
	
.careersList li a {
	color: #299d9a;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/green-bullet.jpg) no-repeat 0 6px;
	padding: 0 0 0 10px;
	}
	
.careersList p {
margin-bottom: 0;
text-align: right;
	}
	
.careersList p a {
	color: #299d9a;
	font-weight: normal;
	padding-right: 20px;
	}
	
.careersItem {
	width: 182px;
	float: left;
	margin: 0 11px 0 0;
	background: #bee1e1;
	padding-bottom: 10px;
	}
	
.careersItem h3 {
	padding: 4px 0 0 0;
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	width: 182px;
	color: #ffffff;
	background: url(../images/careersh3.jpg) no-repeat;
	}
	
.careersItem h3 a {
	color: #ffffff;
	font-size: 1em;
	display: block;
	background: none;
	padding: 0;
	}
	
.careersItem p {
	color: #000000;
	padding: 0 10px 10px 10px;
	margin: 0;
	font-size: 1.1em;
	}
	
.careersItem a {
	background:transparent url(../images/bullet-arrows-black.gif) no-repeat scroll 0 5px;
	padding-left:15px;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	}
	
/*---------------------------
	Suppliers Section
---------------------------*/

span.purpleHighlight{
color: #900055!important;
}
	
body.scheme #rightLinks li a {
	color: #562075;
	background: url(../images/arrow-nest.jpg) no-repeat 0 6px;
	}
	
body.suppliers #rightLinks li a {
	color: #900055;
	background: url(../images/arrow-purple.jpg) no-repeat 0 6px;
	}
	
body.suppliers #rightLinks li a.pdfLink {
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 20px;
	}
	
body.suppliers .hubItem {
	background: url(../images/hub-corner-supplier.jpg) bottom right no-repeat;
	}
	
body.suppliers .hubItem h3 {
	background: #900055;
	}
	
body.scheme #contentArea h2 {
	background: #562075;
	}
	
body.suppliers #contentArea h2 {
	background: #900055;
	}
	
body.scheme #welshLink {
	background: #562075;
	}
	
body.suppliers #welshLink {
	background: #900055;
	}
	
.suppliersItem {
	width: 278px;
	float: left;
	margin: 0 11px 11px 0;
	background: url(../images/purple-corner.jpg) no-repeat bottom right #900055;
	height: 125px;
	padding-top: 10px;
	}

.suppliersItem li {
	list-style: none;
	background:none!important;
	margin: 0px 0px 0px 10px !important;
	padding: 0px!important;
	
	}
	
.suppliersItem h3 a {
	padding-left: 10px;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.suppliersItem h3 a:hover {
	text-decoration: underline;
	}
	
.suppliersItem ul {
	list-style: none;
	margin: 0 0 10px 10px;
	}
	
#contentArea .suppliersItem li {
	margin-bottom: 5px;
	background: none;
	padding: 0 0 0 10px;
	}
	
.suppliersItem li a {
	color: #ffffff;
	font-size: 1.1em;
	}
	
.suppliersItem2 {
	width: 278px;
	float: left;
	margin: 0 11px 15px 0;
	background: url(../images/hub-corner-supplier.jpg) bottom right no-repeat;
	}
	
.suppliersItem2 h3 {
	background: #900055;
	padding: 10px 10px 0 10px;
	height: 25px;
	font-weight: bold;
	font-size: 1em;
	width: 258px;
	}
	
.suppliersItem2 p {
	padding: 10px;
	margin: 0;
	}
	
.suppliersItem2 h3 a {
	color: #ffffff;
	}
	
.hubRight {
	margin-right: 0;
	}
	
#suppliersEvents {
	float: left;
	width: 547px;
	background: #e7e7e8;
	margin-right: 11px;
	padding: 10px;
	}
	
#suppliersEvents h3 {
	color: #000000;
	font-size: 1.8em;
	padding: 0 0 10px 0;
	background-color: #e7e7e8;
	font-weight: normal;
	}
	
#suppliersEvents ul {
	float: left;
	width: 273px;
	margin: 0;
	}

#suppliersEvents ul li {
	font-size: 1.2em;
	list-style: none!important;
	padding: 0px !important;
	background: none!important;
	}
	
#suppliersEvents ul li a {
	font-size: 1.1em;
	background: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	}
	
#suppliersEvents strong {
	color: #900055;
	}

/*---------------------------
	Listing
---------------------------*/

ul#listing {
	margin-bottom: 35px;
	}

#listing li {
	border-bottom: 1px dotted #DC690D;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
body.scheme #listing li {
	border-bottom: 1px dotted #562075;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
body.suppliers #listing li {
	border-bottom: 1px dotted #900055;
	margin-top: 15px;
	padding-bottom: 15px;
	}
	
body.careers #listing li {
	border-bottom: 1px dotted #299D9A;
	margin-top: 15px;
	padding-bottom: 15px;
	}

/*---------------------------
	Right Links
---------------------------*/

#rightLinks {
	float: left;
	width: 153px;
	padding-right: 10px;
	font-size: 1.1em;
	}
	
#rightLinks h3 {
	font-size: 1.1em;
	margin: 10px 0 10px 10px;
	}
	
#rightLinks ul {
	border-bottom: 1px solid #e9e9e9;
	margin-left: 10px;
	}
	
#rightLinks p {
	margin: 0 0 8px 10px;
	font-size: 1em;
	}
	
#rightLinks img {
	margin: 0 0 0 10px;
	}

#rightLinks li{
	color: #dc690d!important;
	list-style: none!important;
	margin-bottom: 5px!important;
	background: none!important;
	padding: 0!important;
	}
	
#rightLinks li a {
	color: #dc690d;
	font-weight: bold;
	background: url(../images/arrow-orange.jpg) no-repeat 0 6px;
	padding: 0 0 0 10px;
	font-size: 0.9em;
	display: block;
	line-height: 1.4em;
	}

#rightLinks li a.pdfLink {
	background: url(../images/pdf.gif) no-repeat!important;
	padding-left: 20px;
	}
	
/*---------------------------
	Forms
---------------------------*/

#contentArea form fieldset {
	border: none;
	border-top: 1px dotted #dc690d;
	margin-bottom: 8px;
	}
	
#contentArea fieldset div {
	border-bottom: 1px dotted #dc690d;
	padding: 7px 0;
	float: left;
	width: 100%;
	}
	
body.careers #contentArea form fieldset {
	border-top: 1px dotted #299D9A;
	}
	
body.careers #contentArea fieldset div {
	border-bottom: 1px dotted #299D9A;
	}
	
body.scheme #contentArea form fieldset {
	border-top: 1px dotted #562075;
	}
	
body.scheme #contentArea fieldset div {
	border-bottom: 1px dotted #562075;
	}

body.suppliers #contentArea form fieldset {
	border-top: 1px dotted #900055;
	}
	
body.suppliers #contentArea fieldset div {
	border-bottom: 1px dotted #900055;
	}
	
#contentArea form input.button {
	background: url(../images/formButton.gif) no-repeat top left;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: none;
	width: 110px;
	float: right;
	}

#contentArea form input, #contentArea textarea, #contentArea select {
	border: 1px solid #666666;
	padding: 2px;
	width: 380px;
	margin: 4px 0 4px 0;
	}
	
#contentArea form label {
	/*width: 180px;*/
	font-size: 1.2em;
	float: left;
	margin-right: 10px;
	}
	
#contentArea form #UpdateNotificationsYESCheckBox {
	width: auto;
	border: 0;
	margin-right: 10px;
	float: left;
	}
	
#contentArea form #SubmitBTN, #contentArea form #SubmitButton {
	margin-left: 180px;
	clear: both;
	}
	
#contentArea form span {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	}
	
#contentArea form span#RaceLabel, #contentArea form span#NationalityLabel {
	font-weight: normal;
	font-size: 1.2em;
	}
	
#contentArea form fieldset div p span {
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 8px;
	line-height: 1.3em;
	}
	
#contentArea form div.race table {
	width: 394px!important;
	}
	
#contentArea form div.race table td{
	padding: 6px;
	background-color: #eee;
	font-size: 0.8em;
	}
	
#contentArea form div.race input {
	width: auto;
	}
	
#contentArea form div.race label {
	width: auto;
	}

/*---------------------------
	Footer
---------------------------*/

#footer {
	clear: both;
	margin-left: 125px;
	font-size: 0.9em;
	background-color: #ffffff;
	padding: 10px 0 10px 0;
	}
	
#footer p {
	margin-bottom: 5px;
	}
	
#footer li {
	display: inline;
	border-right: 1px solid black;
	padding: 0 8px 0 7px;
	}
	
#footer li.listEnd {
	border-right: none;
	}
	
/*-----------------
	Acrobat links
--------------------*/
	
div.acrobatFooter{
	float: left;
	background-color: #F7F7F7;
	display: block;
	width: 568px;
	}

div.acrobatimg{
	width: 128px;
	float: left;
	height: 62px;
	padding: 8px 8px 0px 8px;
	}

div.acrobatDesc{
	float: left;
	font-size: 90%!important;
	width: 420px;
	padding-top: 8px;
	}

#contentArea div.acrobatimg img{
	margin: 0px 0px 5px 0px!important;
	}

div.acrobatFooter p{
	line-height: 1.4em !important;
	margin-bottom: 7px!important;
	}

/*-----------------
Video container
--------------------*/
	
div#video, div#videoNest {
	padding: 8px;
	background-color:#f7f7f7;
	display:block;
	float: left;
	width: 552px;
	margin-bottom: 10px;
	border-top: 1px solid #DBDBDC;
	border-bottom: 1px solid #DBDBDC;
	}

div#video p, div#videoNest p {
	margin: 0 0 5px 0;
	}

div#video img {
	padding: 8px 8px 0 0;
	display:block;
	float: left;
	margin: 0 5px 5px 0;
	}
	
div#videoNest img {
	padding: 8px 11px 0 11px;
	margin: 0 5px 20px 0;
	}

div#video p#preview, div#videoNest p#preview {
	margin: 0 16px;
	}

span.greenText{
	color:#299d9a;	
	text-decoration: underline;
	}