/*	CSS for New Level Recruitment - Copyright New Level Recruitment Ltd 2006
	Author: Moustique Design http://www.moustique.net/
	Date: 21 November 2006
/* Generic elements =========================*/
body {
	padding: 0;
	background-color: #fff;
	color: #000;
	font: normal 76% Arial, Verdana, sans-serif;
}
h1 {
	text-indent: -1000em;
	background: url("../images/logo-nlr.jpg") top left no-repeat;
	float: right;
	width: 205px;
	height: 65px;
	margin: 10px 0 0 0;
}

h1.jobSearch {
	width: 600px;
	text-indent: 0em;
	float:left;
	height: 40px;
	background: none;
	display:block;
	margin:0px;
}

h2.jobTitle {
	color:#000000;
	margin:0px;
	text-decoration:none;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	color: #000;
}
h2 hr {
	margin: 2px 0 0 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 0;
}
h4 {
	font-size: 0.8em;
	margin-top: 0;
	color: #000;
}
h5{
list-style-type: none;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
		text-align: justify; 
}
hr {
	border: 1px solid #ccc;
	color: #333;
}
cite  {
 font-weight: bold;
 color: #e7032d;
}
img {
  border: 0;
}
form {
	margin:  0;
	padding: 0;
}
input {
}
table {
  margin: 10px 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}

.red {
color: #FF0000;
}

/* Links ====================================*/
a:link,
a:visited {
  color: #000;
	font-weight: bold;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}
/* Link right column ====================================*/
 a.right:link,
 a.right:visited  {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
 a.right:hover,
 a.right:active,
 a.right:focus{
  color: #000;
  text-decoration: none;
}
/* Nav ==============================*/
#main-nav {
	list-style-type: none;
	padding: 0;
	margin: 100px 0 0 15px;
}
#main-nav li {
	margin: 10px 0;
	_margin: 0; /*for IE5-6-7*/
	padding: 0;
	}
#main-nav li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding-left: 20px;
}
#main-nav li a:link,
#main-nav li a:visited {
	text-decoration: none;
	color: #fff;
	background: url("../images/bg-nav-off.gif") center left no-repeat;
}
#main-nav li a:hover,
#main-nav li a:active,
#main-nav li a:focus,
#main-nav li a#active {
	text-decoration: none;
	color: #f00;
	background: url("../images/bg-nav-hover.gif") center left no-repeat;
}
/* Mini Nav =================================*/
#mini-nav {
	width: 350px;
	margin: 10px 0 0 20px;
}
#mini-nav a:link,
#mini-nav a:visited {
	color: #e7032d;
	text-decoration: underline;
}
#mini-nav a:hover,
#mini-nav a:active,
#mini-nav a:focus {
	color: #e7032d;
	text-decoration: none;
}
#mini-nav h2 {
	display: inline;
	float: left;
	padding-right: 13px;
	margin: 8px 3px 0 0;
	font-size: 1.2em;
	background: url("../images/btn-register.gif") center right no-repeat;
}
#mini-nav img {
	float: left;
	vertical-align: bottom;
	width: 5px;
	margin-top: 0px;
}
#mini-nav p {
	float: left;
	color: #e7032d;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.1em;
	margin: 0 0 0 5px;
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header {
	background: url("../images/header.gif") top right repeat-x;
	margin:0;
	width: 100%;
}
/* Start Mac IE5 filter \*/
#left-nav, #right-col {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* End Mac IE5 filter */
#left-nav {
	width: 152px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url("../images/bg-left-col-wrapper.gif") bottom left repeat-y;
}
#main-content {
	margin-left:152px;
	margin-right:152px;
	margin-bottom: 10px;
	height: 100%;
	background-color: #fff;
	}
	#main-content-text {
		margin-top: 45px;
		padding: 0 100px 0 20px;
		float: left;
	}
	
	#main-content-jobsearch {
		margin-top: 45px;
		padding: 0 50px 0 20px;
		float: left;
	}

#right-col {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
  vertical-align: top;
	background: #ffbaba url("../images/bg-right-col.gif") top right repeat-y;
}
#left-nav img,
#right-col img {
    clear: both;
	vertical-align: top;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0 10px 0 10px;
	padding-top: 50px;
}
#footer img {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
#footer  p {
	clear: both;
	margin: 0;
	text-align: center;
	}
#footer address {
	font-style: normal;
}
/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}
.btn-jobsearch {
	float: right;
	margin: 10px 20px 0 0;
}
#main-content-text img.floatleft {
	margin: 0 5px 10px 0;
}

.marquee_old {
color: #000;
margin: -18px 180px 0 120px;
padding: 2px 5px;
float: left;
}

.marquee {
color: #e7032d;
margin: 10px 180px 0 20px;
padding: 2px 5px;
font-size: 1em;
}

.marquee_title {
color: #e7032d;
font-size: 1.2em;
font-weight: bold;
}


.marquee_right {
  padding: 48px 5px 0 7px;
  }
