*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #000;
	background: #fff url(/images/bgrounds/body.gif) repeat-x;
	color: #666;
	text-align: center;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #2295c9; text-decoration: underline; }
a:visited { color: #2295c9; text-decoration: underline; }
a:hover { color: #c14a3d; text-decoration: none; }
a:active { color: #2295c9; text-decoration: underline;}



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

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

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #2295c9;
	font-family: georgia, "Times New Roman MS", serif;
	font-weight: normal;
}
h1 { font-size: 1.5em; color: #254f72; margin-left: -10px;}
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
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;
}
#container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}
#header {
	position: relative;
	width: 995px;
	height: 166px;
	background: url(/images/bgrounds/header.gif) no-repeat;
}

#header .logo {
	position: absolute;
	top: 34px;
	left: 28px;
}




#topnav {
	height: 59px;
	position: relative;
	text-align:right;
}

#topnav ul, #topnav li {
	margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none;
}


#topnav ul {
	font-size: .9em;
	position: absolute;
	top: 95px; left: 500px;
}

#topnav li {
	float: left;
	text-align: center;
}
    
#topnav li.current a, #topnav li.current a:link, #topnav li.current a:visited, #topnav li.current a:hover, #topnav li.current a:active {
	font-weight: bold;
	color: #666;
	background-color: #fff;
	text-decoration: none;
}

#topnav li a, #topnav li a:link, #topnav li a:visited, #topnav li a:active {
	padding: 5px 10px 5px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background: url(/images/bgrounds/nav.gif) no-repeat left 50%;
}
#topnav li#hom a {
	background-image: none;
}
#topnav li a:hover {
	color: #22295c9;
	text-decoration: underline;
}












#nav {
	position: absolute;
	top: 121px;
	left: 45px;
	width: 770px;
	height: 42px;
	border-left: 1px solid #254f72;
	z-index: 20;
	/*background-color: #abc169;*/
}

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

#nav li {
	float: left;
	text-align: center;
}
#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	color: #2295c9;
	background-color: #fff;
	text-decoration: none;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	color: #fff;
	padding: 15px 10px 15px 10px;
	text-transform: uppercase;
	font-weight: bold;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	border-left: 1px solid #45aad8;
	border-right: 1px solid #254f72;
}

#nav li#hom a {
	display: none;
}

#nav a:hover {
	background-color: #0075aa;
	color: #fff;
	font-weight: bold;
}


#masthead {
	background: url(/images/bgrounds/masthead.gif) no-repeat;
	/*background-color: orange;*/
	width: 995px;
	height: 203px;
	position: relative;
	z-index: 0;
}
#flashcontent {
	position: absolute;
	/*position: relative;*/
	right: 0;
	top: 114px; 
	width: 380px;
	height: 223px;
	z-index: 10;
}

#masthead h2, #masthead form h3, #masthead input#keyword, #masthead form select, #masthead form .button {
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	font-size: .9em;
}
#masthead h2 {
	background: url(/images/text/h2-global-recruitment-consultants.gif) no-repeat;
	width: 381px;
	height: 40px;
	left: 114px;
	top: 37px;
}
#masthead form {
	position: relative;
	top: 142px;
	left: 28px;
}

#masthead form h3 {
	top: 12px;
	background: url(/images/text/h3-quick-search-jobs.gif) no-repeat;
	width: 113px;
	height: 10px;
}
#masthead input#keyword {
	left: 127px;
	width: 108px;
	top: 6px;
	height: 12px;
	padding: 2px 0 4px 0;
}
#masthead form select {
	left: 250px;
	width: 126px;
	top: 6px;
	height: 20px;
}

#masthead form optgroup {
	font-variant: none;
	font-weight: 600;
	background: #254f72;
	color: #fff;
}

#masthead form option {
	font-weight: normal;
	color: #666;
	background: #fff;
	margin-right: 1em;
}

#masthead form optgroup option {
	text-indent: 1em;
}

#masthead form .button {
	left: 389px;
}

#main {
	width: 995px;
	position:relative; 
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	width: 575px;/* 578 */
	/*background-color: green;*/
	padding: 13px 0 0 3px;
}
#content {
	padding: 15px 33px 30px 35px;
	line-height: 1.4em;
	color: #333;
}
.hompag #content {
	padding-right: 205px;
}
#main-r {
	width: 360px;
}

.opportunities {
	width: 543px;
}
.opportunities a {
	color: #666;
}
.miningop, .engineeringop, .constructionop, .oilop {
	background: url(/images/bgrounds/mining-opportunities.gif) no-repeat;
	width: 80px;/* 132 */
	height: 37px;/* 46 */
	float: left;
	display: inline;
	padding: 9px 0 0 52px;
	margin-right: 5px;
	font-weight: normal;
	color: #666;
	font-size: .9em;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	
}

h3.oilop {
	background-image: url(/images/bgrounds/oil-and-gas-opportunities.gif);
}
h3.constructionop {
	background-image: url(/images/bgrounds/construction-opportunities.gif);
}
h3.engineeringop {
	background-image: url(/images/bgrounds/engineering-opportunities.gif);
	margin-right: 0;
}
homefloats {
	float: right;
}
.visitjobsearch {
	/*float: right;*/
	width: 124px;/* 132 */
	height: 45px;/* 130 */
	margin: 15px 32px 0 0;
	padding: 85px 0 0 8px;
	background: url(/images/bgrounds/visit-job-search.gif) no-repeat;
	font-size: .9em;
}
.registerdt {
	/*float: right;*/
	width: 119px;/* 132 */
	height: 50px;/* 135 */
	margin: 15px 32px 0 0;
	padding: 85px 5px 0 8px;
	background: url(/images/bgrounds/register-dt.gif) no-repeat;
	font-size: .9em;
}

#main-r .visitjobsearch {
	float: none;
	width: 120px;
	margin-left: 20px;
	padding: 30px 10px 10px 190px;
	background-image: url(/images/bgrounds/visit-job-search-long.gif);
}
a.register-grad {
	/*float: right;*/
	text-decoration:none;
	width: 119px;/* 132 */
	height: 50px;/* 135 */
	text-align:center;
	margin: 0 auto;
	display:block;
	padding: 85px 5px 0 8px;
	background: url(/images/bgrounds/register-gd.gif) no-repeat;
	font-size: .9em;
}
.careersfair {
	width: 519px;
	margin:10px 0;
	position:absolute;
	right:30px;
	bottom:0;
/*background: url(/images/bgrounds/vcf_webheader-09-small.jpg) no-repeat;*/
}
#main .melanie{
	float:left;
	margin:0 15px 10px 0; 
}
.fairImages{
	width:100%;
	display:block;
}
.fairimg{
	margin-right:29px;
	float:left;
}
#main-r .visitjobsearch {
	float: none;
	width: 120px;
	margin-left: 20px;
	padding: 30px 10px 10px 190px;
	background-image: url(/images/bgrounds/visit-job-search-long.gif);
}

.visitjobsearch a, .registerdt a, .register-grad a {
	color: #666;
}

#worldwidelocations, .submenu {
	padding: 0 3px 20px 3px;
	background: url(/images/bgrounds/worldwide-locations.gif) no-repeat bottom left;
}
#worldwidelocations h2 {
	text-align: center;
	color: #2295c9;
}

#content ul { margin: 0 0 1em 10px; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 10px; 
	background: url(/images/icons/bullet.gif) no-repeat 0px 6px; 
}
#content ul li ul {
	margin-top: 5px;
}



.submenu {
	padding: 0 20px 10px 20px;
	margin: 0 0 1em 0;
}
.submenu ul {
	border-top: 1px solid #ccc;
}
.submenu li {
	/*padding: 3px 0 3px 20px;*/
	margin: 0 0 0 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/bullet.gif) no-repeat 5px 8px;
	border-bottom: 1px solid #ccc;
}
.submenu li a {
	background-color: #ecedf1;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
.submenu li a:hover {
	background-color: #45aad8;
	color: #fff;
}
#introdtw {
	padding: 22px 0 0 0;
}
#introdtw h3 {
	background: url(/images/text/h3-introducing-dtw.gif) no-repeat;
	width: 334px;
	height: 30px;
	margin-bottom: 1em;
}
#introdtw p {
	padding: 0 15px;
	font-size: .9em;
}
#introdtw p.visit {
	border-top: 1px solid #ecedf1;
	padding-top: 10px;
}
#footer {
	border-top: 1px solid #ecedf1;
	color: #2295c9;
	font-size: .9em;
	padding: 10px 0 0 14px;
	margin: 0 61px 0 25px;
}

#footer a {
	color: #666;	
}

.sitmap #content ul li a {
	background-color: #fff;
	display: block;
	padding: 1px 5px;
	width: 200px;
}

.sitmap #content ul li a:hover {
	background-color: #45aad8;
	color: #fff;
}

