/* [%-# @(#)home.css	1.22 10:07:26,09/11/10 (yy/mm/dd) -%] */

/* *****************************************************
	Imports
***************************************************** */

@import url(/css/navigation.css);

/* *****************************************************
	Globals
***************************************************** */

	body {
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: .7em;	
		width: 100%;
		color: #000;
		margin: 0;	
		padding: 0;
		text-align: center;		
		background-color: #fff;
	}

	img, form, fieldset {
		padding: 0;
		margin: 0;
		border: 0;
	}

	label{
		cursor: pointer;
	}

	div.clear, span.clear {
		clear: both !important;
		visibility: hidden !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		font-size: 1px !important;
		height: 1px !important;
		width: 1px !important;
		float: none !important;
	}

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
/* *****************************************************
	Misc classes
***************************************************** */

	div#hpSurveyBox.showElement{
		left: 215px;
    }

	.hideElement {
		position: absolute;
		left: -15000px;
	}
	
/* *****************************************************
	Typography
***************************************************** */

	/* Handy font shorthand :
		font-style font-variant font-weight font-size/line-height font-family
	*/
	
	h1, h2, h3, h4, h5, h6, p {
		margin: 0 0 1em 0;
	}
	
	h1 {
		font-size: 100%;
	}
	
	h2 {
		font: normal normal 100 150% Arial;
		margin: 0 0 .2em 0;
		display: block;
		color:#17355b;
		font-weight:bold;
	}
	
	h2 span {
		white-space: nowrap;
	}
	
	h3 {
		color: #17355b;
		font-size: 1.3em;
		padding: 0;
		margin:0 0 6px 0;
	}

	h4 {
		font-size: 1em;
		padding:0;
		margin:0;
	}

	p.right {
		text-align: right;
	}

	.left {
		float: left;
	}
	
	#hpSurveyBox h4 {
		text-indent: -5000em;
		margin-bottom: 73px;
	}
	
	#hpSurveyBox p {
		color: #000;
		line-height: 130%;
		padding: 0 16px 0 16px;
	}	

/* *****************************************************
	General Linkage
***************************************************** */
	
	a {
		color: #17355b;
		text-decoration: underline;
	}

	a:hover {
		color: #f4771b;
		text-decoration: underline;
	}
	
	a.button,
	button,
	#surveyButtons a {
		text-decoration: none;
		font-weight: bold;
		background: #7E7E7E url(../images/home/bg_btn.gif) 0 0 repeat-x;
		padding: 1px 10px;
		cursor: pointer;
		cursor: hand;
		border: 1px solid #797777;
		margin-bottom: 10px;
		color: #fff;
		vertical-align: middle;
	}
	
	#hpSurveyBox img{
		border: none;
		float: right;
	}
/* *****************************************************
	Containers
***************************************************** */

	#container{
		width: 779px;			
		margin: 0 auto;
		padding: 0;
		text-align: left;
		position:relative;
		background-color: #fff;
		color: #000;
	}
	
	div[id="container"]#container{
		background-position: 2px top;
	}
	
	#wrapper{	
		margin: 0;
		padding: 0;
		width: 779px;
	}
	
	div[id="wrapper"]#wrapper{
		margin: 0;
		width: 779px;
	}
	#adWrapper{
		width: 783px;
	}
	#ban{
		right: -134px;
		top:192px;
	}
	#mainContent {
		float: left;
		width: 548px;
		margin: 0;
		padding: 0 0 10px 0;
		position: relative;
		z-index: 1;
	}
	
	#subContent {
		float: right;
		width: 227px;
		padding: 0 7px 0 10px;
		margin: 0;
	}

	html > body #subContent {
		width: 210px;
		float: right;
	}
	
	#subContent p {
		width: 210px;
		font-size: 110%;
		margin-top: 10px;
		padding: 0;
	}

	#subContent h1 {
		font-size: 110%;
		font-weight:bold;
	}
	
	#hpSurveyBox{
		background: url(../images/home/bg.gif) no-repeat top scroll #fff;
		border: 2px solid #000;
		width: 350px;
		position: absolute;
		top: 10px;
		left: -5000em;
		z-index: 50;
	}
    
	#hpSurveyBox #surveyButtons {
		display: block;
		padding: 0 0 5px 16px;
	}
	
	
/* *****************************************************
	Search for Jobs
***************************************************** */
	
	#searchBox {
		width: 548px;
		background: #1e4475 url(/images/home/bg_search.gif) right bottom repeat-x;
		padding: 4px 4px 8px 4px;
		margin: 0;
		color:#fff;
	}

	html > body #searchBox {
		width: 540px;
	}

	#searchBox form {
		border: 1px solid #72829c;
		padding: 5px 10px 10px 10px;
		margin: 0;
	}
	
	#searchBox label {
		display: block;
		float: left;
		width: 126px;
		padding: 0 15px 2px 0;
		margin: 0;
	}

	#searchBox label span {
		font-weight: normal;
		font-size: 90%;
		margin: 5px 0 0 0;
	}

	#searchBox label#channel_page_code_label {
		clear: left;
	}
	
	#searchBox p {
		clear: left;
		margin: 0;
	}

	#searchBox h2 {
		color: #fff;
		height: 25px;
		padding: 0;
	}

	.advSearch, .advSearch a {
		text-align: right;
		margin: 0 12px 0 0;
		color: #fff;
		font-weight: bold;
	}

/* *****************************************************
	Register Now
***************************************************** */

	#registerNow {
		width: 268px;
		padding: 8px 8px 9px 8px;
		float: left;
		background: #fff url(/images/home/bg_registernow.gif) bottom right repeat-x;
		border: 3px solid #6a6a6a;
		margin: 4px 0 0 0;
		color: #17355b;
	}
	
	html > body #registerNow {
		width: 246px;
	}
	
	#registerNow ul {
		margin: 0 0 0 20px;
		padding: 2px 0 2px 0;
	}

	#registerNow p {
		margin: 0;
	}

/* *****************************************************
	CV Match
***************************************************** */
	
	#cvMatch {
		width:212px;
		padding: 0;
		margin:12px 0 0 0;
		float: left;
	}

	#cvMatch a {
		float: left;
	}

/* *****************************************************
	Register Now
***************************************************** */

	#uploadCV {
		width: 251px;
		padding: 8px 8px 9px 8px;
		float: left;
		background: #fefefe url(/images/home/bg_uploadcv.gif) bottom right repeat-x;
		border: 3px solid #4b6f9f;
		margin: 4px 0 0 5px;
		color: #17355b;
	}
	
	html > body #uploadCV {
		width: 229px;
	}
	
	#uploadCV p {
		margin: 8px 100px 8px 0;
		padding: 0;
	}

	#uploadCV p a {
		font-weight: bold;
	}

/* *****************************************************
	Featured Recruiters
***************************************************** */

	#featuredRecruiters {
		width: 268px;
		padding: 8px 8px 18px 8px;
		float: left;
		margin: 0;
		border-top: 3px solid #dedede;
	}

	html > body #featuredRecruiters {
		width: 252px;
	}

	/* Holly Hack */
	* html #featuredRecruiters {
		height: 0.01%;
	}
	
	#featuredRecruiters ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#featuredRecruiters ul li {
		float: left;
		margin: 0 4px 0 0;
		padding: 0;
	}

	.moreab {
		line-height:300%;	
	}

	#holdingdiv {
		background: #fff url(/images/home/holdingdiv.gif) bottom left no-repeat;
		float: left;
		padding: 0;
		margin: 4px 0 0 0;
	}

/* *****************************************************
	Job of the Week
***************************************************** */
	
	#jobOfTheWeek {
		width: 251px;
		float: left;
		padding: 8px;
		margin: 0 0 0 5px; 
		color:#17355b;
		border-top: 3px solid #ffa814;
	}
	
	html > body #jobOfTheWeek {
		width: 235px;
	}

	#jobOfTheWeek img {		
		margin: 4px 0;
		padding:0;
		float: right;
	}
	
	#jobOfTheWeek div {
		float: left;
		padding: 0;
		margin: 0;
		text-align: left;
		width: 130px;
	}

	#jobOfTheWeek p {
		padding: 0;
		margin: 0;
	}

	.location {
		font-style: italic;
	}

/***************************************
	Browse Categories
***************************************/
	
	#browseCategories { /* holds the title, and container list */
		float: left;
		display: block;
		padding: 0;
		background: none;
		margin: 10px 0 0 0;
		width: 548px;
	}

	div[id="browseCategories"]#browseCategories ul li {
		width: 528px;
	}
	
	#browseCategories ul { /* 3 channel lists */
		position: relative;
		width: 160px;
		float: left;
		background: none;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: default;
	}
	
	#browseCategories ul li{ /* channel list items */
		margin: 0;
		padding: 7px 0 0 0;
		background: none;
		width: 160px !important;
		list-style: none;
	}

/* *****************************************************
	Login
***************************************************** */

	#login {
		border: 1px solid #6A6A6A;
		padding: 8px;
		margin:0;
		background-color:#e7e7e7;
		width: 212px;
		color:#17355b;
	}

	html > body #login {
		width: 194px;
	}

	#login fieldset label {
		float: left;
		width: 60px;
		margin-top: 3px;
		padding: 0;
	}

	#login p {
		padding: 0;
		margin: 2px 0 0 0;
		float: left;
		width: 190px;
	}
	#login p span {
		float: left;
		font-size: 90%;
		padding: 5px 0 0 0;
	}

/* *****************************************************
	Post A Job for Credit Card
***************************************************** */

	#postaJob {
		color:#17355B;
		float:left;
		margin:3px 0 0 5px;
		padding:0;
		width:268px;
	}
	
	#postaJob ul {
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	#postaJob ul li {
		margin: 0 0 0 5px;
		padding: 0;
	}

	#postaJob a {
		float:left;
		text-decoration: underline;
	}

	.lstnone {
		list-style: none;
	}

/* *****************************************************
	National search
***************************************************** */

	#natSearchBox{
		width: 212px;
		padding: 1em 8px;
		float: left;
		border: 2px solid #878787;
		margin: 12px 0 0 0;
		color:#17355b;		
	}
	html > body #natSearchBox {
		width: 192px;
	}
	#natSearchBox img{
		margin: 4px 4px 0 0;
		vertical-align: bottom;
		float: left;
	}
	#natSearchBox p{
		font-size: 1em;
		float: right;
		margin: 0;
		padding: 0;		
		width: 138px;
	}
	

/* *****************************************************
	Form Fields
***************************************************** */
	
	legend {
		display: none;
	}

	input.user-input {
		color: #000;
		font-style: normal;
	}
	
	input.text, select {
		color: #4274a9;
		width: 126px;
		font-size: 90%;
		padding: 0;
		margin: 0;
	}

	/* Holly Hack */
	* html input.text {
		height: 1.7em;
		width: 126px;
	}

	input.submit {
		color: #FFF;
		font-size: 90%;
		font-weight: bold;
		cursor: pointer;
		cursor: hand;
		padding: 1px;
		border: 1px solid #797777;
		background: #7E7E7E url(/images/home/bg_btn.gif) 0 0 repeat-x;
	}	
	
	.btnmargin {
		position: relative;
		top: 13px;
	}

	.regmargin {
		margin: 0;
		padding: 5px 0 4px 0;
	}
