
/*
global style
qinetiq light blue: websafe #0099FF / #46A2E5
qinetiq dark blue:  websafe #003366 / #003B6C
*/

@font-face {
	font-family: 'FSAlbert';
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-regular.eot');
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-regular.eot?#iefix') format('embedded-opentype'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-regular.woff') format('woff'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-regular.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'FSAlbert';
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold.eot');
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold.eot?#iefix') format('embedded-opentype'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold.woff') format('woff'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold.svg#svgFontName') format('svg');
	font-weight: bold;
	font-style: normal;
	}

@font-face {
	font-family: 'FSAlbert';
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-italic.eot');
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-italic.eot?#iefix') format('embedded-opentype'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-italic.woff') format('woff'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-italic.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: italic;
	}

@font-face {
	font-family: 'FSAlbert';
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold_italic.eot');
	src: url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold_italic.eot?#iefix') format('embedded-opentype'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold_italic.woff') format('woff'),
	     url('/_layouts/qinetiq/internet/fonts/fs_albert_web-bold_italic.svg#svgFontName') format('svg');
	font-weight: bold;
	font-style: italic;
	}

body {
    background: url("/_layouts/qinetiq/internet/images/background.png") #F8F8F8;
    background-repeat: repeat-x;
}

#container {   
    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
}

#container h1, h2, h3, h4, h5 {font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}

#container a {color: #016FC3; text-decoration: none;}
#container a:hover {text-decoration: none !important}
#container a:active{background-color: transparent; /* Can be any colour, not just transparent */}

/* --------------------------------------------------
main site container
-------------------------------------------------- */
#container {
    position: relative;
    width: 980px;
    margin: auto;
    background-color: #FFF;
}

/* --------------------------------------------------
header    
-------------------------------------------------- */
header {
    position: relative;
    width: 100%;
    height: 75px;
    vertical-align: middle;
    background-color: #003B6C;
}

/* header logo */
header .logo {
    float: left;
    width: 215px;
    height: 75px;
    background-color: #46A2E5;
}

header .logo a img {
	border: 0;
}

/* header navigation menu */
header nav {
    float: right;
}
#qq-nav-top-bar {line-height: 45px; font-family: Arial; }
#qq-nav-top-bar li {
    display: inline;
    background: url("/_layouts/qinetiq/internet/images/header-nav-ul-li.png") no-repeat 0px 2px;
    padding: 0 5px 0 10px;
}
#qq-nav-top-bar li:first-child {
    background: none;
}
#qq-nav-top-bar li a {
    font-size: 0.75em;
    color: #FFF !important;
    text-decoration: none;
    letter-spacing: 0.15em;
}
#qq-nav-top-bar li a:hover {
    text-decoration: underline !important;
}
#qq-nav-top-bar li.selected a {
    border-bottom: 1px solid white;
}

#qq-nav-top-menu {
	line-height: 22px; 
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	position: absolute;
	top: 46px;
	left: 216px;
	width: 774px;
}

#qq-nav-top-menu li {
    display: block;
    background-color: #46A2E5;
    font-weight: bold;
    width: 126px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 0.8em;
	float:left;
	text-align: center;
	margin-right: 1px;
}

#qq-nav-top-menu li.first {
    width: 129px;
}

#qq-nav-top-menu ul.topsubmenu.first li {
    width: 129px;
}

#qq-nav-top-menu ul.topsubmenu li {
    border-bottom: 1px dotted #CEECF7;
    border-right: none;
}

#qq-nav-top-menu ul.topsubmenu li.last {
    border-bottom: none;
}

#qq-nav-top-menu li:hover {
    background-color: #04B7F0;
}

#qq-nav-top-menu li a {
    color: #fff;
}

#qq-nav-top-menu li.selected {
    background-color: #04B7F0;
}

#qq-nav-top-menu li ul.topsubmenu {
    background-color: #018BBA;
    display: none;
    z-index: 500;
    position: relative;
}
/*
#qq-nav-top-menu li:hover ul.topsubmenu {
    display: block;
    z-index: 10;
}
*/
/* header search icon */
header .icon-search {
    float: right;
    width: 50px;
    height:50px;
    background-image: url("/_layouts/qinetiq/internet/images/icon-search.png");
    background-position: center;
    background-repeat: no-repeat;
}

header .icon-search:hover, header .icon-search.active {
    background-color: #010E30;
    cursor: pointer;
}

/* header search form and fields */
header .search {
    display: none;
    width: 765px;
    height:58px;
    position: absolute;
    left: 215px;
    bottom: -58px;
    z-index: 300;
    background-color: #010E30;
}

header .search label {
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    font-size: 1.250em;
    float:left;
    display: block;
    padding: 0 5px 0 20px;
    line-height: 55px;
    color: #FFF;    
}

header .search input[type="text"] {
    width: 483px;
    margin-left: 12px;
    font-size: 0.875em;
}

header .search input[type="submit"] {
    margin-left: -5px;
    color: #FFF;
    font-size: 0.875em;
    width: 100px;    
    text-align: left;
    cursor: pointer;
    background: url("/_layouts/qinetiq/internet/images/icon-arrow.png") right no-repeat #CD0067;
    -webkit-border-radius:0px;
}

header .search input[type="submit"]:hover {background-color: #880045;}

header .search input[type="submit"]::-moz-focus-inner {
    border: 0;
}
 
header .search input[type="submit"], header .search input[type="text"] {
    line-height:normal !important;
    border: 0;
    padding: 7px;
    margin-top:14px;    
}
/* ----------------------------------------------- */



/* --------------------------------------------------
left hand side navigation    
-------------------------------------------------- */
aside {
    float: left;
    width: 215px;
    margin-bottom; 20px;
}

aside nav {
	width: 215px;
	float: left;
    padding-top: 8px;
	overflow: visible;
	position: relative;
}

aside nav ul {
	padding: 0;
	background-color:#fff;
	z-index: 500;
}

aside nav ul li {
	list-style: none;
	float: left;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

aside nav ul > li div {
    text-align: left;
    width: 195px;
    padding: 6px 0 6px 0;    
   	text-decoration: none;
}

aside nav ul > li a {
    color: #003B6C !important;
    font-size: 1.250em;
    font-weight: bold;
    background: url(/_layouts/qinetiq/internet/images/aside-nav-ul-li-a.png) center bottom no-repeat;
    margin-left: 20px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
}

ul.sub-menu > li {
    xbackground: url(/_layouts/qinetiq/internet/images/aside-nav-ul-li-a.png) center bottom no-repeat;
    xbackground: url(/_layouts/qinetiq/internet/images/underline.png) center bottom no-repeat;
    width: 195px;
}

ul.sub-menu > li div a {
    color: #003B6 !important;
    font-size: 1em;
    font-weight: normal;
    width: 195px;
    padding-left: 0;
    display: block;
    padding-bottom: 5px;
}

ul.sub-menu > li.selected div a {
    font-weight: bold;
}

ul.sub-sub-menu > li div {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
    padding-left: 5px;
    padding-bottom: 5px;
}

ul.sub-sub-menu > li div a {
    background: none;
    color: #003B6 !important;
    font-size: 0.75em;
    font-weight: normal;
    width: 190px;
    display: block;
}

aside nav ul div {
}

aside nav ul a:hover {
	color: #8FC3EA !important; 
}

aside nav ul .sub-menu div:hover {
    color: #333;
}

/* ----------------------------------------------- */



/* --------------------------------------------------
at a glance button
-------------------------------------------------- */
aside #at-a-glance {
    width: 215px;
    height: 58px;
    /*position: absolute;  */  
    cursor: pointer;
    background-image: url("/_layouts/qinetiq/internet/images/at-a-glance.png?rev=2");
}

aside #at-a-glance.open {
    background: url("/_layouts/qinetiq/internet/images/at-a-glance-open.png") no-repeat #FFF;
    width: 225px;
    height: 58px;
    z-index: 200;
    position: relative;
}
/* ----------------------------------------------- */



/* --------------------------------------------------
at a glance content
-------------------------------------------------- */

#at-a-glance-dyn-load {
    display: none;
    position: absolute;
    top: 75px;
    left: 215px;
    width: 718px;
    padding: 0 20px 20px 25px;
    z-index:50;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;    
    background-color: #FFF;
    background-image: url(/_layouts/qinetiq/internet/images/at-a-glance-background.png);
    background-position:0 58px;    
    background-repeat: repeat-y;
}

#at-a-glance-dyn-load .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#at-a-glance-dyn-load h1 {
    font-size: 3.125em;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 10px 0;
}

#at-a-glance-content p {
	margin: 10px 0 10px 0;
	line-height: 1.2em;
}

#at-a-glance-menu * {
    margin: auto;
}

#at-a-glance-menu .button {
    margin: 20px auto 25px auto;
}

#at-a-glance-menu > div, #markets > div {
    border-top:1px solid #E7EBEF;
    border-right:1px solid #E7EBEF;
    border-left: none;
    border-bottom: none;
    float: left;
    width:195px;
    height: 215px;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

#markets > div {
    border-top: none;
    border-right: none;
    border-bottom:1px solid #E7EBEF;    
}

#at-a-glance-menu > div h2, #markets > div h2 {
    font-size: 1.438em;
    font-weight: bold;
    margin-top: 10px;
    color: #016FC3;
}

#at-a-glance-menu > div h2 a:hover, #markets > div h2 a:hover {
    color: #003B6C;
}

#at-a-glance-menu > div p, #markets > div p {
    margin-top: 10px;
    font-size: 0.875em;
}
        
/* ----------------------------------------------- */


/* --------------------------------------------------
large sector and market icons (82x82px)
-------------------------------------------------- */
a.icon {
    display:block;
    background-image: url("/_layouts/qinetiq/internet/images/icons.png");
    width: 82px;
    height: 82px;
    margin: 10px auto 5px auto;
}

a.icon:hover {
    background-image: url("/_layouts/qinetiq/internet/images/icons-hover.png");
}

a.icon.air {background-position:  0 0;}
a.icon.maritime {background-position:  -82px 0;}
a.icon.aquisition {background-position:  -164px 0;}
a.icon.cfourisr {background-position:  -246px 0;}
a.icon.security {background-position:  -328px 0;}
a.icon.space {background-position:  -410px 0;}
a.icon.optasense {background-position:  -492px 0;}
a.icon.training {background-position:  -574px 0;}
a.icon.weapons {background-position:  -656px 0;}
a.icon.defence {background-position:  -738px 0;}
a.icon.government {background-position:  -820px 0;}
a.icon.aerospace {background-position:  -902px 0;}
a.icon.oil {background-position:  -984px 0;}
a.icon.energy {background-position:  -1066px 0;}
a.icon.financial {background-position:  -1148px 0;}
a.icon.ni {background-position:  -1230px 0;}
/* ----------------------------------------------- */


/* --------------------------------------------------
small sector and market icons (60x60px)
-------------------------------------------------- */
.icon-small {
    width: 60px;
    height: 60px;
}
    
.icon-small.air {background-position:  0 0;}
.icon-small.maritime {background-position:  -60px 0;}
.icon-small.aquisition {background-position:  -120px 0;}
.icon-small.cfourisr {background-position:  -180px 0;}
.icon-small.security {background-position:  -240px 0;}
.icon-small.space {background-position:  -300px 0;}
.icon-small.optasense {background-position:  -360px 0;}
.icon-small.training {background-position:  -420px 0;}
.icon-small.weapons {background-position:  -480px 0;}
.icon-small.defence {background-position:  -540px 0;}
.icon-small.government {background-position:  -600px 0;}
.icon-small.aerospace {background-position:  -660px 0;}
.icon-small.oil {background-position:  -720px 0;}
.icon-small.energy {background-position:  -780px 0;}
.icon-small.financial {background-position:  -840px 0;}
.icon-small.ni {background-position:  -900px 0;}
/* ----------------------------------------------- */



/* --------------------------------------------------
left hand side social + corpoarte links container
-------------------------------------------------- */
#links {
    clear: both;
    position: absolute;
    bottom: 10px;
    width: 215px;
    z-index: 501;
}

#links > span {
    font-size: 0.938em;
    color: #016FC3;
    text-align: center;
    font-weight: bold;
    margin-bottom:5px;
    display: block;
}
/* ----------------------------------------------- */



/* --------------------------------------------------
social media links
-------------------------------------------------- */
div.social {
    /*float: left;*/
    width: 155px;
    height: 100px;
    margin: 0 0 8px 43px;
}
div.social a {
    float: left;
    background-image: url("/_layouts/qinetiq/internet/images/icon-social.png");
    display: block;
    width: 33px;
    height: 33px;
    margin: 5px;
}
div.social a.twitter {background-position: -33px 0;}
div.social a.google {background-position: -66px 0;}
div.social a.linkedin {background-position: 0 33px;}
div.social a.pinterest {background-position: -33px 33px;}
div.social a.youtube {background-position: -66px 33px;}
/* ----------------------------------------------- */



/* --------------------------------------------------
corporate links
-------------------------------------------------- */
ul.corporate {
	padding: 0;
    /*float: left;*/
    width: 100%;
}
ul.corporate li {
	list-style: none;
	text-align: center;
    margin-bottom:4px;
}
ul.corporate li a {
    color: #016FC3;
    font-size: 0.750em;
    text-decoration: none;
}

ul.corporate li a:hover {
    color: #003B6C;
}
/* ----------------------------------------------- */



/* --------------------------------------------------
main page content
-------------------------------------------------- */
#content {
    float: right;
    position: relative;
    width: 743px;
    padding: 0 10px;   
    margin-bottom: 70px;
}

/* main content left */
#content .left {
    float: left;
    width: 495px;
    margin-top: 0px;
    padding-bottom: 20px;
}

/* main content left (one column) */
#content .left.one-column {
    width: 725px;
    margin-bottom: 50px;
}

/* main content right */
#content .right {
    float: right;
    width: 230px;
    margin-top: 12px;
}

/* main content paragraph styles */
#content p {
    font-size: 0.875em;
    line-height: 18px;
    margin: 12px 0 12px 0;
}

#content p.intro-text {
    font-size: 1em;
    line-height: 20px;
    margin-top:0;
}

#content h1.pagetitle {
	width: 630px;
}

#content div.webpart-morelink {
    margin-top: 15px;
    border-bottom:1px solid #E7EBEF; 
    padding-bottom: 20px;
}

#content a.more-info {
    background: url("/_layouts/qinetiq/internet/images/icon-more-info.png") no-repeat 0 0;
    display: block;
    height: 31px;
    padding-left: 40px;
    line-height:31px;
    font-size:0.688em;
    color: #333;
    margin-top: 20px;
    letter-spacing: 0.15em;
    font-size: 0.77em;
    text-transform:uppercase;
}

#content a.article-view {
    background: url("/_layouts/qinetiq/internet/images/icon-view-article.png") no-repeat 0 0;
}

#content a.more-info:hover {
    background-position: 0 -31px;
    text-decoration: none;
}

/* main content image caption */
#content span.image-caption {
    font-size: 0.750em;
    font-style: italic;
}

#content .webpart-quotetext {
	margin-top:10px;
}

#content .webpart-quotetext div.person-name { 
	margin-top: 15px;
	font-weight: bold;
	font-size: 0.80em;
} 

#content .webpart-quotetext div.person-title { 
	margin-top: 5px;
	font-size: 0.80em;
} 

#content .webpart-quotetext span.quote { 
	font-size: 0.87em;
	margin-bottom: 10px;
} 

#content .webpart-quotetext span.quote-start { 
	float: left;
	height: 75px;
	margin-top: -55px;
	padding-top: 40px;
	margin-bottom: -50px;
	margin-right:5px;
	font-size: 700%;
	color: #CC0066;
	font-size:350%;
	font-family: Arial; 
} 

#content .webpart-quotetext span.quote-end { 
	float: right;
	height: 25px;
	margin-top: -40px;
	padding-top: 45px;
	font-size: 700%;
	color: #CC0066;
	font-size:350%; 
	font-family: Arial; 
} 

/* main content contact info (left) */
#content .contact-info   {
    background-color: #F3F3F4;
    margin: 0px 0 20px 0;
    height: 38px;
    line-height: 38px;
    width: 230px;
    overflow-: hidden;
}

#content .contact-info-horiz   {
    width: 100%;
}

#content .contact-info a div.contact-info-inner {
	position:relative; 
	top:-38px; 
	width:180px; 
	left:38px; 
	z-index:1; 
	background-color:white; 
	border: 1px solid #CC0066; 
	border-left:none; height:36px;
}

#content .contact-info a {
    display: block;
    float: left;
    margin-right: 1px;
    background: url("/_layouts/qinetiq/internet/images/icon-contact-info.png");
    width: 38px;
    height: 38px;
    overflow:hidden;
    background-repeat: no-repeat;
    outline: none;
    font-size: 0.7em;
}

#content .contact-info a.telephone {background-position: -38px 0;}

#content .contact-info div {
    padding-left: 10px;    
}

#content .contact-info .contact-text {
    font-size: 0.87em;
    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#content .contact-info-horiz  .contact-text {
    margin-left: 10px;
}

#content .right .contact-info {
    height: 76px;
}

/* main content contact info (right) */
#content .right .contact-info {
    height: 76px;
    margin-top: 0;
}

/* main content links */
#content a {
    color: #016FC3;
    text-decoration: none;    
}

#content a:hover {
    color: #003B6C;
    text-decoration: underline;
}

/* main content share this page */
a.share-page {
    background: url("/_layouts/qinetiq/internet/images/icon-share-page.png") left no-repeat;
    padding-left: 20px;
    font-size: 0.8em;
    display: block;
    height:20px;    
    line-height:20px;        
}

#content a.share-page {
    position: absolute;
    top: 20px;
    right: 0px;
}

/* main content table */
/*
#content table {
    border-collapse:collapse;
    width: 100%;
    margin: 20px 0 20px 0;
}

#content table, #content td, #content th {
    border:1px solid #CCC;
    text-align: left;
    padding: 4px;
}

#content th {
    background-color: #003B6C;
    color: #FFF;
    font-weight: bold;
}

#content td {
    background-color: #FFF;
}

#content table.webpartzonetable
	{
		border: none;
	}

#content table.webpartzonetable td
	{
		border: none;
	}
*/
/* main content news (right) */
#content .news {
    margin-bottom: 25px;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#content .news article {
    border-bottom:1px solid #E5E5E6;
    padding:0px 0 20px 0; 
    font-size: 0.87em;
}

#content .news article time {font-size: 0.875em;}


/* main content related services */
#content .related-services > div {
    margin-top: 20px;
    border-bottom: 1px solid #E5E5E6;
    width: 230px;
    font-size: 0.875em;
}

#content .related-services ul {margin: 10px 0 10px 0;}

#content .related-services ul li {
    height:12px;
    line-height: 12px;
    display: inline;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
    /* white-space: nowrap; */
}

#content .related-services ul li:first-child {
    background: url("/_layouts/qinetiq/internet/images/icon-tag.png") left no-repeat;
    padding-left: 20px;
}

#content .related-services ul li a {
    font-size: 0.750em;
    color: #cc0066;
    padding-left: 9px;
    padding-right: 4px;
    background: url("/_layouts/qinetiq/internet/images/related-services-ul-li-a.png") left no-repeat;   
}

#content .related-services ul li a:hover {color:#880045;}

#content .related-services ul li:first-child a {
    background:none;
    padding-left: 0;
}
/* ----------------------------------------------- */


/* --------------------------------------------------
homepage content
-------------------------------------------------- */
#content .homepage {
    width: 765px;
    padding: 0;
    height: 610px;      
    overflow: hidden;
}
            
#content #image-slider {top: -1px;}
            
#content .homepage div.slide {
	position: relative;
}
            
#content .homepage div.slide img {
    display: block;
}            
            
#content .homepage div.slide > div {
	width: 100%;
    height: 115px;
    padding-top: 20px;
	position: absolute;
	bottom: 0;
    background-image: url("/_layouts/qinetiq/internet/images/homepage-slide-div-lighter.png");
}
            
#content .homepage div.slide h1 {
    border: none;
    float: left;
    font-size: 2.000em;
    font-weight:normal;
    width: 400px;
    margin: 0 40px 0 0;
    padding: 0;
    color: #FFF;
    text-align: right;
}
            
#content .homepage div.slide .intro {
    float: left;
    width: 310px;
}
            
#content .homepage div.slide .intro h2 {
    float: left;
    font-size:1em;
    line-height: 17px;
    font-weight: normal;
    color: #FFF;
    padding-top: 5px;             
}            
            
#content .homepage div.slide a {
    background: url("/_layouts/qinetiq/internet/images/homepage-slide-div-a.png") left no-repeat;
    padding-left:20px;
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    float: left;
    clear: both;
    font-size: 0.875em;
    margin-top: 5px;
}
            
#content .homepage div.thumbnails {
    position:relative;
	text-align: center;
    background-color: #000;
    padding: 10px 40px 10px 55px;
    white-space: nowrap;
}

#content .homepage div.thumbnails-container {
    width: 765px;
   	height: 64px;
   	overflow: hidden;
    margin-top: -1px;
    border-bottom: 5px solid black;
}
            
#content .homepage div.thumbnails img {
	cursor: pointer;
	padding: 3px;
	margin: 0 12px 0 0;
	display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* netscape */
    -khtml-opacity: 0.5; /* safari 1.x */
    opacity:0.5; /* good browsers */
}

#content .homepage div.thumbnails img:hover, #content .homepage div.thumbnails img.selected {
	background-color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* netscape */
    -khtml-opacity: 1; /* safari 1.x */
    opacity:1; /* good browsers */
}
            
#content .homepage div.thumbnails #image-slider-next {
    background-image: url("/_layouts/qinetiq/internet/images/icon-next.png");
    position: absolute;
    bottom: 19px;
    right: 10px;
    width: 32px;
    height: 30px; 
}

#content .homepage div.thumbnails #image-slider-prev {
    background-image: url("/_layouts/qinetiq/internet/images/icon-previous.png");
    position: absolute;
    bottom: 19px;
    left: 10px;
    width: 32px;
    height: 30px; 
}

#content div.news-updates {
	background-color: #003B6C;
	color: white;
	height: 50px;
	position: relative;
	width: 735px;
	padding: 10px;
	padding-left: 20px;
	top: -15px;
}

#content div.news-updates .news-updates-title {
	font-size: 1.2em;
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;  
	font-weight: bold;
}

#content div.news-updates .news-updates-article a {
	font-size: 1.2em;
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;  
	font-weight: normal;
	padding: 10px;
	color: white;
}

/* --------------------------------------------------
main content tabs
-------------------------------------------------- */
.webpart-atoz {
	position: relative;
	top: -32px;
}

.webpart-filteredsearch {
	position: relative;
	top: -20px;
}

.webpart-filteredsearch .search-filters {
    margin: 0;
    padding-top: 10px;
    padding-left: 20px;
    height: 50px;
    width: 723px;
    border-bottom: 1px solid #003B6C;
    background-color: #fafafa;
}

.webpart-filteredsearch .search-filters select {
	visibility: hidden;
}

.webpart-filteredsearch .stats {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875em;
	margin-top: 15px;
	margin-bottom: 5px;
}

.webpart-filteredsearch .search-filters .search-filter-prefix {
	margin-right: 10px;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    color: #016FC3;
    font-size: 1.8em;
    position: relative;
    top: -10px;
    display: inline;
}

#content div.tabs {
    width:100%;
    margin-top: 20px;
    text-align: center;
}

#content div.tabs > ul {
	margin-bottom: 7px;
	display: inline-block;
    border-bottom: 3px solid #003B6C;
    width: 730px;
    padding-left: 13px;
}

#content div.tabs > ul li {
	display: inline;
    float: left;
    margin-right: 2px;
    background-color: #CC0067;
	padding: 5px 30px 5px 30px;
    width: 295px;
    height: 19px;
    overflow: hidden;
}

#content div.tabs > ul li a {
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
    color: #FFF;
    font-size: 1.125em;
    font-weight: bold;
	text-decoration: none;
}

#content div.tabs > ul li.selected  {
	background-color: #003B6C;
	border-bottom: 2px solid #003B6C;
}
		
#content div.tabs > ul li a:focus {
	outline: 0;
}

#content div.tabs > div {
    clear: both;
    border-top: 5px solid #003B6C;
}

#content div.content-tabs {
    width:100%;
    margin-top: 20px;
    text-align: center;
}

#content div.content-tabs > ul {
	margin-bottom: 7px;
	display: inline-block;
    border-bottom: 3px solid #003B6C;
    width: 743px;
}

#content div.content-tabs > ul li {
	display: inline;
    float: left;
    margin-right: -2px;
    background-color: #CDCDCD;
	padding: 5px 30px 5px 30px;
    width: 295px;
    height: 39px;
    overflow: hidden;
}

#content div.content-tabs > ul li a {
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
    color: #000;
    font-size: 1.125em;
    font-weight: bold;
	text-decoration: none;
}

#content div.content-tabs > ul li.selected  {
	background-color: #003B6C;
	border-bottom: 2px solid #003B6C;
}
		
#content div.content-tabs > ul li a:focus {
	outline: 0;
}

#content div.content-tabs > div {
    clear: both;
    border-top: 5px solid #003B6C;
}

/* ----------------------------------------------- */


/* --------------------------------------------------
main content countries
-------------------------------------------------- */
#content .based-in, #content .operating-in {
    width: 200px;
    float: left;
    margin-top: 30px;
}

#content .operating-in {
    float: right;
    width: 475px;
    
}

#content .based-in ul {
    float: left;
    width: 200px;
}

#content .based-in ul li { 
    background:url("/_layouts/qinetiq/internet/images/based-in-ul-li.png") center right no-repeat;
    margin-bottom: 20px;
}

#content .based-in ul li a {
    color: #016FC3;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight:bold;      
    font-size: 1.250em;
}

#content .operating-in ul {
    width: 100%;
    float: right;    
}

#content .operating-in ul li {
    float:left;
    display:inline;    
    width: 33.33%;
    padding-bottom: 3px;   
}

/* ----------------------------------------------- */


/* --------------------------------------------------
main content (services and products)
-------------------------------------------------- */
#content.centered-content  h1 {
    text-align: center;
    margin-top:10px;    
}

#content.centered-content .left p.intro-text {
    text-align: center;
}
/* ----------------------------------------------- */


/* --------------------------------------------------
tab content (a to z)
-------------------------------------------------- */
/* alphabet navigation */
#content .alpha-nav {
    float: left;
    margin: 0px 0 20px 0;
    padding: 20px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #003B6C;
    text-align: center;
    background-color: #fafafa;
}

#content .alpha-nav a, #content .alpha-nav span {
    color:#016FC3;
    border:1px solid #CC0066;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right:2px;
    text-align: center;
    text-decoration: none;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    font-weight: bold;
}

#content .alpha-nav a:hover, #content .alpha-nav a.selected {
    color:#FFF;
    border:1px solid #003B6C;
    background-color:#003B6C;
}

#content .alpha-nav span.noresults {
    color:#666;
    background-color:#CACACA;
    border:1px solid #999;
}

/* paging navigation */
#content .paging-nav {
    float: left;
    margin: 10px 0 20px 0;
    padding: 10px 0 20px 0;
    width: 100%;
    text-align: center;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#content .paging-nav a {
    color:#016FC3;
    border-right:1px solid #003B6C;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 8px 0 4px;
}

#content .paging-nav a:hover, #content .paging-nav a.selected {
    color:#333;
}

#content .paging-nav a.selected {
	font-weight: bold;
}

#content .paging-nav .last {
	border-right:none;
}

#content .paging-nav a.previous img, #content .paging-nav a.next img {position:relative; top: 2px;}

#a-to-z h2 {margin: 20px 0 25px 0;}
#a-to-z p {
	margin: 4px 0 4px 0;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#a-to-z .letter {color: #000;}
#a-to-z .link {margin-bottom: 10px; font-size: 0.8em;}
#a-to-z .title {margin-bottom: 0px;}

.news-releases h2 {margin: 20px 0 25px 0;}
.news-releases p {margin: 4px 0 4px 0;}
.news-releases .letter {color: #000;}
.news-releases .link {margin-bottom: 10px; font-size: 0.8em;}
.news-releases .title {margin-bottom: 0px;}

.news-releases table.result-list {  
    width: 740px;
    margin-top: 20px;
}

.news-releases table.result-list tr td {  
    font-size: 0.87em;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    border-bottom: 1px dashed #F3F3F4;
}

.news-releases ul.result-grid {  
    width: 740px;
    margin-top: 20px;
}

.news-releases ul.result-grid li {  
    float: left;
    width: 205px; 
    background-color: #F3F3F4;
    padding: 10px;
    height: 235px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.news-releases ul.result-grid li div.article-view-container {
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-releases ul.result-grid li h3.has-image {
	font-size: 0.87em;
}

.news-releases ul.result-grid li p.publish-date {
    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.837em;
}

.news-releases ul.result-grid li p.has-image {
    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.77em !important;
	margin: 0 !important;
}

.news-releases ul.result-grid div.page-image img {
	position: relative;
	top: -10px;
	left: -10px;
}

ul.filter-list-type {
	width: 723px;
	background-color: #fafafa;
	height:20px;
	padding: 10px;
}

ul.filter-list-type li {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.87em;
	float: left;
	margin-right: 20px;
}

ul.filter-list-type li input {
	visibility: hidden;
}

ul.filter-list-type li label {
	position: relative;
	top: -3px;
}

/* ----------------------------------------------- */


/* --------------------------------------------------
main content (search results)
-------------------------------------------------- */
#content .search-results .search-box {
	position: relative;
	margin-top: 10px;	
	margin-bottom: 20px;	
}

#content .search-results .search-box label {
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    font-size: 1.563em;
    float:left;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-top: 3px;
}

#content .search-results .search-box input[type="text"] {
    border: none;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    border-bottom: 1px solid #026FC4;
    color: #016FC3;
    width: 550px;
    font-size: 1.563em;
    margin-left: 10px;    
}

#content .search-results .search-box input[type="text"]::-ms-clear {display: none;}

#content .search-results .search-box img {
    position:relative;
    top: 5px;
}

#content .search-results .number-returned {
    font-size: 1em;
    padding: 5px 0 20px 0;
}

#content .search-results h2 {font-size: 1.250em;}

#content .search-results p {
    margin: 10px 0 10px 0;
}

#content .search-results .paging-nav {
    padding: 15px 0 15px 0;
    border-top:1px solid #E5E5E6;
    border-bottom:1px solid #E5E5E6; 
}

#content .search-results .feature {
    float: left;
    width: 100%;
    border-top: 1px solid #E5E5E6;    
    margin-top: 15px;
    border-bottom: 1px solid #E5E5E6;    
    padding: 10px 0 10px 0;
}

#content .search-results .feature img {
    float: left;
}

#content .search-results .feature > div {
    width: 500px;
    float: right;    
}

#content .search-results .feature h2 {
    color: #333;
    font-size: 1.563em;
}

#content .search-results .results-list {
    float: left;
}

#content .search-results .results-list a.link {
    padding-left: 20px;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom:20px;
    padding-bottom: 10px;
    border-bottom:1px solid #E5E5E6;      
}

#content .search-results .results-list a.link.web {background-image: url("/_layouts/qinetiq/internet/images/icon-media-web.png");}
#content .search-results .results-list a.link.pdf {background-image: url("/_layouts/qinetiq/internet/images/icon-media-pdf.png");}
#content .search-results .results-list a.link.video {background-image: url("/_layouts/qinetiq/internet/images/icon-media-video.png");}
/* ----------------------------------------------- */




/* --------------------------------------------------
main content (services and products)
-------------------------------------------------- */
.services-and-products .image {
    min-height: 200px;
    margin-bottom: 10px;
    position: relative;
    margin-top:10px;
}

.services-and-products .image h1.top-shade-adjustment {
	color: #FFFFFF;
	z-index: 1;
}

.services-and-products .image h2.bottom-shade-adjustment {
	color: #FFFFFF;
	z-index: 1;
}

.services-and-products .image .icon-small {
	z-index: 1;
}

.services-and-products .image span a.bottom-shade-adjustment {
	color: #FFFFFF !important;
	z-index: 1;
}

.services-and-products .image .top-shade {
	background-image: url("/_layouts/qinetiq/internet/images/homepage-slide-div-lighter.png");
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
}

.services-and-products .image .bottom-shade {
	background-image: url("/_layouts/qinetiq/internet/images/homepage-slide-div-lighter.png");
    position: absolute;
    bottom: 2px;
    left: 0px;
    height: 120px;
    width: 100%;
}

.services-and-products .image h2 {
    position: absolute;
    bottom: 55px;
    right: 20px;
    width: 300px;
    text-align: right;
    font-size: 1.65em !important;
}

.services-and-products .image span a {
    position: absolute;
    display: block;
    right: 20px;    
    bottom: 30px;
}

.services-and-products .image span {
    font-size: 1.0em;
}

.services-and-products .icon-small {
    float: left;
    background-image: url("/_layouts/qinetiq/internet/images/icons-small.png");
    width: 60px;
    height: 61px;
    position: absolute;
    top: 20px;
    left: 10px;   
}

/*
.icon-small:hover {
    background-image: url("/_layouts/qinetiq/internet/images/icons-small-hover.png");
}
*/

.services-and-products .image h1 {
    position: absolute;
    top: 30px;
    left: 85px;
    height: 50px;
    padding: 0;
    font-size: 2.25em !important;
}

.services-and-products .content > div {
    float: left;  
    position: relative;  
    width: 225px;
    height: 230px;
    margin-left: 25px;
}

.services-and-products .content > div:first-child {
    margin-left: 0 !important;
}

.services-and-products .content > div a.more-info {
    position: absolute;
    left: 0;
    bottom: 0;
}

.services-and-products .content > div p {color: #016FC3;}
/* ----------------------------------------------- */



/* --------------------------------------------------
page trail navigation
-------------------------------------------------- */
#user-location {
    width: 100%;
    margin-top: 10px;  
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#user-location ul  {
	padding: 0;
}
#user-location ul li {
    display: inline;
    background: url("/_layouts/qinetiq/internet/images/user-location-ul-li.png") left no-repeat;
    padding: 0 10px 0 10px;    
}

#user-location ul li:first-child {
    background: none;
    padding-left: 0;
}

/* header navigation link */
#user-location ul li a {
    font-size: 0.750em;
    text-decoration: none;
}
#user-location ul li a:hover {
    text-decoration: underline;
}
#user-location ul li a {
    color: #333 !important;
}
#user-location ul li a.current {
    color: #333;
}
#user-location {
    height: 18px;
    overflow: hidden;
}
.user-location-breadcrumb {
	font-size: 0.750em;
    text-decoration: none;
    margin-left: 2px;
}
.user-location-breadcrumb a {
    color: #016fc3 !important;
}
.user-location-breadcrumb a:hover {
    text-decoration: underline;
}
.user-location-breadcrumb a:visited {
    color: #016fc3 !important;
}
.user-location-breadcrumb-node {
	padding: 0 10px 0 10px;
}
.user-location-breadcrumb-current {
	padding-left: 7px;
}
.user-location-breadcrumb-current a {
	color: #333 !important;
}
.user-location-breadcrumb-root {
	padding-right: 7px;
}
/* ----------------------------------------------- */


/* --------------------------------------------------
site footer
-------------------------------------------------- */
footer {
    width: 100%;
    float: right;
    clear: both;
    height: 40px;
    background: url("/_layouts/qinetiq/internet/images/footer.png") left no-repeat #003B6C;
    position: absolute;
    bottom: 0;
}

footer div {
    float: left;
    width: 215px;
    height: 40px;
}

footer img {

    margin: 11px 0 0 20px;
}

footer span {
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;    
    font-size: 1.125em;
    float:right;
    padding: 12px 12px 0 0;
    color: #FFF;
}
/* ----------------------------------------------- */


.expandtext-header {
	margin-bottom: 15px;
	cursor: hand;
}

.expandtext-header .expandtext-headingtext {
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #026fc4;
	font-size: 1.3em;
	position: relative;
	top: 2px;
}

.expandtext-header .expandtext-image {
	background: url("/_layouts/qinetiq/internet/images/moreLess.gif") no-repeat 0 0;
	height: 31px;
	width: 38px;
	overflow: hidden;
	position: relative;
	float: right;
}

.expandtext-header .expandtext-minusimage {
	background-position: 0 -31px;
}

.expandtext-content {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875em;
	display: none;
	padding-bottom: 10px;
}

.expandtext-footer {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.statpanel-main {
	width: 220px;
	height: 255px;
	text-align: center;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	background: url("/_layouts/qinetiq/internet/images/stat-panel-wide.png") no-repeat;
	margin-left: 10px;
	margin-top: 10px;
} 

.statpanel-statistic {
	font-size: 3em;
	font-weight: bold;
	padding: 10px;
	height: 40px;
	margin-bottom: 5px;
}

.statpanel-name {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	height: 40px;
}

.statpanel-description {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.75em;
	height: 60px;
	line-height: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.linkicongrid p {
    font-size: 0.875em;
    line-height: 20px;
    margin-top: 20px;
}

.linkicongrid {
    margin-top: 20px;
}

.linkicongrid > div {
    border-top:1px solid #E7EBEF;
    border-right:1px solid #E7EBEF;
    border-left: none;
    border-bottom: none;
    float: left;
    width:195px;
    height: 235px;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.linkicongrid-norightborder > div {
	border-right: none;
}

.linkicongrid > div h2 {
    font-size: 1.438em;
    font-weight: bold;
    margin-top: 10px;
    color: #016FC3;
}

.linkicongrid > div h2 a:hover {
    color: #003B6C;
}

.download-links {
    background-color: #F3F3F4;
    width: 225px;
    margin-right: 25px;
    height: 255px;
    display: block;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0px;
	position: relative;
	top: -13px;
}

.download-links div.download-links-heading {
	padding: 10px;
	height: 183px;
	overflow: hidden;
}

.download-links div.download-links-heading ul li {
	line-height: 1.4em;
}

.download-links div.download-links-heading ul li label {
	font-size: 0.87em;
	position:relative;
	top:-3px;
}

.webpart-coverflow .filters {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 700px;
    background-color: #FFFFF;
    font-size: 0.87em;
    height: 110px;
    margin-left: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C0C0C0;
}

.webpart-coverflow .slider {
    margin-left: 12px;
}

.webpart-coverflow .single-filter {
	width: 650px;
	clear: both;
	padding-left:40px;
	background-color: #EBEFF2;
	height: 30px;
	padding-top: 8px;
}

.webpart-coverflow .single-filter ul li {
	float: left;
	width: 160px;
	text-indent: -22px;
}

.webpart-coverflow .single-filter ul li label {
	position: relative;
	top: -4px;
}

.webpart-coverflow multi-filter {
	width: 650px;
}

.webpart-coverflow .multi-filter ul {
	padding-left:40px;
	padding-top: 15px;
}

.webpart-coverflow .multi-filter ul li {
	float: left;
	width: 160px;
	text-indent: -22px;
	height: 30px;
}

.webpart-coverflow .multi-filter ul li label {
	position: relative;
	top: -4px;
}

.infopanel {
    background-color: #F3F3F4;
    width: 225px;
    margin-right: 25px;
    height: 255px;
    display: block;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.infopanel-horiz {
    background-color: #F3F3F4;
    width: 475px;
    margin-right: 25px;
    height: 255px;
    display: block;
}

.infopanel .infopanel-image {
	height: 150px;
	width:	225px;
}

.infopanel-horiz .infopanel-image-horiz {
}

.infopanel .infopanel-link {
	padding: 10px;
	height: 52px;
	display: block;
	overflow: hidden;
}

.infopanel .infopanel-link-noimage {
	height: 210px;
	font-size: 1.2em;
	margin: 5px;
}
	
.infopanel-horiz .infopanel-link-horiz {
	position: relative;
	left: 260px;
	height: 45px;
	width: 210px;
	overflow: hidden;
}

.infopanel-horiz .infopanel-bodytext-horiz {
	position: relative;
	left: 260px;
	height: 163px;
	width: 205px;
font-size: 0.75em;
    overflow: hidden;
}

.infopanel .infopanel-link a, .infopanel-horiz .infopanel-link-horiz a {
	font-size: 0.875em;
}

.infopanel .infopanel-more, .infopanel-horiz .infopanel-more-horiz {
    background: url("/_layouts/qinetiq/internet/images/icon-more-info.png") no-repeat 0 0;
    display: block;
    height: 31px;
    padding-left: 40px;
    line-height:31px;
    font-size:0.688em;
    color: #333;
    letter-spacing: 0.15em;
    font-size: 0.77em;
    text-transform:uppercase;
}

.infopanel-horiz .infopanel-more-horiz {
	position: relative;
	left: 250px;
	width: 205px;
}

.infopanel .infopanel-more:hover, .infopanel-horiz .infopanel-more-horiz:hover {
    background-position: 0 -31px;
    text-decoration: none;
}


/* --------------------------------------------------
buttons
-------------------------------------------------- */

#container a.button {
    display: block;
    width: 147px;
    height: 30px;
    line-height:30px;
    font-weight:bold;
    text-decoration: none;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
    padding-left:10px;
    color: #FFF;
    background: url("/_layouts/qinetiq/internet/images/btn-global.png");
}
		
#hiddenMetadataEditPanelTitle {
	margin-top: 15px;
	padding-bottom: 5px;
	border-bottom:1px solid #E7EBEF;
}

.authoringTextField input[type="text"] {
	width: 550px;
	border: 1px solid #E7EBEF;
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 2.250em;
    color: #333;
    font-weight:bold;
}


/* --------------------------------------------------
sharepoint overrides
-------------------------------------------------- */

#s4-workspace {
	position: static !important;
	overflow-y: auto !important;
}

#s4-bodyContainer {
  width: 980px;
  margin: 0 auto;
}

.ms-cui-topBar2 {
  border-bottom: 1px solid transparent; /* correct ribbon border issue */
}

#s4-statusbarcontainer {
  width: 100%; /* correct width for status bar to properly align borders */
}

#s4-leftpanel { display: none; }
.s4-ca { margin-left: 0px; }

#s4-titlerow { display: none; }

#s4-bodyContainer { height: 100% }
#s4-mainarea { height: 100% }
#container { min-height: 100% }

.s4-ca { min-height: 575px; }

.ms-formfieldcontainer
{
}
.ms-formfieldlabelcontainer
{
	margin:4px 4px 0px 4px;
}
div.ms-formfieldlabelcontainer span.ms-formfieldlabel
{
	font-family:tahoma;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	color:#777777;
	padding:1px 4px 1px 4px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url("/_layouts/images/globgrad.gif");
	background-repeat:repeat-x;
	background-color:#efebef;
	height:18px;
}
.ms-formfieldvaluecontainer
{
	border:1px solid #cccccc;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	padding:5px;
}

#MSO_tblPageBody
{
	margin-bottom: 50px;
}

.ms-WPBody {
	font-size: 1em;
    font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
}

.ms-rte-wpbox {
	font-size: 1em;
}

.ms-ToolPaneOuter { 
	position: absolute; 
	border: 2px #6f9dd9 solid; 
	top: 0; 
	left: 0; 
	z-index: 999;
}

td#MSOTlPn_MainTD { 
	width: 0 !important; 
} 

td#MSOTlPn_ToolPaneCaption { 
	cursor: move; 
}

/* ----------------------------------------------- */

div.webpart-placeholder {
	width: 500px;
	border: 1px solid #cccccc;
	background-image:url("/_layouts/qinetiq/internet/images/light-grey-stripe-trans.png");
	background-repeat:repeat;
	text-align: center;
	overflow: hidden;
	padding: 20px;
}

div.expandable-image {
	background-color: #F3F3F4;
}

div.expandable-image .image-wrapper img {
	padding-bottom: 5px;
}

div.expandable-image .image-caption {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.authoring-layout-edit-panel {
	width: 550px;
}

.authoring-layout-edit-panel textarea {
	width: 500px;
	height: 40px;
}

.autocomplete-suggestions {
	background-color: white;
    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #C3C3C4;
}

.autocomplete-suggestion {
	line-height: 22px;
	padding: 2px;
}

.autocomplete-suggestion:hover, .autocomplete-selected {
	background-color: #F3F3F4;
	cursor: pointer;
}

#wsjpecrga {
	Z-INDEX: 999999
}
.jpecrdefault#wsjpecrga {
	POSITION: fixed; TEXT-ALIGN: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; 
	FONT-FAMILY: 'FSAlbert', Calibri, "TW Cen MT", Thonburi, "Myriad Pro", sans-serif, Arial; 
	FONT-SIZE: 12px; TOP: 0px; RIGHT: 0px; PADDING-TOP: 0px; LEFT: 0px
}
.jpecrdefault#wsjpecrga * {
	COLOR: #ffffff;
}
.jpecrdefault#wsjpecrga P {
	PADDING-BOTTOM: 5px; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 5px;
}
.jpecrdefault#wsjpecrga .jpecrMessage {
	Z-INDEX: 900000; BORDER-BOTTOM: #444 1px solid; POSITION: relative; PADDING-BOTTOM: 10px; PADDING-LEFT: 42px; 
	PADDING-RIGHT: 20px; BACKGROUND: #ffffe1; PADDING-TOP: 10px; 
	-moz-box-shadow: #000 0px 0px 10px; -webkit-box-shadow: #000 0px 0px 10px; box-shadow: #000 0px 0px 10px;
}
.jpecrdefault#wsjpecrga .jpecrMessageIcon {
	POSITION: absolute; TOP: 10px; LEFT: 16px;
}
.jpecrdefault#wsjpecrga .jpecrButtons {
	FLOAT: right;
	margin-top:5px;
	font-size: 2.0em;
}
.jpecrdefault#wsjpecrga .jpecrButtons A {
	BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 4px; 
	PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BACKGROUND: #ccc; COLOR: #444; MARGIN-LEFT: 10px; 
	BORDER-TOP: #999 1px solid; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; 
	PADDING-TOP: 4px; border-radius: 5px; moz-border-radius: 5px;
}
.jpecrdefault#wsjpecrga .jpecrButtons A:focus {
	BORDER-BOTTOM-COLOR: #ffcc33; BORDER-TOP-COLOR: #ffcc33; BORDER-RIGHT-COLOR: #ffcc33; 
	BORDER-LEFT-COLOR: #ffcc33;
}
.jpecrdefault#wsjpecrga .jpecrMessagePara {
	PADDING-RIGHT: 101px;
}
.jpecrdefault#wsjpecrga .jpecrMessage .jpecrImage {
	background: url(/_layouts/qinetiq/internet/images/qq-logo-white-trans.png);
	width: 160px;
	height: 40px;
	float: left;
	margin-right: 40px;
	margin-top: 5px;
}
.permanent.jpecrdefault#wsjpecrga .jpecrMessage {
	BACKGROUND: #019ada;
}
.permanent.jpecrdefault#wsjpecrga .jpecrMessage .jpecrMessagePara {
	font-size: 1.6em;
	min-width: 800px;
}
.permanent.jpecrdefault#wsjpecrga .jpecrMessage .jpecrMessagePara a {
	text-decoration: underline;
}
.jpecrdefault#wsjpecrga .jpecrMoreInfo {
	Z-INDEX: 899999; BORDER-BOTTOM: #444 1px solid; POSITION: relative; BORDER-LEFT: #444 1px solid; 
	PADDING-BOTTOM: 15px; MARGIN: 0px 25px 25px; PADDING-LEFT: 25px; PADDING-RIGHT: 25px; 
	BACKGROUND: #019ada; BORDER-TOP: #444 1px; BORDER-RIGHT: #444 1px solid; PADDING-TOP: 15px; 
	-moz-box-shadow: #000 0px 0px 10px; -webkit-box-shadow: #000 0px 0px 10px; 
	box-shadow: #000 0px 0px 10px; border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px;
}
.permanent.jpecrdefault#wsjpecrga .jpecrMoreInfo {
	BACKGROUND: #019ada;
}
 
.toc-layout-main {
	margin-top: 20px;
}

.headertitle a {
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
	font-size: 1.2em !important;
}

<!--
@media print {
	#left-aside, #header, #footer, #links, a.share-page, #user-location {
			display: none;
		}
	#content {
		float: none;
		width: 950px;
	}
	body {
		background: none;
	}
}
-->

.webpart-medialinktable table {
	margin-left: 10px;
	margin-right: 10px;
	width: 720px;
}

.webpart-medialinktable table tr th {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	background-color: #F0F0F0;
	padding: 2px;
}

.webpart-medialinktable table tr td {
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	padding: 2px;
	height: 40px;
	vertical-align: middle;
}

div.youtubevideo-caption {
    font-size: 0.750em;
    font-style: italic;
    margin-top: 10px;
}

hr {
    height: 1px;
}

div.press-release-publish-date {
	margin-top: 10px;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875em;
}

div.webpart-datatable div {
	font-size: 0.875em;
	font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.2em;
}

div.webpart-expandimage {
    float: right;
    margin: 10px;
}

/* hide built in styles */
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle0-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle1-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle2-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle3-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle4-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle5-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle6-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle7-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle8-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle9-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle10-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle11-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle12-Menu,
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles #ElementWithStyle13-Menu
    {display:none;}
    
table.ms-rteTable-qinetiqinternettable 
	{ 
		-ms-name: "QinetiQ Internet Regular Table";
	    border-collapse: collapse;
	    width: 100%;
	    margin: 20px 0 20px 0;
	} 

table.ms-rteTable-qinetiqinternettable td, table.ms-rteTable-qinetiqinternettable th 
	{
		border: 1px solid #CCC;
		text-align: left;
		padding: 10px !important;
		background-color: #FFF !important;
	    font-size: 0.875em !important;
	    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	}

tr.ms-rteTableHeaderRow-qinetiqinternettable th
	{
	    background-color: #003B6C !important;
	    color: #FFF;
	    font-weight: bold;
	}
	
th.ms-rteTableFirstCol-qinetiqinternettable
	{
		font-weight: normal !important;
		background-color: #FFF !important;
		color: #000000 !important;
	}

h1.ms-rteElement-Heading1
	{
		-ms-name: "Heading 1";
		font-size: 2.250em;
		color: #333;
		font-weight:bold;
		padding: 10px 0 15px 0;
		border-bottom:1px solid #E7EBEF;        
	}

h2.ms-rteElement-Heading2
	{
		-ms-name: "Heading 2";
		font-size: 1.563em;
		color: #333;
		font-weight:bold;
		margin-bottom: 10px;
	}

h3.ms-rteElement-Heading3
	{
		-ms-name: "Heading 3";
		font-size: 1.250em;
		color: #333;
		font-weight:bold;
	}

h4.ms-rteElement-Heading4
	{
		-ms-name: "Heading 4";
		font-size:1.125em;
		color:#333;
		font-weight: bold;
		font-style: normal !important;
	}

h4.ms-rteElement-Heading5
	{
		-ms-name: "Heading 5";
		font-size:1.0em;
		color:#333;
		font-weight: bold;
		font-style: normal !important;
	}
	
p.ms-rteElement-IntroText
	{
		-ms-name: "Intro Text";
		font-size: 1.0em !important;
	}

p.ms-rteElement-BodyText
	{
		-ms-name: "Body Text";
		font-size: 0.875em !important;
	    font-family: 'FSAlbert', Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	}

p.ms-rteElement-ImageCaption
	{
		-ms-name: "Image Caption";
		font-size: 0.750em;
    	font-style: italic;
    	margin-top: 3px !important;
    }
    
p.ms-rteElement-LinkButton
	{
		-ms-name: "Link Button";
		display: block;
		width: 147px;
		height: 30px;
		line-height:30px !important;
		font-weight:bold;
		text-decoration: none;
		font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
		padding-left:10px;
		color: #FFF;
		text-align: left;
		font-size: 1em !important;
		background: url("/_layouts/qinetiq/internet/images/btn-global.png");		
	}
	
p.ms-rteElement-LinkButton a
	{
 		color: #FFF !important;
	}

div.ms-rteElement-Bullets
	{
		-ms-name: "Bullet Points";
		background: url("/_layouts/qinetiq/internet/images/bulletImg.jpg") no-repeat 16px 8px;
		padding-left: 32px;
		font-size: 0.875em !important;
		line-height: 1.5em;
		margin-bottom: 5px;
	}

img.ms-rteElement-ExpandImageWithCaption
	{
		-ms-name: "Expandable Image";
		padding-bottom: 20px;
		background-color: #F3F3F4;
	}

.ms-rteThemeFontFace-2, .ms-rteFontFace-5
	{
		font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
	}

div.webpart-documentlinks h3 
	{
		font-size: 1em;
		margin-bottom: 5px;
	}

div.webpart-documentlinks div.documentlink
	{
		font-size: 0.87em;
		margin-bottom: 3px;
	}
	
.homepageinfopanel {
	width: 225px;
	height: 280px;
	border-top: 2px solid #f3f3f4;
	border-bottom: 5px solid #46A2E5;
	font-family: 'FSAlbert', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;        
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #f3f3f4;
}
.homepageinfopanel-title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #ffffff;
	color: #46A2E5;
}
.homepageinfopanel-title a {
	color: #46A2E5 !important;
}
.homepageinfopanel-body {
	font-size: 12px;
	padding: 10px;
	line-height: 17px;
	height: 250px;
	overflow: auto;
}
.homepageinfopanel-link a {
	font-size: 12px;
	font-weight: bold;
	color: #46A2E5 !important;
}