/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";



/* =CONTAINERS
-------------------------------------------------------------- */

body {
	background:#a6a6a6 url(../img/layout/bg.jpg) repeat-x 0 0;
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	position:relative;
	width: 960px;
	margin: 0 auto;
	background:#fff;
}


/* =SITE-TOOLS
-------------------------------------------------------------- */

ul#site-tools {
	list-style-type: none;
} 

div#site-search {

}


/* =NAV-PRIMARY
-------------------------------------------------------------- */

ul#nav-primary {
	list-style-type: none;
	position:absolute;
	top:93px;
	left:0;
	margin:0;
	padding-left:20px;
	height:32px;
	width:940px;
	background:url(../img/layout/primary-nav-bg.jpg);
	color:#ddd;
	line-height:.9em;
} 
ul#nav-primary li {
	float:left;
	background:url(../img/layout/primary-nav-divider.jpg) 100% 0 no-repeat;
}
ul#nav-primary li.last {
	background-image:none;
}

ul#nav-primary li a {
	float:left;
	display:block;
	height:10px;
	width:auto;
	padding:11px;
	color:#ddd;
	text-decoration:none;
	text-transform:uppercase;
}

ul#nav-primary li a:hover,
body.home #nav-primary a#home-nav,
body.contact-us #nav-primary a#contact-us-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}


/* =NAV-SECONDARY
-------------------------------------------------------------- */

ul#nav-secondary {
	float:left;
	list-style-type: none;
	margin:18px 15px 0 20px;
	width:190px;
	padding-bottom:50px;
	margin-bottom:20px;
	border-right:solid 1px #ddd;
} 
ul#nav-secondary li a {
	display:block;
	width:180px;
	padding:5px 0 5px 10px;
	font-size:1.1em;
	text-decoration:none;
	color:#666;
}

ul#nav-secondary li a:hover {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* =NAV-TERTIRARY
-------------------------------------------------------------- */

ul#nav-tertiary {
	list-style-type: none;
} 


/* =BREADCRUMB
-------------------------------------------------------------- */

ul#nav-breadcrumb {
	list-style-type: none;
} 


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */

div#content {

}

div#branding {
	background:url(../img/layout/header.jpg) 0 0 no-repeat;
	height:312px;
}

div#branding a#logo {
	position:absolute;
	top:20px;
	left:30px;
	width:214px;
	height:56px;
	display:block;
	text-indent:-99999em;
}

div#branding p {
	position:absolute;
	top:185px;
	left:60px;
	color:#fff;
	color:#ffcc33;
	color:#ddd;
	font-size:1.2em;
	line-height:.5em;
	width:400px;
	height:130px;
}
div#branding p span {
	color:#999;
	font-size:300%;
	position:relative;
	top:20px;
}


body.home div#branding p {
	top:180px;
	font-size:1.5em;
	line-height:1.1em;
	width:450px;
	height:130px;
}

div#content-primary {
	float:left;
	width:550px;
	padding:10px 10px 10px 25px;
	margin-bottom:20px;
	position:relative;
}

body.two-col div#content-primary { /* add this body class if you're using div#secondary-content */
	float:left;
	width:450px;
	padding:10px 10px 10px 25px;
}

body.history div#content-primary {
/*	width:670px; */
}

div#content-secondary {
	position:relative;
	float:left;
	width:220px;
	margin-top:20px;
	padding:3px 10px 10px 15px;
}


/* =SITE-INFO
-------------------------------------------------------------- */
#site-info {	
	clear:both;
	background:#fff;
	height:75px;
	width:960px;
	border-top:solid 1px #ddd;
	font-size:.9em;
	color:#666;
} 
#site-info ul {
	list-style-type: none;
}
#site-info li {
	float:left;
	margin-top:10px;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #ccc;
}
#site-info li.last {
	border-right:none;
}
#site-info p {
	clear:left;
	margin-left:22px;
}

#site-info a {
	text-decoration:none;
	color:#333;
}
#site-info a:hover {
	color:#000;
	text-decoration:underline;
}

#site-info a img {
	float:right;
	margin:-47px 20px 0 0;
}

/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

p.bold {
	font-weight: bold;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	color:#03aced;
	clear:both;
}

h1 {
	font-size: 2em; /* 32px */
	font-size: 1.375em; /* 22px */
	color:#666;
	font-weight:normal;
}

h2 {
	font-size: 1.75em; /* 28px */
	font-size: 1.125em; /* 18px */
	color:#666;
	font-weight:normal;
}

h3 {
	font-size: 1.5em; /* 24px */
	color:#666;
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
}

h5 {
	font-size: 1em; /* 16px */
	color:#666;
	font-weight: normal;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color:#000;
}

a:hover {
	color:#03aced;
}

a.site-link {
	text-decoration:none;
	font-weight:bold;
	padding-right:9px;
	background:url(../img/layout/read-more-arrow.gif) right 50% no-repeat;
}

a:hover.site-link {
	background:url(../img/layout/read-more-arrow-roll.gif) right 50% no-repeat;
}

#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
} 

/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

span.spacer100 {display: inline-block; width: 100px; font-weight:bold;}
span.spacer200 {display: inline-block; width: 200px; font-weight:bold;}

	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}

ul li a {
	color:#000;
}

ul li a:hover {
	color:#03aced;
}

/* ----- PUBLICATION / ANNUAL REPORT DONLOADS ----- */
ul.pub-download {
	list-style-type:none;
	float:left;
	width:670px;
	height:auto;
	margin:-7px 0 0 -18px;
}

body.ethics ul.pub-download {
	width:240px;
	float:right;
}

ul.pub-download li {
	float:left;
	display:block;
	margin:10px 0 0 18px;
	width:140px;
	height:240px;
}

ul.pub-download li a {
	display:block;
	width:140px;
	height:240px;
	text-decoration:none;
	font-size:.9em;
}

ul.pub-download li a img {
	border:solid 1px #fff;
}

ul.pub-download li a:hover img {
	border:solid #03aced 1px;
}

ul.pub-download li a span {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}
	
	

/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =IMAGES
-------------------------------------------------------------- */
img {
}

.img-right {
	float:right;
	margin:10px;
}

.img-left {
	float:left;
	margin:10px;
}


.img-center {
	text-align:center;
	margin:10px;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	color: #ddd;
	background-color: #fff;
}

/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}



/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
div#emailForm {
	padding:5px;
	margin:0;
	margin-top:-20px;
	margin-left:-10px;
}

fieldset {
	border:none;
	margin:0;
	padding:5px;
}

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
}


/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

/* =HOMEPAGE
----------------------------------------------- */

body.home div#content-primary  {
	float:right;
	width:415px;
	height:250px; /* force the height as News box is no longer here */
	margin-top:7px;
	padding:0 25px 15px 10px;
}

body.home div#content-secondary  {
	float:left;
	width:510px;
	padding:0;
}

body.home h1 {
	font-weight: normal;
	color:#03aced;
}

body.home div#content-primary p {
	font-size:.9em;
	line-height:1.3em;
}

body.home div#content-primary a img {
	float:right;
	margin-top:10px;
}

ul#homepage-features {
	list-style-type:none;
	margin:0;
	margin-top:-20px;
	margin-left:20px;
	padding:0;
	width:480px;
}

ul#homepage-features li {
	position:relative;
	float:left;
	margin-top:5px;
	margin-right:5px;
	display:block;
	width:235px;
	height:134px;
	background:#eee;
}

ul#homepage-features li a {
	display:block;
	width:235px;
	height:134px;
	text-indent:-99999em;
	background:#eee;
}

ul#homepage-features li#aerospace-feature a {
	background:url(../img/layout/aerospace-feature-bg.jpg) 0 0 no-repeat;
}
ul#homepage-features li#aerospace-feature a:hover {
	background:url(../img/layout/aerospace-feature-bg.jpg) 0 -134px no-repeat;
}

ul#homepage-features li#motor-feature a {
	background:url(../img/layout/motor-feature-bg.jpg) 0 0 no-repeat;
}
ul#homepage-features li#motor-feature a:hover {
	background:url(../img/layout/motor-feature-bg.jpg) 0 -134px no-repeat;
}

ul#homepage-features li#vehicle-feature a {
	background:url(../img/layout/vehicle-feature-bg.jpg) 0 0 no-repeat;
}
ul#homepage-features li#vehicle-feature a:hover {
	background:url(../img/layout/vehicle-feature-bg.jpg) 0 -134px no-repeat;
}

ul#homepage-features li#exec-feature a {
	background:url(../img/layout/exec-feature-bg.jpg) 0 0 no-repeat;
}
ul#homepage-features li#exec-feature a:hover {
	background:url(../img/layout/exec-feature-bg.jpg) 0 -134px no-repeat;
}


dl#news {
	margin:20px 0 0 0;
}

dl#news dd h3 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:-7px;
	clear:none;
}

dl#news dt {
	font-size:.9em;
	font-weight:normal;
	color:#666;
	margin-bottom:-5px;
}

dl#news dd a {
	text-decoration:none;
	color:#000;
}

dl#news dd a:hover {
	text-decoration:underline;
}


/* =ABOUT-US
----------------------------------------------- */

body.about-us div#branding,
body.history div#branding,
body.welcome div#branding,
body.timeline div#branding,
body.centenary div#branding,
body.pubs div#branding,
body.media div#branding,
body.news div#branding,
body.site-map div#branding,
body.webcam div#branding {
	background:url(../img/layout/about-us.jpg) 0 0 no-repeat;
}

body.about-us #nav-primary a#about-us-nav,
body.history #nav-primary a#about-us-nav,
body.welcome #nav-primary a#about-us-nav,
body.timeline #nav-primary a#about-us-nav,
body.centenary #nav-primary a#about-us-nav,
body.pubs #nav-primary a#about-us-nav,
body.media #nav-primary a#about-us-nav,
body.news #nav-primary a#about-us-nav,
body.webcam #nav-primary a#about-us-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.about-us #nav-secondary a#about-us-sec,
body.history #nav-secondary a#history-sec,
body.welcome #nav-secondary a#welcome-sec,
body.timeline #nav-secondary a#timeline-sec,
body.centenary #nav-secondary a#centenary-sec,
body.pubs #nav-secondary a#pubs-sec,
body.media #nav-secondary a#media-sec,
body.news #nav-secondary a#news-sec,
body.webcam #nav-secondary a#webcam-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* ----- TIMELINE ----- */
#slider {
    width: 619px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 619px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../img/timeline/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(../img/timeline/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
    margin: 0;
    padding: 0;
	padding-top:7px;
    padding-bottom: 8px;
	background:url(../img/layout/primary-nav-bg.jpg);
}

ul.navigation li {
    display: inline;
	text-align:center;
	margin-left:-5px;
	border-right:solid #666 1px;
}
ul.navigation li.first {
	margin-left:10px;
}
ul.navigation li.last {
	border-right:none;
}

div#slider ul.navigation a {
    padding: 10px 8px;
	height:200px;
    color: #ccc;
    text-decoration: none;
}

div#slider ul.navigation a:hover {
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

div#slider ul.navigation a.selected {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


/* ----- PANELS -----*/
.panel {
	color:#fff;
	background:#000;
}

.panel h2 {
	display:block;
	width:600px;
	color:#eee;
	color:#03aced;
	padding-left:20px;
	margin-top:-10px;
	margin-left:-20px;
	margin-bottom:3px;
}

.panel p {
	float:left;
	padding:5px;
	padding-left:2px;
	margin:0;
	line-height:normal;
	width:230px;
}

div.txt-bg {
	width:230px;
	height:165px;
}

#y1909 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right top;
}
#y1920 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -250px;
}
#y1930 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -500px;
}
#y1940 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -750px;
}
#y1950 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1000px;
}
#y1960 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1250px;
}
#y1970 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1500px;
}
#y1980 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1750px;
}
#early-90s {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2001px;
}
#late-90s {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2250px;
}

#early-00s {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2500px;
}
#late-00s {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2750px;
}

#y2009 {
    background: #000 url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -3000px;
}


/* ----- POPUPS ----- */
.popups {
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	list-style: none;
	float:left;
	display:block;
	width:600px;
	background: url(../img/timeline/overlay.png);
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
}
.popups li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
}
.popups li.notable {
	color:#ccc;
	padding-top:5px;
}
div#slider .popups a {
	padding: 5px 10px;
	display: block;
	color: #eee;
	width: 144px;
	width:auto;
	text-decoration: none;
	font-weight: normal;
	background: #333 url(images/button.gif) no-repeat center center;
	background:url(../img/layout/primary-nav-bg.jpg);

}
div#slider .popups a:hover {
	color:#03aced;
}
.popups li div {
	color:#333;
	background:#ccc;
	width: 400px;
	height: 175px;
	border:solid 1px #fff;
	position: absolute;
	top: -220px;
	left: -15px;
	padding: 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

img.pointer {
	position:absolute;
	top:195px;
	left:35px;
}

/* adjust popup and pointer losition as they move to the right of the containing div */
.popups li.popup-5 div {
	left: -135px;
}
.popups li.popup-5 div img.pointer {
	left:150px;
}

.popups li.popup-6 div {
	left: -135px;
}
.popups li.popup-6 div img.pointer {
	left:150px;
}

.popups li.popup-7 div {
	left: -220px;
}
.popups li.popup-7 div img.pointer {
	left:250px;
}


.popups li div h3 {
	font-size:1em;
	line-height:normal;
	margin:0;
	padding:0;
}
.popups li div p {
	padding:0;
	margin:0;
	width:150px;
	background:transparent;
	text-align:left;
	color:#000;
	font-size:.9em;
	line-height:normal;
	float:left;
}

#popup-1912, #popup-1914-18 {
	background:#ccc url(../img/timeline/popups/1912-popup-bg.jpg) no-repeat top right;
}
#popup-airship {
	background:#ccc url(../img/timeline/popups/airship-popup-bg.jpg) no-repeat top right;
}

#popup-1929 {
	background:#ccc url(../img/timeline/popups/1929-popup-bg.jpg) no-repeat top right;
}

#popup-airport {
	background:#ccc url(../img/timeline/popups/1937-popup-bg.jpg) no-repeat top right;
}
#popup-1938 {
	background:#ccc url(../img/timeline/popups/1938-popup-bg.jpg) no-repeat top right;
}
#popup-1930s {
	background:#ccc url(../img/timeline/popups/1930s-popup-bg.jpg) no-repeat top right;
}

#popup-1940s {
	background:#ccc url(../img/timeline/popups/1940s-popup-bg.jpg) no-repeat top right;
}
#popup-1945-1 {
	background:#ccc url(../img/timeline/popups/1945-1-popup-bg.jpg) no-repeat top right;
}
#popup-1946-peterborough {
	background:#ccc url(../img/timeline/popups/1946-peterborough-popup-bg.jpg) no-repeat top right;
}
#popup-1946-msv {
	background:#ccc url(../img/timeline/popups/1946-msv-popup-bg.jpg) no-repeat top right;
}

#popup-1951 {
	background:#ccc url(../img/timeline/popups/1951-popup-bg.jpg) no-repeat top right;
}
#popup-1953 {
	background:#ccc url(../img/timeline/popups/1953-popup-bg.jpg) no-repeat top right;
}
#popup-1953-vickers {
	background:#ccc url(../img/timeline/popups/1953-vickers-popup-bg.jpg) no-repeat top right;
}
#popup-1957 {
	background:#ccc url(../img/timeline/popups/1957-popup-bg.jpg) no-repeat top right;
}

#popup-1963 {
	background:#ccc url(../img/timeline/popups/1963-popup-bg.jpg) no-repeat top right;
}
#popup-1966 {
	background:#ccc url(../img/timeline/popups/1966-popup-bg.jpg) no-repeat top right;
}

#popup-1972 {
	background:#ccc url(../img/timeline/popups/1972-popup-bg.jpg) no-repeat top right;
}
#popup-1974 {
	background:#ccc url(../img/timeline/popups/1974-popup-bg.jpg) no-repeat top right;
}
#popup-1978 {
	background:#ccc url(../img/timeline/popups/1978-popup-bg.jpg) no-repeat top right;
}

#popup-1980s {
	background:#ccc url(../img/timeline/popups/1980s-popup-bg.jpg) no-repeat top right;
}
#popup-1983 {
	background:#ccc url(../img/timeline/popups/1983-popup-bg.jpg) no-repeat top right;
}
#popup-1983-2 {
	background:#ccc url(../img/timeline/popups/1983-2-popup-bg.jpg) no-repeat top right;
}
#popup-1988 {
	background:#ccc url(../img/timeline/popups/1988-popup-bg.jpg) no-repeat top right;
}

#popup-1990s {
	background:#ccc url(../img/timeline/popups/1990s-popup-bg.jpg) no-repeat top right;
}
#popup-1992 {
	background:#ccc url(../img/timeline/popups/1992-popup-bg.jpg) no-repeat top right;
}
#popup-1998 {
	background:#ccc url(../img/timeline/popups/1998-popup-bg.jpg) no-repeat top right;
}
#popup-1998-2 {
	background:#ccc url(../img/timeline/popups/1998-2-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-1 {
	background:#ccc url(../img/timeline/popups/1990s-1-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-2 {
	background:#ccc url(../img/timeline/popups/1990s-2-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-3 {
	background:#ccc url(../img/timeline/popups/1990s-3-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-4 {
	background:#ccc url(../img/timeline/popups/1990s-4-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-5 {
	background:#ccc url(../img/timeline/popups/1990s-5-popup-bg.jpg) no-repeat top right;
}

#popup-late-1990s {
	background:#ccc url(../img/timeline/popups/late-1990s-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-2 {
	background:#ccc url(../img/timeline/popups/late-1990s-2-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-3 {
	background:#ccc url(../img/timeline/popups/late-1990s-3-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-4 {
	background:#ccc url(../img/timeline/popups/late-1990s-4-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-5 {
	background:#ccc url(../img/timeline/popups/late-1990s-5-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-6 {
	background:#ccc url(../img/timeline/popups/late-1990s-6-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-7 {
	background:#ccc url(../img/timeline/popups/late-1990s-7-popup-bg.jpg) no-repeat top right;
}

#popup-early-2000s {
	background:#ccc url(../img/timeline/popups/early-2000s-popup-bg.jpg) no-repeat top right;
}
#popup-early-2000s-1 {
	background:#ccc url(../img/timeline/popups/early-2000s-1-popup-bg.jpg) no-repeat top right;
}
#popup-early-2000s-2 {
	background:#ccc url(../img/timeline/popups/early-2000s-2-popup-bg.jpg) no-repeat top right;
}

#popup-late-2000s {
	background:#ccc url(../img/timeline/popups/late-2000s-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-1 {
	background:#ccc url(../img/timeline/popups/late-2000s-1-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-2 {
	background:#ccc url(../img/timeline/popups/late-2000s-2-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-3 {
	background:#ccc url(../img/timeline/popups/late-2000s-3-popup-bg.jpg) no-repeat top right;
}


/* ----- NEWS ----- */
body.news div#content-primary h2 {
	margin-top:-25px;
}

.news-date {
	color:#666;
	font-size:.7em;
	margin-top:30px;
	margin-bottom:0;
	display:block;
	border-bottom:solid 1px #eee;
	text-align:right;
}

body.news div#content-primary .first {
	margin-top:10px;
}

/* =STAKEHOLDER
----------------------------------------------- */
body.stakeholder #nav-primary a#stakeholder-nav,
body.annual-reports #nav-primary a#stakeholder-nav,
body.corp-gov #nav-primary a#stakeholder-nav,
body.corp-social #nav-primary a#stakeholder-nav,
body.ethics #nav-primary a#stakeholder-nav,
body.corp-sus #nav-primary a#stakeholder-nav,
body.community #nav-primary a#stakeholder-nav,
body.world-land-trust #nav-primary a#stakeholder-nav,
body.lifetime-achievement #nav-primary a#stakeholder-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.stakeholder #nav-secondary a#stakeholder-sec,
body.annual-reports #nav-secondary a#annual-reports-sec,
body.corp-gov #nav-secondary a#corp-gov-sec,
body.corp-social #nav-secondary a#corp-social-sec,
body.ethics #nav-secondary a#ethics-sec,
body.corp-sus #nav-secondary a#corp-sus-sec,
body.community #nav-secondary a#community-sec,
body.world-land-trust #nav-secondary a#world-land-trust-sec,
body.lifetime-achievement #nav-secondary a#lifetime-achievement-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* =AEROSPACE
----------------------------------------------- */

body.aerospace div#branding,
body.aeropeople div#branding,
body.bus-avia div#branding,
body.avia-serv div#branding {
	background:url(../img/layout/aerospace.jpg) 0 0 no-repeat;
}

body.aerospace #nav-primary a#aerospace-nav,
body.aeropeople #nav-primary a#aerospace-nav,
body.bus-avia #nav-primary a#aerospace-nav,
body.avia-serv #nav-primary a#aerospace-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.aerospace #nav-secondary a#aerospace-sec,
body.aeropeople #nav-secondary a#aeropeople-sec,
body.bus-avia #nav-secondary a#bus-avia-sec,
body.avia-serv #nav-secondary a#avia-serv-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}


/* =MOTOR-RETAIL
----------------------------------------------- */

body.motor-retail div#branding,
body.leasing div#branding,
body.rental div#branding {
	background:url(../img/layout/motor-retail.jpg) 0 0 no-repeat;
}

body.motor-retail #nav-primary a#motor-nav,
body.motor-group #nav-primary a#motor-nav,
body.leasing #nav-primary a#motor-nav,
body.rental #nav-primary a#motor-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.motor-retail #nav-secondary a#motor-retail-sec,
body.motor-group #nav-secondary a#motor-group-sec,
body.leasing #nav-secondary a#leasing-sec,
body.rental #nav-secondary a#rental-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}


/* =VEHICLE-ENGINEERING
----------------------------------------------- */

body.thermo-king div#branding,
body.land-systems div#branding,
body.tail-lift div#branding {
	background:url(../img/layout/vehicle-eng.jpg) 0 0 no-repeat;
}

body.vehicle-eng div#branding {
	background:url(../img/layout/vehicle-engineering.jpg) 0 0 no-repeat;
}

body.specialist-vehicles div#branding {
	background:url(../img/layout/specialist-vehicles.jpg) 0 0 no-repeat;
}

body.system-design-group div#branding {
	background:url(../img/layout/system-design-group.jpg) 0 0 no-repeat;
}

body.fleet-solutions div#branding {
	background:url(../img/layout/fleet-solutions.jpg) 0 0 no-repeat;
}

body.vehicle-eng #nav-primary a#vehicle-nav,
body.thermo-king #nav-primary a#vehicle-nav,
body.land-systems #nav-primary a#vehicle-nav,
body.specialist-vehicles #nav-primary a#vehicle-nav,
body.system-design-group #nav-primary a#vehicle-nav,
body.fleet-solutions #nav-primary a#vehicle-nav,
body.tail-lift #nav-primary a#vehicle-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.vehicle-eng #nav-secondary a#vehicle-eng-sec,
body.thermo-king #nav-secondary a#thermo-king-sec,
body.land-systems #nav-secondary a#land-systems-sec,
body.specialist-vehicles #nav-secondary a#specialist-vehicles-sec,
body.system-design-group #nav-secondary a#system-design-group-sec,
body.fleet-solutions #nav-secondary a#fleet-solutions-sec,
body.tail-lift #nav-secondary a#tail-lift-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* =EXECUTIVE-TRAVEL
----------------------------------------------- */

body.exec-travel div#branding,
body.exec-avia div#branding,
body.aero-club div#branding,
body.chauffeur div#branding,
body.airport-cars div#branding {
	background:url(../img/layout/exec-travel.jpg) 0 0 no-repeat;
}

body.exec-travel #nav-primary a#exec-nav,
body.exec-avia #nav-primary a#exec-nav,
body.aero-club #nav-primary a#exec-nav,
body.chauffeur #nav-primary a#exec-nav,
body.airport-cars #nav-primary a#exec-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.exec-travel #nav-secondary a#exec-travel-sec,
body.exec-avia #nav-secondary a#exec-avia-sec,
body.aero-club #nav-secondary a#aero-club-sec, 
body.chauffeur #nav-secondary a#chauffeur-sec, 
body.airport-cars #nav-secondary a#airport-cars-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* =CONTACT-US
----------------------------------------------- */

body.contact-us div#branding {
	background:url(../img/layout/contact-us.jpg) 0 0 no-repeat;
}

body.contact-us #nav-primary a#contact-us-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.contact-us #nav-secondary a#contact-us-sec,
body.contact-us #nav-secondary a#location-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* =SITE-MAP
----------------------------------------------- */
ul#site-map-list {
	margin-left:20px;
	line-height:1.6em;
}

ul#site-map-list li a {
	font-size:1.2em;
}

ul#site-map-list li ul li a {
	font-size:1.1em;
}