/*------------------------------
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: 20px;
	position: relative;
	}

a {
	outline: none;
	text-decoration: underline;
	color: #000000;
	font-size: 1.2em;
	}

a:hover {
	text-decoration: none;
	}
	
.clearboth {
	clear: both;
	}
	
	
/*---------------------------
	H Tags
---------------------------*/

h1 {
	}

h2 {
	font-weight: normal;
	}

h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}

h4 {
	font-size: 1.3em;
	margin-bottom: 3px;
	}

h5 {
	font-size: 1.2em;
	margin-bottom: 20px;
	}
	
h6 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
	}

/*---------------------------
	Containers
---------------------------*/

#wrapper {
	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
---------------------------*/
	
body.home #header {
	height: 158px;
	}

#logo{
	margin-bottom: 30px;
	}

#header h1 a {
	display: none;
	}

/*---------------------------
	Small Top Navigation
---------------------------*/

#topNav {
	display: 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: #000000;
	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: #000000;
	}
	
.searchSubmit {
	width: 46px;
	height: 23px;
	background: url(../images/searchsubmit.jpg);
	border: 0;
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	}

/*---------------------------
	Primary Navigation
---------------------------*/

#nav {
	display: none;
	}
	
/*---------------------------
	Breadcrumb
---------------------------*/

#breadcrumb {
	color: #000000;
	background-color: #ffffff;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	width: 775px;
	}
	
#breadcrumb a {
	color: #000000;
	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 {
	display: none;
	}
	
/*---------------------------
	Content Areas
---------------------------*/

	
/*---------------------------
	Homepage Areas
---------------------------*/

#homeImage {
	margin-bottom: 11px;
	}

/*Coloured Boxes */

#homeContainer {
	float: left;
	margin-right: 11px;
	}
	
#homeContainer2 {
	float: left;
	}

#homeWelcome, #homeWorking, #homeSuppliers, #homeQuestions {
	margin-bottom: 11px;
	}
	
#homeWelcome h2, #homeWorking h2, #homeSuppliers h2 {
	color: #000000;
	font-size: 2em;
	padding: 10px 0 10px 0;
	}
	
#homeWelcome p, #homeWorking p, #homeSuppliers p {
	color: #000000;
	line-height: 1.8em;
	padding-right: 10px;
	}
	
#homeWelcome a, #homeWorking a, #homeSuppliers a {
	color: #000000;
	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;
	}
	
#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: #000000;
	background: url(../images/questionsh2.jpg) no-repeat;
	}
	
#homeQuestions p {
	margin: 5px 10px 10px 10px;
	color: #000000;
	}
	
#homeQuestions a {
	margin: 10px;
	color: #000000;
	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: #000000;
	}
	
/*---------------------------
	Content Page
---------------------------*/

#contentArea {
	}
	
#contentArea h2 {
	color: #000000;
	font-size: 1.8em;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
#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 20px 0;
	}

#contentArea li {
	list-style: disc inside;
	background: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 5px;
	}
	
#contentArea ol li, body.careers #contentArea ol li {
	list-style: decimal;
	background: none;
	margin: 0 0 15px 0;
	padding-left: 0;
	}
	
#contentArea ol li ul li {
	list-style: disc inside;
	background: none;
	display: block;
	}

body.careers #contentArea li {
	list-style: disc inside;
	background: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 5px;
	text-indent: 0px;
	}
	
body.careers #contentArea li ul li {
	font-size: 1.1em;
	}
	
body.careers #contentArea li ul li ul li {
	font-size: 1em;
	}

body.careers #contentArea ol li ul li {
	list-style: disc inside;
	font-size: 1.0em!important;
	line-height: 1.8em!important;
	background: none!important;
	margin-bottom: 5px;
	text-indent: 0px;
	margin-left: 10px;
	
	}

body.suppliers #contentArea li {
	list-style: disc inside;
	background: none;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 5px;
	}	
	
#contentArea 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 {

	}
	
	#contentContainer .teamImage {
	float: left;
	margin: 6px 12px 6px 0;
	}
	
#welshLink {
	display: none;
	}
	
#welshLink a {
	color: #000000;
	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 {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #000000;
	}
	
.hubItem h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	}
	
.hubItem p {
	padding: 0;
	margin: 0 0 5px 0;
	}
	
.hubItem a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	}
	
.hubItem h3 a {
	color: #000000;
	text-decoration: none;
	}
	
body.suppliers .hubItem h3 a, body.careers .hubItem h3 a {
	color: #000000;
	text-decoration: none;
	}

/*---------------------------
	Careers Section
---------------------------*/
	
body.careers #rightLinks li a {
	color: #000000;
	}
	
body.careers .hubItem {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #000000;
	}
	
body.careers .hubItem h3 {

	}
	
body.careers #contentArea h2 {
	background: #299d9a;
	}
body.careers #contentArea h4 {
	color:#000000;
	font-size: 1.5em!important;
	}
	
.careersList {
	background: url(../images/careers-corner.jpg) bottom right;
	margin-bottom: 11px;
	padding-bottom: 8px;
	}
	
.careersList h3 {
	background: #299d9a;
	color: #000000;
	font-size: 1.6em;
	padding: 6px 5px 5px 10px;
	height: 21px;
	font-weight: bold;
	}
	
.careersList ul {
	padding: 10px 0 0 0;
	margin-bottom: 0;
	}

body.careers #contentArea .careersList li {
	list-style: disc inside;
	background: none!important;
	margin-bottom: 12px!important;
	padding: 0!important;
	line-height: 1.2em!important;
	font-size: 1.1em!important;
	}
	
.careersList li a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	}
	
.careersList p a {
	color: #000000;
	font-weight: normal;
	}
	
.careersItem {
	padding-bottom: 10px;
	}
	
.careersItem h3 {
	padding: 4px 0 0 0;
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	width: 182px;
	color: #000000;
	background: url(../images/careersh3.jpg) no-repeat;
	}
	
.careersItem h3 a {
	color: #000000;
	font-size: 1em;
	display: block;
	background: none;
	padding: 0;
	}
	
.careersItem p {
	color: #000000;
	padding: 0 10px 10px 0;
	margin: 0;
	font-size: 1.1em;
	}
	
.careersItem a {
	margin: 0 0 0 0;
	font-size: 1.1em;
	}
	
/*---------------------------
	Suppliers Section
---------------------------*/

span.purpleHighlight{
color: #900055!important;
}
	
body.suppliers #rightLinks li a {
	color: #000000;
	background: url(../images/arrow-purple.jpg) no-repeat 0 6px;
	}
	
body.suppliers #rightLinks li a.pdfLink {
	background: url(../images/pdf.jpg) no-repeat 0 2px;
	padding-left: 20px;
	}
	
body.suppliers .hubItem {
	background: url(../images/hub-corner-supplier.jpg) bottom right no-repeat;
	}
	
body.suppliers .hubItem h3 {
	background: #900055;
	}
	
body.suppliers #contentArea h2 {
	background: #900055;
	}
	
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: disc inside;
	background: none!important;
	margin: 0px 0px 0px 10px !important;
	padding: 0px!important;
	
	}
	
.suppliersItem h3 a {
	padding-left: 10px;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

.suppliersItem h3 a:hover {
	text-decoration: underline;
	}
	
.suppliersItem ul {
	list-style: disc inside;
	background: none;
	margin: 0 0 10px 10px;
	}
	
#contentArea .suppliersItem li {
	margin-bottom: 5px;
	background: none;
	padding: 0 0 0 10px;
	}
	
.suppliersItem li a {
	color: #000000;
	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: #000000;
	}
	
#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;
	font-weight: normal;
	}
	
#suppliersEvents ul {
	float: left;
	width: 273px;
	margin: 0;
	}

#suppliersEvents ul li {
	font-size: 1.2em;
	list-style: disc inside;
	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: #000000;
	}

/*---------------------------
	Listing
---------------------------*/

#listing li {
	border-bottom: 1px dotted #DC690D;
	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 {
	font-size: 1.1em;
	}
	
#rightLinks h3 {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
	}
	
#rightLinks ul {
	border-bottom: 1px solid #e9e9e9;
	margin-left: 10px;
	}
	
#rightLinks p {
	margin: 0 0 8px 0;
	font-size: 1em;
	}
	
	#rightLinks img {
	margin: 0 0 0 0;
	}

#rightLinks li{
	color: #000000!important;
	list-style: disc inside;
	margin-bottom: 5px!important;
	background: none!important;
	padding: 0!important;
	}
	
#rightLinks li a {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	}

#rightLinks li a.pdfLink {
	background: url(../images/pdf.jpg) no-repeat 0 2px;
	}
	
/*---------------------------
	Forms
---------------------------*/

#contentArea form fieldset {
	border: none;
	margin-bottom: 8px;
	}
	
#contentArea fieldset div {
	padding: 7px 0;
	width: 100%;
	}
	
body.careers #contentArea form fieldset {
	border: none;
	margin-bottom: 8px;
	}
	
body.careers #contentArea fieldset div {
	padding: 7px 0;
	}

body.suppliers #contentArea form fieldset {
	border: none;
	margin-bottom: 8px;
	}
	
body.suppliers #contentArea fieldset div {
	padding: 7px 0;
	float: left;
	width: 100%;
	}
	
#contentArea form input.button {
	color: #000000;
	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: 170px;
	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;
	clear: both;
	}
	
	#contentArea form div.race {

	}
	
	#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: 0;
	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;
}