*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 70% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #7e7e7e;
	background: #ededed url(/images/bgrounds/body.gif) repeat-x;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #0677b7; text-decoration: underline; }
a:visited { color: #0677b7; text-decoration: underline; }
a:hover { color: #0677b7; text-decoration: none; }
a:active { color: #0677b7; text-decoration: underline;}
a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px; position: relative; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/bullet.gif) no-repeat 4px 6px; 
}
#content ol {
	margin: 0 0 1em 15px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #0677b7;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; color: #f37021}
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 105px;
	background: url(/images/bgrounds/header.gif) no-repeat top right;
}

#header .logo {
	position: absolute;
	top: 13px;
	left: 24px;
}
#header #footy {
	position: absolute;
	top: 10px; right: 10px;
	border: 1px solid #fff;
}
#masthead {
	height: 93px;
	width: 979px;
	background-repeat: no-repeat;
	background-position: top right;
}

#container {
	margin: 0 auto;
	width: 979px;
	text-align: left;
}


#nav {
	background-color: #ededed;
	/*padding: 25px 0 0 0;
	padding: 0 !important;*/
	height: 26px;
	width: 949px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding-left: 30px;
}


#nav, #nav ul {
	line-height: 1;
}

#nav li a.current, #nav li a.current:link, #nav li a.current:visited, #nav li a.current:hover, #nav li a.current:active {
	background-color: #0677b7;
	color: #fff;
}


#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #0677b7;
	padding: 7px 15px 8px 15px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	border-right: 1px solid #e0e0e0;
	text-transform: uppercase;
}

#nav a:hover {
	background-color: #f5f5f5;
	color: #0677b7;
	text-decoration: underline;
}

#nav li {
	float: left;
	text-align: center;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px 8px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	border-right: none;
	width: 134px;
	text-transform: none;
	text-decoration: none;
}
#nav li ul li a:hover {
	background-color: #eee;
	color: #0677b7;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	background: #f5f5f5;
	padding: 5px 0;
	width: 150px;
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	width: 150px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 0;
	position: absolute;
	top: 0; right: -150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #f5f5f5;
}





#main {
	width: 979px;
	background: #f7f7f7 url(/images/bgrounds/main.gif) no-repeat;
	border-bottom: 1px solid #40bce0;
	padding: 10px 0 0 0;
}
#main-l, #main-c, #main-r {
	float: left;
	display: inline;
	/*background-color: purple;*/
}
#main-l {
	width: 247px;
	margin: 0 28px 0 10px;
}
#main-c {
	width: 409px;
	padding-bottom: 20px;
}
.jobboxes {
	clear: both;
	width: 409px;
	margin-bottom: 1em;
}
/* originals */
.jobbox {
	float: left;
	display: inline;
	width: 129px;
	border: 1px solid #bababa;
	padding: 1px;
	margin: 0 4px 0 0;
}
.jobbox img {
	border-bottom: 1px solid #fff;
}
.jobbox h4 {
	font-weight: normal;
	margin-bottom: 0;
}
.jobbox h4 a {
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	display: block;
	background-color: #0677b7;
}
.jobbox h4 a span {
	display: block;
	padding: 4px 1px 4px 5px;
}
.jobbox h4 a:hover {
	background-color: #3abde3;
	color: #fff;
}

/* full horizontals */
.largejobs .jobbox {
	width: 370px;
	height: 39px;
	position: relative;
	float: none;
	display: block;
	margin-bottom: 6px;
}
.largejobs img {
	position: absolute;
	top: 1px; left: 1px;
	border-bottom: none;
	border-right: 1px solid #fff;
}
.largejobs h4 {
	/*position: absolute;
	top: 1px;
	left: 131px;*/
	width: 370px;
	height: 39px; 
}
.largejobs h4 a {
	height: 39px;
	font-size: 1.3em;
}
.largejobs h4 a span {
	padding: 7px 3px 4px 140px;
}
.largejobs h2 {
	color: #0677b7;
}
#main-r {
	width: 247px;
	margin: 0 10px 0 28px;	
}

#jobsearch form {
	padding: 0px 30px 10px 30px;
}
#jobsearch label {
	display: block;
	color: #f37021;
	font-weight: bold;
	margin-bottom: 5px;
}
#jobsearch input, #jobsearch select {
	margin-bottom: 10px;
	width: 169px;
	font-size: .9em;
	padding: 1px 0;
}
#jobsearch input {
	width: 165px;
}
#jobsearch input.button {
	width: auto;
	margin-bottom: 0; 
}
#jobsearch p {
	text-align: right;
	margin-bottom: 0;
	width: 169px;
}
#jobsearch h2 {
	background: url(/images/text/h2-job-search.gif) no-repeat;
}
#register {
	padding-bottom: 10px;
}
#register h3 {
	background: url(/images/text/h3-register.gif) no-repeat;
}
#register p {
	padding: 10px 20px 0 30px;
	color: #f37021;
}
#register p.regbutton {
	text-align: right;
	margin-bottom: 0;
	padding: 0 30px 0 30px;
	width: 169px;
}

#newjobs h2 {
	background: url(/images/text/h2-new-jobs-this-week.gif) no-repeat;
}
.sidebox {
	background: #ededed url(/images/bgrounds/sidebox.gif) repeat-y;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
}
#hotcandidates h3 {
	background: url(/images/text/h3-hot-candidates.gif) no-repeat;
}
.sidebox h2 {
	width: 247px;
	height: 60px;	
}
.sidebox h3 {
	width: 247px;
	height: 24px;
}
.sidebox ul {
	margin: 10px 10px 10px 16px;
}
.sidebox li {
	background: url(/images/icons/sidebox-bullet.gif) no-repeat 0 5px;
	padding: 1px 0 1px 11px;
	
}

dt {
	font-weight:bold;
	color: #0677b7; 
}
dd {
	padding: 8px 8px 8px 13px;
	border-bottom: 1px solid #dadada;
	margin-bottom: .7em;
}


#footer {
	position: relative;
	height: 50px;
}
#footer img {
	position: absolute;
	top: 10px;
	left: 28px;
}
#footer p.address {
	left: 287px;
	top: 14px;
	position: absolute;
}
#footer p.utility {
	right: 10px;
	top: 14px;
	position: absolute;
}
#footer a {
	color: #7e7e7e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#content {
	/*font-family: Arial, Verdana, Tahoma, Sans-serif;*/
	
}
#main-c {
	line-height: 1.5;
}

/*#content h1,
#content h3,
#content h5,
#content dt {
	color: #0379B4;
}*/

/*#content strong {
	color: #6389a4;
}*/

/*#content h2,
#content h4,
#content h6 {
	color: #7e7e7e;
}

*#content {
	font-size: 110%;
	line-height: 140%;
}*/

/*#content ul li {
	background: transparent url(/images/icons/bullet.gif) 0 50% no-repeat;
}*/

#recruitment #content dd {
	background-image: none;
}



.jobitem {
	margin-bottom: 1em;
}
.jobitem,
.jobitem * {
	border-color: #c5c5c5;
	border-width: 0;
	border-style: dotted;
}
.jobitem ul { }
.jobitem ul li {
	margin-left: 2em;
	list-style-type: square;	
}
.short { border-top-width: 1px }
.short h3 { margin-top: 0.8em }
.full h3 { border-bottom-width: 1px }
.jobitem label {
	font-weight: bold;
	font-style: normal;
	clear: left;
	float: left;
	width: 10em;
}
.jobitem br { clear: both }
.jobitem .info { 
	display: block;
	background-color: #efefef;
	border: 1px solid #c5c5c5;
	padding: 3px;
	margin-bottom: 1em;
}
/*
#induction #content label {
	float: left;
	clear: left;
	width: 12em;
	color: #0379B4;
	margin: 0.1em 0 0.5em 0;
}

#induction #content input {
	float: left;
	width: 15em;
}

#induction #content input.button {
	display: block;
	float: none;
	clear: both;
	width: auto;
	margin-left: 11em;
}

#induction #content form {
	display: block;
	margin-bottom: 2em;
}*/

/*#client_register td,
#client_register th,
#ohs_test td,
#ohs_test th {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ddd;
}*/

#ohs_test th {
	text-align: right;
	padding-right: 10px;
}
table.form {
	background-color: #fff;
	width: 100%;
	margin-bottom: 1em;
}
table.form td, table.form th {
	padding: 7px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	text-align: left;
}
table.form input {
	padding: 4px;
}
table.form th {
	width: 120px;
	font-size: .9em;
}

ul.hot-candidates { }
ul.hot-candidates li { 
	border-top: 1px dotted #d5d5d5;
	padding: 1em 0;
}
ul.hot-candidates li strong { color: #3a3a3a }

div#newjobs p,
div#hotcandidates p { padding: 0 1em; font-weight: bold }

a.advanced {
	float: left;
	padding-top: 4px;
}