/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; outline: none;}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
/* * a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

end of global reset

************************************************************************************************************************************************************ */


/* LINKS ++++++++++++++++++++++++++++++++++ */

a:hover {
	text-decoration: underline;
}


/* UTILITIES ++++++++++++++++++++++++++++++++++ */

.clearBoth {
clear: both;
}

.hidden {
height: 0;
overflow: hidden;
text-indent: -5000px;
margin: 0;
padding: 0;
}

/* ************************************************************************************************************************************************************

end of utilities

************************************************************************************************************************************************************ */

/* ######################################################### */
/* ############## color theme - company color ############## */
/* ##############           #f15a24           ############## */
/* ######################################################### */


/* --------------- structure ------------------ */


body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-color: white;
}

#top {
	background-color: white;
	height: 145px;
}

#top .container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo-company {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100px;
	height: 100px;
}


#site-name {
	position: absolute;
	right: 0;
	top: 65px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: white;
}



#main-area {
	width: 960px;
	margin: 0 auto;
	color: #313131;
	padding-top: 45px;
}

#main-area .container {
	background-color: #f1f1f1;
	padding: 20px;
}

.listing-page {
	position: relative;
}


#main-area p, #main-area h2, #main-area h3, #main-area h4, #main-area h5, #main-area ul {
	margin: 1em 0;
}

fieldset h3,
fieldset p {
  clear: left;
}


h1 {
	margin-bottom: 35px;
}

#content-primary {
	background-color: white;
	padding: 65px;
}

.listing-page #content-primary {
	background-color: transparent;
	padding: 0 10px;
}

ul.job-listing {
	margin: 0 !important;
	padding: 0 !important;
}

ul.job-listing li {
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-color: white;
	list-style: none !important;
	position: relative;
	margin: 2em 0 !important;
	padding: 2em 20px 1em 25px;
}

ul.job-listing li.no-1 {
	background-image: url(../furniture/no_1.gif);
}

ul.job-listing li.no-2 {
	background-image: url(../furniture/no_2.gif);
}

ul.job-listing li.no-3 {
	background-image: url(../furniture/no_3.gif);
}

ul.job-listing li.no-4 {
	background-image: url(../furniture/no_4.gif);
}

ul.job-listing li.no-5 {
	background-image: url(../furniture/no_5.gif);
}

ul.job-listing li h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

ul.job-listing li h2 a {
	text-decoration: none !important;
}

ul.job-listing li h2 a:hover {
	text-decoration: underline !important;
}

ul.job-listing li p {
	margin-top: 0 !important;
	color: #808080;
}

ul.job-listing li .cta {
	position: absolute;
	right: 10px;
	top: 1em;
}

/* --------------- main area content ------------------ */

#main-area a {
	color: #313131;
	text-decoration: underline;
}

#main-area a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
	color: #313131;
}

h1 {
	font-size: 3em;
	line-height: 0.7;
}

h1 span {
	font-weight: normal;
	font-size: 50%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #808080;
	letter-spacing: 0;
}

.listing-page h1 {
  background-color:#6B8092;
  background-position:left bottom;
  background-repeat:no-repeat;
  color:white;
  font-size:2em;
  font-weight:normal;
  margin-left:-20px;
  margin-right:-20px;
  margin-top:-20px;
  padding:20px;
}

h2 {
	font-size: 1.8em;
}

.listing-page h2 {
	font-size: 1.5em;
}

h3 {
       font-size: 1.5em;
}


#main-area p {
	line-height: 1.4em;
	font-size: 1.3em;
}


#content-primary ul {
	margin: 2em 40px;
}

#content-primary li {
	margin: .5em 0;
	list-style-type: disc;
	font-size: 110%;
}

#content-primary li p {
	margin: .3em 0;
}

#content-primary li p.job-description-summary, #content-primary li h2 {
	margin-right: 270px;
}




/* --------------- buttons ------------------ */


.cta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 30px;
	font-size: 1.4em !important;
}

.basic-page .cta {
	display: inline;
}

.cta a {
	float: left;
	display: block;	
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #313131;
	color: white !important;
	height: 30px;
	overflow: hidden;
	padding-top: 4px;
	margin-right: 10px;
	text-align: center;
	width: 220px;
	background-image: url(../furniture/button_cta.gif);
	line-height: 30px;
	text-decoration: none !important;
}

.cta a:hover {
	background-position: 0 -34px;
	text-decoration: underline !important;
}














/* -------- block-ruled --------- */

.block-ruled {
	border-top: 1px solid #ccc;
	margin: 4em 0 2em 0;
	clear: both;
}

.block-ruled h2 {
	text-transform: uppercase;
	color: #999;
	font-size: 1.4em;
	margin-top: .5em !important;
	letter-spacing: .05em;
}


p.link-download {
	background: url(../furniture/icon_link_download.gif) 0 .5em no-repeat transparent;
	padding-left: 15px;
}








/* --------------- footer ------------------ */
#footer {
	clear: both;
	position: relative;
	font-size: .9em;
	padding-top: 1em;
	padding-bottom: 45px;
	text-align: right;
}


/* --------------- forms -------*/

form fieldset label {
  font-size: 1.3em;
  display: block;
  float: left;
  clear: left;
  width: 200px;
  padding-right: 1em;
  margin-bottom: 10px;
  color: #111;
}
form fieldset input,
form fieldset textarea,
form fieldset select,
fieldset .monthyear {
  width: 350px;
  float: left;
  margin-bottom: 10px;
}
fieldset .monthyear select {
  width: 88px;
}
.mandatory {
  color: red;
}
form fieldset span.error {
  display: block;
  clear: both;
  color: red;
  font-size: 1.3em;
}


/* Start Network Rail theme */
#header {
  background-color: #6B8092;
  background-image: url(/networkrail/furniture/recruitment.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 214px;
  border-bottom: 3px solid #6B8092;
  margin-bottom: 1em;
}
#header h1 {
  background-image: url(/networkrail/furniture/logo.gif);
  background-repeat: no-repeat;
  text-indent: -9999em;
  width: 122px;
  height: 58px;
}


iframe {
  visibility: hidden;
}

#pager {
  text-align: center;
  overflow: auto;
  position: relative;
}
#pager .next {
  position: absolute;
  right: 0;
}
#pager .previous {
  position: absolute;
  left: 0;
}