@charset "utf-8";
/* homepage.css
   (c) Hcareers 2008
   Created by Kevin Fales
*/
		
/* Buttons */

a.searchbutton {
	width: 190px;
	height: 34px;
	background: url('/images/homepage/button-searchjobs-bg.gif') 0 0 no-repeat;
	padding-left: 65px;
	padding-top: 13px;
	padding-bottom: 3px;
	font-size: 32px;
	font-weight: bold;
	color: #0f396b;
	text-decoration: none;
	letter-spacing: -2px;
	display: block;
	line-height: 22px;
	cursor: pointer;
	*height: 50px;  /* Sigh, IE calculates padding as part of the width */
	*width: 255px;	/* Sigh, IE calculates padding as part of the width */
	
	}
a:hover.searchbutton {
	background-position: 0 -50px;
	color: #0f396b; /* Only for IE */
	}
	
a.button {
	width: 117px;
	height: 18px;
	padding-left: 35px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #0f396b;
	text-decoration: none;
	display: block;
	*width: 152px;	/* Sigh, IE calculates padding as part of the width */
	*height: 21px;	/* Sigh, IE calculates padding as part of the width */
	}
	a:hover.button.diversity, a:hover.button.advanced, a:hover.button.newsletter, a:hover.button.newsletter-edit {
		background-position: 0 -21px;
		color: #0f396b; /* Only for IE */
	}
	a.button.diversity {
		background: url('/images/homepage/button-internationalsearch-bg.gif') 0 0 no-repeat;
		}
	a.button.advanced {
		background: url('/images/homepage/button-advancedsearch-bg.gif') 0 0 no-repeat;
		}
	a.button.newsletter {
		background: url('/images/homepage/button-newsletter-bg.gif') 0 0 no-repeat;
		}
	a.button.newsletter-edit {
		background: url('/images/homepage/button-newsletter-edit-bg.gif') 0 0 no-repeat;
		}
	
/* Layout */

div#leftside {
	float: left;
	width: 440px;
	}
div#rightside {
	float: left;
	width: 270px;
	margin-left: 15px;
	}
	
div#featured-employers {
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	}
	div#featured-employers img {
		margin: 0px 14px;
		border: 0px;
		}

div#searchbuttons {
	margin-top: 10px;
	}

div#detective {
  font-size: 11px;
  text-indent: -23px;
  margin-left: 20px;
  clear: both;
  padding:5px;
}

div#skyscraper-ad {
	float: left;
	width: 160px;
	margin-right: 24px;
	height: 600px;
	}
div#resource-center {
	float: left;
	width: 540px;
	margin-top: 12px;
	}
	div#resource-center h2 {
		font-size: 18px;
		color: #0f396b;
		}
div.resource-article {
	padding-left: 78px;
	margin: 15px 0px;
	background-repeat: no-repeat;
	background-position: 18px 4px;
	}
	div.resource-article h3 {
		font-size: 12px;
		color: #0f396b;
		margin: 0px;
		}
		div.resource-article h3 a {
		color: #0f396b;
		text-decoration: none;
		}
	div.resource-article p {
		margin: 0px;
		font-size: 11px;
		}
	div.resource-article.one {
		background-image: url('/images/homepage/icon-salarycenter.gif');
		}
	div.resource-article.two {
		background-image: url('/images/homepage/icon-knowyourself.gif');
		}
	div.resource-article.three {
		background-image: url('/images/homepage/icon-bubble-check.gif');
		}
	div.resource-article.four {
		background-image: url('/images/homepage/icon-cover-letters.gif');
		}
	div.resource-article.five {
		background-image: url('/images/homepage/icon-elearners.gif');
		}
