/* CSS Document */
/* This document is to stipulate the location of objects such as footer print buttons and indeed footers in general that are not directly part of the fibonacci grid */

.pipe
{
	padding: 0 2px;
}
/**************************************************/
/* FOOTER SECTION */
/*START: footer */
#footer-tools
{
	text-align: right;
	background: url(../images/bg_footer.gif) repeat-x;
}

dl#footer
{
	margin: 8px 0 0 0;
}

dl#footer dt,
dl#footer dd ul li
{
	display: inline;
	font-size: 10px;
	line-height: 13px;
	color: #666;
}

dl#footer dd,
dl#footer dd ul
{
	display: inline;
}

dl#footer dd ul li a
{
	color: #666;
}

dl#footer dd ul li .pipe
{
	padding: 0 1px;
}
/*END: footer */
/*=================================*/
/*START: primary and secondary navigation */
ul#prim-nav
{
	width: 576px;
}

ul#prim-nav li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

ul#prim-nav li .pipe
{
	padding: 0 2px 0 1px;
}

ul.sec-nav li
{
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0;
}

ul#sec-nav li ul
{
	margin: 2px 0 4px 9px;
}

ul#sec-nav li ul li
{
	padding: 2px 0;
}

/* used for indenting text as a tertiary navigation level in the secondary navigation space even when the text wraps around */
ul.tert-nav li
{
	margin-left: 1em;
}

.indented
{
	margin-left: 1em;
}

ul.tert-nav li
{
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0;
}
/*END: primary and secondary navigation */
/*======================================*/
/* FORM ELEMENTS */
input#input-search
{
	margin: 0;
	background: #fff;
	width: 158px;
	width: 152px;
}

/* this is for the advanced text in the form search are */
a.advanced-link
{
	color: #fff;
	font-size: 11px;
}

/* Misc Forms - generic type */
/*input.form,label
{
display:block;
float:right;
}

label
{
padding-right:20px;
}
*/
span.formspacer
{
	position:absolute;
	left:70px;
}
input.form
{
padding-right:40px;}


/* this sepcifies the width of the text entry for for the search*/
div.search-box
{
	height: 54px;
}

div.search-hit
{
	position:relative;
	align: right;
	width:154px
}

/* This specifies the positioning of the advanced search text */
p.advanced-search
{
	font-size: 11px;
	line-height: 14px;
	clear: left;
	padding: 7px 0 0 0;
}

/* The following is portlet styling elements 
The follwing items have been excluded for the time being 
* html div.portlet ul.link li 
div.portlet ul.link li
div.portlet ul.download li
* html div.portlet ul.download li
*/

div.portlet h3
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background: #999;
	padding: 1px 4px;
}

div.portlet-content
{
	margin: 5px 4px 0 4px;
}

div.portlet h4
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	padding: 0 0 2px 0;
}

div.portlet p
{
	font-size: 11px;
	line-height: 16px;
}

div.spacer-portlet
{
	height: 14px;
}

a.more-link
{
	padding: 0 0 0 13px;
	background: url(../images/icon_arrow_900.gif) no-repeat 0 4px;
}

a.follow-link
{
	padding: 13px 0 0 0px;
	background: url(../images/icon_arrow_900.gif) no-repeat 0 4px;
}

a.pdf-link
{
	padding: 0 0 12px 26px;
	background: url(../images/contentimages/red/03r017.gif) no-repeat 0 4px;
}

a.word-link
{
	padding: 0 0 12px 26px;
	background: url(../images/contentimages/red/03r014.gif) no-repeat 0 4px;
}

a.excel-link
{
	padding: 0 0 12px 26px;
	background: url(../images/contentimages/red/03r015.gif) no-repeat 0 4px;
}

a.powerpoint-link
{
	padding: 0 0 12px 26px;
	background: url(../images/contentimages/red/03r016.gif) no-repeat 0 4px;
}
 
/*facilitates an alternate portlet header colour e.g. that of the accent zone for the right hand content zone */
div.right-hand-portlet h3
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	width: 140px;
	color: #fff;
	background: rgb(153, 204, 255);
	padding: 1px 4px;
}

div.right-hand-portlet h4
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	padding: 0 0 2px 0;
}

div.right-hand-portlet p
{
	font-size: 11px;
	line-height: 16px;
}

/**************************************************/
/*START: language selector, generic navigation, search */
ul#language-list li
{
	display: inline;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

ul#language-list li a
{
	color: #fff;
}

ul#generic-list
{
	width: 140px;
}

ul#generic-list li
{
	display: inline;
	font-size: 11px;
	line-height: 14px;
}


/*END: language selector, generic navigation, search */
/**************************************************/

/*START: LISTS */

p.list-introduction
{
	padding: 0 0 5px 0;
}

ul.portlet-list li
{
	font-size: 11px;
	line-height: 12px;
	padding: 2px 0;
}

ul.bullet li
{
	font-size: 11px;
	line-height: 13px;
	padding: 5px 0 0 6px;	
	background: url(../images/icon_dot_li_333.gif) no-repeat;
	background-position: -3px 9px;
}

* html ul.bullet li
{
	padding: expression(previousSibling ? "2px 0 0 18px" : "0 0 0 18px");
	background-position: expression(previousSibling ? "4px 8px" : "4px 6px");
}

ul.link li
{
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0 0 12px;
	background: url(../img/icon_arrow_900.gif) no-repeat;
	background-position: 0 7px;
}

li.arrow
{
	background:: url(

* html ul.link li
{
	padding: expression(previousSibling ? "2px 0 0 12px" : "0 0 0 12px");
	background-position: expression(previousSibling ? "0 8px" : "0 6px");
}

ul.download li
{
	font-size: 12px;
	line-height: 16px;
	background: url(../img/icon_download_disk_900.gif) no-repeat;
	background-position: 0 2px;
	padding: 2px 0 0 26px;
}

* html ul.download li
{
	padding: expression(previousSibling ? "2px 0 0 26px" : "0 0 0 26px");
	background-position: expression(previousSibling ? "0 3px" : "0 1px");
}

dl.history dt
{
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 0 0;
}

dl.history dd
{
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}

* html dl.history dt
{
	padding: expression(previousSibling ? "5px 0 0 0" : "0 0 0 0");
}

/*END: LISTS */
/**************************************************/
/* Right Hand Zone Padding and design for portlets. */
div#context-padding div.portlet h3
{
	color: #333;
}

div#context-padding div.portlet h3 label
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}

div#context-padding div.portlet h3
{
	background: #9cf;
}

div#context-padding div.portlet ul.link li
{
	background: url(../img/icon_arrow_li_333.gif) no-repeat;
	background-position: 0 7px;
}

div#context-padding div.portlet ul.link li:first-child
{
	background-position: 0 5px;
}

div#context-padding div.portlet ul.link-highlighted li
{
	font-weight: normal;
	padding: 2px 4px 2px 13px;
	background: url(../img/icon_arrow_li_333.gif) 0 7px no-repeat #ddd;
	border-top: 1px solid #ccc;
}

div#context-padding div.portlet ul.link-highlighted li:first-child
{
	border-top: none;
}

* html div#context-padding div.portlet ul.link-highlighted li
{
	background-position: expression(previousSibling ? "0 8px" : "0 7px");
	border-top: expression(previousSibling ? "1px solid #ccc" : "none");
}

div#context-padding div.portlet ul.link-highlighted li a
{
	color: #333;
}
/* End right hand stuff */
/**************************************************/
/*Image map styles - mainly for transport site */
div.img-map
{
	background-color:#CCCCCC;
	
}

a#img-nav
{
	display: inline;
	font-size: 11px;
	line-height: 18px;	
	
}

ul#img-nav li
{

}
