/* navigation.css
styles for navigation
---------------------*/

/*a:link unvisited link
a:visited  visited link
a:hover  mouse over link
a:active selected link
a:focus focused link */


/* reset
----------------------------------------------- */

.nav, .nav ul {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.nav li {
	background : none;
	margin : 0;
	padding : 0;
	list-style: none;
}

.nav li a,
.nav li .link {
	display: block;
	text-decoration: none;
}

.nav li a:hover,
.nav li a:focus {
	text-decoration: underline;
}

/* links types
----------------*/

a.primary,
a.secondary
{
    display: block;
    clear: left;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0;
}

.primary
{
    text-indent: -9999em;
    border: none;
}

a.secondary
{
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    height: 25px;
}


.foot a.primary,
.foot a.secondary
{
    margin-top: 0;
}


a.secondary:hover,
a.secondary:focus
{
    background-position: 0 -25px;
}


a.tertiary
{
    display: block;
    padding-left: 8px;
    font-weight: bold;
    background: url("images/bullet-tertiary-link.gif") no-repeat 0 6px;
}

h3 a.tertiary
{
    background-position: 0 4px;
}

a.tertiary:hover,
a.tertiary:focus
{
  text-decoration: underline;
}

#search-jobs a.tertiary
{
    background-image: url("images/bullet-browse-link.png");
}

a.back
{
    background: url("images/bullet-tertiary-link-back.png") no-repeat 0 55%;
}

a.next
{
    background-position: 100% 55%;
    padding-left: 0;
    padding-right: 8px;
}

a.add
{
    padding-left: 15px;
    background: url("images/bullet-add.png") no-repeat 0 55%;
    float: right;
}

a.delete,
.nav li a.delete
{
    padding: 0 20px 0 0;
    float: left;
    clear: left;
    background: url("images/bullet-delete.png") no-repeat 100% 2px;
}

a.delete:hover,
.nav li a.delete:hover
{
    text-decoration: underline;
}

td a.delete
{
    float: right;
}


a.list,
.nav li a.list,
a.map,
.nav li a.map
{
    font-weight: bold;
    padding: 2px 0 2px 20px;
    margin: 0 0 0 10px;
    background: url("images/icon-list.png") no-repeat 0 0;
}
a.list,
.nav li a.list
{
    background: url("images/icon-list.png") no-repeat 0 0;
}

a.map,
.nav li a.map
{
    background: url("images/icon-map.png") no-repeat 0 0;
}

a.large, a.large:visited
{
    background: url("images/nav-link-large.png") no-repeat 0 0;
    height: 47px;
    width: 135px;
    padding: 20px 25px 10px 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-indent: 0;
}

a.large:hover,
a.large:focus
{
    background-position: 0 -77px;
    color: #C4EFFF;
    text-decoration: none;
}
/* nav global - nav-horizontal
-----------------------*/

#nav-global
{
    position: relative;
    z-index:10;
}

#nav-global ul.nav
{
}

#nav-global li
{
	padding-top: 5px;
	float: left;
	background: url("images/bullet-nav.png") no-repeat 0 90%;
}

#nav-global li.first
{
	background:  none;
}

#nav-global li.first a
{
    padding-left: 0;
}

#nav-global li a
{
	padding: 0 0.8em 0 0.8em;
    line-height: 1.5em;
}


li#nav-country
{
    border: none;
    width: 82px;
    float: right;
    padding: 5px 2px 5px 2px;
    margin: 0;
    background: none;
}

li#nav-country a
{
   float: left;
   padding-left: 4px;
   background: url("images/bullet-dropdown.png") no-repeat 100% 60%;
}

li#nav-country .flag
{
    display: block;
    float: left;
    width: 18px;
    height:18px;
    margin: 2px 0 0 4px;

}

li#nav-country .icn-uk
{
    background: url("images/icon-flag-uk.png") no-repeat 0 0;
}


/* nav level 1 - nav-horizontal
--------------------*/

#nav-primary
{
    width: 700px;
    /*margin-top: 25px;*/
}

#nav-primary .nav
{
 margin: 0 0 -1px 0;
 font: bold 1.2em Arial,sans-serif;
 text-transform: uppercase;
}


#nav-primary li {
	float: left;
	margin-right: 0px;
	text-indent: -999em;
	margin-right: 2px;
}

#nav-primary li a
{
    width: 231px;
    height: 38px;
    padding: 0;
    background: url("images/nav-primary-sprite.jpg") no-repeat 0 0;
}


#nav-primary #nav-for-candidates a
{
    background-position: -231px 0;
}
#nav-primary #nav-for-candidates a:hover,
#nav-primary #nav-for-candidates a:focus
{
    background-position:  -231px -38px;
}

#nav-primary  #nav-for-candidates a.here
{
    background-position:  -231px -76px;
}


#nav-primary #nav-for-clients a
{
    background-position: -231px 0;
}

#nav-primary #nav-for-clients a:hover,
#nav-primary #nav-for-clients a:focus
{
    background-position: -231px -38px;
}

#nav-primary  #nav-for-clients a.here
{
    background-position: -231px -76px;
}

#nav-primary #nav-our-expertise a
{
     background-position: -462px 0;
}

#nav-primary #nav-our-expertise a:hover,
#nav-primary #nav-our-expertise a:focus
{
     background-position: -462px -38px;
}

#nav-primary #nav-our-expertise a.here
{
     background-position: -462px -76px;
}


/* nav level 2 - nav-vertical
-------------------*/
#nav-secondary
{
 border: 1px solid #D2E4FF;
 overflow: visible;
}

#nav-secondary ul
{
    width: 169px;
}

#nav-secondary  .content {
	margin: 0px -10px 0 -10px;
	border-top: 1px solid #D2E4FF;
}

#nav-secondary  li
{
    border-bottom: 1px solid #D2E4FF;
    border-right: 1px solid #D2E4FF;
    background: #fff url("images/nav-secondary-link-bg.jpg") repeat-x 0 0;
}

#nav-secondary li.section
{
    border-bottom: none;
}

#nav-secondary  li ul
{
    border-top: 1px solid #D2E4FF;
}

#nav-secondary  li a {
	padding: 2px 2px 2px 10px;
    border-top: 1px solid #fff;
	background: url("images/bullet-heading-link.gif") no-repeat 95% 50%;
	font-size: 115%;	
	font-weight:bold;
}

#nav-secondary  li a:hover,
#nav-secondary  li a:focus
{
    border-top-color: #00AEEF;
    background: #00AEEF url("images/bullet-secondary-nav-hover.gif") no-repeat 95% 50%;
    color: #fff;
    text-decoration: none;

}

#nav-secondary li.here
{
    background: #fff url("images/nav-secondary-link-here-bg.jpg") repeat-y 0 0;
    border-right: 1px solid #fff;
    width: 110%;
}

#nav-secondary  li.here a
{
 border: 1px solid #fff;
 font-weight: bold;
}

#nav-secondary  li.here li a
{
 font-weight: normal;
}

#nav-secondary .foot
{
    padding-top: 10px;
}



/* nav level 3
-------------------*/

#nav-secondary  li li a {
	padding-left: 20px;
}

/* nav level 4
-------------------*/

#nav-secondary  li li li a {
	padding-left: 30px;
}

/* nav level 5
-------------------*/

#nav-secondary  li li li li a {
	padding-left: 40px;
}

/* nav level 6
-------------------*/

#nav-secondary  li li li li li a {
	padding-left: 50px;
}

/*---------*/

#nav-secondary .sub-specialisms
{
    border: none;
    background: #F5F5F5;
    margin-top: 0;
}

#nav-secondary .sub-specialisms li
{
    background: none;
    border: none;
}

.sub-specialisms a,
.sub-specialisms h4
{
    display : block;
    border-bottom:1px solid #E4E4E4;
    border-top:1px solid #FFFFFF;
    padding:0.2em 0.2em 0.2em 1em;
    padding-left: 10px;
    margin: 0;
}

.sub-specialisms a
{
    background: url("images/toggle-closed.png") no-repeat 98% 3px;
}

.sub-specialisms a.open
{
    background: #E6EBF9 url("images/toggle-open.png") no-repeat 98% 3px;
    text-decoration: none;
}

/* nav tertiary - nav-horizontal
--------------------*/

#nav-tertiary {
	padding-top: 35px;
	margin-top: -35px;
	background: url("images/footer-bg.jpg") repeat-x 0 0;
}

#nav-tertiary ul.nav {
	 height: 2em;
	 float: left;
}

#nav-tertiary ul.last {
	 float: right;
	 clear: none;
}

#nav-tertiary ul.last li{
	float: right;
}

#nav-tertiary li {
	float: left;
	background: url("images/bullet-nav.png") no-repeat 0 50%;
}

#nav-tertiary li.first
{
	background:  none;	
}

#nav-tertiary li a {
	padding: 0 0.8em 0 0.8em;
}
#nav-tertiary li.first a
{
    padding-left: 0;
}
/* nav breadcrumb - nav-horizontal
-----------------------*/

#nav-breadcrumb {
}

#nav-breadcrumb ul.nav {
	 height: 2em;
	 margin-top: 10px;
}

#nav-breadcrumb li {
	float: left;
}

#nav-breadcrumb li a,
#nav-breadcrumb li .link
{
    padding: 0 0.6em 0 0.5em;
    background: url("images/bullet-breadcrumb.png") no-repeat 100% 60%;
	text-decoration: underline;
}

#nav-breadcrumb li .link
{
    text-decoration: none;
    color: #999;
    background: none;
}

#nav-breadcrumb .nav li a:hover,
#nav-breadcrumb .nav li a:focus {
	text-decoration: underline;
}

/* nav user
---------------*/

#nav-user
{
 margin-top: 6px;
}

#nav-user  ul.nav {
	 height: 2em;
}

/* nav paging
----------------*/

.nav-paging {
	padding-left:0;
	padding-right:0;
	margin-bottom: 0;
    background: url("images/nav-paging-bg.jpg") repeat-x 0 0;
    /*border-top: 1px solid #fff;
    border-top: 1px solid #fff;*/
}

.nav-paging a
{
    font-weight: normal;
}
.nav-paging .content {
	padding-top: 0;
}

.nav-paging .pages { float: right; margin-right:10px;}

.nav-paging ol a,
.nav-paging ol span
{
    float: left;
    padding: 0 5px 0 5px;
    text-decoration: underline;
}

.nav-paging p {
	padding: 0;
	margin: 0;
}

.nav-paging .next,
.nav-paging .previous,
.nav-paging ol {float: left;}

.nav-paging li.next
{
    background: url("images/bullet-nav.png") no-repeat scroll 0 60%;
}

.nav-paging ol {
	list-style: none;
	margin: 0 0.5em 0 0.5em;
	padding: 0;
}

.nav-paging li {
	float: left;
	clear: none;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
}

.nav-paging ol li {
	padding: 0 0 0 0;
}

.nav-paging ol li.last {
	background: none;
}

.nav-paging p span { color: #bbb; }


.nav-paging ol li.here span {
	display: block;
	background: #B3D3FF;
	color: #fff;
	text-decoration: none;
}
/*------*/

.paging-job
{
    /* when viewing individual job*/
	padding-left: 0;
	padding-top: 0;
	margin: 0;
	background: none;
}

/*-------*/

.paging-jobs a.tertiary
{
    float: left;
}

.paging-jobs .nav
{
    float: right;
    width: auto;
    clear: none;
}

.paging-jobs .nav li
{
    padding: 0 5px 0 5px;
}

.paging-jobs .nav .previous
{
    border-right: 1px solid #aaa;
}

/* nav-context
---------------*/
.nav-context
{
    float: right;
    color: #324B5F;

}

.nav-context li
{
    float: right;
    border: 1px solid #E4E4E4;
    padding: 6px;
    background: url("images/nav-context-bg.jpg") repeat-x 0 100%;
}

.nav-context li.reference
{
    border-right: 1px solid #fff;
}

#job-head h2
{
    margin-top: 0;
    margin-bottom: 0;
}


/*
---------*/

.img-find-jobs
{
    width: 118px;
    height: 24px;
    background: url("images/btn-find-jobs.jpg") no-repeat 0 0;
}

.img-icon-search
{
    width: 39px;
    height: 24px;
    background: url("images/btn-icon-search.jpg") no-repeat 0 0;
}

.img-search
{
    width: 83px;
    height: 50px;
    background: url("images/btn-search.jpg") no-repeat 0 0;
}

.img-view-all-comments
{
    width: 158px;
    height: 50px;
    background: url("images/btn-view-all-comments.jpg") no-repeat 0 0;
}

.img-view-all
{
    width: 91px;
    height: 50px;
    background: url("images/btn-view-all.jpg") no-repeat 0 0;
}


.img-register-now
{
    width: 123px;
    height: 50px;
    background: url("images/btn-register-now.jpg") no-repeat 0 0;
}

.img-find-job
{
    width: 100px;
    height: 50px;
    background: url("images/btn-find-a-job.jpg") no-repeat 0 0;
}

.img-find-candidate
{
    width: 144px;
    height: 50px;
    background: url("images/btn-find-a-candidate.jpg") no-repeat 0 0;
}

.img-setup-new-alert
{
    width: 152px;
    height: 50px;
    background: url("images/btn-setup-a-new-alert.jpg") no-repeat 0 0;
}


.img-check-your-salary
{
    width: 156px;
    height: 50px;
    background: url("images/btn-check-your-salary.jpg") no-repeat 0 0;
}

.img-apply-now
{
    width: 119px;
    height: 33px;
    background: url("images/btn-apply-now.png") no-repeat 0 0;
}

.imglrg-apply-now
{
    width: 182px;
    height: 37px;
    background: url("images/btnlrg-apply-now.png") no-repeat 0 0;
}

.img-apply-now:hover,
.img-apply-now:focus
{
    background-position: 0 -33px;
}

.imglrg-apply-now:hover,
.imglrg-apply-now:focus
{
    background-position: 0 -37px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   