/* Change these options when the homepage graphic needs changing */
a { outline:0; }

/* homepage css... */
#content {
	background:none;
}
body h1 {
	color:#00aaac;
	font-size:1.4em;
	padding:20px 0 10px 0;
	border-bottom:1px dotted #919191;
}
.article h2, .article p {
	padding-left:30px;
}
div.article_expand {
	width:14px;
	height:15px;
	float:left;
	margin-right:16px;
	background:url(/assets/gfx/icons/show.png) no-repeat;
	cursor:pointer;
}
div.article_expand.hide {
	background:url(/assets/gfx/icons/hide.png) no-repeat;
}
p.news_summary {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
#news, #newonsite, #events {
	width:295px;
	float:left; 
	padding:10px 10px 0;
}
#news h1, #newonsite h1, #events h1{
	padding-top:5px;
	display:block;
}
#newonsite{
	background:#F3F6FB;
}
#newonsite .article{ 
	background:none; 
	border-bottom:1px solid #D4D7DC;
}
.more {
	font-size:0.8em;
	color:#000000;
	font-weight:normal;
}
#this-bit {
	height:220px;
	position:relative;
}
.homebox h2 {
	color:#003a80;
	font-size:1.5em;
	padding:0;
	margin:20px 0 10px 0;
}
.homebox h3 {
	color:#00aaac;
	font-size:1.3em;
	padding:0;
	margin:0;
	font-weight:bold;
}
.homebox .further {
	clear:both;
	background:url(/assets/gfx/dot.gif) repeat-x;
	margin-top:10px;
	padding:10px 0;
}
.homebox .links,
.homebox .pubs {
	width:350px;
	float:left;
}
.homebox ul {
	margin:0;
	padding:1em 0 0 0;
	list-style:none;
}
.homebox ul li {
	margin:0;
	padding:0 0 0 22px;
	list-style:none;
	background:url(/assets/gfx/li.gif) left center no-repeat;
}
#rss {
	margin-left:30px;
	background:url(/assets/gfx/feed.gif)  left center no-repeat;
	padding-left:17px;
}

#this-bit .homebox {
	height:220px;
	z-index:1;
	overflow:hidden;
	padding:0px 30px 0px 140px;
	margin:0;
}
#this-bit #home-0.homebox {
	padding:0;
}
img.fancy {
	float:left;
	margin:0 20px 10px 0px;
}
.blurb {
	width:500px;
	float:left;
}
#home-1, #home-2, #home-3, #home-4 {
	display:none;
	background:url(/assets/gfx/home.jpg) left bottom no-repeat ;
	z-index:99;
}
/* homepage image blocks */
#home-0  {
	display:block;
	height:220px;
	position:relative;
}
#home-0x {
	z-index:03;
	height:220px;
}
#home-0x #home-linker {
	position:absolute;
	top:118px;
	left:405px;
	height:68px;
	width:545px;
	display:block;
}
#home-0x a span {
	display: none;
}
#home-0 #intro { 
	width:390px;
	position:absolute;
	font-size:90%;
	line-height:2.0em;
	color: #ccc !important;
}
/*
	TABS
*/
#tabs {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	z-index:99;
	height:29px;
	overflow:hidden;
}
	#tabs li {
		padding:0;
		color:#fff;
		margin:0;
		list-style:none;
		display:block;
		height:29px;
		background-position:0 -3px;
		float:left;
		z-index:99;
	}
		#tabs li a {
			display:block;
			height:29px;
			width:100%;
			text-indent:-9999px;
			overflow:hidden;
			position: relative;
			top: -2px;
		}
	#tabs #tab_0 {
		background:url(/assets/gfx/btn_legal_res.png) no-repeat 0 -3px;
		width:185px; 
		margin-left: 2px;
	}
	#tabs #tab_1 {
		background:url(/assets/gfx/btn_tab_employer.png) no-repeat;
		width:183px;
	}
	#tabs #tab_2 {
		background:url(/assets/gfx/btn_tab_industry.png) no-repeat;
		width:195px;
	}
	#tabs #tab_3 {
		background:url(/assets/gfx/btn_tab_jobseeker.png) no-repeat;
		width:177px;
	}
	#tabs #tab_4 {
		background:url(/assets/gfx/buttons/btn_tab_media.png) no-repeat 0 0px;
		/*margin-left:2px;*/
		width:185px;
	}