/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    Author:     White October (http://www.whiteoctober.co.uk/)
    
	Listing Order:
	==============

	1  - Universal
	2  - Structure/Layout
	3  - Navigation
	4  - Footer
	5  - Main content
	6  - 
	7  - 
	8  - 
	9  - 
	10 - 
	


 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 1 - U N I V E R S A L  S T Y L E S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, h5, ul, .p-equiv {
	margin-bottom: 0em;
}
h2
{
	font-size: 1.5em;
}
h3, h4
{
	font-size: 1.1em;
}
p, ul, .p-equiv {
	margin-bottom: 1em;
}

#vacdetails ul
{
	margin-top: 1em;
}

h3.listing, h5.listing
{
	margin-bottom: 1em;
}

li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
/* Extra left margin for numbered lists */
ol li {
	margin-left: 3em;
	margin-bottom: 0.5em;
}


html {
	font-size: 62.5%;
}

body {
    font-size: 1.2em;
    font-family: arial;
    color: #666;
    background: #cccccc;
		width: 780px;
		margin: 0 auto;
}

body#printfriendly {
  background: #ffffff;
	margin: 20px;
}


a {
    text-decoration: underline;
    color: #bf1269;
}

a:hover {
    text-decoration: none;
}

/* disappear accessibility text  */
.skiplink
{
	position: absolute;
	left: -5000px;
	top: -5000px;
}

.clear
{
	clear: both;
}

.introtext
{
	font-weight: bold;
	padding-bottom: 1em;
}

.feedbacks
{
	color: #660000;
	font-weight: bold;
	padding-bottom: 1em;
}

img.downloadicon
{
	border: 0px;
}

img.block
{
	margin: 2px 10px 10px 10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 2 - S T R U C T U R E / L A Y O U T
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container
{
	float: left;
	width: 780px;
	padding-bottom: 50px;
	
}
 
#container2
{
	width: 780px;
	float: left;
	background: #fff;
	margin-top: 20px;
		
}
 
#header
{
	height: 60px;
	width: 780px;
}

#nav
{
	background: url(../images/navback.gif) 0 100% no-repeat #731472;
	width: 780px;
	float: left;
}

div.breadcrumbs
{
	clear: both;
	height: 22px;
	margin-left: 20px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #ffffff;
	font-size: 0.9em;
}
.breadcrumbs a
{
	color: #ffffff;
}

#homeblock
{
	background: url(../images/dotsvert.gif);
	background-repeat: repeat-y;
	background-position: 557px 0px;
	color: #333;
}
#homeblockblank
{
}
#mainblock
{
	clear: both;
	float: left;
}

#leftblock
{
	width: 558px;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	display: inline; /* fixed IE bug */
}

#rightcol
{
	width: 173px;
	float: right;
	display: block;
	
}


#leftblock #leftsubmenu
{
	width: 140px;
	float: left;
	display: inline;
	
	margin-left: 0px;
	padding-left: 0px;
/*	font-size: 0.85em; */
}

#leftblock #centralcopy
{
	
	width: 397px;
	float: left;
	display: inline; /* fixed IE bug */
	
	margin-left: 10px;
/*	margin-right: 10px;
	padding-right: 10px; */
}
#leftblock #centralcopy.centralcopywide
{
	/* Width = 387+140 = 527 */
	width: 527px;	
}

h1#pagetitle
{
	/* font-weight: bold; */
	/* font-size: 2em;
  line-height: 1.2em; */
	/* Font fixed at client request */
	font-size: 28px;
	font-weight: normal;
  line-height: 32px;
  margin-bottom: 10px;
  min-height: 40px;
	color: #731472;
	padding-bottom: 0px;
}
#lefthandtitle
{
	height: 40px;
}

#footer
{
	clear: both;
	float: left;
	width: 740px;
	background: url(../images/dotshoriz.gif) 0 0 repeat-x;
	padding-top: 20px;
/*	font-size: xx-small; */
	font-size: 0.8em;
	line-height: 1.6em;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	display: inline /* IE Bug */
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - H E A D E R
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#headerlogolink
{
	display: block;
	float: left;
	margin: 13px 0px 0px 10px;
}

#headerlogolink img
{
	border: 0px;
	
}

#tagline
{
	color: #bbbbbb;
	font-size: large;
	padding: 0px;
	margin: 28px 0px 0px 30px;
	float: left;
}

#header-allenassociates
{
	color: #731472;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - N A V 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#nav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #bbbbbb;
	width: 780px;
}

#nav ul li
{
	float: left;
	margin: 0px;
	
}

#nav ul li a
{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
/*	font-weight: bold; */
	width: 110px; /* was 129 */
	height: 25px;
	line-height: 25px;
	float: left;
	background: #bbbbbb;
	border-left: 1px solid #fff;
}
/* Stop RHS from looking like the bar underneath bulges */
#nav ul li.lastlink a
{
	width: 110px; /* was 130 */
}

#nav ul li a span
{
	float: left;
	padding-left: 8px;
}

#nav ul li a:hover
{
/*	xbackground: url(../images/navroll.gif) 0 0 repeat-x; */
	color: #731472;
}

#nav ul li.selected a,
#nav ul li.selected a:hover
{
	background: #731472;
	color: #fff;
}

#nav #homelink a
{
	border: 0px;
	width: 114px; 
}
#nav  #homelink a span
{
	float: left;
	padding-left: 20px; /* Matches left padding for the rest of the page */
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - H O M E   B L O C K
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.maincont 
{
	width: 740px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display: inline; /* fixed IE bug */
}

.maincont h1
{
	font-weight: normal;
	font-size: 28px;
	color: #bbbbbb;
	padding-bottom: 10px;
}

.homeintro
{
	font-weight: bold;
/*	font-size: 0.85em; */
	line-height: 1.5em;
	padding-right: 55px;
}

#mainblock #leftblock h2
{
	color: #731472;
/*	font-size: xx-large;*/
}

#mainblock #leftblock p.standout
{
	color: #530953;
	font-weight: bold;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - H O M E   B L O C K S
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.homeblocks
{
	background: url(../images/homeblocks.gif) 0 100% no-repeat;
	float: left;
	width: 780px;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #333;
	padding-bottom: 10px;
}

.homeblock
{
	float: left;
	width: 240px;
	margin-right: 10px;
}

.firsthomeblock
{
	margin-left: 0px;
}

.homeblock h2
{
	background: #731472;
	color: #fff;
	font-weight: normal;
	font-size: x-large;
	line-height: 1.1em;
	padding: 10px 0px 0px 10px;
	height: 50px;
}

.homeblock h2 a
{
	text-decoration: none;
	color: #fff;
}

.homeblock h2 a:hover
{
}

.homeblock h3
{
	color: #731472;
/*	font-size: 0.85em; */
	padding: 10px 10px 10px 10px;
}

/* .homeblock p, */
.homeblock div.content
{
	padding: 0px 10px 1em 10px;
/*	font-size: 0.85em; */
	clear: both;
}

.homeblock ul
{
	list-style: none;
/* 	font-size: 0.85em; */
	padding: 0px 10px 1em 10px;
}

.homeblock ul li
{
	margin: 0px;
}

#frmContactUs .inputline
{
	padding: 0px 0px 1em 10px;
}
.homeblock .inputline
{
	/* 0px left margin so that label and input are aligned */
	padding: 0px 0px 1em 0px;
}

#frmContactUs p
{
	clear: both;
	padding: 0px 10px 1em 10px;
	/*font-size: 0.85em; */
}

#frmContactUs .inputline label, 
.homeblock .inputline label
{
	clear: left;
	float: left;
	width: 95px;
	line-height: 1.8em;
}

.homeblock .inputline select
{
	/* 95+122 = 217 : IE6 needs extra margin */
	width: 122px;
}
.inputline .inputnote
{
	margin-left: 80px;
/*	font-size: 0.85em; */
	padding: 0px 0px 0px 0px;
	clear: both;
}

input.submitbutton
{
	display:block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(../images/button-back-right.gif) 100% 0 no-repeat;
	float: right;
	height: 23px;
	line-height: 23px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 0.85em;
	border: none;
	width: 100px;
}

.submitbutton span
{
	display: block;
	background: url(../images/button-back-left.gif) 0 0 no-repeat;
	height: 23px;
	padding: 0px 10px 0px 10px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 3 - H O M E   B L O C K S  B O T T O M
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.homeblocks-bottom
{
	background: url(../images/homeblocks-bottom.gif) 0 100% no-repeat;
	float: left;
	width: 780px;
	line-height: 1.3em;
	color: #333;
}

.homeblock-bottom
{
	float: left;
	width: 240px;
	margin-left: 10px;
}

.firsthomeblock-bottom
{
	margin-left: 0px;
}

.homeblock-bottom h2
{
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 10px 50px 0.6em 10px;
	height: 50px;
}

.homeblock-bottom h2 a
{
	text-decoration: none;
	color: #fff;
}

.homeblock-bottom h2 a:hover
{
	text-decoration: underline;
}

.homeblock-bottom p, .homeblock-bottom div.content
{
	padding: 0px 10px 1em 10px;
/*	font-size: 0.85em; */
}

#helenhouse
{
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#helenhouse img
{
	border: 0px;
}
/* Replace #helenhouse with generalised functionality */
.homeblock-image
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
}





/* right slim block layout style */

#rightcol .rightslimblock
{
	width: 173px;
	float: left;
	border-bottom: 8px solid #731472;
	margin-bottom: 10px;
	background-color: #e6cee6;
	color: #333333;
}

.rightslimblock h2
{
	color: #fff;
	background-color: #731472;
	height: 65px;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
	font-size: 20px;
	font-weight: normal;
}
/* end of right slim block layout style */




/* right slim block inner styles */
.rightslimblock form
{
	margin-top: 20px;
}

.rightslimblock form .inputline
{
	padding: 0px 0px 1em 0px;
/*	font-size: 0.85em; */
}

.rightslimblock form .inputline label
{
	float: left;
	width: 100px;
/*	margin-bottom: 5px;*/
}

.rightslimblock form .inputline input,
.rightslimblock form .inputline select
{
	width: 153px;
}

.rightslimblock div.textwrapper
{
	margin: 10px;
/*	font-size: 0.85em; */
	line-height: 1.5em;
}
/* end of right slim block inner styles */






/* left sub menu inner styles */
#leftsubmenu h5
{
	font-size: 1.1em;
	color: #807880;
}

#leftsubmenu ul
{
	list-style: none;
}

#leftsubmenu ul li
{
	margin-left: 0px;
	background: url(../images/dotshoriz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#leftsubmenu ul li a
{
	display: block;
}

#leftsubmenu ul li a span
{}

/* Set selected links to a darker colour */
#leftsubmenu ul li.selected a
{
	color: #990033; /* bf1269; */
}

/* Modify the margins for submenus */
#leftsubmenu ul li ul
{
	margin: 0px;
	padding-bottom: 0px
}
/* Disable the background for sublinks */
#leftsubmenu ul li ul li
{
	background: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px
}
#leftsubmenu ul li.selected ul li a
{
	color: #e380b7; /* #cc9999;  bf1269; */
}

li.forcedsubmenu a
{
	color: #e380b7;
}


/* end of left submenu inner styles */




/* centralcopy inner styles */

#centralcopy
{
/*	font-size: .9em; */
	line-height: 1.6em;
	color: #333;
}
#centralcopy h2
{
/*	line-height: 1.1em;*/
}

#leftblock h2
{
/*	color: #530953;
	font-weight: normal;
	font-size: 1.6em;*/
	
	/*padding-bottom: 7px;*/
}

#centralcopy h3
{
	color: #530953;
  font-size: 1.4em;
}

#centralcopy p
{}

#centralcopy p.highlight
{
	font-weight: bold;
	color: #333;
}

/* Adding spacing for  */
#centralcopy ul, #centralcopy ol
{
	margin-top: 1em;
	margin-bottom: 1em;
}
#centralcopy a.jobsector
{
	display: block;
	clear: both;
	margin-bottom: 5px;
}

form#frmContactUs
{
	background-color: #e6cee6;
	float: left;
	/* padding-top: 15px; */
	padding: 15px 10px 10px;
}

form#frmContactUs label
{
	font-weight: bold;
}

form#frmContactUs input[type=text],
form#frmContactUs textarea
{
	width: 250px;
}

form#frmContactUs textarea
{
	height: 100px;
}

/* end of centralcopy inner styles */



/* page5.html vacancy search styles */

#frmVacancySearch
{
	width: 547px;
	background-color: #e6cee6;
	float: left;
  margin-top: 5px;
}

#frmVacancySearch .inputline
{
	width: 152px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 17px;
	/* margin-right: 13px; */
}
#frmVacancySearch #secondline .inputline
{
	margin-top: 0px;
}
#frmVacancySearch label
{
	float: left;
	width: 150px;
/*	font-size: small;*/
	padding-bottom: 4px;
}

#frmVacancySearch select
{
	float: left;
	width: 150px;
}
#frmVacancySearch input.submitbutton
{
	margin-right: 10px;
	margin-top: 18px;
}

div#searchResults
{
	float: left;
	margin-top: 10px;
	
	background: url(../images/dotsvert.gif) 387px 0px repeat-y;
	color: #333;
}

div#searchResults #results
{
	width: 390px;
	float: left;
	
}

div#searchResults #narrow
{
	margin-left: 15px;
	display: inline;
	width: 150px;
	float: left;
	
}

#results h3,
#narrow h3
{
	/*font-size: small; */
	/* float: left; */
	width: 100%;
}

h3.paginginfo
{
  margin-bottom: 15px;
}



#narrow ul
{
	list-style: none;
	
}

#narrow ul li
{
	margin: 0px;
/*	font-size: small; */
	padding-bottom: 10px;
}

#results h3 a,
#results h3 span.highlight
{
	color: #bf1269;
}

#results .vacancylisting
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#results .vacancylisting p
{
/*	font-size: 0.9em; */
	padding: 0px;
	line-height: 1.5em;
}

#results .vacancylisting h3
{
	float: left;
	font-weight: bold;
/*	font-size: small; */
	padding-bottom: 5px;
}


#results .vacancylisting a
{
	float: left;
	display: block;
	width: 100%;
	
}

#narrow h4
{
	
	display: block;
	width: 100%;
	color: #530953;
/*	font-size: small; */
  margin-bottom: 5px;
	margin-top: 15px;
}

#narrow a
{
	width: 100%;
	
}

/* end of page5.html vacancy search styles */



/* vacancy details styles */

#vacdetails
{
/*	font-size: small; */
	line-height: 1.3em;
	color: #333;
  background: url(../images/dotsvert.gif);
	background-repeat: repeat-y;
	background-position: 557px 0px;
}

/*
#vacdetails #leftblock h2
{
	color: #bf1269;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 0.8em;
}
*/

#vacdetails #leftblock
{
	width: 550px;
	margin-right: 10px;
	line-height: 1.5em;
}

#frmApply
{
	background-color: #e6cee6;
	padding: 10px;
	margin-bottom: 10px;
}

#vacdetails #frmApply h2
{
	color: #731472;
	padding-top: 10px;
}

#mainblock #leftblock h2#jobpagetitle
{
	color: #c6006f;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: normal;
/*	font-size: xx-large;*/
}


#frmApply .inputline
{
	padding: 0px 10px 1em 10px;
/*	font-size: 0.85em; */
	clear: both;
}

#frmApply .inputline p
{
	width: 100%;
	float: left;
}

#frmApply label,
#frmApply span.label
{
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

#frmApply .inputline input,
#frmApply .inputline textarea
{
	width: 390px;
}

input.errorfield {
	border: 1px solid #660000;
}
span.errornotification {
	display: block;	
	color: #660000;
	margin-left: 90px;
}

input[type=image],
#frmApply input[type=image],
#frmContactUs input[type=image]
{
	width: 100px;
}

/* Styles for the 'Send to a friend' form  */
#frmApply.widelabel label,
#frmApply.widelabel span.label
{
	width: 100px;
}

#frmSend.widelabel input,
#frmSend.widelabel textarea
{
	width: 370px;
}

.widelabel span.errornotification {
	margin-left: 110px;
}

dl.joblinks
{
	margin-bottom: 1em;
}
dl.joblinks dt
{
	font-weight: bold;
}
dl.joblinks dd
{
	margin-left: 2em;
}


.jobdetailsrhblock
{
	margin-bottom: 1.5em;
	float: left;
	clear: both;
	line-height: 1.5em;
	width: 100%;
}

.jobdetailsrhblock h2
{
	color: #731472;
/*	font-size: small; */
	font-size: 1.1em;
	padding-bottom: 0.6em;
}

.jobdetailsrhblock ul
{
	list-style: none;
	padding: 0px;
}

.jobdetailsrhblock ul li
{
	margin: 0px;
	padding-bottom: .5em;
}

#jobsummary table 
{
  width: 170px;
}
#jobsummary	td,
#jobsummary	th
{
	font-weight: normal;
	text-align: left;
	padding: 2px 0px;
}

#jobsummary tr
{
	background: url(../images/dotshoriz.gif) 0 100% repeat-x;
}

#recentlyviewed
{
	margin-top: 1.5em;
}

.recentviewjob
{
	padding-bottom: 1em;
}


.recentviewjob h3,
.recentviewjob p,
.recentviewjob div
{
/*	font-size: small; */
/*	xfont-size: 0.85em; */
	padding: 0px;
}

/* end of vacancy details styles */


/* Member listing pages */
div.memberlisting
{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

div.memberlisting img
{
	float: left;
	border: 0px;
	margin: 0px 10px 10px 0px;
}
div.memberlisting div.membertext
{
	margin-left: 90px;
}

li.departmenttitle
{
	font-weight: bold;
}
h4.departmenttitle
{
	margin-bottom: 1em;
}

#memberwrapper
{
/*	float: left; */
	margin-left: 150px;
}
#memberwrapper h5
{
	font-size: 1.1em;
	margin-bottom: 1em;
}

.contactdetails
{
	font-weight: bold;
}

#memberwrapperwithphoto, #memberphoto
{
	float: left
}
#memberwrapperwithphoto img
{
	float: left;
}

/* News listings and items */
li.archivetitle
{
	font-weight: bold;
	color: #807880; /* only needed for text - links will override this */
}

h5#relateditems
{
	margin-bottom: 5px;
	padding-top: 10px;
	color: #e380b7; /* #807880; */
}

div.newsarticleteaser
{
	margin-top: 15px;
}

/* Dynamic forms */

.dynform 
{
	background-color: #E6CEE6;
	margin-bottom: 10px;
	padding-top: 10px;
}
#frmMain
{
	margin: 10px;
}
.dynform #frmMain fieldset
{
	margin: 10px;
	border: 0px;
}
.dynform #frmMain fieldset p
{
	padding: 0px 6px 3px;
	/* Swap margins so that text is closer to following field */
	margin-bottom: 0px;
	margin-top: 1em;
}
.dynform #frmMain .inputline,
.dynform #frmMain .checkboxline,
.dynform #frmMain .radiooptions,
.dynform #frmMain .fileinputline,
.dynform #frmMain .textarealine
{
	padding: 3px 6px;
	margin-bottom: 10px;
	clear: both;
	background-color: #E0CAE0;
}

.dynform #frmMain .fileinputline {
	padding: 3px 0px; /* fileinput contains an inputline, so zero the left/right margins */	
}
.dynform #frmMain .fileinputline .inputline
{
	margin-bottom: 0px;	
}

.dynform #frmMain .inputline label,
.dynform #frmMain .textarealine label
{
	display: block;
	clear: both;
	line-height: 1.8em;
}
.dynform #frmMain .checkboxline label
{
	display: block;
	margin-left: 5px;
	clear: right;
}
.dynform #frmMain .checkboxline input,
.dynform #frmMain .radiooptions input
{
	line-height: 1.8em;
	clear: left;
	float: left;
	/* margin-top: 3px; FF only?  */
	margin-right: 5px;
}
.dynform .feedbacks {
	margin: 0px 10px;
	padding-bottom: 0px;
}
.dynform span.errornotification {
	margin-left: 0px;
}