.accessibility { display:none; }
.clear { clear:both; }
* {
    margin :0;
    padding :0;
}

html, body {
	height: 100%;
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em
}

img { border:none }

div#wrapper {     
    margin:0 auto -88px auto;	/* centre contents */	
	width:861px;				/* fixed width */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/template/wrapperBg.jpg) repeat-y;	
	padding:0 86px 0 78px; 		/* padding for margin gradients */
}

div#header {
	width:861px;	
}	

div#navigation, div#content, div#subcontent {
	float:left;
}

/*Navigation*/
div#navigation {
	width:167px;
	background:url(../images/template/navigationBg.jpg) no-repeat;	
	min-height: 469px;
	height: auto !important;
	height: 469px;
}

div#search {
	margin-top:5px;
	padding-left:37px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	background:url(../images/template/icoSearch.png) no-repeat;
}

div#search form {
	padding-top:19px
}

div#search form span {
	diaply:block;
	float:left;
}

button#btnSearch {
  	margin-top: 3px;
	width:24px;
	padding:0; 
	border:none;
	background:none;
	cursor:pointer;
	*cursor:hand; 
	vertical-align: middle
}

input#txtSearch {
	width:90px;
	height:20px
}

ul#navList {
	margin:11px 0 0 8px;
	list-style-type:none;
}

ul#navList li {
	width:145px;
	background:url(../images/template/navLiBg.png) no-repeat;
	overflow:hidden;
}

ul#navList li:hover {
	background-position:0 -29px;
}

ul#navList li a {
	display:block;	
	padding-left:24px;
	line-height:29px;
	text-decoration:none;
}

a#navLinkServices, a#navLinkData, a#navLinkStudies { 
	text-transform:uppercase;
	font-weight:bold;
} 

a#navLinkServices { background:url(../images/template/navigationicons/services.png) no-repeat; }
a#navLinkData { background:url(../images/template/navigationicons/data.png) no-repeat; }
a#navLinkStudies { background:url(../images/template/navigationicons/studies.png) no-repeat; }
a#navLinkHome { background:url(../images/template/navigationicons/home.png) no-repeat; }
a#navLinkAbout { background:url(../images/template/navigationicons/about.png) no-repeat; }
a#navLinkNews { background:url(../images/template/navigationicons/news.png) no-repeat; }
a#navLinkInvestor { background:url(../images/template/navigationicons/investor.png) no-repeat; }
a#navLinkGlobal { background:url(../images/template/navigationicons/global.png) no-repeat; }
a#navLinkCareers { background:url(../images/template/navigationicons/careers.png) no-repeat; }
a#navLinkCustomer { background:url(../images/template/navigationicons/customer.png) no-repeat; }
a#navLinkOlympics { background:url(../images/template/navigationicons/global.png) no-repeat; }
a#navLinkContact { background:url(../images/template/navigationicons/contact.png) no-repeat; }
a#navLinkLisle { background:url(../images/template/navigationicons/global.png) no-repeat; }

ul#navList li ul { list-style-type:none;background:#f8f8f8;padding:5px 0 10px 0; }

ul#navList li ul li a { line-height:1em; }

ul#navList li ul li a:hover { text-decoration:underline;background-position:15px 0; }

ul#navList li ul li {
	margin:5px 0 0 0;
	padding:0 0 0 0;
	font-size:0.9em;
	background:url(../../images/template/bullet.jpg) no-repeat;
	background-position:15px 0;	
}

/*Content Layout*/
div#content {
	width:605px;
	margin-top:12px
}

div#content h2, div#content h3 {
	font-size:1em
}

/*Sub Content */
div#subcontent {
	width:87px;
}

div#subcontent ul.trio {
	list-style-type:none;
	font-size:0.8em;
	margin-left:6px;
}

div#subcontent ul.trio li {
	padding-left:8px;
}

div#subcontent ul.trio li a {
	text-decoration:none
}

div#subcontent ul.trio li a:hover {
	text-decoration:underline;
}

/*Footer*/
div#footer, .push { 
	height:88px;
}

div#footer {	
	background:#ededed;
	
}

div#innerfooter {
	background:url(../images/template/footerBg.jpg) repeat-y;
	width:861px;
	height:75px;
	margin:0 auto 0 auto;
	padding:13px 86px 0 78px;
}

div#innerfooter div {
	margin:0 0 0 22px;
	width:839px
}

div#innerfooter p, div#innerfooter a {
	float:left;	
	display:block;
}

div#innerfooter p {	
	width:648px
}

div#innerfooter a { margin-left:12px; }
div#innerfooter a:hover { text-decoration:none; }

/*Generic Icons*/
.icolinkcontact  {
	background-image:url(../../images/generic/icons/contact.jpg);
}

.icolinkpdf  {
	background-image:url(../../images/generic/icons/pdf.jpg);
}

.icolinkcontact, .icolinkpdf {
	padding-left:36px;
	line-height:3em;
	background-repeat:no-repeat;
	display:block;
}

.icolinkcontact:hover, .icolinkpdf:hover  {
	text-decoration:none;
}

/*Text Styles*/
.grey1 { color:#ccc; }
.grey2 { color:#666; }
.grey3 { color:#999; }
.servicesgreen { color:#7AB101; }
.dataorange { color:#ee7f00; }
.studiesblue { color:#17bae9; }
.black { color:#000; }
.pink { color:#ce1976; }