/**--------- Copied from SLC.co.uk -----------**/
/* LAYOUT STYLES---------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
}
#wrapper {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*  *width:99%;   */
	height: auto !important;
	height: 100%;
}
#banner {
	margin: 5px;
	padding: 0px;
	height: 120px;
	/*
	background-image: url(../images/nu/slclogo.gif);
	background-position: right;
	background-repeat: no-repeat;
	*/
	background: none;
}
#banner .logo {
	float: right;
	margin: 0px 20px 0px 0px;
}

/* TEXTS STYLES ----------------------------------------------------------------------*/

/* BREADCRUMB ----------------------------------------------------------------------*/
#breadcrumb {
	font-size: 70%;
	color: #CCC;
	margin: -70px 0px 50px 10px;
	padding: 0;
	width: 600px;
	height: 30px;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none;
}
#breadcrumb a: hover {
	text-decoration: underline;
}

/* LEFT COL (content) ----------------------------------------------------------------------*/
#left {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 170px;
	float: left;
}
/* SEARCH - lhs - contains googles search tool----------------------------------------------------------------------*/
.search_wrapper {
	width: 170px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.search_head {
	padding: 5px;
	/*font-size: 80%;*/
	font-weight: bold;
	color: #17539C;
}
.search_body {
	padding: 5px;
}
.search_foot {
	padding: 5px 0px 5px 0px;
}
input.search {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFF;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 15px 0px 0px;
	border: 0px;
}
menu {
	width: 170px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(../images/drop_shadow2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu ul {
	list-style: none;
	margin: 0px;
	line-height: 25px;
	color: #17539C;
	font-size: 80%;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px;
}
.menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	*margin: 0px 0px 0px -14px;
	text-indent: 0px;
	line-height: 25px;
	color: #000066;
	font-size: 80%;
	width: 100%;
	border-top: 1px solid #EEE;
	border-collapse: collapse;
	vertical-align: middle;
	font-weight: normal;
	background-color: #FFF;
}
.menu ul li {
	font-size: 100%;
	*font-size: 120%;
	font-weight: bold;
	margin: 0px;
	text-indent: 10px;
}
.menu ul li a:before {
	content: "» ";
}
.menu li a {
	color: #666666;
	display: block;
	width: 100%;
}
.menu ul a:hover, .menu li a:hover {
	color: #000000;
	background-color: #EEE;
	text-decoration: none;
	display: block;
}
.first {
	border-top: 1px solid #EEE;
}
.menu ul a {
	color: #666666;
	display: block;
	width: 100%;
}
.menu ul a: hover {
	color: #000000;
	background-color: #EEE;
	text-decoration: none;
	display: block;
}
/* CONTENT & BODY SYLES - center region ----------------------------------------------------------------------*/
#content {
	margin: 5px 0px 5px 180px;
	padding: 0px 5px 5px 5px;
	*padding: 1px 5px 5px 5px;
	min-height: 400px;
	height: 100%;
	width: 800px;
	*width: 795px;
	
}
#content_vacancies {
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	*padding: 1px 5px 5px 5px;
	min-height: 400px;
	height: 100%;
}
#body_wrap_vacancies {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 250px;
}

#body_wrap {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	min-height: 250px;
	/*font-size: 80%;*/
}

#subhead_wrap {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.subhead {
	padding: 2px;
	vertical-align: bottom;
}

/* FOOTER ----------------------------------------------------------------------*/

#footer {
	clear: both;
	display: block;
	height: 25px;
	border-top: 1px solid #E0E0E0;
	background-color: #FFF;
	font-size: 13px;
	margin: 10px 20px 0px 5px;
	padding: 0;
	-padding: 10px 0 0 0;
	
}
#footer ul {
	text-transform: uppercase;
	float: right;
}
#footer li {
	display: inline;
	list-style: none;
	color: #00ACA8;
	padding: 0px 0px 0px 15px;
}
#footer li a {
	text-decoration: none;
	color: #5F61B6;
}
#footer li a: hover {
	text-decoration: underline;
}
/* ACCESSIBLITY */
.hidden {
	visibility: hidden;
	display: none;
}
/*-------Board page,A day in the life page,Media centre-------------------------------------------------------------------*/
h4.slc-heading {
	border-bottom: solid 1px #00ACA8;
	padding: 20px 0 3px 0;
	margin: 0px;
	font-family: Arial;
	font-weight: normal;
	/*font-size: 80%;*/
}
h4.slc-heading-small-padding {
	border-bottom: solid 1px #00ACA8;
	padding: 0 0 3px 0;
	margin: 0 0 8px 0;
	/*font-size: 80%;*/
}
h4.slc-heading-vsmall-padding {
	border-bottom: solid 1px #00ACA8;
	padding: 0 0 3px 0;
	margin: 0 0 8px 0;
	/*font-size: 50%;*/
}
.our-board-image {
	float: left;
	width: 126px;
}
.our-board-text {
	/*font-size: 80%;*/
	margin: 0px;
	padding: 1px;
	text-align: justify;
}
.clear-both {
	clear: both;
}
.column1 {
	float: left;
	padding-right: 5px;
}
.column2 {
	float: left;
	padding-right: 5px;
}
.column3 {
	float: left;
	padding-right: 5px;
}
.download {
	/*font-size: 10px;*/
}
.vacancies-image {
	float: left;
	width: 61px;
	padding-bottom: 20px;
}
.vacancies-big-image {
	float: left;
	width: 91px;
	padding: 10px;
}
.vacancies-text {
	/*font-size: 80%;*/
	margin: 0px;
	padding: 1px;
	text-align: justify;
	padding-bottom: 20px;
}
.column1vacancies {
	float: left;
	padding-left: 90px;
	height: 100px;
}
.column2vacancies {
	float: left;
	padding-left: 85px;
	height: 100px;
}
.vacanciesfooter {
	float: left;
}
/*-----TABLES-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.highlight dl {
	width: 100%;
}
.highlight dt,.highlight dd {
	background-color: #CCC;
	width: 45%;
	display: block;
	/*font-size: 70%;*/
	margin: 3px;
	padding: 3px;
	min-height: 30px;
}
.highlight dt {
	float: left;
}
.highlight dd {
	float: right;
}
.text {
	width: 100%;
}
.text {
	/*font-size: 70%;*/
}
.textbold {
	font-weight: bold;
}
.datatable{
	/*font-size: 80%;*/
	border: 2px solid #ADCEE9;
	padding: 0px;
	width: 100%;
}

table.data{
	/*font-size: 80%;*/
	color: #444444;
	border: 2px solid #189993;
	text-align: left;
	border-collapse: collapse;
	width: 75%;
}
table.data th{
	/*font-size: 100%;*/
	border: 1px solid #FFF;
	background-color: #189993;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 2px 2px 2px 5px;
	}
table.data td{
	border: 1px solid #189993;
	border-collapse: collapse;
	padding: 1px 1px 1px 5px;
}




.special_content_box {
	border: 1px solid #E0E0E0;
	clear: right;
	background-color: #FFF;
	margin-bottom: 15px;
}
.special_content_box h3 {
	
	background-color: #3D978E;
	color: #FFF;
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2em;
	display: block;
}
.special_content_box p {
	margin: 5px;
	padding: 0 0 0 ;
}
.special_content_box a {
	
}

ul.special_content_links {
	text-align: right;
	padding: 0;
	margin: 1em 0 5px 0;
}
ul.special_content_links li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 5px;
}
ul.special_content_links li a {
	text-decoration: underline;
}
ul.special_content_links li a:hover {
	text-decoration: none;
}

/* Typo3 content */
.csc-mailform-field label {
	width: 180px;
	float:left;
}
.csc-mailform {
	width: 300px;
}

/* Registration Form Typo3 Plugin Output form */
table.regform_table {	
	border: 1px solid #CCC;
	border-bottom: none;
}
table.regform_table tr td {
	border-bottom: 1px solid #CCC;
}
table.regform_table tr td.form_label {
	border-right: 1px solid #CCC;
	font-weight: bold;
	width: 200px;
}

table.regform_table tr td input {
	width: 200px;
}
table.regform_table tr td textarea {
	width: 300px;
}
table.regform_table tr td label {
	display: inline;
	width: auto;
}
table.regform_table tr td label input{
	display: inline;
	width: auto;
}


/* Registration Form Typo3 Plugin Output form */
table.fdbkform_table {	
	border: 1px solid #CCC;
	border-bottom: none;
}
table.fdbkform_table tr td {
	border-bottom: 1px solid #CCC;
}
table.fdbkform_table tr td.form_label {
	border-right: 1px solid #CCC;
	font-weight: bold;
	width: 200px;
}

table.fdbkform_table tr td select, table.fdbkform_table tr td input {
	width: 200px;
}
table.fdbkform_table tr td textarea {
	width: 300px;
}
table.fdbkform_table tr td label {
	display: inline;
	width: auto;
}
table.fdbkform_table tr td label input{
	display: inline;
	width: auto;
}





div.csc-header {
	padding: 0 0 0 0;
	margin: 0;
	margin-bottom: 10px;
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	clear: none;
}

.csc-textpicHeader , .csc-header{
	margin-bottom: 10px;
}
.spacer {
	margin: 0px 0px -5px;
	padding: 0px;
	display: block;
}

.pink {
	color:#CC0066;
}

div.indent {
	margin-left:53px;
}

.align-right {
	text-align:right;
}

.contenttable, .contenttable p {
	margin:0;
}

