﻿/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/

.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/

.tabber {
}

.tabberlive {
	display: block;
	position: relative;
	/*
	margin-top: 1.44em;
	margin-bottom: 1.88em;
	*/
	margin-bottom: 26px;
	height: 17.50em; /* 281px */
	height: 281px;
	color: #000000;
	background-color: #FFFFFF;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
--------------------------------------------------*/

ul.tabbernav {
	display: block;
	position: absolute;
	/*top: 17.56em;*/ /* 281px */
	top: 283px;
	left: -0.06em;
	margin: 0;
	/* padding: 3px 0; */
	padding: 0;
	/* border-bottom: 1px solid red; */
}

ul.tabbernav li {
/*	display: list-item;*/
	display:block;
	list-style: none;
	float: left;
}

ul.tabbernav li a, ul.tabbernav li input {
	display: block;
	/* padding: 3px 0.5em; */
	padding: 0.38em 0.5em 0.56em 0.5em;
	/* margin-left: 3px; */
	margin-right: 0.19em; /* 3px */
	/* border: 1px solid #778; */
	/* border-bottom: none; */
	background: #DDE;
	text-decoration: none;
	color: #0E325B;
	background-color: #E55310;
	/*
	background-image: url("../../../images/temp/tabber_bg_off.jpg");
	*/
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	height: 26px;
	padding: 0.38em 0.5em 0em 0.5em;
	font-size: 1.13em;
	height: 26px;
	float:left;
}

ul.tabbernav li a:link {
	display: block;
	color: #0E325B;
	background-color: #E55310;
	background-image: url("../../../images/temp/tabber_bg_off.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	height: 20px;
}

ul.tabbernav li a:visited {
	display: block;
	color: #0E325B;
	background-color: #E55310;
	background-image: url("../../../images/temp/tabber_bg_off.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	height: 20px;
}

ul.tabbernav li a:hover {
	display: block;
	color: #0E325B;
	background-color: #FD3D07;
	/*
	background-image: url("../../../images/temp/tabber_bg_off.jpg");
	*/
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	height: 20px;
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive input {
	display: block;
	color: #0E325B;
	background-color: #FD3D07;
	
	/* border-bottom: 1px solid #fff; */
}

ul.tabbernav li.tabberactive a:hover {
	display: block;
	color: #0E325B;
	background-color: #FD3D07;
	/* border-bottom: 1px solid white; */
}

/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/

.tabberlive .tabbertab {
	/*padding: 5px;*/
	/* border: 1px solid #aaa; *
	border-top: 0;
	
	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
    
    /* height:200px; */
    
	/* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
    
    /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
/*
.tabberlive .tabbertab h2 {
	display: none;
}
*/

.tabberlive .tabbertab h2 {
	color: white;
	background-color: #EC9E08;
}

/*
.tabberlive .tabbertab h3 {
	display: none;
}
*/

.tabberlive .tabbertab h3 {
	color: white;
	background-color: #2FAADE;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	
}

.tabberlive#tab2 {
	
}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}


/******************************************************************************/



/******************************************************************************/

.introduction {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../../../images/temp/introduction.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.introduction .hang-over {
	display: inline;
	position: absolute;
	top: 1.56em;
	left: -0.63em;
	font-size: 1.5em;
	color: white;
	background-color: #EC9E08;
	margin: 0;
	padding: 0.81em 5.94em 1.19em 1.25em;
}

#main-teaser #introduction .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("/corporate-responsibility/PublishingImages/introduction_new.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-quality-of-service {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../../../images/temp/introduction.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-quality-of-service .hang-over {
	display: inline;
	position: absolute;
	top: 1.56em;
	left: -0.63em;
	font-size: 1.5em;
	color: white;
	background-color: red;
	margin: 0;
	padding: 0.81em 5.94em 1.19em 1.25em;
}

#main-teaser #our-quality-of-service .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("/corporate-responsibility/PublishingImages/our-quality-of-service.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-communities {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../../../images/temp/introduction.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-communities .hang-over {
	display: inline;
	position: absolute;
	top: 1.56em;
	left: -0.63em;
	font-size: 1.5em;
	color: white;
	background-color: blue;
	margin: 0;
	padding: 0.81em 5.94em 1.19em 1.25em;
}

#main-teaser #our-communities .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("/corporate-responsibility/PublishingImages/our-communities.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-people {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../../../images/temp/introduction.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-people .hang-over {
	display: inline;
	position: absolute;
	top: 1.56em;
	left: -0.63em;
	font-size: 1.5em;
	color: white;
	background-color: green;
	margin: 0;
	padding: 0.81em 5.94em 1.19em 1.25em;
}

#main-teaser #our-people .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("/corporate-responsibility/PublishingImages/our-people.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-environmental-impact {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../../../images/temp/introduction.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

.our-environmental-impact .hang-over {
	display: inline;
	position: absolute;
	top: 1.56em;
	left: -0.63em;
	font-size: 1.5em;
	color: white;
	background-color: brown;
	margin: 0;
	padding: 0.81em 5.94em 1.19em 1.25em;
}

#main-teaser #our-environmental-impact .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("/corporate-responsibility/PublishingImages/our-environmental-impact.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #EC9E08;
}

#main-teaser .pull-teaser h2 {
	width: 350px!important; padding: 15px;
}

#main-teaser #investors .pull-teaser {
	display: block;
	width: 986px;
	height: 281px;
	background-image: url("../images/chess-pieces.jpg"); 
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border: 0.06em solid #BED600; 
}

#main-teaser .pull-teaser ol li { background:transparent!important; }
