#GazXJobs-Head-Container {
	width:1000px;
	height:270px;
 	margin-left: auto ;
 	margin-right: auto ;
}

#page-top a {
	color: #404040;
	text-decoration: none;
}
#page-top a:hover,
#page-top a:active {
	color: #404040;
	text-decoration: underline;
}
#page-top .bkg-gazette {
	width: 1000px;
	height: 52px;
	z-index: 1;
	background: url(http://www.gazetteextra.com/test/tabs_gazjobs.png) left top no-repeat;
}

#page-top .help {
	position: relative;
	width: 140px;
	height: 16px;
	left: 14px;
	top: -40px;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
}

#page-top .tab1,
#page-top .tab1-on {
	position: relative;
	left: 420px;
	top: -50px;
	width: 120px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}
#page-top .tab1-on {
	border-bottom: 3px solid #990000;
	}
	#page-top .tab1-on a:hover {
		text-decoration: none;
	}
#page-top .tab2,
#page-top .tab2-on {
	position: relative;
	left: 557px;
	top: -69px;
	width: 30px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	z-index: 2;
}
#page-top .tab2-on {
	border-bottom: 3px solid #990000;
	}
	#page-top .tab2-on a:hover {
		text-decoration: none;
	}
#page-top .tab3,
#page-top .tab3-on {
	position: relative;
	left: 618px;
	top: -85px;
	width: 27px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	z-index: 2;
}
#page-top .tab3-on {
	border-bottom: 3px solid #990000;
	}
	#page-top .tab3-on a:hover {
		text-decoration: none;
	}
#page-top .tab4,
#page-top .tab4-on {
	position: relative;
	left: 675px;
	top: -101px;
	width: 120px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	z-index: 2;
}
#page-top .tab4-on {
	border-bottom: 3px solid #990000;
	}
	#page-top .tab4-on a:hover {
		text-decoration: none;
	}
#page-top .login {
	position: absolute;
	left: 820px;
	top: 14px;
	width: 144px;
	font-size: 10px;
	height: 16px;
	z-index: 2;
	text-align: center;
}
#page-top .login a {
	text-decoration: underline;
}


/*/////  HEADER  ////////////////////////////////////////////////////////////////////////////////////*/

#page-header .logo {
	position:relative;
	top:-80px;
	left: 10px;
	border:none;
}


#page-header .gaz-header-ad {
	position: relative;
	left: 70px;
	padding: 10px;
	top: -80px;
}
	

/*/////  NAVIGATION  ////////////////////////////////////////////////////////////////////////////////////*/
#navigation {
	position: relative;
	top: -70px;
	height: 70px;
	width: 1000px;
	font-family: "Trebuchet MS", sans-serif;
	background: #767676 url(http://media.gazettextra.com/img/base/navbar_top.jpg) left top repeat-x;
	}
	#nav {
	/*ul container */
		position: absolute;
		top: 1px;
		left: 0px;
		width: 900px;
		height: 69px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style-type: none;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 14px;
		line-height: 14px;
		white-space: nowrap;
		z-index: 3;
	}
	#nav a {
		text-decoration: none;
	}
	#nav a:hover {
		text-decoration: underline;
	}
	#nav li {
	/* everything */
		margin: 0px; 
		padding: 0px;
		float: left;
		display: block;
		white-space: nowrap;
	}
	#nav li a {
	/* all li.off(main and subnav) before hover */	
		padding: 13px 10px 14px 10px;
		color: #404040;
		display: block;
		white-space: nowrap;
	}
	#nav li.off a:hover,
	#nav li.hover a:hover {
	/*li.off on hover */
		color: #000000;
	}
	#nav li.on a {
	/* li.on before hover */
		padding: 13px 9px 14px 9px;
		background-color: #767676; 
		color: #FFFFFF;
		border-right: 1px solid #404040; 
		border-left: 1px solid #404040;
		white-space: nowrap;
	}
	#nav li ul {
		display: none;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 12px;
		white-space: nowrap;
	}
	#nav li.on ul,
	#nav li.hover ul {
	/* sub nav, li.on */
		display: block;
		position: absolute;
		top: 41px; 
		left: 0px; 
		width: 630px; 
		height: 24px;
		background-color: #767676; 
		list-style-type: none;
		white-space: nowrap;
	}
	#nav li.hover ul {
		z-index: 6000;
	}
	#nav li.on ul a,
	#nav li.hover ul a {
	/*sub nav of li.on */
		padding: 7px 10px 7px 10px;
		border: none; 
		float: left;
		color: #FFFFFF;
		white-space: nowrap;
	}
	#nav li.on ul a:hover,
	#nav li.hover ul a:hover {
	/*li.off on hover */ 
		color: #FFFFFF;
	}
	/* subnav on hover */
	/* Better done using JavaScript for compatibility
	#nav li.off:hover ul {
		display: block;
		z-index: 6000;
	}*/
	#nav-right {
		position: absolute;
		top: 1px;
		right: 0px;
		height: 42px;
		width: 322px;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 12px;
		line-height: 12px;
		z-index: 4;
		}
		#nav-right ul {
			position: relative;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			height: 41px;
			width: 322px;
		}
		#nav-right ul li {
			float: left;
			display: block;
		}
		#nav-right ul li a {
			display: block;
			text-decoration: none;
			color: #404040;
			padding: 14px 6px 14px 3px;
		}
		#nav-right ul li a:hover {
			text-decoration: underline;
			color: #000000;
		}
	#nav-search {
		position: absolute;
		bottom: 2px;
		right: 0px;
		width: 322px;
		height: 26px;
		z-index: 4;
	}
	

