

html {
	min-height: 100%;
	height: auto;
}

body {
  background: #333 url("/images/bg/outer_bg.gif") repeat-x bottom;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
  font-size: 11px;
}

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

a img {
  border: 0;
}


/********* LINK STYLES **********/


a {
  color: #ff0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #cc0000;
}


a.white, a.white:hover, a.white:visited { color: #fff; }


/********** TEXT STYLES **********/



p, ul, ol {
  margin-bottom: 1.3em;
  line-height: 150%;
}

li {
 margin-left: 25px;
 margin-bottom: 2px;
}

h1 {
  font-size: 18px;
  margin-bottom: 36px;
}

h2 {
  font-size: 15px;
  margin-bottom: 10px;
}

h3 {
  font-size: 13px;
  margin-bottom: 3px;
}


h4 {
  font-size: 12px;
}


/********* GENERAL CLASSES ********************/


.large { font-size: 120%; line-height: 140%; }
.small { font-size: 10px; }
.green { color: #66CC00; }
.white { color: #fff; }
.grey { color: #999; }
.darkgrey { color: #555; }
.center { text-align: center; }
.nonbold { font-weight: normal; }

/******** WRAPPER DIVs **********************/

#outer {
  background: transparent url("/images/bg/grass_bg.jpg") repeat-x;
  width: 100%;
}


#wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 760px;
}

/******* HEADER / MASTHEAD *******************/


#masthead {
  height: 185px;
}

#masthead h1 {
  background: url("/images/misc/fresh_logo.gif") no-repeat 0px 0px;
  margin-top: 25px;
  float: left;
  display: inline;
  height: 77px;
  width: 207px;
  overflow: hidden;
}

#masthead h1 a {
    height: 77px;
  width: 207px;
  text-indent: -1100px;
  display: block;
}

#tel {
  width: 300px;
  height: 38px;
  margin-top: 40px;
 float: right;
 display: inline;
 background: transparent url("/images/bg/talk_to_us.gif") no-repeat;
}

#tel strong {
  text-indent: -1200px;
  overflow: hidden;
  display: block;
}


/********** MAIN NAV **********************/

#nav {
  height: 32px;
  width: 760px;
}



#nav ul {
  width: 760px;
	height: 32px;
  line-height: 0;
  margin: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	float: left;
 margin: 0;
}

#nav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: white;
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	text-align: center;
  padding: 0 40px;
}

#nav ul li a:hover {
	color: #66CC00;
}

li#nav_home { width: 170px;  }
li#nav_about { width: 170px;}
li#nav_vacancies { width: 250px;}
li#nav_contact { width: 170px;}


body.home li#nav_home a,
body.about li#nav_about a,
body.vacancy li#nav_vacancies a,
body.search li#nav_vacancies a,
body.contact li#nav_contact a {
	background-color: #000;
}




/************ SUB NAV ***********************/


#subnav {
  background-color: #212121;
  padding: 20px 0;
  margin-bottom: 40px;
}

#subnav h4 {
  margin-left: 20px;
}

#subnav ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
}


#subnav ul li {
  margin: 0;
  list-style: none;
  font-size: 12px;
  height: 25px;
}

#subnav ul li a {
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
}

#subnav ul li.current a {
  color: #999;
  text-decoration: none;
  background: url("/images/bg/subnav_current_bg.gif") no-repeat left center;
  
}


/************** CONTENT HEADER *************/


#content-header {
  background: transparent url("/images/bg/black_box_bg.png") no-repeat bottom center;
  padding: 35px 230px 10px 30px;
  height: auto;
  margin-bottom: 25px;
}

* html #content-header {
  height: 1%;
  background-image: url("/images/bg/black_box_bg.gif");
}


* html #content-header a {
  position: relative;
}

body.home #content-header {
  height: 145px;
  background-image: url("/images/bg/black_box_bg_home.png");
  padding-right: 100px;
}




* html body.home #content-header {
  background-image: url("/images/bg/black_box_bg_home.jpg");
}


body.vacancy #content-header {
  padding-top: 65px;
  padding-bottom: 10px;
  padding-right: 30px;
  height: 30px;
}


* html body.vacancy #content-header {
  height: 1%;
}


body.search #content-header {
  padding: 35px 30px 10px 30px;  
  height: auto;
}

* html body.search #content-header {
  height: 1%;
}



body.about #content-header {
  background-image: url("/images/bg/black_box_bg_about.png");
  height: 145px;  
}
* html body.about #content-header { background-image: url("/images/bg/black_box_bg_about.jpg"); }

body.contact #content-header {
  padding-top: 65px;
  padding-bottom: 10px;
  height: 30px;
}


* html body.contact #content-header {
  height: 1%;
}

#content-header h1 {
  margin: 0;
}



/************* INTRO TEXT **************/

p.intro {
  font-size: 17px;
  color: #eee;
}

p.intro strong {
  color: #66CC00;
  font-weight: normal;
}

body.home p.intro, body.about p.intro {  
  font-size: 13px;
}





/********** MAIN CONTENT AREA *****************/

#main {
  width: 440px;
  padding-top: 20px;
  margin-left: 25px;
  float: left;
  display: inline;
}

#main p {
  line-height: 135%;
}

body.nosidebar #main { width: 720px; }
  
body.home #main { padding-top: 35px }
body.search #main { padding-top: 25px }



/********** SIDEBAR **************/

#sidebar {
  margin-top: 35px;
  width: 240px;
  margin-left: 515px;
}

* html #sidebar { margin-right: -3px; }


body.home #sidebar {
  background: none;
  padding: 0;
}


div.in-sidebar {
  background-color: #1F1F1F;
  padding: 20px 25px 10px 25px;
}


/******* SIDEBAR SEARCH *********/


#sidesearch {
  width: 240px;
  background: #66CC00 url("/images/bg/search_bg_top.gif") no-repeat top left;
  margin-bottom: 20px;
}


#sidesearch form {
  padding: 20px 25px;
  background: url("/images/bg/search_bg_bottom.gif") no-repeat bottom left;  
}

#sidesearch form input#keywords {
  width: 150px;
  margin-right: 3px;
  color: #999;
}

p.vacancy-count {
  padding-top: 10px;
  color: #295200;
  text-align: center;
  margin: 0;
}


/************ SENIOR VACANCIES BOX *********/

#exec_vacancies {
  width: 760px;
  margin-top: 45px;
  font-size: 11px;
}

#exec_vacancies a {
  color: white;
}

#exec_vacancies ul {
  list-style: none;
  margin: 0;
}

#exec_vacancies ul li {
  list-style: none;
  color: white;
  margin: 0 0 0 20px;
  float: left;
  display: inline;
  width: 120px;
}

#exec_vacancies_top {
  background: url("/images/bg/exec_bg_top.png") no-repeat top left;
  padding: 30px 30px 0 20px;
  text-align: right;
  height: 60px;
  
}

#exec_vacancies_bot {
  background: url("/images/bg/exec_bg_bot.png") no-repeat bottom left;
  padding: 0 20px 5px 10px;
  height: 105px;
}









/******** FEATURED VACANCIES *********/

#featured_vacancies {
  width: 760px;
  clear: both;
  margin-bottom: 30px;
}

#featured_vacancies a {
  color: #f2f2f2;
}


#featured_vacancies ul {
  padding-bottom: 15px;
  list-style: none;
  height: 40px;
}

#featured_vacancies ul li {
  float: left;
  width: 160px;
  margin: 0 25px 0 0;
  color: #777;
  line-height: 135%;
}

/********** FORMS ************/

input.textfield {
  border: 1px solid #000;
  font-size: 13px;
  color: #666;
  padding: 2px;

}





/******** VACANCY PAGE **********/


body.vacancy #content-header h1 {
  float: left;
  display: inline;
}

body.vacancy h2 {
  border-bottom: 2px solid #555;
  clear: both;
  margin: 0 0 0 22px;
  padding-left: 5px;
  padding-bottom: 8px;
  padding-top: 20px;
}

p.breadcrumbs {
  padding-top: 9px;
  margin: 0;
  color: #666;
  font-size: 10px;
  float: right;
  display: inline;
}

p.breadcrumbs a, p.breadcrumbs a:visited {
  color: #999;
  padding: 0 3px;
}


/********* VACANCY ENQUIRY FORM **********/



form#enquiry {
  padding: 4px;
}

form#enquiry label {
  font-size: 10px;
  color: #999;
  margin-bottom: 2px;
  line-height: 16px;
  padding-left: 2px;
}

form#enquiry input.textfield {
  width: 180px;
}


form#enquiry input#candidate_cv {
  font-size: 11px;
  border: 1px solid #000;
padding: 2px;
}



#sidebar p.vacancy-contact {
  font-size: 13px;
  color: #999;
  line-height: 140%;
  background: url("/images/bg/small_dotted_dbl _bg.gif") repeat-x top;
  padding-top: 30px
}

p.or {
 background: url("/images/bg/or_bg.gif") no-repeat top center;
 height: 7px;
 text-indent: -1000px;
 overflow: hidden;
 margin-top: 25px;
}

a.showenquiry, a.showenquiry.closed {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  padding-left: 14px;
  background: url("/images/bg/showenquiry_bg_closed.gif") no-repeat left center;    
}

a.showenquiry.open {
  background: url("/images/bg/showenquiry_bg_open.gif") no-repeat left center;  
}


table#vacancy-meta {
  margin-bottom: 22px;
  width: 100%;
}


#vacancy-meta td {
  vertical-align: top;
  padding: 4px 0;
}

#vacancy-meta td.meta-name {
  font-weight: bold;
  padding-right: 2px;
}

#vacancy-meta td.meta-value {
  color: #999;
}

.formError {
  background-color: red;
  padding: 2px 4px;
  border: 1px solid #990000;
}

img#spinner {
  padding-left: 7px;
  display: inline;
}



/************ SEARCH PAGE *********/

form#search {
  width: 300px;
  float: left;
  display: inline;
}

form#search input#keywords {
  font-size: 15px;
  color: #666;
  padding: 4px;
  width: 250px;
  margin-bottom: 6px;
}



a.options, a.options:visited {
  text-decoration: none;
  padding-left: 8px;
  color: #666;
/*  margin-left: 4px; */
  font-size: 10px;
 background: url("/images/bg/option_arrow_closed.gif") no-repeat center left;  
}


a.options.closed {
 background-image: url("/images/bg/option_arrow_closed.gif");
}

a.options.open, a.options.open:visited {
  padding-left: 11px;
  background-image: url("/images/bg/option_arrow_open.gif");
}


#search-options {
  width: 230px;
  background-color: #101010;
  padding: 7px 14px;
  margin-bottom: 12px;
}

#search-options label {
  color: #ccc;
line-height: 22px;
padding-left: 3px;
}

#search-options select {
  font-size: 11px;
}

#interested {
  font-size: 11px;
  width: 300px;
  padding: 12px;
  border: 1px dotted #343434;
  margin-top: 12px;
  margin-left: 360px;
}

#content-header #interested p {
  margin: 0;
}


table.listing {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 15px;
}

table.listing th {
  background-color: #232323; 
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
 border-top: 1px solid #bbb; 
  padding: 10px 2px 10px 8px;
}


table.listing td {
  padding: 15px 2px 15px 8px;
	white-space: nowrap;
	text-align: left;
}


table.listing td a, table.listing td a:visited {
  color: #fff;
}


table.listing td.title a, table.listing td.title a:visited {
  color: #66CC00;
}



table.listing td {
  color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
  vertical-align: top;
  border-bottom: 1px dotted #666; 
}


tr.odd {
  background-color: #3A3A3A;
}

table.listing tr.hover td {
  color: #fff;
  background-color: #393D30;
/*  cursor: pointer; */
}



table.listing th a, table.listing th a:visited {
	text-decoration: none;
	color: #fff;
	padding-right: 13px;
	background: url("/images/misc/storylist_sort_arrow_off.gif") no-repeat right center;
}

table.listing th a:hover {
	text-decoration: underline;
}


table.listing th a.active_desc, table.listing th a.active_desc:visited {
	background: url("/images/sort_arrows/sort_arrow_active_desc.gif") no-repeat right center;
}

table.listing th a.active_asc {
	background: url("/images/sort_arrows/sort_arrow_active_asc.gif") no-repeat right center;
}




td.date, td.region {
  font-size: 10px;
}



p.result-count {
  text-align: right;
  padding-right: 12px;
}





/*********** SEARCH RESULTS PAGING ****************/


#main p.paging {
  font-size: 13px;
  line-height: 28px;
	height: 28px;
	text-align: center;
	margin: 0 14px;
}

p.paging a {	padding: 0 6px; }

p.paging a.current {
	color: #fff;
	border: 1px solid #666;
	text-decoration: none;
  padding: 3px 8px;
 
}



/************** BROWSE PAGE ************/

div.browse {
  width: 340px;
  float: left;
  display: inline;
}

#browsesector {
  margin-left: 20px;
}

div.browse ul {
  padding-left: 5px;
  list-style: none;
  padding-top: 15px;
  font-size: 13px;
}

div.browse ul li {
  font-size: 11px;
  margin-bottom: 4px;

}



/********** OUR TEAM template ***********/


div.person {
  background: #212121 url("/images/bg/person_bg_top.gif") no-repeat top left;
  padding-top: 20px;
  margin-bottom: 25px;
}

div.person div {
  background: url("/images/bg/person_bg_bottom.gif") no-repeat bottom left;
  padding: 0 22px 20px 22px;
}

div.person p {
  margin-bottom: 0.6em;
}


/********* FLASH MESSAGES ********/




div#flash {
  padding: 20px 25px 20px 60px;
}

div.notice {
  background: #50920E url("/images/bg/flash_notice_bg.gif") no-repeat left center;
  border-top: 1px dotted #66CC00;
  border-bottom: 1px dotted #66CC00;
}


div.error {
  border-top: 1px dotted red;
  border-bottom: 1px dotted red;  
    background: #B30606 url("/images/bg/flash_error_bg.gif") no-repeat left center;

}


/******** FOOTER **************/

#footer {
  font-size: 11px;
  color: #999;
  margin-left: 25px;
  padding-top: 50px;
  padding-bottom: 15px;
  clear: both;
}

#footer p {
  margin-bottom: 0.4em;
}

#footer a {
  color: #666;
  font-size: 10px;

}

#footer-images {
  width: 470px;
  float: left;
  display: inline;
  padding-bottom: 40px;
}


#footer-address {
  float: right;
  display: inline;
  padding-right: 15px;
  color: #999;
  width: 180px;
  background: yellow;
}



