/*################
      setup
################*/

acronym {
	cursor: help;
}

p,h1,h2,h3,h4,h5,h6,td,th {
	font-family: arial, verdana, tahoma, helvetica, sans-serif; /*elegance, */
	font-weight: normal;
	margin: 16px 10px 8px 10px;
	text-align: left;
}
h1 {
	font-size: 18px;
	color: #bb1c1b;
	text-align: center;
	font-style: italic;
}
h2 {
	font-size: 17px;
	color: #bb1c1b;
	font-style: italic;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 3px;
	padding: 0px;
	color: #50713a;
}

hr {
	background-color: red;
	color: red;
}

input, select, textarea {
	font-family: arial, verdana, tahoma, helvetica, sans-serif; /*elegance, */
	cursor: default;
}

img {
	/*cursor: default;*/
	margin: 0px;
	padding: 0px;
	border: none;
}

p, input, select, h3, h4, h5, div {
	font-family: arial, verdana, tahoma, helvetica, sans-serif; /*elegance, */
	color: #000000;
	/*border: groove 3px black; to show the edges of these block components */
}

p, input, select, textarea {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

label {
	/*background-color: #66ff00;*/
	font-family: arial, verdana, tahoma, helvetica, sans-serif; /*elegance, */
}

img {
	border: 0px;
}

.inline {
	display: inline;
}

body {
	background-color: #fff;
	background-image: url(images/eslbglogo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	/*text-align: center;*/
}

/*################
      links
################*/

a {
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
}

a:link {
	color: #220077;
/*	padding: 0 1px;  why was I using this... IE6 workaround? */
}
a:visited {
	color: #440055;
}
a:hover {
	/*background: url(bottom.png) no-repeat;*/
	/*background-color: #009999;*/
	color: #770077;
}
a:active {
	color: #770022;
}

.backuptext { display: none; }

.click {
	color: #220077;
	cursor: pointer;
}


/*################
 the other components
################*/

.spacer {
	height: 50px;
	width: 600px;
}

#newsspacer {
	height: 70px;
	margin: 20px;
}
#newsblock {
	border: groove 2px #511;
	position: absolute;
	margin-top: 20px;
	left: 10px;
	background-color: #f22;
	width: 605px;
	height: 60px;
	overflow: hidden;
	padding: 0px;
}
#news {
	font: 12px arial;
	position: relative;
	top: 0px;
	left: 0px;
	width: 605px;
	/*height: 50px;*/
	clip: rect(0px 600px 60px 0px);
	overflow: hidden;
	display: inline;
}

.apply {
	float: right;
}

#submitdiv {
	margin: 12px 0px 8px 0px;
	text-align: center;
}

#submitbutton {
	border: none;
}

table, tr, td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table { text-align: center; }
th { text-align: right; padding-right: 10px; }
.conth { text-align: right; padding-right: 10px; }
td { text-align: left; }

.banner {
	height: 71px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.bannerright {
	float: right;
	width: 50px;
}

#info ul {
	padding: 10px 2px 8px 2px;
	margin: 0px 0px 4px 0px;
	border-width: 0px;
	list-style-type: none;
	font-size: 10px;
}

#info li {
	/*background: url(/images/bullet.gif) no-repeat;*/
	font-family: arial, verdana, tahoma, helvetica, sans-serif; /*elegance, */
	font-size: 13px;
	padding: 0px 2px 3px 25px;
	margin: 0px 0px 4px 0px;	
}

#info li a {
	white-space: nowrap;
}


.formdes {
	display: inline;
	margin-left: auto;
	width: 220px;
	text-align: right;
}

.formin {
	display: inline;
}



/*################
constant header and footer page elements
################*/

#slogan {
	position: absolute;
	right: 22px;
	top: 14px;	
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	cursor: pointer;
}


/*################
 this is the surround for the page
################*/

#out {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
}

#main {
	position: relative;
	width: 760px;
	background: url(images/eslbglogo.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	top: 0px;
	left: 0px;
}

#preheader {
	position: fixed;
	top: 120px;
	width: 120px;
	border: none;
	z-index: 3;
}

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 113px;
	border: none;
	overflow: hidden;
	z-index: 3;
}


#info {
	position: relative;
	top: 105px;
	left: 120px;
	margin-bottom: 140px;
	text-align: center;
	background-image: url(/images/1pixbg.png);
	border: #f22 groove 2px;
	width: 630px;
	z-index: 1;
}

#footer {
	width: 100%;
	z-index: 3;
	padding: 2px 10px 2px 10px;
}


#siteby {
	border: none;
	overflow: hidden;
	text-align: right;
	padding: 2px 20px 2px 10px;
}



/*################
      nav
################*/

#navul {
	list-style: none;
	width: 120px; /* was 720 */
	margin: 0px 0px 0px 4px;
	padding: 0px;
	z-index: 4;
}

.navtext {
	display: none;
}

#nav {
	position: relative; /* relative fixed static absolute */
	width: 120px; /* was 800 */
	z-index: 4;
}

#nav li {
	height: 30px;
}

.subnav {
	position: relative;
	left: 2px;
	height: 26px;
	width: 92px;
}
.subnav2 {
	position: relative;
	left: 2px;
	height: 26px;
	width: 92px;
}
.subnavin {
	position: relative;
	height: 26px;
	padding-left: 10px;
}
.subnav2in {
	position: relative;
	/*top: -30px;*/
	height: 26px;
	padding-left: 10px;
}
#candidatepop {
	z-index: 4;
	position: relative;
	left: 86px;
	top: -28px;
	/*width: 25px;*/ /* was: 375px */
	height: 30px;
	visibility: hidden;
	display: none;
}

#clientpop {
	z-index: 4;
	position: relative;
	left: 86px;
	top: -28px;
	/*width: 25px;*/ /* was: 375px */
	height: 30px;
	visibility: hidden;
	display: none;
}

.hidden {
	/*visibility: hidden;
	display: none;*/
}

/*#n1 {
	position: relative;
	top: 0px;
	height: 30px;
}

#n2 {
	position: relative;
	top: 0px;
	height: 30px;
}

#n3 {
	position: relative;
	top: -30px;
	height: 30px;
}

#n4 {
	position: relative;
	top: -60px;
	height: 30px;
}*/


/*################
   contact form
################*/

#contactusbox {
	margin: 20px 80px 20px 80px;
	padding: 0px 0px 0px 20px;
	background: #fff; /*url(images/blue.png);*/
	border: groove 2px #bcd;
}


#scrollblock {
	border: groove 2px #511;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #f22;
	width: 605px;
	padding: 0px;
}

#scrollend {
	width: 600px;
	height: 1px;
}

#scrollstart {
	width: 600px;
	height: 1px;
}

#scroller {
	background-color: red;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12pt;
	width: 600px;
}


/*################
    search box
################*/


select, input, textarea {
	width: 300px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#searchbox {
	width: 450px;
	height: 150px;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	background: url(images/search.png) no-repeat;
}

#divkeyword {
	position: absolute;
	width: 420px;
	height: 20px;
	top: 45px;
	left: 10px;
	line-height: 20px;
}
#divsector {
	position: absolute;
	width: 420px;
	top: 85px;
	left: 10px;
	line-height: 20px;
}

#divdescription {
	position: absolute;
	vertical-align: top;
	text-align: left;
	top: 65px;
	left: 0px;
	line-height: 18px;
	width: 280px;
	height: 18px;
	margin: 0px 2px 0px 97px;
	padding: 0px;
}
#sdessur {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 15px;
	height: 15px;
	margin: 0px 0px 0px 270px;
	padding: 0px;
}

#sdescription {
	position: relative;
	top: 2px;
	padding: 0px;
	margin: 0px;
	width: 15px;
	height: 15px;
}

#divfind {
	margin: 12px 10px 5px 0px;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 430px;
	height: 23px;
	line-height: 23px;
}
#sfind {
	float: right;
	width: 118px;
	height: 23px;
	background: url(images/resultsbutton.png);
}

.county {
	font-weight: bold;
	margin-left: 18px;
}

.centre {
	text-align: center;
	margin: 3px 0px 3px 92px;
}
.sback {
	width: 66px;
	height: 21px;
	background: url(images/backbutton.png) no-repeat;
}
.sbackdiv {
	margin: 10px 10px 2px 10px;
	float: left;
}
.sapplydiv {
	margin: 10px 10px 2px 10px;
	float: right;
}
.applybutton {
	float: right;
}
.jobtitle {
	clear: both;
}
