/* Resets */
html {overflow-y: scroll; overflow-x: hidden; margin: 0; zoom: 100%;}
*:focus {outline: none;}

/* MyriadProRegular Font Faces */
.headingMyriad {
font-family: MyriadProRegular;
font-size: 30px;
color: #cb9500;
}
.headingMyriadLite{
font-family: MyriadProLight;
font-size: 30px;
color: #cb9500;
}

/* General Page Styles */
body {
font: 12px Arial, Helvetica, sans-serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #7d7d7d;
background: #f2f2f2 url(../images/global/pageBG.png) repeat-y center fixed;
}

/* Generic Page Link Styles */
a {cursor: pointer; padding: 0; color: #927100; font-size: 10px; text-decoration: none; text-transform: uppercase;}
a:hover {text-decoration: underline;}

sub {
font-size: 80%;
}


/* Layout Containers */
.oneColFixCtrHdr #container {
width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: none;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
position: relative;
height: 100%;
min-height: 100%;
}
.oneColFixCtrHdr #mainContent {
background: none;
width: 940px;
padding: 20px;
}

/* Header Elements */
.oneColFixCtrHdr #header {
width: 981px;
height: 96px;
background: #373737;
text-align: left; /* this overrides the text-align: center on the body element. */
border-bottom: 4px solid #ffbe00;
}
	.headerSearch {
	width: 145px;
	height: 18px;
	border: none;
	padding-left: 25px;
	margin: 13px 20px 0 0;
	background: #fff url(../images/global/headerSearch.gif) repeat-x top;
	float: right;
	font-family: Arial;
	font-size: 11px;
	color: #7d7d7d;
	}

/* Breadcrumbs */
.crumbTrails {
margin-top: -10px;
margin-bottom: 10px;
color: #7d7d7d;
font-weight: normal;
text-align: left;
float: left;
}
	.crumbTrails p {
	color: #7d7d7d;
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 12px;
	margin: 0;
	}
	.crumbTrails a {
	font-family: Arial;
	font-size: 10px;
	color: #373737;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	}
	.crumbTrails a:hover {
	text-decoration: underline;
	color: #373737;
	}

	.crumbTrailsCurrentPage {
	font-family: Arial;
	font-size: 10px;
	color: #373737;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	}

/* Footer Elements */
.oneColFixCtrHdr #footer {
width: 900px;
height: 180px;
margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
background: #373737;
float: left;
padding: 20px;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.footerHead {
margin: -20px;
height: 40px;
width: 940px;
background: #434343;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-bottom-left-radius: 0px;
-webkit-border-left-bottom-radius: 0px;
-moz-border-left-bottom-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-right-bottom-radius: 0px;
-moz-border-right-bottom-radius: 0px;
behavior: url(border-radius.htc);
margin-bottom: 10px;
padding-top: 14px;
}
	.footerCol1 {
	width: 650px;
	float: left;
	margin-right: 70px;

	}
	.footerCol2 {
	left: 40px;
	text-align: left;

	}
	.footerHeading1 {
	color: #ffbe00;
	font-family: MyriadProRegular;
	font-size: 24px;
	margin-top: 12px;

	}
	.footerHeading2 {
	color: #ffbe00;
	font-family: MyriadProLight;
	font-size: 24px;
	}
	.footerItemHeading{
	color: #bababa;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 18px;
	}

	.footerItemHeading a:hover{
	text-decoration: underline;
	color: #bababa;
	}

	.footerItemHeadingSub{
	color: #bababa;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	width: 250px;
	}
		.footerItemHeadingSub:hover{
		text-decoration: none;
		color: #bababa;
		}
	.footerItemHeadingNoCaps{
	color: #bababa;
	font-family: Arial;
	font-size: 12px;
	width: 250px;
	}
	.footerItemText {
	color: #7d7d7d;
	font-size: 11px;
	font-family: Arial;
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: normal;
	}
	.oneColFixCtrHdr #footer a {
	color: #bababa;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	}
	.oneColFixCtrHdr #footer a:hover{
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	}
	.oneColFixCtrHdr #footer a.webAddress {
	color: #927100;
	font-size: 12px;
	text-decoration: none;
	text-transform:lowercase;
	color: #fff;
	}
	.oneColFixCtrHdr #footer a.webAddress:hover {
	text-decoration: underline;
	}
	.oneColFixCtrHdr #footer a.viewLink {
	color: #fff;
	}
	.oneColFixCtrHdr #footer a.dropLink{
	text-decoration: none;
	}
	.copyright {
	font-size: 10px;
	color: #7d7d7d;
	font-family: Arial;
	margin-top: -8px;
	float: left;
	width: 100%;
	font-size: 11px;
	position:relative;
	}
	.copyright a{
	color: #7d7d7d;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	}

	.copyright a:hover{
	text-decoration: underline;
	}

	.copyright span{
	float:right;
	position:absolute;
	;
	margin-top: 0;
	margin-left:400px;
	width: 400px;
	top: 2px;
	height: 12px;
	}

/* Header Globe Icon */
#globe {
background: url(../images/global/globe.gif) no-repeat top right;
height: 43px;
width: 60px;
float: right;
margin-top: 53px;
margin-right: -175px;
cursor: pointer;
}
	#globe.active {
	background: url(../images/global/globeHover.gif) no-repeat top right;
	height: 43px;
	float: right;
	margin-top: 53px;
	margin-right: -175px;
	cursor: pointer;
	}
	#globe:hover {
	background: url(../images/global/globeHover.gif) no-repeat top right;

	}

/* Header Globe Dropdown */
#globeDropDown{
background: #ffbe00;
display: none;
border: 1px solid #d99900;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(border-radius.htc);
padding: 20px;
padding-top: 10px;
position: absolute;
right: 19px;
top: 96px;
text-transform: none;
z-index: 3200;
}
	#globeDropDown a {
	text-transform: none;
	}

.moreInfoText  {
	color: #373737;
	font-size: 10px;
	font-family: Arial;
}

a.webAddress {
	color: #927100;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}

a.webAddress:hover {
	text-decoration: underline;
}

a.emailAddress {
	color: #927100;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}

a.emailAddress:hover {
	text-decoration: underline;
}


.contacts{

}

#tabs-container p {
	line-height: 18px;
}
/*
tr.statsTable {
	height: 30px;
}
*/

#sideTabmenu { padding: 0; margin-top: 0 }

#sideTabmenu li { display: inline; }

#sideTabmenu li a {
background: none;
padding: 10px;
float:left;
text-decoration: none;
color: #939393;

background: #fff;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border: 1px solid #efefef;
border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	z-index: 600;
}

#sideTabmenu li.active a {
color: #7d7d7d;
background: #f9f9f9;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border: 1px solid #dedede;
border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
}

.content {
float: left;
clear: both;
background: #f9f9f9;
color: #7d7d7d;
width: 295px;
height: 367px;
padding: 20px;
padding-top: 10px;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border: 1px solid #dedede;
margin-top: -3px;
z-index: 500;
}

table.statsTable {

}

table.graphTable {
margin-left: 10px;

}

/*
.thead {
background: #ffbe00 url(../images/global/theadBG.png) repeat-x top;
height: 30px;
width: 100%;
color: #927100;
}

table tr.odd {
background: #fff url(../images/global/oddBG.png) repeat-x top;
border-bottom: 1px solid #D99900;
height: 30px;
text-align: center;
padding-left: 30px;
position:relative;
margin-top:30px;
}

table tr.even {
background: url(../../resources/images/global/evenBG.png) repeat-x top;
height: 30px;
text-align: center;
}
*/

table tr.odd td {
    background: url() #FFFFFF;
    border-bottom: 1px solid #E6E5E5;
}
table tr.even td {
    background: url() #F7F7F7;
    border-bottom: 1px solid #E6E5E5;
}
.thead td {
    background-color: #F9B21C;
    border-bottom: 1px solid #CB8816;
    border-top: 1px solid #CB8816;
    color: #927100;
}

.footprintTableHeading {padding-left: 20px; padding-right: 20px;}
.footprintTableHeading span
{
color: #5e5e5e;
font-size: 11px;
font-weight: bold;
font-family: Arial;
line-height: 18px;
}

.graphsTableHeading
{
	padding-left: 20px; padding-right: 20px;
}

.graphsTableHeading span
{
color: #5e5e5e;
font-size: 11px;
font-weight: bold;
font-family: Arial;
line-height: 18px;
}

#governanceDetailDiv1, #governanceDetailDiv2, #governanceDetailDiv3, #governanceDetailDiv4, #governanceDetailDiv5, #governanceDetailDiv6, #governanceDetailDiv7, #governanceDetailDiv8 {
width: 600px;
height: 356px;
border-bottom: 1px solid #f0f0f0;
padding: 10px;
padding-top: 20px;
margin-top: -10px;
overflow:hidden;
position: relative;
display: none;
}

.governanceDetailDivBack {
float: right;
margin: 0 5px 0 0;
}

#adrContacts {
width: 580px;
height: 725px;
background: #fff;
padding: 20px;
padding-top: 15px;
border: 1px solid #d99900;
text-align: left;
float: left;

border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 1 Column form Text style */
#adrContacts p {
font: 12px Arial;
margin-bottom: -21px;
margin-top: 10px;
line-height: 19px;
margin-left:0px;
}

/* 1 Column form Text style */
#overlayPreview p {
font: 12px Arial;
color: #927100;
margin-bottom: -21px;
margin-top: 5px;
line-height: 19px;
}

/*Home Page flash replacements*/
#homeBannerSWF  #placeHolderDiv
{
	position:relative;
	width:950px;
	height:367px;
}

#homeBannerSWF  #placeHolderDiv p
{
	padding:20px 20px 20px 20px;
}

#flash1  #placeHolderDiv
{
	width:298px;
	height:75px;
}

#flash1  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#flash2  #placeHolderDiv
{
	width:298px;
	height:75px;
}

#flash2  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#flash3  #placeHolderDiv
{
	width:298px;
	height:75px;
}

#flash3  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#flash4  #placeHolderDiv
{
	width:298px;
	height:75px;
}

#flash4  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#flash5  #placeHolderDiv
{
	width:298px;
	height:75px;
}

#flash5  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#SWFcalendar  #placeHolderDiv
{
	width:400px;
	height:367px;
}

#SWFcalendar  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 20px 20px;
	margin-top: 0px;
}

#hp_b3_1  #placeHolderDiv
{
	width:300px;
	height:190px;
}

#hp_b3_1  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 20px 20px;
	margin-top: 115px;
}

#hp_b3_2  #placeHolderDiv
{
	width:300px;
	height:190px;
}

#hp_b3_2  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 20px 20px;
	margin-top: 115px;
}

#innovate  #placeHolderDiv
{
	width:298px;
	height:400px;
}

#innovate  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 20px 20px;
	margin-top: 0px;
}

/*Group pages flash replacements*/

#homeBanner2SWF  #placeHolderDiv
{
	position:relative;
	width:939px;
	height:399px;
}



#homeBanner2SWF  #placeHolderDiv p
{
	padding:20px 20px 20px 20px;
}

/*Group pages flash replacements*/

#homeBanner2SWF  #placeHolderDiv
{
	position:relative;
	width:939px;
	height:399px;
}

#homeBanner2SWF  #placeHolderDiv p
{
	padding:20px 20px 20px 20px;
}

#rssButton  #placeHolderDiv
{
	width:298px;
	height:190px;
}

#rssButton  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

#ceoVideo  #placeHolderDiv
{
	width:298px;
	height:190px;
}

#ceoVideo  #placeHolderDiv p
{
	position:absolute;
	margin-top:100px;
	margin-left:20px;
}

#generalAlerts  #placeHolderDiv
{
	width:298px;
	height:190px;
}

#generalAlerts  #placeHolderDiv p
{
	position:absolute;
	margin-top:100px;
	margin-left:20px;
}

#flashRight  #placeHolderDiv
{
	width:298px;
	height:190px;
}

#flashRight  #placeHolderDiv p
{
	position:absolute;
	padding:20px 20px 80px 20px;
	margin-top: 0px;
}

.investorBox {
  width:260px;
  height:170px;
  background:#373737;
  position:relative;
  padding:20px 20px 20px 20px;
  -moz-border-radius:5px 5px 5px 5px;
}

.investorBox p {
  clear:both;
  margin:0;
  float:left;
  width:100%;
}

.investorBox p.noclear {
  clear:none;
}

  .investorBox p.heading {
    margin-bottom:40px;
  }

  .investorBox p.sharePriceCurrent {
    font-size:24px;
    color:#ffffff;
  }

.investorBox img.indicator {
  margin-top:6px;
  margin-left:10px;
  margin-right:7px;
  float:left;
}

.positiveIcon {
margin-top:7px;
float:left;
margin-right:5px;
}

.boxContainer  {
float:left;
clear:left;
width:100%;
margin-bottom:35px;
}

.boxContainer p {
width:auto;
}

.mtop {
margin-top:12px
}

.supplied {
font-size: 10px;
color: #7d7d7d;
font-family: Arial;
float: left;
width: 100%;
padding-top:5px;

}

.boxHeading {
font-family: MyriadProRegular;
font-size: 26px;
color: #b7b7b7;
}
.boxHeadingLite{
font-family: MyriadProLight;
font-size: 26px;
color: #b7b7b7;
}

p.greenText {
color:#69ca00;
font-weight:bold;
font-size:20px;
padding-top:2px
position:relative;
}

.performanceGraph {
height: 360px;
width: 260px;
background: #f9f9f9;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-bottom-left-radius: 0px;
-webkit-border-left-bottom-radius: 0px;
-moz-border-left-bottom-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-right-bottom-radius: 0px;
-moz-border-right-bottom-radius: 0px;
behavior: url(border-radius.htc);
margin-top:0px;
padding:20px;
}

.performanceGraphData
{
font-size: 13px;
color: #7d7d7d;
font-family: Arial regular;
float: left;
width: 100%;
}


/*Press Office and Careers*/
#pressOfficeSearchResults {
  position:relative;
}

#pressOfficeSearchResults .headings {
  position:relative;height:150px;z-index:99;
}

#pressOfficeSearchResults h3 {
  margin-bottom: 25px;
}

#solutionsContentAreaLeft .headings {
  height:210px;position:relative;z-index:99
}

/* Begin Gallery Results */

ul.galleryResults {
  list-style:none;
  margin-top:10px
}

  ul.galleryResults li {
    height: 82px;
    border-bottom:1px solid #ebeaea;
    padding-top: 16px;
  }

  ul.galleryResults li.even {
    background: url(../images/press-office/searchResultsBg.gif) repeat-x;
    margin-top:-1px
  }

  ul.galleryResults li .thumb {
    width:90px;
    float:left;
    height:82px;
  }

  ul.galleryResults li .rowContent {
    margin-left:90px;
    position:relative;
    height:82px;
  }

  ul.galleryResults li .rowContent .heading {
    color: #373737;
    font-size: 13px;
    font-family: Arial;
  }

  ul.galleryResults li .rowContent p.details {

    font-size: 10px;
    font-family: Arial;
  }


  ul.galleryResults li .thumb img {
    margin-left:13px
  }

/* End Gallery Results */

  #searchResultsListing { float:left;margin: 0 10px 0 5px}

  .searchFilter span.copyText {float:left; line-height:25px;margin-right:-1px}

  .searchFilter {
    height:58px;
    width:264px;
    position: absolute;
    right:0;
    bottom:0;
    z-index:55;

  }

  #albumDetails .headings {float:left;position:relative}


  #albumDetails p.photoCount {color:#373737; font-size:18px}

  #albumDetails p.albumDetails {font-size:10px;margin-bottom:10px}

  #albumDetails .albumImageFirst {width:68px;height:68px;background:#000;float:left;margin-bottom:10px; margin-right:10px}

  #albumDetails .albumImage {width:68px;height:68px;background:#000;float:left;margin-bottom:10px; margin-right:10px}



  /* Begin Pagination */

  ul.pagination {
    list-style: none;
  }

  ul.pagination li {
    float:left;
    width:20px;
    height:25px;
    text-align: center;
    color:#373737;
    line-height:25px;
  }

  ul.pagination li.active {
    background:#ffbe00
  }

  ul.pagination li:hover {
    background: #9bd4e5;
    cursor:pointer;
  }

  ul.pagination li.paginationPrev {
    width:25px;
    background: url(../images/global/paginationPrev.jpg) no-repeat;
    margin-right:13px;
    cursor: pointer;
  }

  ul.pagination li.paginationNext {
    width:25px;
    background: url(../images/global/paginationNext.jpg) no-repeat;
    margin-left:13px;
    cursor: pointer;
  }


  /* End Pagination */


/* Begin Associated albums */

ul.associatedAlbums {
  list-style:none;
  margin-top:10px
}

  ul.associatedAlbums li {
    height: 65px;
    width:85%;
    padding-top: 16px;
  }

  ul.associatedAlbums li.even {
    background: url(../images/press-office/searchResultsBg.gif) repeat-x;
    margin-top:-1px
  }

  ul.associatedAlbums li .thumb {
    width:90px;
    float:left;
    height:65px;
  }

  ul.associatedAlbums li .rowContent {
    margin-left:90px;
    position:relative;
    height:65px;
  }

  ul.associatedAlbums li .rowContent .heading {
    color: #373737;
    font-size: 13px;
    font-family: Arial;
  }

  ul.associatedAlbums li .rowContent p.details {

    font-size: 10px;
    font-family: Arial;
  }


  ul.associatedAlbums li .thumb img {
    margin-left:13px
  }

/* End Associated albums */

.flash640x190 {
	width: 620px;
	height: 190px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	overflow:hidden;;
}
#pressintro #placeHolderDiv {
	width:620px;
	height:90px;
}
#pressintro #placeHolderDiv p {
	position:absolute;
	padding:20px 0px 20px 20px;
	margin-top: 0px;
}
.flash300x190 {
	width: 300px;
	height: 190px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border-radius: 5px;
	overflow:hidden;
}
#pressalerts #placeHolderDiv {
	width:300px;
	height:90px;
}
#pressalerts #placeHolderDiv p {
	position:absolute;
	padding:20px 0px 20px 20px;
	margin-top: 0px;
}
.presssearchtopdrop {
	float:right;
	margin-top:7px;
	margin-right:25px
}
.presssearchfield {
	width:150px;
}
.searchgrid300x190 {
width: 298px; /* Changed back to 298px to accomodate for the 1px border on either side */
height: 188px; /* Changed back to 188px to accomodate for the 1px border on either side - by Renuan */
float: left;
border: 1px solid #dfdfdf;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(border-radius.htc);
}
#rssnews #placeHolderDiv {
	width:300px;
	height:90px;
}
#rssnews #placeHolderDiv p {
	position:absolute;
	padding:20px 0px 20px 20px;
	margin-top: 0px;
}
.newsitemdatetop {
	background-color:#cacaca;
	font-size:36px;
	padding-top:13px;
	color:#FFF;
	width:52px;
	height:24px;
	text-align:center;
}
.newsitemdatebot {
	background-color:#cacaca;
	font-size:10px;
	color:#FFF;
	width:52px;
	height:18px;
	text-align:center;
}
.datecontainer {
	width:52px;
	float:left
}
.newstitleblock {
	width:185px;
	float:left;
	padding:0px 10px 0px 10px;
}
.newstitle {
	font-size:13px;
	color:#373737;
}
.searchheader {
	background-color:#dfdfdf;
	color:#373737;
	font-size:24px;
	padding:20px 20px 5px 20px;
	height:26px;
}
.searchcontent {
	background-color:#f9f9f9;
}
.newstitleblockwide {
	width:487px;
	float:left;
	padding:0px 10px 0px 10px;
}
.media-mytabs-container {
width: 600px;
z-index: -1;
clear: both;
border-bottom: 1px solid #DEDEDE;
border-top: none;
padding: 10px;
margin-top: -10px;
overflow:hidden;
}
.clearFloat {
	clear:both;
}
.keywordsearch {
	border:none;
	background-image:url(../images/pressoffice/keywordbg.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding-left:10px;
	background-color:#f9f9f9;
	color:#7d7d7d;
	text-transform: none;
}
.searchheader .heading {
	 float:left;
	 width:100px;
	 line-height:28px
}
.items300x400 {
	background-image:none;
	height:42px;
	line-height:18px;
	overflow:hidden;
	display:block;
	margin-bottom:0;
	margin-top:0;
}
.yearlyarchive {
    clear: left;
    float: left;
    line-height: 16px;
    margin-top: 5px;
    position: relative;
}

.rmbCopy{
z-index:1;
position:relative;
}
/* Utility specific styles */
ul.searchResults {
  list-style:none;
}

  ul.searchResults li {
    height: 100px;
    padding-top: 16px;
  }

  ul.searchResults li.even {
    background: url(../images/utility/searchResultsBg.gif) repeat-x;
    margin-top:-1px
  }

  ul.searchResults li .thumb {
    width:90px;
    float:left;
    height:100px;
  }

  ul.searchResults li .rowContent {
    margin-left:90px;
    position:relative;
    height:100px;
  }

  ul.searchResults li .rowContent .heading {
    color: #373737;
    font-size: 13px;
    font-family: Arial;
  }

  ul.searchResults li .rowContent p.details {

    font-size: 10px;
    font-family: Arial;
  }

  ul.searchResults li .thumb img {
    margin-left:13px
  }
#sitemapContent a {
	color:#7d7d7d;
	text-decoration:underline;
	text-transform:none;
	font-size: 12px;
}
#sitemapContent a:link {
	color:#7d7d7d;
	text-decoration:underline;
	text-transform:none;
}
#sitemapContent a:visited {
	color:#7d7d7d;
	text-decoration:underline;
	text-transform:none;
}
#sitemapContent a:hover {
	color:#7d7d7d;
	text-decoration:none;
	text-transform:none;
}
#sitemapContent a:active {
	color:#7d7d7d;
	text-decoration:underline;
	text-transform:none;
}


.strategygreycolumn {
    background-color: #58585A;
    color: #FFCB08;
    font-size: 15px;
    padding: 15px;
}

.textwhitelarge {
    color: #FFFFFF;
    font-size: 15px;
}


.strategyyellowboarder {
    border: 1px solid #e8e8e8;
    border-style: solid;
    border-width: 4px;
}


/* Overend added styles */

.tabTable {width:622px;border: 1px solid #dedede; background-color:#f8f8f8; border-radius: 4px; behavior: url(pie_files/PIE.htc);}
.tabCell {padding:8px 0px; text-align:center; border-right: 1px solid #dedede; background-color:#f8f8f8; cursor:pointer;}
.tabCellOn {padding:8px 0px;background-color: #fff; text-align:center; border-right: 1px solid #dedede; width:60px;cursor:pointer;}
.tabCell:hover,.tabCellOn:hover {
   padding:8px 0px; text-align:center; border-right: 1px solid #E8E8E8; width:60px;cursor:pointer;
   background-color: #ffd100; /* fallback/image non-cover color */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd100), to(#ecb700));  /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-linear-gradient(top, #ffd100, #ecb700);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -moz-linear-gradient(top, #ffd100, #ecb700);    /* Firefox 3.6+ */
   background-image: -ms-linear-gradient(top, #ffd100, #ecb700);    /* IE 10+ */
   background-image: -o-linear-gradient(top, #ffd100, #ecb700);   /* Opera 11.10+ */
   behavior: url(pie_files/PIE.htc);
}

.tableHead td {font-family:Arial; text-transform:uppercase;font-size:10px; color:#927100;border-bottom:1px solid #D99900;border-left:1px solid #D99900;}
ul#menutabs {
        background:url(images/tabbg1.gif) ;
        background-repeat:no-repeat;
        height:46px;
        width:622px;
	list-style:none;
	margin:0px;
	margin-top:1px;
	border:0px;
	padding:0px;
        padding-left:0px;
	padding-top:0px;
	overflow:hidden; /* makes sure the container fits the floated list-items below */
        border-bottom:1px solid #DEDEDE;
}
ul#menutabs li{
	/* removed the positioning and z-index on the li, we no longer need them */
	margin:0px;
	margin-top:1px;
	padding:17px 10px 17px;
	float:left; /* floats list items to the left, creating a horizontal menu */
	background-color:#F9F9F9; /* add some background color to the line items */
        border-right:1px solid #DEDEDE;
        border-bottom:0px solid #DEDEDE;
        text-align:center;
}
ul#menutabs li span {
	position: relative; /* must have position set to anything other than static to use z-index */
	z-index: 5; /* 5 layers above all normal elements */
	margin:0px;
	padding:0px;
        font-size:10px;
}
ul#menutabs li.backLava {
	margin:0px;
	padding:0px;
	position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
	z-index:3; /* 3 levels higher than all normal elements */
   background-color: #ffd100; /* fallback/image non-cover color */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd100), to(#ecb700));  /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-linear-gradient(top, #ffd100, #ecb700);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -moz-linear-gradient(top, #ffd100, #ecb700);    /* Firefox 3.6+ */
   background-image: -ms-linear-gradient(top, #ffd100, #ecb700);    /* IE 10+ */
   background-image: -o-linear-gradient(top, #ffd100, #ecb700);   /* Opera 11.10+ */

   behavior: url(pie_files/PIE.htc);
   border-bottom:0px solid #ecb700;

}

/* End: Overend added styles */
