/*
#
# Site:         Savience
#
# File:         site.css
#
# Author:       Edward Kerr / Evergreen Computing Ltd
#
# Date:         March 2007
#
# Copyright:    (c) 2001 Evergreen Computing Ltd
#
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('gfx/background.jpg') #fff top center no-repeat;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	color: #fff; 
}

img {
	border: none;
}

#container {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

#header {
	width: 100%;
	height: 170px;
	float: left;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 30px;
	width: 130px;
	height: 82px;
	float: left;
}
#header #strapline {
	position: absolute;
	top: 64px;
	left: 190px;
	width: 275px;
	height: 22px;
}
#header #newsletter {
	position: absolute;
	right: 0px;
	top: 15px;
}
#header #newsletter td {
	color: #716fb2;
	font-size: 11px;
}
#header #newsletter td label {
	padding-bottom: 2px;
}
#header #newsletter td input {
	width: 180px;
	border: 2px solid #dcdbec;
	padding: 2px;
	font-size: 11px;
	color: #716fb2;
}
#header #newsletter td input.submit {
	border: 0px;
	background: 0px;
	color: #716fb2;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}
#header #newsletter td input.submit:hover {
	color: #c1d82f;
	cursor: pointer;
}

#main_body {
	float: left;
	position: relative;
	width: 100%;
	height: 510px;
}
#main_body #top_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 785px;
	height: 23px;
	z-index: 100;
}
#main_body #footer {
	position: absolute;
	bottom: 14px;
	right: 0px;
	width: 190px;
	font-size: 9px;
	color: #807f83;
}

/***********************************
 * Css Top Menu *
***********************************/
	
/* hack to correct IE5.5 faulty box model */
/*
* html #main_body #top_menu {
	width:745px;
	w\idth:745px;
	float: left;
	height: 34px;
}
*/

/* remove all the bullets, borders and padding from the default list styling */
#main_body #top_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main_body #top_menu ul ul {
	width: 92px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_body #top_menu li {
	float:left;
	width: 98px;
	position:relative;
}

#main_body #top_menu li a.top_parent_current {
	color: #c1d82f;
	background: url('/gfx/menu_back_over.png') no-repeat;
}

/* style the links for the top level */
#main_body #top_menu a, #main_body #top_menu a:visited {
	display:block;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	color:#fff;
	width: 92px;
	padding-left: 6px;
	padding-top: 5px;
	height: 18px;
	background: url('/gfx/menu_back.png') no-repeat;
}
#main_body #top_menu a.news, #main_body #top_menu a.news:visited {
	background: url('/gfx/news_back.png') no-repeat;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #main_body #top_menu a, * html #main_body #top_menu a:visited {
	width: 92px;
	w\idth: 92px;
}

/* style the second level background */
#main_body #top_menu ul ul a.drop, #main_body #top_menu ul ul a.drop:visited {
	background:#d4d8bd;
}
#main_body #top_menu ul a.news ul a.drop, #main_body #top_menu ul a.news ul a.drop:visited {
	background:#ee3525;
}

/* style the third level background */
#main_body #top_menu ul ul ul a, #main_body #top_menu ul ul ul a:visited {
	background:#2390cb;
}

/* style the third level hover */
#main_body #top_menu ul ul ul a:hover {
	background:#034b8b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_body #top_menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 23px;
	left: 0;
	/* width:105px; */
	width: 92px;
}

/* another hack for IE5.5 */
* html #main_body #top_menu ul ul {
	top: 23px;
	t\op: 24;}

/* position the third level flyout menu */
#main_body #top_menu ul ul ul{
	left: 112px;
	top:0px;
	width: 98px;
}

/* position the third level flyout menu */
#main_body #top_menu ul ul ul li {
	border-left: 1px solid #034b8b;
}

/* position the third level flyout menu for a left flyout */
#main_body #top_menu ul ul ul.left {
	/* left:-105px; */
	left: -97px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#main_body #top_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
#main_body #top_menu ul ul a, #main_body #top_menu ul ul a:visited {
	background: #8684be;
	font-size: 10px;
	font-weight: bold;
	color:#fff;
	height:auto;
	line-height:1em;
	/* width:105px; */
	width: 94px;
	text-align: left;
	padding: 6px;
	border-width:0 1px 1px 1px;
}
#main_body #top_menu ul ul a.news_sub, #main_body #top_menu ul ul a.news_sub:visited {
	background: #ee3525;
}

/* yet another hack for IE5.5 */
* html #main_body #top_menu ul ul a, * html #main_body #top_menu ul ul a:visited {
	/* width:105px;
	w\idth:105px; */
	width: 98px;
	w\idth: 98px;
}

/* style the top level hover */
#main_body #top_menu a:hover, #main_body #top_menu ul ul a:hover {
	color: #c1d82f;
	background: #8684be;
}
#main_body #top_menu a.news:hover, #main_body #top_menu ul ul a.news:hover {
	background: #ee3525;
}
#main_body #top_menu :hover > a, #main_body #top_menu ul ul :hover > a {
	color: #c1d82f;
	background: url('/gfx/menu_back_over.png') no-repeat;
}
#main_body #top_menu :hover > a.news, #main_body #top_menu ul ul :hover > a.news {
	background: url('/gfx/news_back_over.png') no-repeat;
}
#main_body #top_menu li.C_011 a.news_current {
	background: url('/gfx/news_back_over.png') no-repeat;
}
#main_body #top_menu ul ul a:hover {
	color: #c1d82f;
	background: #8684be;
}
#main_body #top_menu ul ul a.news_sub:hover {
	background: #ee3525;
}

/* make the second level visible when hover on first level list OR link */
#main_body #top_menu ul li:hover ul,
#main_body #top_menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#main_body #top_menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the forth level hidden when you hover on first level list OR link */
#main_body #top_menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_body #top_menu ul :hover ul :hover ul{
	visibility:visible;
}
/* make the forth level visible when you hover over second level list OR link */
#main_body #top_menu ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

/**********************************
 * Style the left hand side menu *
**********************************/

#main_body #left_menu {
	position: absolute;
	left: 0px;
	top: 73px;
	width: 130px;
	font-size: 0px;
	border-bottom: 2px solid #b4c92d;
}
#main_body #left_menu li {
	list-style: none;
	width: 100%;
}
#main_body #left_menu li a.first {
	border-top: 2px solid #b4c92d;
}
#main_body #left_menu li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-top: 2px solid #b4c92d;
	display: block;
	line-height: 20px;
	padding-left: 4px;
	width: 126px;
}
#main_body #left_menu li a:hover {
	background: #716fb3;
	color: #c1d81f;
}
#main_body #left_menu li.level_1 a.current {
	background: #8684be;
}
#main_body #left_menu li.level_1 a.current_exact {
	background: #716fb3;
}
#main_body #left_menu li a.current_exact {
	color: #c1d81f;
	background: #8684be;
}
#main_body #left_menu li a.current_exact_news {
	color: #c1d81f;
	background: #bf311a;
}
#main_body #left_menu li a.news:hover {
	color: #c1d81f;
	background: #bf311a;
}
#main_body #left_menu li.level_2 a {
	background: #8684be;
	padding-left: 12px;
	width: 118px;
	border-top: 2px solid #7c7ab9;
}
#main_body #left_menu li.level_2 a.current {
	background: #716fb3;
}
#main_body #left_menu li.level_2 a.current_exact {
	background: #716fb3;
}
#main_body #left_menu li.level_2 a:hover {
	background: #716fb3;
	color: #c1d81f;
}
#main_body #left_menu li.level_3 a {
	background: #716fb3;
	padding-left: 20px;
	width: 110px;
	line-height: 16px;
	border-top: 2px solid #8684be;
}

/******************************
 * Content Css *
******************************/

#main_body #content {
	position: absolute;
	top: 23px;
	left: 195px;
	width: 393px;
	height: 347px;
	overflow: hidden;
}
#main_body #content .cover_top {
	width: 383px;
	height: 10px;
	position: absolute;
	z-index: 10;
	background: url('gfx/cover.jpg');
}
#main_body #content .cover_bottom {
	width: 383px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	background: url('gfx/cover.jpg');
}
#main_body #content #scroller {
	width: 393px;
	height: 337px;
	padding-bottom: 10px;
}
#main_body #content #scroller h2 {
	color: #fff;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 96%;
}
#main_body #content #scroller p {
	color: #231f20;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 96%;
}
#main_body #content #scroller ul {
	margin-top: 8px;
	font-size: 11px;
	color: #231f20;
	margin-bottom: 8px;
}
#main_body #content #scroller ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 2px;
}
#main_body #content #scroller p.spacer {
	width: 96%;
	font-size: 1px;
	margin-bottom: 32px;
}
#main_body #content #scroller a {
	color: #ee3424;
	text-decoration: none;
}
#main_body #content #scroller a:hover {
	text-decoration: underline;
}

#main_body #news {
	position: absolute;
	top: 23px;
	right: 0px;
	width: 196px;
	height: 347px;
	overflow: hidden;
}
#main_body #news .cover_top {
	width: 186px;
	height: 10px;
	position: absolute;
	z-index: 10;
	background: url('gfx/cover_news.jpg');
}
#main_body #news .cover_bottom {
	width: 186px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	background: url('gfx/cover_news_bottom.jpg');
}
#main_body #news #news_scroller {
	padding-left: 10px;
	width: 186px;
	height: 347px;
}
#main_body #news #news_scroller h2 {
	color: #fff;
	font-size: 12px;
	margin-top: 28px;
	margin-bottom: 10px;
	width: 96%;
}
#main_body #news #news_scroller p.date {
	color: #f2efcf;
	font-size: 12px;
	font-weight: bold;
	margin-top: 13px;
	width: 96%;
}
#main_body #news #news_scroller p.content {
	color: #fff;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 96%;
}
#main_body #news #news_scroller a {
	color: #817b92;
	text-decoration: none;
}
#main_body #news #news_scroller a:hover {
	color: #c1d82f;
}

/* Scroll Bar Css */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	/* background: #acbf2c; */
	cursor: pointer;
	overflow: hidden;
}
#content .jScrollPaneTrack {
	background: #96a729;
}
#content .jScrollPaneDrag {
	background: #748124;
}
#news .jScrollPaneTrack {
	background: #95860f;
}
#news .jScrollPaneDrag {
	background: #74680d;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 13px;
}
#content a.jScrollArrowUp {
	background: url('gfx/arrow_up.jpg');
}
#news a.jScrollArrowUp {
	background: url('gfx/arrow_up_news.jpg');
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('gfx/arrow_down.jpg');
	height: 13px;
}
#content a.jScrollArrowDown {
	background: url('gfx/arrow_down.jpg');
}
#news a.jScrollArrowDown {
	background: url('gfx/arrow_down_news.jpg');
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#main_body #image {
	position: absolute;
	top: 23px;
	right: 196px;
	width: 196px;
	height: 410px;
}

#main_body #content #scroller div.partner {
	font-size: 11px;
}
#main_body #content #scroller div.partner p.title {
	color: #716fb3;
	font-weight: bold;
	margin-bottom: 0px;
	width: 96%;
}
#main_body #content #scroller div.partner p.detail {
	color: #716fb3;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 96%;
}
#main_body #content #scroller div.partner p.detail a {
	color: #716fb3;
	text-decoration: none;
	font-weight: bold;
}
#main_body #content #scroller div.partner p.detail a:hover {
	text-decoration: underline;
}
#main_body #content #scroller div.news_item p.date {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
#main_body #content #scroller div.news_item p.date {
	margin-top: 0px;
}
#main_body #content #scroller div.news_item p.readmore {
	text-align: right;
}
#main_body #content #scroller div.news_item p.test_name {
	text-align: right;
	font-weight: bold;
}
#main_body #content #scroller div.news_item p.italic {
	font-style: italic;
}
#main_body #content #scroller div.news_item p.test_name {
	padding-bottom: 14px;
}
#apply label,
#contact_form label {
	color: #716fb3;
	font-size: 11px;
}
#apply input, #apply textarea,
#contact_form input, #contact_form textarea {
	width: 250px;
	border: 1px solid #dbdbec;
	padding: 2px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	color: #777;
	font-size: 11px;
}
#apply input#postcode,
#contact_form input#postcode {
	width: 100px;
}
#contact_form .subscribe_button {
	background: url('gfx/subscribe.jpg') no-repeat;
}
#contact_form .submit_button {
	background: url('gfx/contact_me.jpg') no-repeat;
}
#contact_form .subscribe_button,
#contact_form .submit_button {
	width: 110px;
	height: 20px;
	display: block;
	margin-left: 84px;
	margin-top: 6px;
	border: none;
}
#main_body #content #scroller #apply #submit p,
#main_body #content #scroller #contact_form #submit p {
	float: none;
	margin-top: 6px;
	color: #716FB3;
}
#contact_form .subscribe_button:hover {
	background: url('gfx/subscribe_over.jpg') no-repeat;
	cursor: pointer;
}
#contact_form .submit_button:hover {
	background: url('gfx/contact_me_over.jpg') no-repeat;
	cursor: pointer;
}
#apply .submit_button {
	background: url('gfx/submit.jpg') no-repeat;
	width: 110px;
	height: 20px;
	display: block;
	margin-left: 86px;
	margin-top: 6px;
	border: none;
}
#apply .submit_button:hover {
	background: url('gfx/submit_over.jpg') no-repeat;
	cursor: pointer;
}
#main_body #content #scroller #contact_form td p {
	margin: 0px;
	padding: 0px;
	color: #716fb3;
	font-size: 10px;
	width: 120px;
	float: right;
	margin-top: 9px;
}
#main_body #content #scroller div.vacancy {
	float: left;
	width: 100%;
	margin-top: 8px;
}
#main_body #content #scroller .vacancy h5 {
	color: #000;
}
#main_body #content #scroller .vacancy p {
	padding: 0px;
	margin: 0px;
}
#main_body #content #scroller .vacancy p.apply {
	text-align: right;
}

/***************
 * Application Form
***************/

#main_body #content #scroller #apply {
	float: left;
	margin-top: 12px;
}
#main_body #content #scroller #apply span.mand {
	color: #716fb3;
	font-size: 10px;
	margin-right: 12px;
}
#main_body #content #scroller #apply td p.priv_small {
	font-size: 10px;
	width: 220px;
	margin-left: 130px;
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: left;
}
#apply span {
	color: #716fb3;
	font-size: 10px;
}
