/* General reset */
body{
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#000000 url(../images/bg_new.jpg) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#0850c8;
}
a:hover{text-decoration:underline;}
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* container */
#container{
	width:955px;
	overflow:hidden;
	margin:0 auto;
	padding:124px 0 0;
	position:relative;
}
/* logo */
.logo{
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:22px;
	z-index:2;
	width:83px;
	height:63px;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
/* header */
#header{
	width:955px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#header:after{
	height:0;
	clear:both;
	content:"";
	display:block;
}
.header-box{
	background:#000 url(../images/bg-header-box.jpg) repeat-x;
	border-bottom:1px solid #f6f6f6;
	text-align:right;
	padding:9px 19px 0 127px;
	color:#fff;
	height:72px;
	overflow:hidden;
}
.header-box .social-services{
	display:inline;
	list-style:none;
	margin:3px 0 12px;
	padding:0;
	float:right;
	clear:right;
}
.header-box .social-services li{
	float:left;
	padding:0 0 0 15px;
}
.header-box .social-services img{display:block;}
.header-box span.phone{
	float:right;
	font-size:18px;
	line-height:21px;
	clear:both;
}
/* menu-holder */
.menu-holder{
	width:925px;
	padding:0 20px 0 10px;
	background:#dbdbdb url(../images/bg-menu-holder.gif) repeat-x;
	float:left;
}
.menu-holder:after{
	height:0;
	clear:both;
	content:"";
	display:block;
}
/* menu */
#menu{
	width:650px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	z-index:100;
}
#menu li{
	float:left;
	display:inline;
	padding:0 0 1px;
}
#menu li a{
	padding:12px 12px 11px;
	font-size:11px;
	line-height:18px;
	color:#010001;
	display:block;
}
#menu li:hover a,
#menu li.hover a,
#menu li a:hover{
	text-decoration:none;
	background:#d0d0d0 url(../images/bg-menu-hover.gif) repeat-x;
}
#menu li:hover,
#menu li.hover{
	position:relative;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:177px;
	overflow:hidden;
	position:absolute;
	top:42px;
	left:0;
	border-bottom:1px solid #fff;
	display:none;
}
#menu li:hover ul,
#menu li.hover ul{
	display:block;
}
#menu ul li{
	float:none;
	display:block;
	padding:0;
}
#menu li:hover ul li a,
#menu li.hover ul li a,
#menu ul li a{
	padding:2px 16px 3px;
	color:#fff;
	height:1%;
	background:#aaa;
	text-transform:capitalize;
}
#menu li:hover ul li a:hover,
#menu li.hover ul li a:hover,
#menu ul li a:hover{
	background:#888;
	color:#f5f50a;
}
/* select-box */
.menu-holder fieldset{
	margin:12px 0 0;
	float:right;
	width:272px;
}
.menu-holder fieldset label{
	font-weight:bold;
	font-size:10px;
	line-height:16px;
	float:left;
	color:#000;
}
.menu-holder fieldset select{
	font-size:11px;
	line-height:14px;
	padding:0;
	width:135px;
	float:left;
	margin:0 0 0 13px;
}
/* flash-box */
.flash-box{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:0 0 7px;
	background:#fff;
}
.flash-box img{display:block;}
/* home-content */
#home-content{
	height:1%;
	padding:262px 0 0;
	overflow:hidden;
}
.home-content-box{
	height:1%;
	overflow:hidden;
	padding:12px 19px 4px 8px;
	background:#000 url(../images/bg-home-content.gif) repeat-x;
}
/* home-content-main */
.home-content-main{
	width:725px;
	float:left;
	padding:0 0 6px;
}
/* tabset */
.home-content-main .tabset{
	width:725px;
	overflow:hidden;
	margin:0 0 0 -3px;
	list-style:none;
	padding:0;
}
.home-content-main .tabset li{display:inline;}
.home-content-main .tabset a{
	font-weight:bold;
	font-size:10px;
	line-height:16px;
	color:#fff;
	background:url(../images/bg-tabset-link-l.gif) no-repeat;
	text-transform:uppercase;
	padding:0 0 0 5px;
	margin:0 0 0 3px;
	float:left;
}
.home-content-main .tabset a span{
	float:left;
	cursor:pointer;
}
.home-content-main .tabset a .r{
	width:5px;
	height:35px;
	overflow:hidden;
	background:url(../images/bg-tabset-link-r.gif) no-repeat;
}
.home-content-main .tabset a .c{
	width:147px;
	padding:8px 9px 0;
	height:27px;
	text-align:center;
	background:#000 url(../images/bg-tabset-link-c.gif) repeat-x;
}
.home-content-main .tabset a.please-select .c{
	text-align:left;
	width:123px;
}
.home-content-main .tabset a.temp-contract .c{width:161px;}
.home-content-main .tabset a.active,
.home-content-main .tabset a:hover,
.home-content-main .tabset a.active span,
.home-content-main .tabset a:hover span{
	background-position:0 -35px;
	text-decoration:none;
}
/* tab-box */
.home-content-main .tab-box{
	width:725px;
	overflow:hidden;
	background:url(../images/bg-tab-box-t.gif) no-repeat;
	padding:5px 0 0;
	min-height:166px;
}
* html .home-content-main .tab-box{
	height:166px;
	overflow:visible;
}
.home-content-main .tab-content{
	width:695px;
	overflow:hidden;
	padding:13px 15px 10px;
	background:#000;
	line-height:18px;
	color:#fff;
}
.home-content-main .tab-content a{color:#fff;}
/* img-holder */
.home-content-main .tab-box .img-holder{
	float:left;
	padding:1px 28px 0 0;
}
* html .home-content-main .tab-box .img-holder{padding-right:25px;}
.home-content-main .tab-box .img-holder img{display:block;}
.home-content-main .tab-box .txt{
	height:1%;
	overflow:hidden;
	margin:0 25px 0 0;
}
.home-content-main .tab-box h2{
	margin:0 0 16px;
	font:normal 18px/22px Helvetica, Arial, sans-serif;
}
.home-content-main .tab-box p{margin:0;}
.home-content-main .tab-box a{color:#fff000;}
/* links-box */
.links-box{
	width:686px;
	font-size:11px;
	line-height:18px;
	background:url(../images/bg-links-box.gif) repeat-y 223px 0;
	padding:0 0 2px;
	overflow:hidden;
	margin:13px 0 0 8px;
	float:left;
	display:inline;
}
.links-box:after{
	content:"";
	display:block;
	clear:both;
}
.links-box a{color:#fff !important;}
.links-holder{
	display:inline;
	width:773px;
	float:left;
	margin:-3px 0 0 -110px;
}
.links-box .block{
	display:inline;
	width:152px;
	float:left;
	margin:0 0 10px 110px;
}
.links-box .block3{margin:0 0 10px 95px;}
.links-box ul{
	list-style:none;
	margin:0;
	padding:0 0 0 2px;
}
.links-box h2{
	margin:0 0 10px 2px !important;
	font:14px/17px Arial, Helvetica, sans-serif !important;
	color:#fff;
}
/* latest-info */
.latest-info{
	width:696px;
	overflow:hidden;
	margin:0 0 0 14px;
}
.latest-info .top,
.latest-info .btm{
	display:block;
	height:3px;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	clear:both;
}
.latest-info .top{
	background-image:url(../images/bg-latest-info-top.gif);
	height:25px;
}
.latest-info .btm{background-image:url(../images/bg-latest-info-btm.gif);}
.latest-info .center{
	height:1%;
	padding:0 10px;
	background:url(../images/bg-latest-info-center.gif) repeat-y;
}
.latest-info .center:after{
	height:0;
	clear:both;
	content:"";
	display:block;
}
.latest-info .center .main{
	width:100%;
	float:left;
	margin:-19px 0 0;
	position:relative;
}
.latest-info .latest-headline{
	width:99px;
	padding:0 27px 0 0;
	text-align:center;
	line-height:15px;
	color:#fff;
	float:left;
}
* html .latest-info .latest-headline{padding-right:24px;}
.latest-info p{
	margin:0;
	line-height:15px;
	height:1%;
	overflow:hidden;
}
.latest-info a{color:#fff;}
/* home-sidebar */
#home-sidebar{
	width:182px;
	float:right;
	margin:8px; 0 8px 0;
}
#home-sidebar .box{
	width:182px;
	overflow:hidden;
	margin:13px 0 0;
	padding:0 0 6px;
	position:relative;
}
#home-sidebar .box .top,
#home-sidebar .box .btm{
	display:block;
	width:182px;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	clear:both;
}
#home-sidebar .box .top{
	height:3px;
	background-image:url(../images/bg-home-sidebar-box-top.png);
}
#home-sidebar .box .btm{
	height:72px;
	background-image:url(../images/bg-home-sidebar-box-btm.png);
}
#home-sidebar .box .center{
	height:1%;
	background:url(../images/bg-home-sidebar-box-center.gif) repeat-y;
}
#home-sidebar .box .center:after{
	height:0;
	clear:both;
	content:"";
	display:block;
}
#home-sidebar .box .main{
	width:102px;
	min-height:54px;
	padding:1px 5px 0 66px;
	float:left;
	margin:8px 0 -70px 9px;
	position:relative;
	background-repeat:no-repeat;
}
* html #home-sidebar .box .main{
	display:inline;
	height:54px;
	overflow:visible;
}
#home-sidebar .box-01 .main{background-image:url(../images/icon-01.png);}
#home-sidebar .box-02 .main{background-image:url(../images/icon-02.png);}
#home-sidebar .box .main strong{
	font:normal 14px/18px Helvetica, Arial, sans-serif;
	color:#fff;
}
#home-sidebar .box .main .btn-go{
	float:right;
	width:38px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-go.png) no-repeat;
	margin:5px 5px 0 0;
}
.add-nav{
	list-style:none;
	margin:0 0 0 3px;
	padding:0;
	width:179px;
	overflow:hidden;
}
.add-nav li{
	padding:4px 6px;
	margin:-1px 0 0;
	height:1%;
	overflow:hidden;
	background:url(../images/divider-add-nav.gif) repeat-x;
}
.add-nav a{
	display:block;
	width:100%;
	height:19px;
}
.add-nav a span{
	display: block;
	width:100%;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.add-nav .search-jobs a{background:url(../images/text-search-jobs.png) no-repeat;}
.add-nav .submit-brief a{background:url(../images/text-submit-brief.png) no-repeat;}
.add-nav .submit-cv a{background:url(../images/text-submit-cv.png) no-repeat;}
.add-nav .social-responsibility a{background:url(../images/text-social-responsibility.png) no-repeat;}
.add-nav .footy-tipping a{background:url(../images/text-footy-tipping.png) no-repeat;}
* html .add-nav a {background: none !important;}
/* footer */
#footer{
	height:1%;
	overflow:hidden;
	background:#000000;
	color:#b3b3b3;
	font-size:11px;
	line-height:15px;
	padding:10px 21px 11px 26px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#footer ul li{
	display:inline;
	padding:0 0 0 5px;
}
#footer ul li img{
	float:left;
	margin:0 5px 0 0;
}
#footer ul a{
	color:#b3b3b3;
}
#footer p{
	margin:0;
	height:1%;
	overflow:hidden;
}
/* accessibility */
a.accessibility{
	position:absolute;
	top:0;
	left:-9999px;
}
/* content */
#content{
	overflow:hidden;
	padding:0 0 2px;
	border:solid #fff;
	border-width:4px 0 7px;
	background:url(../images/bg-content-holder.gif) repeat-y;
}
#content2{
	overflow:hidden;
	margin:0 0 6px;
}
/* content-holder */
.content-holder{
	width:769px;
	float:left;
	overflow:hidden;
	padding:0 0 4px;
}
.content-holder_nobg{
	width:769px;
	float:left;
	overflow:visible;
}
#content .headline{
	overflow:hidden;
	font-size:12px;
	line-height:17px;
	color:#fff;
	padding:4px 10px 5px 21px;
	background:#010101 url(../images/bg-headline.gif) repeat-x;
	border-bottom:4px solid #fff;
}
#content2 .headline{
	overflow:hidden;
	font-size:12px;
	line-height:15px;
	color:#fff;
	padding:6px 10px 5px;
	background:#ac0831 url(../images/bg-headline.gif) repeat-x;
	border-bottom:4px solid #fff;
}
#content .headline strong{font-weight:normal;}
#content2 .headline strong{font-weight:normal;}

/* content-holder-wide */

#contentwide {
	background-color: #FFFFFF;
	overflow:hidden;
	padding:0 0 2px;
	border:solid #fff;
	border-width:4px 0 7px;
}
#contentwide .headline{
	overflow:hidden;
	font-size:12px;
	line-height:17px;
	color:#fff;
	padding:4px 10px 5px 21px;
	background:#010101 url(../images/bg-headline.gif) repeat-x;
	border-bottom:4px solid #fff;
}
#contentwide .headline strong{font-weight:normal;}
#contentwide .content-main .headline{padding:4px 10px 5px 24px;}

/* category-nav */
.category-nav{
	width:181px;
	float:left;
	font-size:11px;
	line-height:20px;
}
.category-nav .txt-box{
	height:1%;
	overflow:hidden;
	padding:8px 10px;
}
.category-nav h3{
	margin:0 0 5px;
	font-size:11px;
	line-height:20px;
}
.category-nav ul{
	list-style:none;
	margin:1px 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.category-nav ul li{
	padding:0 0 5px 13px;
	background:url(../images/separator-category-nav.gif) no-repeat 0 6px;
        line-height: 12px;
}
.category-nav .general-link{
	height:1%;
	overflow:hidden;
	padding:0 0 0 13px;
	background:url(../images/separator-category-nav.gif) no-repeat 0 7px;
}
/* content-main */
.content-main{
	width:583px;
	float:right;
	overflow:hidden;
}
#content .content-main .headline{padding:4px 10px 5px 24px;}
.content-main .img-box{
	height:1%;
	overflow:hidden;
}
.content-main .img-box img{
	display:block;
}
.content-main .breadcrumbs{
	list-style:none;
	margin:7px 0 0 24px;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
	color:#666;
}
.content-main .breadcrumbs li{
	display:inline;
	padding:0 0 0 3px;
}
.content-main .breadcrumbs a{color:#666;}
.content-main .txt-box{
	height:1%;
	overflow:hidden;
	padding:10px 55px 0 25px;
}
.content-main .mediatext{
	height:1%;
	overflow:hidden;
	padding:10px 55px 0 23px;
}
.content-main h1{
	margin:0 0 13px;
	font:normal 18px/22px Helvetica, Arial, sans-serif;
}
.content-main h2{
	margin:0;
	margin-bottom: 12px;
	font-size:13px;
	line-height:18px;
}
.content-main h3{
	margin:0;
	font-size:12px;
	line-height:16px;
	margin-bottom: 12px;
}
.content-main ul {
	margin-top: 0px;
}
.content-main p{
	margin:0;
	padding:0 0 18px;
	line-height:18px;
}
/* Content-main wide */
/* content-main */
.content-mainwide {
	width:769px;
	float:right;
	overflow:hidden;
}
#contentwide .content-mainwide .headline{padding:4px 10px 5px 24px;}
.content-mainwide .img-box{
	height:1%;
	overflow:hidden;
}
.content-mainwide .img-box img{
	display:block;
}
.content-mainwide .breadcrumbs{
	list-style:none;
	margin:7px 0 0 24px;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
	color:#666;
}
.content-mainwide .breadcrumbs li{
	display:inline;
	padding:0 0 0 3px;
}
.content-mainwide .breadcrumbs a{color:#666;}
.content-mainwide .txt-box{
	height:1%;
	overflow:hidden;
	padding:10px 55px 0 25px;
}
.content-mainwide .mediatext{
	height:1%;
	overflow:hidden;
	padding:10px 55px 0 23px;
}
.content-mainwide h1{
	margin:0 0 13px;
	font:normal 18px/22px Helvetica, Arial, sans-serif;
}
.content-mainwide h2{
	margin:0;
	font-size:13px;
	line-height:18px;
}
.content-mainwide ul {
	margin-top: 0px;
}
.content-mainwide p{
	margin:0;
	padding:0 0 18px;
	line-height:18px;
}
/*End Content Main Wide*/
.content-c{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-content-holder-top.gif) no-repeat 0 30px;
	position:relative;
}
.content-d{
	height:1%;
	overflow:hidden;
	position:relative;
}
/* sidebar */
.sidebar{
	width:180px;
	float:right;
	font-size:11px;
	line-height:14px;
}
#content .sidebar .headline,
#content2 .sidebar .headline,
#contentwide .sidebar .headline{padding:4px 14px 5px;}
.sidebar .txt{
	height:1%;
	overflow:hidden;
	padding:14px 5px 14px 12px;
	border-bottom:4px solid #fff;
}
.sidebar .why-box{
	background:#ededed;
	padding:0;
}
.sidebar .why-box-btm{
	min-height:125px;
	padding:15px 12px 10px 14px;
	background:url(../images/bg-why-box-btm.gif) no-repeat 0 100%;
}
* html .sidebar .why-box-btm{
	height:125px;
	overflow:visible;
}
#content .sidebar .industry-news .headline{
	border:0;
	padding:4px 10px 5px;
}
#contentwide .sidebar .industry-news .headline{
	border:0;
	padding:4px 10px 5px;
}
.sidebar .industry-news .txt{
	border:none;
	padding:15px 7px;
	background:url(../images/bg-industry-news.gif) repeat-x 0 100%;
}
.sidebar .txt p{margin:14px 0 0;}
.mediadate {
	font-size: 11px;
	font-style: italic;
	color: #999;
}
.youtubecontainer {
	float: right;
	width: 320px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.headline a {
	color: #ccc;
	text-decoration: underline;
}
.videoholder {
	text-align: center;
	margin: 20px auto;
}
.redtext {color: #c40434;}
/* society-environment */
.category-nav .society-environment{
	width:181px;
	overflow:hidden;
	line-height:14px;
	padding:0 0 2px;
	position:absolute;
	left:0;
	bottom:0;
}
#content .society-environment .headline{border:0;}
.society-environment a{
	display:block;
	width:100px;
	margin:0 auto;
	text-align:center;
}
#contentwide .society-environment .headline{border:0;}
.society-environment a{
	display:block;
	width:100px;
	margin:0 auto;
	text-align:center;
}
.society-environment img{
	display:block;
	margin:0 0 5px;
}
/* content-box */
.content-box{
	height:1%;
	overflow:hidden;
	padding:9px 19px 10px 18px;
	background:#000 url(../images/bg-home-content.gif) repeat-x;
}
.content-box .links-box {
	width:686px;
	padding:0;
	background:url(../images/bg-links-box2.gif) repeat-y 225px 0;
}
.content-box .links-holder{
	display:inline;
	width:747px;
	float:left;
	margin:-3px 0 0 -99px;
	background:url(../images/bg-links-holder2.gif) no-repeat 324px 0;
}
.content-box .links-box .block{
	display:inline;
	width:150px;
	float:left;
	margin:0 0 0 99px;
}
.content-box .add-nav{
	margin:7px 0 0;
	width:179px;
	float:right;
}
.latest-info2{
	margin:0 0 6px 4px;
	clear:both;
	padding:39px 0 0;
	width:711px;
}
.latest-info2 .top{background-image:url(../images/bg-latest-info-top2.gif);}
.latest-info2 .btm{background-image:url(../images/bg-latest-info-btm2.gif);}
.latest-info2 .center{background:url(../images/bg-latest-info-center2.gif) repeat-y;}

.content-holder-jobsearch {
	background-color: #FFFFFF;
}
.seekframe {
	padding-left: 10px;
}

/*other new styles */
.content-main .txt-box li {
	margin-top: 6px;
}
/* These are standard sIFR styles... do not modify */
.sIFR-Flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-Flash + div[adblocktab=true] {
	display: none !important;
}
/* Editable sIFR settings */
.sIFR-hasFlash .home-content-main .tab-box h2 span{
	margin:0;
	font-size:18px;
	line-height:22px;
	display:block;
}
.sIFR-hasFlash #home-sidebar .box .main strong span{
	margin:0;
	font-size:14px;
	line-height:18px;
	display:block;
}
.sIFR-hasFlash .content-main h1 span{
	margin:0;
	font-size:18px;
	line-height:22px;
	display:block;
}
