/* make sure nothing gets clipped off the page 
---------------------------------------------------------- */
#main, #content, #footer {
	width: 100% !important; 
	margin: 0 !important; 
	float: none !important;
}

/* hide some elements 
---------------------------------------------------------- */
.noprint, form, #credits, #nav, #side, #vac-feed {
	display: none !important;
}

/* fix logo
---------------------------------------------------------- */
a#logo {
	display: block;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	float: right;
}

/* font sizes
---------------------------------------------------------- */

body { font-size: 83.31%; }
html>body {	font-size: 13.33px; }

/* global
---------------------------------------------------------- */

body {		
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	line-height: 1.9505em;
}
h3, p, ul, ol, blockquote, pre, table, td, th, label {
	font-size: 1em;
	line-height: 1.9505em;
	margin-bottom: 0.9em;
}
h1, h2, h3, legend {	
	font-weight: bold;
	color: #5c4837;
}
h1 {	
	letter-spacing: -0.01em;	
	font-size: 1.95em;
	line-height: 1em;
	margin-bottom: 0.67em;
	margin-top: 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.625em;
	margin-bottom: 0.9em;
	margin-top: 1.35em;
}
h3 {
	margin-top: 1.65em;
}



/* content
---------------------------------------------------------- */

#content blockquote {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-style: italic;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 0 20px 1em 20px;
}


/* lists 
---------------------------------------------------------- */

#content ul {
  list-style-type: disc;
	padding-left: 30px;
}
#content ul.vacancies,
#content ul.keydetails,
#content ul.details {
	padding-left: 0;
	list-style: none;
}
#content ul.twocol {
	margin-left: -20px;
	list-style: none;
	padding-left: 0;
}
#content ul.twocol li {
	display: block;
	float: left;
	width: 225px;
	padding-left: 20px;
}

/* footer
---------------------------------------------------------- */

#footer {	
	font-size: 0.9em;
	line-height: 2.167em;
	color: #776658;
}
#footer a:link,
#footer a:visited {
	color: #776658;
}
#footer a:hover {
	color: #df4e14;
}
#footer p {
	margin-bottom: 0;
}


/* links
---------------------------------------------------------- */

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFB200;
	padding-bottom: 1px;
}
a.noticeable {
	color: #df4e14;
}
a:hover {
	color: #df4e14;
	border-bottom: 1px dotted #df4e14;
}


/* images
---------------------------------------------------------- */

img.image {
	
}
img.floatleft {
	display: block;
	float: left;
	margin: 0.5em 20px 6px 0;
}
img.floatright {
	display: block;
	float: right;
	margin: 0.5em 0 6px 20px;
}
img.photo {
	border: 1px solid #d3d3d3;
	padding: 4px;
}
a.image {	
	border: none !important;
	padding: 0 !important;
	background: none !important;
}

/* misc
---------------------------------------------------------- */

a img {
	border: none;
	background: none;
}


/* self-clearing floats
----------------------------------------------------- */

#main:after,
ul#nav:after,
#footer:after,
#content:after,
#side:after,
#content ul.twocol:after,
p.compact:after   {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ie */


/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #main,
* html ul#nav,
* html #footer,
* html #content,
* html #side,
* html #content ul.twocol {
	height: 1%;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #main,
*:first-child+html ul#nav,
*:first-child+html #footer,
*:first-child+html #content,
*:first-child+html #side,
*:first-child+html #content ul.twocol {
	min-height: 1px;
}



/* font sizes
----------------------------------------------------- */

/* ie5,6+7 allow font resizing */
*:first-child+html body { font-size: 83.31%; }
* html body { font-size: 83.31%; }