/* Generic */

body {
	margin: 0; 
	padding: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8D8F93;
	background-color: #616265;
	text-align: center;
	
} 

a {
	text-decoration: underline;
	font-weight: bold;
	color: #D00032;
}

a:link {}

a:visited {	}

a:active {	}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #D00032;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #D00032;	
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #D00032;	
}

img, table, td {
	border: 0;
}

ol, ul, li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
        text-align: justify;
}

td {
	font-size: 0.9em;
	line-height: 1.5em;
}

td td {
	font-size: 1.0em;
	line-height: 1.5em;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

/* Div Structure */

/* Holding Wrappers */

#main{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: left;
	background: #FFF;
}

#contentHolder {
	float: left;
	width: 100%;
	margin: 2px 0 0 0;
	padding: 0;
	background: #FFF;
}

#indexContentHolder {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#printBranding {
	display: none;
}

/* ***** */

/* Masthead */

#masthead{
	margin: 0;
	padding: 0;
	background: #FFF;
}

#stockFrame {
	float: right;
	margin: 10px 5px;
}

#groupLogo {
	position: absolute;
	top: 20px;
}

#innerTubeMasthead {
	padding: 58px 0 0 93px;
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/groupCompanies.gif) no-repeat 618px 49px;
}

#groupCompanies form#groupCompaniesLinks { 
	padding: 0; 
	float: left; 
	margin: 0; 
}

#groupCompanies form#groupCompaniesLinks select { 
	width: 85px; 
	margin-top: 0; 
	font-size: 0.9em;
}

#navTop {
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/navTopBG.gif) repeat-x 0 5px;
}

#menuItems {
	height: 39px;
}

#recentNewsHead {
	background: url(http://media.corporate-ir.net/media_files/irol/19/193256/images/recentNewsBg.gif) no-repeat 705px 0;
	height: 34px; /*Height of top section*/
}

#clearWide {
	background: #FFF;
	height: 34px; /*Height of top section*/
}

#clearWide2Col {
	background: #FFF;
	height: 34px; /*Height of top section*/
}

#searchInput {
	border-top: 2px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: 18px;
}

.search_go {
	margin-left: 5px;
}

/* ***** */

/* Left Column */

#leftCol {
	float: left;
	width: 172px; /*Width of left column in pixel*/
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
	background: #FFF;
}


#innerTubeLeftCol {
	padding: 0 15px;
}

#innerTubeLeftCol ul {
	margin: 0;
	padding: 0;
}

#innerTubeLeftCol li {
	padding-bottom: 15px;
	list-style: none;
}

#innerTubeLeftCol a, #innerTubeLeftCol a:visited {
	color: #8D8F93;
}

#innerTubeLeftCol a.active {
	color: #EA9F22 !important;
	font-weight: bold;
}

#innerTubeLeftCol li a {
	text-decoration: none;
}

#innerTubeLeftCol li a:hover {
	color: #EA9F22;
}

#indexLeftCol {
	float: left;
	width: 93px; /*Width of left column in pixel*/
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
	background: #FFF;
}

#indexInnerTubeLeftCol {
	padding: 0 15px;
}

#toolkit {
	display: block;
	background: #F6F6F6 url(http://media.corporate-ir.net/media_files/irol/19/193256/images/toolkitBG.gif) repeat-x 0 0;
	padding: 10px;
	border: 1px solid #D7D7D7;
}

#toolkit a {
	font-size: 80%;
}

/* ***** */

/* Center Column */

#centerCol {
	margin: -18px 192px 0 172px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height: 530px;
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/centerColBg.gif) repeat-y 0 0;
}

#centerCol a {
	font-weight: normal;
}

#innerTubeCenterCol {
	padding: 0 15px;
}

#indexCenterCol {
	margin: 0 192px 0 93px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height: 312px;
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/centerColIndexBG.gif) repeat-y 0 0;
}

#indexInnerTubeCenterCol {
	padding: 0;
}

#wideCenterCol {
	margin: 0 0 0 93px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ 
	min-height: 312px;
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/wideColIndexBG.gif) repeat-y 0 0;
}

#wideCenterCol a {
	font-weight: normal;
}

#wideInnerTubeCenterCol {
	padding: 0 15px;
}

#twoColCenterCol {
	margin: 0 0 0 172px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height: 312px;
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/wideColIndexBG.gif) repeat-y 0 0;
}

#twoColCenterCol a {
	font-weight: normal;
}

#twoColInnerTubeCenterCol {
	padding: 0 15px;
}

#indexCover {
	width: 612px;
        background: #FFF url(http://media.corporate-ir.net/media_files/IROL/19/193256/homeColBG1new.png) no-repeat 0 0;
	}

#indexTable p {
	margin: 0;
	padding: 1.0em 0;
}

#verticalDottedBorder {
	padding: 0 10px;
	background: url(http://media.corporate-ir.net/media_files/irol/19/193256/images/dotOrangeVertical.gif) repeat-y 0 0;
}

h2.investorTitle {
	color: #78858B;
	text-transform: uppercase;
	margin: 0 0em 1.0em 0em;
}

h2.newsTitle {
	color: #79868C;
	text-transform: uppercase;
	margin: 0 0 1.0em 0;
	font-weight: bold;
	font-size: 1.9em;
}

h3.disclaimer {
	color: #D00032;
	text-transform: uppercase;
	margin: 0 0 1.2em 0;
}

#pageTitle {
	display: block;
	margin-bottom: 1.5em;
}

#pageTitle img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.04em;
}

.normalAnchor a {
	font-weight: normal;
}

hr.ruleGrey {
	border: 1px solid #E6E6E6;
	border-right: 0;
	border-bottom: 0;
	border: left: 0;
	height: 1px;
	color: #999;
	text-align: center;
}

hr.ruleRed {
	border: 1px solid #E6E6E6;
	border-right: 0;
	border-bottom: 0;
	border: left: 0;
	height: 3px;
	color: #D00032;
	text-align: center;
	margin: 0.7em 0;
}

a.more {
	display: block;
	margin-top: 1.5em;
	text-align: right;
	vertical-align: bottom;
}

a.archive {
	display: block;
	color: #79868C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFA200;
	border-bottom: 1px solid #FFA200;
}

p.tearsheetFooter {
	color: #FFF;
	font-size: 85%;
}

.tearsheetFooter a {
	color: #FFF;
}

.imageDesc {
	color: #8D8F93;
}

#siteMap a {
	color: #EA9F22;
}

#siteMap h2 {
	background: #FFF url(http://media.corporate-ir.net/media_files/irol/19/193256/images/pixelArrowRight.gif) no-repeat 0 0.2em;
	padding-left: 0.8em;
	color: #EA9F22;
}

#siteMap h2 a {
	color: #D00032;
}


#siteMap ul {
	margin: 0 2em;
	padding: 0;
	list-style: none
}
	
#siteMap li ul li {
	font-size: 1.1em;
	padding-left: 0.8em;
}

/* ***** */

/* Right Column */

#rightCol {
	float: left;
	width: 192px; /*Width of right column*/
	margin-left: -192px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFF;
}

#innerTubeRightCol {
	margin: 0;
	padding: 0;
}

#indexRightCol {
	float: left;
	width: 192px; /*Width of right column*/
	margin-left: -192px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFF;
}

#indexInnerTubeRightCol {
	margin: 0;
	padding: 0;
}

#switchMenu ul {
	margin: -7px 0 0 0;
	padding: 0;
	cursor: pointer;
}

#switchMenu li {
	margin: 0;
	padding: 0 3px;
	background: url(http://media.corporate-ir.net/media_files/irol/19/193256/images/shadeBGRightGrey.png) repeat-x 0 bottom;
	list-style: none;
	border-bottom: 1px solid #E5E5E5
}

#switchMenu div {
	margin-bottom: 10px;
}

/* ***** */

/* Footer */

#footer {
	width: 100%;
	height: 108px;
	font-size: 74%;
}

#footer a {
	color: #8D8F93;


}

#innerTubeFooter {
	padding: 0 14px;
	float: left;
}

#innerTubeRSS {
	padding: 90px 14px 0 20px;
	float: right;
	background: url(http://media.corporate-ir.net/media_files/irol/19/193256/images/rssLogoWaves.gif) no-repeat 0 bottom;
}

#footerLogo img {
	border: 0;
	margin: 4em 1.5em 1.5em 1.5em;
}

/* ***** */

/* ***** Tabbed Navigation ***** */

.shadetabs {
	padding: 1em 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	z-index: 0;

}

.shadetabs li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0;
	z-index: 0;
	font-size: 1.0em;
}

.shadetabs li a {
	text-decoration: none;
	padding: 0.5em 0.5em 1.0em 0.5em;
	margin-right: 0;
	border: 1px solid #D3D3D3;
	background: white url(http://media.corporate-ir.net/media_files/irol/19/193256/images/shadeinactive.gif) top left repeat-x;
	z-index: 0;
	color: #8D8F93;
}

.shadetabs li a:visited { 
	z-index: 0;
}

.shadetabs li a:hover {
	text-decoration: underline;
	z-index: 0;
}

.shadetabs li.selected {
	position: relative;
	top: 1px;
	z-index: 0;
}

.shadetabs li.selected a { /*selected main tab style */
	background-image: url(http://media.corporate-ir.net/media_files/irol/19/193256/images/shadeactive.gif);
	border-bottom-color: white;
	z-index: 0;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	z-index: 0;
}

.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #D3D3D3;
	margin-bottom: 1em;
	padding: 1.0em;
	z-index: 0;
}

.tabcontent {
	display:none;
	z-index: 0;
}

/* ********** */
