/* ---------------------------------------------#'
GLOBAL STYLES - GLOBAL.CSS

Colour reference

white - #FFFFFF
black - #000000
-----------------------------------------------*/

body 
{
font: 11px arial, verdana, sans-serif;
color: #000;
height: 100%;
background: #fff;
}
	
/* ---------------------------------------------
GENERAL STYLES
-----------------------------------------------*/

html 
{
height: 100.1%;
}

*  
{
padding:0;
margin:0;
}	

* a:hover, * a:active
{
	outline:none;
}	
		
.clear 
{
  clear: both;
  height: 0;
}

li li, li p, td p, blockquote p 
{
	font-size:11px;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

img 
{
	border: 0;
	vertical-align:bottom;
}

p
{
	line-height:1.7em;
	margin:0 0 1em 0
}

ul,li 
{
	list-style-type:none;
}


/* ---------------------------------------------
HEADER STYLES
-----------------------------------------------*/

h1 a
{
	float:left;
	display:block;
	text-indent: -5000px;
	width:662px;
	height:161px;
	background: url(../images/template/logo.gif) no-repeat;
	overflow:hidden;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper 
{
	width:975px; 
	height:100%;
	margin: 0 auto;
	clear: both;
} 

#bodyarea
{
	width: 975px;
	margin: 0;
	padding: 0;
}

#bkgdarea {
	width: 955px;
	background: #fff url(../images/template/bkgd.gif) repeat-x bottom;
	border-left: 10px solid #9d0c77;
	border-right: 10px solid #9d0c77;
}
	

#contentarea {
	float: right;
	width: 673px;
	margin-top: 10px;
	padding: 30px;
	min-height: 620px;
	color: #323232;
	font-size: 14px;
	line-height: 20px;
	background: url(../images/template/contentbg.png) repeat-y left top;
}


h4.intro {
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0;
	clear: both;
	width: 650px;
	font-weight: bold;
	color: #2aaee6;
}

#contentarea h2 {
	float:left;
	clear: both;
	display:block;
	font-size: 24px;
	font-weight: bold;
	width:655px;
	padding-bottom: 10px;
	color: #490937;
	border-bottom: 2px solid #a77fa5;
}


#contentarea p {
	width: 490px;
}

#contentarea li {
	background: url(../images/template/bullets.gif) no-repeat left top;
	padding-left: 25px;
	color: #b70891;
	margin: 10px 0;
	clear: both;
}

#contentarea a {
	color: #b70891;
	text-decoration: underline;
}

.nobg li {
background: none!important;
margin: 0!important;
color: #000!important;
font-weight: normal!important;
}

#contentarea a:hover {
	text-decoration: none;
}

#functions
{
	clear: both;
	overflow: hidden;
}


#functions a img
{
	outline: none;
	outline: white;
	border: none;
	float: left;
	padding-top: 3px;
} 

#functions a.view
{
	color:#666;
	padding-top: 6px;
}

#functions a.view:hover
{
	text-decoration: none;
	color: #e2a020;
}

.link {
	position: absolute;
	margin-top:87px;
	margin-left: 115px;
}





/* ---------------------------------------------
FOOTER AREAS
-----------------------------------------------*/

#footer {
	width: 975px;
	height: 70px;
	clear: both;
	margin: 10px auto;
	overflow: auto;
	padding: 0;
}

#footer a {
	float:right;
	display:block;
	text-indent: -5000px;
	overflow:hidden;
}

.bottomCPW {
	background: url(../images/template/bottomCPW.gif) no-repeat;
	width: 155px;
	height: 32px;
	margin-left: 20px;
}

.bottomTT {
	background: url(../images/template/bottomTT.gif) no-repeat;
	width: 98px;
	height: 39px;
	margin-left: 20px;
}

.bottomO {
	background: url(../images/template/opal.gif) no-repeat;
	width: 81px;
	height: 41px;
}

#appform label {
	display: block;
margin: 5px;
margin-left: 0;
}

#appform input, #appform textarea {
width: 230px;
}

#submitform {
width: 100px!important;
margin-top: 10px!important;
}

#where, #browser, #uk-work {
width: 230px!important;
}

.select-left {
width: 30%;
float: left;
}

/* ADDITIONAL STYLE ADDED BY JC */
.statusred {

	color: #FF0000;
	padding-left: 0.5em;
}
/* END OF ADDITIONAL JC WORK */
/* ADDITIONAL STYLE ADDED BY DS */
.vacanciesList{
	width:200px;
	
	}


/* ADDITIONAL STYLE ADDED BY DS */