/*

STYLE SHEET FOR HARMONIC
Created by Oliver Coningham
www.harmonic.org.uk

*/


/* DO NOT ALTER THIS PART OF THE CSS */

.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;
	}
	
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
	}
	
.sIFR-hasFlash h2 {
	line-height: 20px !important;
	visibility: hidden;
	margin: 0 0 10px 0;
	}

.sIFR-hasFlash #default h3, .sIFR-hasFlash #cv h3 {
	line-height: 18px !important;
	visibility: hidden;
	margin: 0px 0 10px 0;
	}
	
.sIFR-hasFlash h3 {
	line-height: 18px !important;
	visibility: hidden;
	margin: 30px 0 10px 0;
	}
	

/* --------- Defaults --------- */
	
#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
body {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 15px 0;
	}

#shadow-top, #shadow-bottom {
	background: #fff url('../img/shadow-top-bg.gif') no-repeat top left;
	height: 8px;
	margin: auto;
	width: 1016px;
	}

#shadow-bottom {
	background: #fff url('../img/shadow-bottom-bg.gif') no-repeat top left;
	}
	
#container {
	background: url('../img/container-bg.gif') repeat-y top left;
	margin: auto;
	padding: 0 8px;
	width: 1000px;
	}
			
strong {
	font-weight: bold;
	}
	
hr {
	display: none;
	}

blockquote { 
	background-color: #eaeaea;
	color: #0e3880;
	font-size: 110%;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	padding: 20px;
	}
	
#map { 
	border: 3px solid #dadada;
	height: 224px;
	margin-bottom: 1.25em; 
	width: 224px; 
	}
	
#reference, #print-logo {
	display: none;
	}
	

/* --------- Header --------- */

#header {
	background: url('../img/header-bg.jpg') no-repeat top left;
	height: 145px;
	padding: 0 20px;
	width: 960px; 
	}
	
h1 a {
	background: url('../img/h1-bg.gif') no-repeat top left;
	display: block;
	float: right;
	height: 95px;
	margin-top: 15px;
	text-indent: -25000px;
	width: 187px;
	}

.cleared {
	clear: both;
	}

	
/* --------- Navigation --------- */

.menu {
	background: url('../img/nav-bg.gif') no-repeat top right; 
	clear: both; 
	height: 35px;
	position: relative; 
	width: 960px; 
	z-index: 100; 
	}
	
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 960px; 
	w\idth: 960px;
	}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul ul {
	width: 108px;
	}
	
.menu ul ul li {
	margin-left: 0px;
	}

/* CUNT IT float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	margin-right: 1px;
	position: relative; 
	}
	
/* style the links for the top level */
.menu a, .menu a:visited {
	color: #fff; 
	display: block;
	height: 35px; 
	text-decoration: none; 
	width: 94px; 
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 94px; 
	w\idth: 94px;
	}

.menu ul a span { 
	background: url(../img/nav_v2.gif); 
	cursor: pointer; 
	display: block; 
	height: 35px; 
	text-indent: -25000px; 
	width: 94px; 
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { 
	height: 0;
	left: 0; 
	margin-left: -1px;
	position: absolute;
	top: 35px;
	visibility: hidden; 
	width:94px; 
	}
	
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 35px;
	t\op:35px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse: collapse;
	left: 0; 
	top: 0; 
	margin-bottom: -15px;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
	background-color: #3a6fbd; 
	color: #fff; 
	height: auto; 
	line-height: 1em; 
	padding: 10px 10px; 
	width: 125px;
	line-height: 1.5em;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
	{
	background-color: #0b3675;
	color: #fff; 
	}
.menu :hover > a, .menu ul ul :hover > a {
	background-color: #0b3675;
	color: #fff;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible; 
	}
	
#nav-home a span {background-position:0px 0px;}
#nav-home a span#selected {background-position:0px -35px;}
#nav-about a span {background-position:-95px 0px;}
#nav-about a span#selected {background-position:-95px -35px;}
#nav-appr a span {background-position:-190px 0px;}
#nav-appr a span#selected {background-position:-190px -35px;}
#nav-what a span {background-position:-285px 0px;}
#nav-what a span#selected {background-position:-285px -35px;}
#nav-markets a span {background-position:-380px 0px;}
#nav-markets a span#selected {background-position:-380px -35px;}
#nav-histories a span {background-position:-475px 0px;}
#nav-histories a span#selected {background-position:-475px -35px;}
#nav-vacancies a span {background-position:-570px 0px;}
#nav-vacancies a span#selected {background-position:-570px -35px;}
#nav-contact a span {background-position:-665px 0px;}
#nav-contact a span#selected {background-position:-665px -35px;}
	
/* --------- Search Bar --------- */

#search-bar { 
	background: url('../img/search-bar-bg.gif') repeat-x top left;
	clear: both;
	height: 65px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 960px;
	}
	
#search	{
	background-color: #fff;
	float: left;
	height: 25px;
	padding: 10px;
	margin-top: 20px;
	width: 210px;
	}	
	
#search legend {
	display: none;
	}
	
#search #keyword {
	background: url('../img/input-search.gif') no-repeat top left;
	border: 0;
	color: #666;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 13px;
	padding: 6px;
	width: 144px;
	}
	
#search #btn-search {
	float: left;
	height: 25px;
	width: 54px;
	}
		
	
/* --------- Content --------- */

#slideshow {
	float: right;
	margin: 0 15px 0 -5px;
	overflow: visible;
	width: 240px;
	}
	
#content {
	background: url('../img/content-bg.gif') no-repeat 50% 50%;
	}
	
#copy {
	float: left;
	margin: 0 20px 0 20px;
	min-height: 145px;
	width: 460px;
	}
	
#copy a, #subnav table a {
	color: #0e3880;
	display: inline;
	}
		
#copy a:hover, #subnav table a:hover {
	color: #0e3880;
	}
	
#copy ul{
	line-height: 1.5em;
	margin: 0 0 1.25em 40px;
	}

#copy ul ul {
	margin-top: 1.25em;
	}
		
#copy li {
	list-style: outside disc;
	margin-bottom: 0.75em;
	}
		
#subcontent {
	float: left;
	padding-left: 20px;
	width: 230px;
	}
	
#subnav p, #copy p, #subcontent p {
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}
		
#default blockquote {
	background: url('../img/quote-bg.gif') no-repeat top left;
	height: 132px;
	margin-bottom: 20px;
	padding: 0;
	text-indent: -25000px;
	width: 230px;
	}
	
#random-quotes {
	height: 132px;
	margin-bottom: 20px;
	padding: 0;
	width: 230px;
	}
	
#news {
	background: #0e3880 url('../img/news-bg.gif') no-repeat top left;
	color: #fff;
	padding: 15px 15px 0 15px;
	width: 200px;
	}
	
#news h4 {
	background: url('../img/h3-news.gif') no-repeat top left;
	height: 10px;
	text-indent: -25000px;
	margin-bottom: 1.25em;
	width: 87px;
	}
	
.date {
	color: #859cd0;
	font-weight: bold;
	}
	
.read a	{
	background: url('../img/btn-story.gif') no-repeat top left;
	display: block;
	float: right;
	height: 31px;
	text-indent: -25000px;
	width: 113px;
	line-height: 0;
	margin: 0 -5px 0 0;
	padding: 0;
	}
	
#sitemap #copy li { 
	background: none; 
	font-weight: bold; 
	list-style: none;
	margin: 0; 
	padding: 5px 5px 5px 10px; 
	}
	
#sitemap #copy li li {
	font-weight: normal; 
	margin: 0; 
	padding: 5px 5px 5px 20px; 
	}
	
#sitemap-1, #sitemap-2 { 
	float: left; 
	width: 200px; 
	}
	
#sitemap-1 { 
	margin-right: 20px; 
	}
	
.list-column {
	float: left; 
	}

#copy-win {
	background: url('../img/image-win.jpg') no-repeat top left;
	height: 90px;
	margin-left: -5px;
	padding: 7px 0 0 130px;
	}
#copy-mobilise {
	background: url('../img/image-mobilise.jpg') no-repeat top left;
	height: 85px;
	margin-left: -5px;
	padding: 7px 0 0 130px;
	}
#copy-deliver {
	background: url('../img/image-deliver.jpg') no-repeat top left;
	height: 85px;
	margin-left: -5px;
	padding: 7px 0 0 130px;
	}

#vacancy li {
	background: url('../img/icon-vacancy.png') no-repeat 0 50%;
	height: 48px;
	list-style: none;
	padding-left: 53px;
	}
	
a.pdf {
	background:url(../img/pdf.gif) no-repeat 0px 0px;
	padding:0px 0px 4px 20px;
}


/* --------- Profiles --------- */

.profile {
	background: url('../img/profile-bg.gif') no-repeat top left;
	margin-bottom: 1.25em;
	width: 460px;
	}
	
.profile img {
	float: left;
	}

#people  h3 {
	margin: 20px 0 5px 0;
	}
	
.profile-text{
	float: left;
	width: 310px;
	}

.profile-icon {
	float: left;
	margin: -5px 10px 150px -5px;
	}
		
.profile a {
	display: block;
	height: 20px;
	float: right;
	margin-top: -20px;
	text-indent: -25000px;
	width: 102px;
	}
		

/* --------- Subnav --------- */

#subnav {
	float: left;
	padding-left: 20px;
	width: 230px;
	}
	
#subnav table {
	width: 230px;
	}
	
#subnav ul {
	margin-bottom: 20px;
	}
	
#subnav ul a, #subnav ul a:hover {
	display: block;
	height: 25px;
	margin-bottom: 1px;
	text-indent: -25000px;
	width: 230px;
	}
	
#subnav #print a {
	text-indent: 0;
	}
	
#subnav ul a:hover, #subnav ul .selected {
	background-position: 0 -25px;
	}
	
#nav-approach a {
	background: url('../img/nav-approach.gif') no-repeat top left;
	}

#nav-people a {
	background: url('../img/nav-people.gif') no-repeat top left;
	}
	
#nav-alliances a {
	background: url('../img/nav-alliances.gif') no-repeat top left;
	}
	
#nav-accreditations a {
	background: url('../img/nav-accreditations.gif') no-repeat top left;
	}

#nav-management a {
	background: url('../img/nav-management.gif') no-repeat top left;
	}

#nav-business a {
	background: url('../img/nav-business.gif') no-repeat top left;
	}
	
#nav-systems a {
	background: url('../img/nav-systems.gif') no-repeat top left;
	}
	
#nav-subject a {
	background: url('../img/nav-subject.gif') no-repeat top left;
	}

#nav-work a {
	background: url('../img/nav-work.gif') no-repeat top left;
	}
	
#nav-say a {
	background: url('../img/nav-say.gif') no-repeat top left;
	}
	
#nav-study-1 a {
	background: url('../img/nav-study-1.gif') no-repeat top left;
	}

#nav-study-2 a {
	background: url('../img/nav-study-2.gif') no-repeat top left;
	}
	
#nav-study-3 a {
	background: url('../img/nav-study-3.gif') no-repeat top left;
	}

#nav-study-4 a {
	background: url('../img/nav-study-4.gif') no-repeat top left;
	}

#nav-study-5 a {
	background: url('../img/nav-study-5.gif') no-repeat top left;
	}

#nav-current a {
	background: url('../img/nav-current.gif') no-repeat top left;
	}

#nav-submit a {
	background: url('../img/nav-submit.gif') no-repeat top left;
	}
	
#nav-events a {
	background: url('../img/nav-events.gif') no-repeat top left;
	}
	
#nav-request a {
	background: url('../img/nav-request.gif') no-repeat top left;
	}
	
#nav-find a {
	background: url('../img/nav-find.gif') no-repeat top left;
	}
	
#nav-news a {
	background: url('../img/nav-news.gif') no-repeat top left;
	}
	
#nav-sitemap a {
	background: url('../img/nav-sitemap.gif') no-repeat top left;
	}

#subnav-home a {
	background: url('../img/subnav-home.gif') no-repeat top left;
	}
#subnav-about a {
	background: url('../img/subnav-about.gif') no-repeat top left;
	}
#subnav-what a {
	background: url('../img/subnav-what.gif') no-repeat top left;
	}
#subnav-markets a {
	background: url('../img/subnav-markets.gif') no-repeat top left;
	}
#subnav-histories a {
	background: url('../img/subnav-histories.gif') no-repeat top left;
	}
#subnav-vacancies a {
	background: url('../img/subnav-vacancies.gif') no-repeat top left;
	}
#subnav-contact a {
	background: url('../img/subnav-contact.gif') no-repeat top left;
	}
#subnav-approach a {
	background: url('../img/subnav-approach.gif') no-repeat 0px 0px;
	}
#subnav-approach a {
	background: url('../img/subnav-approach.gif') no-repeat 0px 0px;
	}
#subnav-tlcm a {
	background: url('../img/subnav-tlcm.gif') no-repeat 0px 0px;
	}
#subnav-electronic-proposals-service a {
	background: url('../img/subnav-electronic-proposals-service.gif') no-repeat 0px 0px;
}

#nav-commercial-service a{
	background: url('../img/nav-commercial.gif') no-repeat 0px 0px;
}

#nav-business-improvement a{
	background: url('../img/nav-improvement.gif') no-repeat 0px 0px;
}

#nav-through-life-capability-management a{
	background: url('../img/nav-tclm.gif') no-repeat 0px 0px;
}

#nav-tlrm a{
	background: url('../img/nav-tlrm.gif') no-repeat 0px 0px;
}

#nav-systems-eng a{
	background: url('../img/nav-systems-eng.gif') no-repeat 0px 0px;
}

#nav-export-and-offset a{
	background: url('../img/nav-export-and-offset.gif') no-repeat 0px 0px;
}

#nav-interim-services a{
	background: url('../img/nav-interim-services.gif') no-repeat 0px 0px;
}

#subnav #subnav-capability-development a {background: url('../img/subnav-approach.gif') no-repeat 0px -50px;}
#subnav #subnav-capability-development a:hover, #subnav #subnav-capability-development a.selected {background: url('../img/subnav-approach.gif') no-repeat 0px -75px;}
#subnav #subnav-up-skilling a {background: url('../img/subnav-approach.gif') no-repeat 0px -100px;}
#subnav #subnav-up-skilling a:hover, #subnav #subnav-up-skilling a.selected {background: url('../img/subnav-approach.gif') no-repeat 0px -125px;}

#subnav #subnav-interim a {background: url('../img/subnav-interim.gif') no-repeat 0px 0px;}
#subnav #subnav-interim a:hover, #subnav #subnav-interim a.selected {background: url('../img/subnav-interim.gif') no-repeat 0px -25px;}

#subnav #subnav-offload a {background: url('../img/subnav-offload.gif') no-repeat 0px 0px;}
#subnav #subnav-offload a:hover, #subnav #subnav-offload a.selected {background: url('../img/subnav-offload.gif') no-repeat 0px -25px;}

#subnav #subnav-partnered-services a {background: url('../img/subnav-partnered-services.gif') no-repeat 0px 0px;}
#subnav #subnav-partnered-services a:hover, #subnav #subnav-partnered-services a.selected {background: url('../img/subnav-partnered-services.gif') no-repeat 0px -25px;}
/* -- */
#subnav #nav-defence-and-security a {background: url('../img/subnav-defence-and-security.gif') no-repeat 0px 0px;}
#subnav #nav-defence-and-security a:hover, #subnav #nav-defence-and-security a.selected {background: url('../img/subnav-defence-and-security.gif') no-repeat 0px -25px;}

#subnav #nav-it a {background: url('../img/subnav-it.gif') no-repeat 0px 0px;}
#subnav #nav-it a:hover, #subnav #nav-it a.selected {background: url('../img/subnav-it.gif') no-repeat 0px -25px;}

#subnav #nav-government a {background: url('../img/subnav-government.gif') no-repeat 0px 0px;}
#subnav #nav-government a:hover, #subnav #nav-government a.selected {background: url('../img/subnav-government.gif') no-repeat 0px -25px;}


#print a {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#apply a {
	background: url('../img/btn-apply.gif') no-repeat top left;
	display: block;
	height: 29px;
	margin-left: -3px;
	text-indent: -25000px;
	width: 110px;
	}
	
	
/* --------- Tables --------- */
						
table { 
	color: #0e3880;
	line-height: 1.5em;
	margin: 0 auto 1.25em auto;
	}
	
th, td { 
	padding: 10px;
	}
	
th { 
	background-color: #dadada; 
	border: 1px solid #fff; 
	font-weight: bold; 
	}

td { 
	background-color: #eaeaea;
	border: 1px solid #fff;
	}

	
/* --------- Footer --------- */

#footer	{
	background: #031e7e url('../img/footer-bg.gif') repeat-x top left;
	color: #89a5d5;
	font-size: 90%;
	height: 62px;
	line-height: 1.5em;
	margin: 20px auto 0 auto;
	padding: 28px 20px 0 20px;
	text-transform: uppercase;
	width: 960px;
	}
	
#footer span {
	color: #3162b6;
	}
	
#links {
	float: left;
	}
	
#credit {
	float: right;
	}
	
#footer a {
	color: #89a5d5;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}