/* LAYOUT
------------------------------------*/

#container{
	margin:0 auto;
	width:928px;
	padding:36px 0 0 0;
}
#header{
	height:66px;
	position:relative;
	border-bottom:1px solid black;
}
#header h1 a{
	width:460px;
	height:66px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	display:block;
}
#header h1 a span{
	display:none;
}
#search{
	padding:8px 0;
	border-bottom:1px solid black;
}
#search .text{
	color:#FFCB00;
	font-weight:bold;
	border:1px solid black;
	width:110px;
	height:16px;
	float:left;
	margin-right:5px;
}
#search .text-black{
	color:black;
	font-weight:bold;
	border:1px solid black;
	width:110px;
	height:16px;
	float:left;
	margin-right:5px;

}
#search .select{
	
}
#search .submit{
	background-color:black;
	color:white;
	border:1px solid black;
	/*width:100px*/
	height:20px;
	float:left;
}

/* MENU
------------------------------------*/

#menu{
	position:absolute;
	z-index:10;
	top:0px;
	right:0px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	padding:0 0 0 4px;	
}
#menu ul li.first{
	padding-left:0;
}
#menu ul li a{
	color:black;
	display:block;
	background-color:#FFCB00;
	height:50px;
	line-height:70px;
	padding:0 12px;
	font-size:14px;
	float:left;
	overflow:hidden;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.selected a{
	color:white;
	background-color:black;
}

/* CONTENT
------------------------------------*/

#content{
	margin:25px 0 10px 0;
	background-image:url(../images/content-background.gif);
	background-repeat:repeat-y;
	zoom:1;
}
#content .left{
	float:left;
	width:160px;
	margin:0 15px 0 0;
	font-size: 12px;
}
#content .middle{
	padding:0 0 0 15px;
	margin:0 28px 0 0;
	float:left;
	width:550px;
}
#content .right{
	float:left;
	width:160px;
	font-size: 12px;
}

/* CONTENT
------------------------------------*/

/* middle */

#content .middle .advert{
	margin:0 0 10px 0;
}
/*#content .middle h1{
	margin:0 0 10px 0;
	color:black;
	font-size:14px;
}*/
#content .job-listing{
	text-decoration:none;
	display:block;
	background-image:url(../images/hr-background.gif);
	background-repeat:repeat-x;
	padding:10px 0;
}
#content .job-listing .info{
	float:left;
	width:440px;
}
#content .job-listing .logo{
	float:left;
	width:110px;
	text-align:right;
	overflow:hidden;
}
#content .job-listing .date{
	float:left;
	width:110px;
}
#content .job-listing .title{
	float:left;
	width:215px;
}
#content .job-listing .location{
	float:left;
	width:110px;
}
#content .job-listing .description{
	padding:10px 0 0 110px;
}
#content .job-listing .footer{
	background-image:url(../images/hr-background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
	padding:10px 0 0 0;
}
#content .job-listing:hover .grey{
	color:#FFCB00;
}
#content .job-listing:hover .description{
	color:black;
}

/*#content .middle h1 span{
	background-color:#FFCB00;
	padding:5px 10px;	
}*/
#content .right h1,
#content .right h2,
#content .right h3,
#content .right h4,
#content .right h5,
#content .right h6
{
	color:black;
}
#content .right .block{
	background-color:#DCDDDE;
	padding:10px;
	margin:0 0 10px 0;
	overflow:hidden;
}
#content .crumbs{
	background-color:#FFCB00;
	float:left;
	padding:2px 4px;
	margin:0 0 10px 0;
}
#content .crumbs a{
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}
#content .crumbs a:hover{
	color:white;
}
#content .middle .advert{
	margin:40px 0 0 0;
}
#content .middle .footer{
	margin:20px 0 0 0;
}
#content .dl_form{
	margin:0;
	padding:0;
}
#content .dl_form dt{
	float:left;
	width:130px;
	/*text-align:right;*/
	margin:0 10px 10px 0;
	padding:0;
	clear:both;
}
#content .dl_form dd{
	float:left;
	width:400px;
	padding:0;
	margin:0 0 10px 0;
}
#content .dl_form .field{
	width:100%;
}
#content .dl_form .checkbox{
	text-align:right;
	margin-top:-3px;
}
#content .errors{
	margin:0 0 10px 0;
}
#content .error{
	color:red;
	margin:0;
}
#content .input, #content .select{
	border:1px solid black;
}
#content .submit{
	border:1px solid black;
}
#content .submit_black{
	border:1px solid black;
	background-color:black;
	color:white;
}

/* SIDEBAR
------------------------------------*/

#content .left h2{
	/*font-size:14px;*/
}

#content .left h1 a, 
#content .left h1 a:visited,
#content .left h2 a, 
#content .left h2 a:visited,
#content .left h3 a, 
#content .left h3 a:visited
{
	color:#FFCB00;
	text-decoration:none;
}

#content .left h2 a:hover{
	color:black;
}
#content .right a:hover{
	color:white;
}
#content .right h1{
	font-size:19px;
	padding:0 0 5px 0;
	margin:0;
}
#content .right h2{
	font-size:15px;
}
#content .right h3{
	font-size:13px;
}
#content .login p{
	padding:0 0 5px 0;
	margin:0;
}
#content .login .text{
	width:130px;
	border:1px solid black;
}
#content .login .blur{
	color:gray;
	font-style:italic;
}
#content .login .submit{
	border:1px solid black;
}
#content .newsletter p{
	margin:0;
	padding:0 0 5px 0;
}
#content .newsletter .text{
	width:130px;
	border:1px solid black;
}
#content .newsletter .submit{
	border:1px solid black;
	/*background-color:#DCDDDE;*/
}

/* JOBS
------------------------------------*/

a.job-block{
	background-color:#FFECA1;
	padding:10px;
	min-height:50px;
	margin:0 0 5px 0;
	display:block;
	text-decoration:none;
	color:black;
}
a.job-block h3{
	color:black;
	text-decoration:none;
}
a.job-block:hover{
	/*color:gray;*/
	background-color:#FFCB00;
}
a.job-block-on{
	background-color:#FFCB00;
}

.jobs-data{
	margin:0;
	width:100%;
}
.jobs-data td{
	padding:0px 5px 5px 5px;
}
.jobs-data thead td{
	color:#FFCB00;
	font-weight:bold;
}
.job-limit,
.job-limit form,
.job-limit select,
.job-limit input {
	font-size:9px;
}
.job-limit .submit{
	width:25px;
}
.job-links{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.job-links li.selected a{
	color:#FFCB00;
}
.job-links li{
	float:left;
	margin:0 50px 0 0;
}
.job-links li.last{
	width:150px;
}
.job-links a{
	color:#999;
	text-decoration:none;
}
.job-links a:hover{
	color:#FFCB00;
}
.job-push{
	margin:0 0 90px 0;
}
.job-apply-now{
	padding:10px;
}
.job-apply-now a{
	border:1px solid black;
	background-color:black;
	color:white;
	padding:3px 5px;
	text-decoration:none;
}
.job-apply-now a:hover{
	background-color:#666;
}
#errors{
	margin:0 0 10px 0;
}
#success{
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	margin:0 0 10px 0;
}

/* FOOTER
------------------------------------*/

#footer_ad_code{
	padding:20px 0;
}

/*#footer{
	background-color:#333;
	padding:22px 0 0 0;
	color:#666666;
	min-width:900px;
	height:100px;
	overflow:hidden;
}
#footer-inner{
	margin:0 auto;
	width:900px;
}
#footer-global{
	
}
#footer-logos{
	float:right;
}*/
#sanscode{
	text-align:right;
	font-size:9px;
	padding:0 0 20px 0;
}




