@charset "utf-8";
/* CSS Document */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	background-image:url(images/bgdbody2.gif); background-position:top; background-repeat:repeat-x;
	color: #676767;
}

.clearer{ clear:both;}
.translate {color:#FF00FF}

h1 { 
 	font-size: 1.8em;
	color: #164885;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

h2 { 
 	font-size: 1.2em;
}


a:link, a:visited {  color:#676767; text-decoration: none; font-weight:bold;}
a:hover, a:focus { color:#164885; font-weight:bold; text-decoration: none; }



#outercontainer {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#flashintro {
	width: 770px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	background-color: #e2e2e2;
}

#logonnav {
	width: 748px;
	padding: 0px 0px 0px 22px;
	margin: 0px;
}

#logo {
	width: 151px;
	height: 79px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.nav {
	margin: 0px 0 0 0;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	float:left;
	width: 586px;
}

.nav ul									{ padding: 8px 0px 0px 0px; margin: 0px; float:right; list-style:none; }
.nav li									{ padding: 0px; margin: 0px 0px 0px 0px; float:left; text-decoration: none; display:inline; }
.nav a, .nav a:visited					{ padding: 15px 12px 15px 12px; color: #6a6a6a; display:block; text-decoration: none; background-image:url(images/nav-dots.jpg); background-position: right top; background-repeat:no-repeat;  }
.nav a:hover, .nav a:focus, .selected 	{text-decoration: none;  color: #154985; background-color:#FFFFFF; background-image:url(images/nav-dots.jpg); background-position: right top; background-repeat:no-repeat;  }
.nav a.nodots, .nav a:hover.nodots 		{background-image: none;}  


.imagerow {
	width: 770px;
	height: 160px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


.content_container{
	width: 682px;
	padding: 22px;
	margin: 0px 22px;
	position:relative;
	background-color: #e2e2e2;
	background-image:url(images/bgd-contentbottom.jpg); background-position:bottom right; background-repeat:no-repeat;
}

#leftcontainer {
	width: 140px;
	padding: 0px 22px 0px 0px;
	margin: 0px;
	float: left;
}

.imagebox-logos {
	width: 140px;
	height: 223px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.rightcontainer {
	width: 498px;
	padding: 0px 22px 0px 0px;
	margin: 0px;
	line-height: 1.4em;
	float:left;
}


.footer {
	padding: 14px 14px 14px 22px;
	margin: 0px;
	position:relative;
	font-size: .8em;
	line-height: 1.2em;
	width: 734px;
}
.footer a {
	color: #3e5991;
}

.footer a:hover, .footer a:focus{
	text-decoration: underline;
	color: #162b61;
}
.footer .pipe { margin: 0 2px 0 5px; color: #009fda; font-size: 1.2em; color: #FFFFFF; border-left: #00aeef solid 1px; }
.haysfooterlogo 		{
	float: left;
	width: 180px;
	height: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
}






/* SEARCH RESULTS + JOB DETAILS pages */

/* overall table */ 
table.Micro {border-collapse:collapse; text-align: left; padding: 0px; margin: 0px; color:#003366;}

/* SEARCH RESULTS PAGE: Table title, location/salary headers */
tr.MicroHeader 		{font-size: 1em; font-weight: normal; color:#164885; }
tr.MicroHeader th 	{padding:5px 0px; border-bottom: solid 1px #c7c7c7;}


/* SEARCH RESULTS PAGE: job titles default to links set for all links */
/* SEARCH RESULTS PAGE: background cells + Location, Salary etc... */
tr.MicroItem 		{ border-bottom: solid 1px #676767;}
tr.MicroItem td 	{ padding:5px 0px; border-bottom: solid 1px #c7c7c7;}
tr.MicroAltItem 	{ border-bottom: solid 1px #676767;}
tr.MicroAltItem td 	{ padding:5px 0px; border-bottom: solid 1px #c7c7c7;}

/* SEARCH RESULTS PAGE: 1 to X of X results found text */ 
p.Micro {font-size:1em; color:#7b7e7a; padding: 0px 0px 0px 0px; margin: 0px;}

/* JOB DETAILS PAGE: job title*/
.title {				color: #164885; font-weight: normal; font-size: 1.8em; border-bottom: solid #c7c7c7 1px; margin: 20px 0px 10px 0px; padding: 0px 0px 5px 0px;}	

/* JOB DETAILS PAGE: back to search + apply links */
.applylinks 							{font-weight: normal; font-size: 1em; padding: 5px; }
a:link.applylinks, a:visited.applylinks {color: #164885; text-decoration: none; border: solid 1px #c7c7c7;}
a:hover.applylinks, a:focus.applylinks 	{color: #164885; text-decoration: none; background-color: #c7c7c7;}

/* end of SEARCH RESULTS */
