@charset "iso-8859-1";
/* search form */
#top_search{
	position:absolute;
	margin-left:10px;
	width:365px;
	border-right:1px dotted #CCCCCC;
}

#top_search h1{
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
}

.search_tips{
	float:right;
	margin-right:10px;
}


#frm_search{
	font-size:75%;
}

#frm_search p{
	margin:0;
	padding-bottom:5px;
	clear:right;
}

#frm_search label{
	float:left;
	width:100px;
}

#frm_search .txt{
	width:250px;
	border:1px solid #CCCCCC;
}

#frm_search .btn{
	background-color:#FFFFFF;
	border:none;
	color:#990000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/red_search_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
	cursor:pointer;
	cursor:hand;
}

#nav{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #981017;
}


/* top banner */
#top_banner{
	position:relative;
	width:1004px;
	height:100px;
	overflow:hidden;
	background-image:url(../images/london_tube.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #006DAA;
}

#top_banner #button_holder{
	position:absolute;
	left:304px;
	bottom:10px;
	height:60px;
	width:700px;
}

#top_banner #button_holder ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#top_banner #button_holder li{
	display:inline;	
}

#top_banner #button_holder li img{
	margin-right:5px;
	border:none;
}

#top_banner #button_holder a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:75%;
}



/* sector search */
#top_sectors{
	position:absolute;
	margin-left:385px;
	width:400px;
}

#top_sectors h1{
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	text-align:center;
}

#top_sectors ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


#top_sectors li{
	font-size:75%;
	margin-bottom:4px;
	float:left;
	margin-right:20px;
	width:180px;
}

#top_sectors a{
	text-decoration:none;
	color:#333333;
}

#top_sectors a:hover{
	color:#0000FF;
}

#top_sectors .red{
	font-size:0.77em;
}



#top_candidates{
	position:absolute;
	margin-left:795px;
	width:180px;
	border-left:1px dotted #CCCCCC;
}

#top_candidates h1{
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	text-align:center;
}

#top_candidates img{
	margin-left:10px;
	margin-bottom:5px;
}

#main_content{
	position:relative;
	margin-bottom:20px;
}

/* job of the week */
#jotw{
	width:300px;
	margin-left:10px;
	margin-top:10px;
	font-size:75%;
}

#jotw_top{
	width:300px;
	height:7px;
	background-image:url(../images/jotw_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
	}

#jotw_btm{
	width:300px;
	height:7px;
	background-image:url(../images/jotw_btm.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
 }


#jotw_middle{
	width:300px;
	background-image:url(../images/jotw_middle.gif);
	background-repeat:repeat-y;
	background-color:#E5F2FF;
	height:165px; /* needs to match career_news middle height */
}

#jotw .content{
	margin-left:10px;
	margin-right:10px;
}


#jotw .heading{
	color:#006699;
	font-size:100%;
	font-weight:bold;
}

#jotw a,
#jotw strong{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

/* left white */

#left_white{
	width:300px;
	margin-left:10px;
	margin-top:10px;
	font-size:75%;
}

#left_white_top{
	width:300px;
	height:7px;
	background-image:url(../images/left_white_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
	}

#left_white_btm{
	width:300px;
	height:7px;
	background-image:url(../images/left_white_btm.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}


#left_white_middle{
	width:300px;
	height:85px; /* needs to match london_careers .middle height */
	background-image:url(../images/left_white_middle.gif);
	background-repeat:repeat-y;
	background-color:#FFFFF;
}

#left_white .content{
	margin-left:10px;
	margin-right:10px;
}

#left_white strong,
#left_white a{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}


/* currently recruiting */
#currently_recruiting{
	position:absolute;
	width:225px;
	margin-left:769px;
	margin-top:10px;
	text-align:center;
	background-color:#FFFFFF;
	z-index: 99;
}


#currently_recruiting .top{
	height:32px;
	background-color:#CC3333;
	background-image:url(../images/recruiting_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFFFFF;
	line-height:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:90%;
	overflow:hidden;
}

#currently_recruiting .middle{
	background-image:url(../images/recruiting_middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
	height:249px;
}

#currently_recruiting .btm{
	height:7px;
	background-image:url(../images/recruiting_btm.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}


#currently_recruiting .content{
	margin-left:10px;
	margin-right:10px;
	font-size:75%;
}

#currently_recruiting img{
	margin-top:10px;
}

/* career news */
#middle_content{
	position:absolute;
	width:439px;
	margin-left:320px;
	margin-top:10px;
	z-index: 99;
}

#middle_content .half{
	width:215px;
	height:180px;
	font-size:75%;
}

#middle_content .half2{
	width:215px;
	height:98px;
	margin-top:10px;
	font-size:75%;
}

#middle_content .half2 span{
	padding:5px;
}


#career_news .middle{
	height:165px; /* needs to match jotw .middle height */
}

#middle_content .top{
	height:7px;
	background-image: url(../images/centre_white_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}

#middle_content .middle{
	background-image: url(../images/centre_white_middle.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#middle_content .content{
	margin-left:10px;
	margin-right:10px;
	font-size:75%;
}

#middle_content .btm{
	height:7px;
	background-image: url(../images/centre_white_btm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden
}

#career_news a,
#career_news strong{
	text-decoration:none;
	font-weight:bold;
	color:#006699;
}

/* about london careers */
#london_careers{
	margin-top:10px;
}

#london_careers .middle{
	height:85px; /* needs to match left_white_middle height */
	background-image:url(../images/centre_beige_middle.gif);
}

#london_careers .top{
	background-image:url(../images/centre_beige_top.gif);
}

#london_careers .btm{
	background-image:url(../images/centre_beige_btm.gif);
}

/* pop up layer */
#pop-up{
	position:absolute;
	width:260px;
	overflow:hidden;
	background-color:#000000;
	border:1px solid #333333;
	left:385px;
	top:120px;
	z-index:100;
	font-size: 75%;
	background-image:url(http://www.londoncareers.net/css/images/wii_260x240.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#pop-up .right{
	font-weight:bold;
}

#pop-up .right span{
	padding:3px;
	background-color:#000000;
	color:#FFFFFF;
}

#pop-up .right a{
	color:#FFFFFF;
}

#pop-up .content{
	margin-top:220px;
	color:#FFFFFF;
	padding:5px;
}

#pop-up .content strong{
	color:#FFFFFF;
}

#pop-up .content a{
	font-weight:bold;
	color: #F26722;
}

#pop-up .content a:hover{
	text-decoration:underline;
}

