

/* Reset.css : RESET All Stlyes*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {outline: 0;}
body {line-height: 1; color: #000; background: #fff;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}

/* Common.css */
/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
body{
	font-size:62.5%;
}


h1,h2,h3,h4,h5{
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
 color:#005582;
}

h1{ font-size:1.668em; font-style: italic;} /*20px*/
h2{ font-size:1.17em;}
h3{ font-size:1.1em; color:#0099cc;}
h4{ font-size:1.05em; color:#0099cc; border-bottom:1px solid #0099cc;}
h5{ font-size:1em; color:#333;}



p,ul, ol{
	font-size: 1em;
	margin-bottom: 1em;
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	list-style-position: outside;
	padding-left:18px;
	line-height:1.5em
}
ol{list-style:decimal; padding-left:25px;}
dl{margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{ padding:0em 0 0.5em 1em; line-height:1.3em}

strong{font-weight:bold; }
em{font-style:italic;}

img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-color:#ddd #333 #333 #ddd;
}

blockquote{border-left:4px solid #8CACBB;color:#76797C;margin:0 0 0.5em;padding-left:0.5em;}
ins {border-bottom: 1px solid green;text-decoration: none;color: green;}
del {color: red;text-decoration: line-through;}
cite {border-bottom: 1px dashed blue;}
acronym {border-bottom: 1px dotted #CCC;cursor: help;}
abbr, html\:abbr {border-bottom: 1px dashed #CCC;cursor: help;}
pre{
	background-color:#DEE7EC;
	border:1px solid #8CACBB;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
}

/* Other Styles: */
.hidden{display:none !important;}

p.description{
	font-weight:bold;
}

p.back,
p.more{
	margin-top:0.5em;
	padding:0.5em 0;
	clear:both;
	border-top:1px solid #ccc;
	padding-left:14px;
	height:1%;
}
p.back{
	background:url(../images/icons/arrow_left.gif) left center no-repeat;
}
p.more{background:url(../images/icons/arrow_right.gif) left center no-repeat; }

/*Links */
a.internal_link{background:url(../images/icons/internallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}
a.external_link{background:url(../images/icons/externallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}


/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:10px;
	border:1px solid #CCC;
	width:230px;
	margin:5px 0 5px 10px;
	background:transparent url(../images/pull-quote.gif) no-repeat scroll left bottom;


}

.quote {
	background:transparent url(../images/quote.gif) no-repeat scroll left top;
	margin:15px 20px;
	padding:0.5em 40px;
	display:block;
}

.callout{
	border:1px solid #CCC;
	padding:5px;
	margin:5px;
}
.discreet, .small-info {
	color:#76797C;
	font-size:85%;
	font-weight:normal;
}
.spacer{
	clear:both;
	margin:0; padding:0;
	height:1px;
	overflow:hidden;
}

.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}

img.alignCenter{margin:0 auto; display:block}
img.alignLeft{float:left; margin-right:10px;}
img.alignRight{float:right; margin-left:10px;}


img.icon
{
	display: block;
	float:left;
	background:url(../images/icons/sprites.gif) top left;
	height:16px;
	width:16px;
	margin-right:10px;
	border: 0;
}

img.print{background-position: 0 -32px;}
img.friend{background-position: 0 -64px;}
img.bookmark{background-position: 0 0;}



/* - Info Messages */
.success,
.msginfo,
.msgerror{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding: 5px 20px 5px 35px;
	border-width:2px 0px;
	border-style:solid;
	position:relative;
	height:1%;
	color:#000;
}
.msgerror{
	background-color:#fff6bf ;
	background-image:url(../images/icons/exclamation.gif);
	border-color:#ffd324;
}
.msginfo {
	background-color:#F8FAFC ;
	background-image:url(../images/icons/information.gif);
	border-color:#B5D4FE;
}
.success{
	background-color: #ebf4e6;
	background-image:url(../images/icons/accept.gif);
	border-color:#72B95B;
}
.msgerror h2{color:#E25F53; margin:0}
.msgerror ul{margin:0}

/* PAGINATION */
.page{
	border:1px solid #8CACBB;
	clear:both;
	margin:1em 0 0.5em 0;
	padding:0.7em;
}
.page a,
.page a:visited,
.page .this{
	border:1px solid #8CACBB;
	margin:2px;
	text-decoration:none;
	background-color:#EEF3F5;
	padding:1px 0.5em;
}
.page a:focus,
.page a:hover,
.page a.firstlast,
.page a.firstlast:visited{ background-color:#DEE7EC;}
.page .this{
	background-color:transparent;
	border-color:#eee;
}
.page a.firstlast:focus,
.page a.firstlast:hover{ background-color:#8CACBB;color:#fff;}


/*forms*/

.cssform p.btn input, p.btn a, p.download a, dd.btn a, #assesment_form p.submit input,  #form p.submit input{
	background:transparent url(../images/button-general.gif) right center no-repeat ;
	cursor:pointer;
	height:auto;
	width:auto;
	padding-right:20px;
 	color:#005582;
 	font-weight:bold;
 	border-color:#bcddec;
 	border:none;
 	font-size:1.25em;
 	float:right;
 	text-decoration: none;
 	margin:0px 0px 10px;
 	min-height: 15px;

}
 *:first-child+html #assesment_form p.submit input, *:first-child+html #form p.submit input{
padding-right:0px;
}

* html #assesment_form p.submit input,  * html #form p.submit input {
padding-right:0px;
}
.cssform p.btn input:hover, p.btn a:hover, p.download a:hover,  dd.btn a:hover,  #assesment_form p.submit input:hover, #form p.submit input:hover {color:#999;background:transparent url(../images/button-general-over.gif) right center no-repeat ;}

/* TEXT EDITOR */
#tinymce {
	background:#fff;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}

/*Links */
a,
a:visited{color:#696969; text-decoration: underline}
a:hover,
a:focus{color:#006490}
/******************************************/
/*            STRUCTURE                   */
/******************************************/

body{
	background:#fff url(../images/main-bg.gif) top repeat-x;
	color:#333;
	font-family: Arial, Verdana, sans-serif;
}

table, th, td {
    border-collapse:collapse;
    border:1px solid #ccc;
}

th {
    font-size:1.2em;
    font-weight:bold;
}

td, th {
    padding:5px;
    width:70%;
}

#global{
	font-size: 1.2em;

}

#contentwrap, #top-nav {
	width:960px;
	margin:0 auto;
	position: relative;
}


/*Top*/

#toparea{background:#004e78 url(../images/top-bar.gif) bottom left repeat-x; }
.toparea-wrap {
	width:960px;
	margin:0 auto;
	position: relative;}

#top-navwrap{
	background:#6fe0ed url(../images/navigation-bar.gif) bottom left repeat-x;
    min-height:30px;
    border-bottom:1px solid #CCC;
 }

#top-nav{list-style: none;}

#top-nav li {
    display:inline;
    float:left;
}

#top-nav li.top-menu-right {
    float:right;
}

#top-nav li.top-menu-right a {
    border:none;
}

ul#top-nav  {padding:5px 0px;}

#top-nav a{
color:#006490;
text-decoration: none;
padding:0px 5px;
border-right:1px solid #005582;
font-weight: bold;
font-size:0.95em;

}

#top-nav a:hover {color:#333;}

#user-tools{
margin:5px 0;
font-size: 0.95em;
}

#user-tools a{
	text-decoration: none;
}
#header h1 a {
text-indent: -100000px;
text-decoration: none;
font-size: 0px;
height:140px;
display: block;

}

#content{
	background: #FFF url(../images/banners/rotate.php) top right no-repeat;
	border:1px solid #CCC;
	border-top:none;
	height:1%;
	width:960px;

}
#center{
	float:left;
	width:940px;
	margin:0px 10px 1em;
}

* html #center {
	margin:0px 5px 1em;

}

#middle{
	float:right;
	width:700px;
	margin-top:40px;
}


/*left hand side*/
#left{
	width: 230px;
}

#navigation {
	background:#006490 url(../images/navigation-bottom.gif) bottom left no-repeat;
	height:1%;
	margin-bottom:5px;

}

#navigation ul {
margin:0px;
margin-bottom:5px;
padding:8px 0px;
}

#navigation li {
	list-style: none;
	margin:0px;
	padding:0px;
}

* html #navigation li {height:1%;}


#navigation a {
	color:#FFFFFF;
display:block;
padding:2px 5px 2px 8px;
text-decoration:none;
}

#navigation a:hover, #navigation .current-page a { background:#025075;}
#navigation a:hover {color:#000;}

.navigation-wrap {background:transparent url(../images/navigation-top.gif) top left no-repeat;}

#navigation ul li ul {padding:0px;}

#navigation ul li ul li {
font-size: 0.95em;
color:#FFF;
}
#navigation ul li ul li a {padding-left:15px;}


#currently, #signup {background: url(../images/box-bottom.gif) bottom left no-repeat;height:1%;margin-bottom:5px;}
#currently h2, #signup h2 {
background: url(../images/box-top.gif) top left no-repeat;
padding:10px 10px 0px 10px;
font-style: italic;
font-size: 1.50em;
}
#signup {padding-bottom:10px; min-height:90px;}
* html #signup {height:80px;}
#signup form{font-size:0.95em;}
#signup div input {border:1px solid #CCC; width:150px;font-size:0.95em; float:left;  margin-bottom:3px; margin-right:10px;}

input.btn {
	border:1px solid #005582;
	background:#005582;
	color:#FFF;
	font-size:0.85em;
	float:right;
	margin-right:10px;
	cursor: pointer;
	}

#signup label {float:left; width:40px;}

#newsletter div {padding:0px 10px;}

.boxbg {background: url(../images/box-middle.gif) bottom left repeat-y; margin:0px;}

#currently p {padding:10px; padding-top:0px; color:#333; margin-bottom:5px;}


#weebear {
    margin-bottom: 5px;
    font-size: 0;
}

#selfassessment {
background:transparent url(../images/buy-attends-online.png) no-repeat scroll 0%;
height:206px;
margin-bottom:5px;
}

#selfassessment a {
text-indent: -100000px;
text-decoration: none;
font-size: 0px;
height:206px;
display: block;
}

#footer{
	clear:both;
	color:#999;
	font-size: 0.95em;
}

ul#bottom-nav   {
padding:0px;
margin:5px;
clear:both;
}


#bottom-nav li {float:left; list-style: none;}

#bottom-nav a {
text-decoration: none;
padding:0px 5px;
border-right:1px solid #ccc;
font-size:0.95em;
margin:0px;
}
.copyright {clear:both; margin:0px 5px 5px;}
.calm {float:right;margin:0px;}


/*recruitment*/

#joblistings {
float:left;
width: 460px;
margin-left:10px;
border:1px solid #004e78;
 padding:5px;
 background:#ebf2f5;
}

#joblistings dt a {
	text-decoration: none;
	color:#005582;
	font-size:1.15em;
}

.vacancy th {
	font-weight: bold;
	padding-right:5px;
}

#vacancy  dl {
 border:1px solid #bcddec;
 padding:5px;
 background:#ebf2f5;
}

#vacancy dd {margin:0px;padding:0px;}

/*media centre*/

h1  a.what-is {
font-size:0.55em;
padding-left:5px;
font-weight: normal;
}

.boxmedia {
	border:1px solid #CCC;
	padding:5px 5px 20px;
	background: #FFF url(../images/mediacentre-gradient.gif) bottom left repeat-x;
	margin-bottom:5px;
}

.boxmedia h2 a {
	text-decoration: none;
	 color:#005582;
}
.boxmedia h2 a:hover {
color:#999;

}

.imageArticle {float:right;}


/***live search***/


#livesearch_box{
width:250px;
padding:5px;
margin:0 0 0 auto;
text-align: right;
}
#livesearch_box input{
vertical-align: middle;
width:150px;
border:1px solid #CCC;
font-size:0.95em;
}

#livesearch_box noscript div{display:inline;}
#livesearch_box label {
    margin:0 5px 0 5px;
    color:#FFF;
    display:inline;
}
#livesearch_results{
	position:relative;
	background:#fff;
	border:1px solid #005582;
	padding-bottom:5px;
}
#results p.msgerror{margin:0.5em 0.5em 1em;} /*FOR No RESULT STYLE*/
#livesearch_results a{text-decoration:none;}

#search_title{
	background:#004e78 url(../images/top-bar.gif) bottom left repeat-x;
	border-bottom:1px solid #005582;
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:bold;
}
#results dl{padding:0.5em 10px; margin:0;}
#results a:hover dl{background:#FFF url(../images/grey-gradient.gif) bottom left repeat-x;}
#results a  + a {display:block; border-top:1px solid #005582}

#close_tab{
	position:absolute;
	width:100%;
	height:9px;
	bottom:0;
	display:block;
	border-bottom:5px solid #005582;
	text-decoration:none;
	background:transparent url(../images/livesearch_close.gif) no-repeat center top;
}
* html #close_tab{line-height:1px;}
/* html #livesearch_results{ padding:0px;}*/
#close_tab:hover{
	border-color:#CCC;
	background-position:center -10px;
}

div.more{padding:5px 5px 10px; background:#f8f8f8; border-top:1px solid #eaeaea}



/*--------- HOME PAGE BANNER STYLES -----------*/
#banner h2, #banner ul, #banner li {
	margin:	0;
	padding: 0;
}

#banner {
	background:transparent url(../images/background-product-box.gif) top left no-repeat;
	width: 700px;
	padding: 0;
	margin: 0;
	margin-bottom:20px;
}

#banner p{	color: #fff; padding-bottom: 10px; font-size:1.15em;}
#banner h2 {color:#fff; font-size:1.45em; margin-bottom:10px;}
#banner a {color:#FFF; text-decoration: none;}

.textproduct {
	min-height: 170px;
	width:300px;
	padding: 20px 370px 0 20px;
	float:left;
	background:url(../images/banner1-img.gif) no-repeat right bottom;
}

#slide1 .textproduct { background:url(../images/product-display-img1.gif) no-repeat right bottom;}
#slide2 .textproduct { background:url(../images/product-display-img2.gif) no-repeat right bottom;}
#slide3 .textproduct { background:url(../images/product-display-img3.gif) no-repeat right bottom;}
#slide4 .textproduct { background:url(../images/product-display-img4.gif) no-repeat right bottom;}
#slide5 .textproduct { background:url(../images/product-display-img5.gif) no-repeat right bottom;}

*html .textproduct {
	height: 200px;
}
.view {text-align:right;}

.clear {
	clear:both;
	height:	0px;
	font-size: 0px;
	line-height: 0px;
}

#slide2,#slide3,#slide4,#slide5 {display:none;}

#tab_anchors li{
height:47px;
}

/*
Tabs -
*/
.anchors {list-style: none; margin: 0; padding: 0; height: 45px;}
.anchors li { margin: 0; float: left;}

/* attaching active state to background of li for pre-loading */
.anchors .tab1 {background: url(../images/product-display-btn1.gif) top left no-repeat; width: 140px;}
.anchors .tab5 {background: url(../images/product-display-btn5.gif) top left no-repeat; width: 140px;}

.anchors a{border-top:2px solid #FFF; }

.anchors .tabOn1 a, .anchors .tabOn2 a, .anchors .tabOn3 a, .anchors .tabOn4 a, .anchors .tabOn5 a {border-top:2px solid #005484; width:140px;}

.anchors .tab2, .anchors .tab3, .anchors .tab4 {background: #006c95; width: 140px;}
.anchors a {display: block; position: relative; top: 0px; left:0; z-index: 2; padding: 0px; color: #000; height: 45px; text-decoration:none;}

/* Tab Rollovers */
.anchors .tab1 a:link, .anchors .tab1 a:visited { background: #006c95 url(../images/product-display-btn1.gif) top left no-repeat; width: 140px; position:static;}
.anchors .tab5 a:link, .anchors .tab5 a:visited { background: #006c95 url(../images/product-display-btn5.gif) top left no-repeat; width: 140px; position:static;}

.anchors .tab2 a:link, .anchors .tab2 a:visited, .anchors .tab3 a:link, .anchors .tab3 a:visited, .anchors .tab4 a:link, .anchors .tab4 a:visited{ background: #006c95;width: 140px;position:static;}


.anchors .tab1 a:hover { background: url(../images/product-display-btn1-over.gif) top left no-repeat; width: 140px; position:static;}
.anchors .tab5 a:hover { background: url(../images/product-display-btn5-over.gif) top left no-repeat; width: 140px; position:static;}


.anchors .tab2 a:hover, .anchors .tab3 a:hover, .anchors .tab4 a:hover, .anchors .tab4 a:hover { background: #005484; width: 140px; position:static;}

.anchors .tabOn1 {	background: #005484 url(../images/product-display-btn1-over.gif) bottom left no-repeat; width: 140px;}
.anchors .tabOn5 {	background:#005484 url(../images/product-display-btn5-over.gif) bottom left no-repeat; width: 140px; }
/* button text */
.anchors span {display:block;color: #fff; padding:0.75em 5px 5px 5px; font-size:1.05em; line-height:1em; font-weight:bold;}

/* Bear Essentials */

div.bear-thumbs {
    width:700px;
}


.bear-thumbs-middle {
    background-color: #a1e7ef;
    padding: 0 0 0 13px;
    float:left;
    width: 686px;
}


.bear-thumbs-top {
    height: 10px;
    background: url(../images/bear-top.jpg) no-repeat;
    font-size: 0;
}

.bear-thumbs-bottom {
    height: 10px;
    background-color: #a1e7ef;
    background: url(../images/bear-bottom.jpg) no-repeat;
    font-size: 0;
    clear:both;
}
div.bear-thumb {
    padding:3px;
    float:left;
    margin: 0 7px 10px 0;
    width:100px;
    background: #fff;
}

div.bear-thumb img {}

div.bear-thumb-title {
    padding:5px;
    line-height:130%;
    font-size:0.9em;
    text-align: center;
}ackground: url(../images/bear-top.jpg) no-repeat;
    font-size: 0;
}

.bear-thumbs-bottom {
    height: 10px;
    background-color: #a1e7ef;
    background: url(../images/bear-bottom.jpg) no-repeat;
    font-size: 0;
    clear:both;
}
div.bear-thumb {
    padding:3px;
    float:left;
    margin: 0 7px 10px 0;
    width:100px;
    background: #fff;
}

div.bear-thumb img {}

div.bear-thumb-title {
    padding:5px;
    line-height:130%;
    font-size:0.9em;
    text-align: center;
}

/*-----------------------  FORMS ---------------------------------- */
.cssform .element{
	margin:0 0 0.5em;
}

.cssform label{
	color:#222;
	display:block;
	font-weight:bold;
	margin:0em 0px 3px 0px ;
	padding:0px;

}
.cssform span.description{
	color:#333;
	display:block;
	margin-bottom:5px;
	font-size:0.94em;
}
.cssform input,
.cssform textarea,
.cssform select
{
	background:#fff url(../images/input_background.gif) repeat-x 0 0;
	border:1px solid #8CACBB;
	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size:1em;
	margin-bottom:0.5em;
	padding:3px 2px;
	vertical-align:middle;
}
.cssform select{margin-bottom:0.5em; vertical-align:middle; }

.cssform input:hover,
.cssform textarea:hover,
.cssform input:focus,
.cssform textarea:focus
{border-color:#000;}

/*.cssform p.btn input, #joblistings .btn a {
	background:transparent url(../images/button-general.gif) right center no-repeat ;
	cursor:pointer;
	height:auto;
	width:auto;
	padding-right:20px;
 	color:#005582;
 	font-weight:bold;
 	border-color:#bcddec;
 	border:none;
 	font-size:1.25em;
 	float:right;
 	text-decoration: none;

}
.cssform p.submit input:hover, #joblistings .submit a:hover{color:#999;background:transparent url(../images/button-general-over.gif) right center no-repeat ;}
*/
.cssform textarea{width:90%;}
.cssform .big{font-size:1.5em; width:90%}




/*Error Management*/
.cssform label.error{color:#986265}
.cssform input.incorrect, .cssform textarea.incorrect{ border:1px solid #986265; background:#F4E7EA}
span.description_error{ color:#986265; margin-left:5px;  font-size:11px;}

div.msgerror{
margin-bottom:1em;
}
.msgerror label{cursor:pointer;}


ul.incorrect{
	background:#F4E7EA;
	border:1px solid #986265;
}

/* CHECK LIST CONTAINER*/
.checklist {
	overflow:auto;
	background:#fff;
	margin:5px 0px;
	border: 1px solid #ccc;
	list-style: none;
	width: 250px;
	font-size:1em;
	padding:3px;
	position:relative;
}
.cssform li input{
	width:auto !important;
	margin:0px !important;
	border:0px !important;
	background:none !important;
	position:relative;
	vertical-align:middle !important;
}
.checklist li {
	padding:5px;
	display:block;
}
.cssform li label{font-weight:normal; cursor:pointer; position:relative; display:inline}
.checklist label { position:relative;  display: block; text-indent: -25px; font-weight:normal;}

/*online assessment*/

form#assesment_form div, #sortVacancies  {
 border:1px solid #bcddec;
 padding:5px;
 background:#ebf2f5;
}

form#assesment_form ul {
    padding:0;
}

form#assesment_form ul li  {
    list-style:none;
}

form#assesment_form input[type="radio"]  {
    margin:0 5px 0 0 !important;
    width:15px;
}

#sortVacancies  {border:1px solid #005582;}



form#assesment_form select, form#sortVacancies select {border:1px solid #CCC;}
form#assesment_form label, form#sortVacancies label {color:#005582;}
/*recruitment*/

form#sortVacancies {float:left; width:200px;}

#sortVacancies h2, #joblistings h2 {
background:#004e78 url(../images/top-bar.gif) bottom left repeat-x;
color:#FFF;
padding:5px;
margin:-5px -5px 5px -5px;
}

p.small-info {
margin-bottom:3px;
color:#76797C;
	font-size:85%;
	font-weight:normal;
}

