﻿body{
	background-color: #DDDDDD;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	padding: 0px;
	/*overflow-x: hidden;*/
}

a:active
{
  outline: none;
  outline-style: none;
  outline-width: medium;
}

:focus
{
  -moz-outline-style: none;
}

.secondSubHeader h1{
	font-weight: normal;
	font-size: 24px;
	font-family: "Segoe UI", "Segoe", Tahoma;
	margin: 0px;
	padding: 0px;
}

.contentCont h1
{
    color: #77BA5A;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	text-decoration: underline;
	text-align: center;

}

h2{
	color: #77BA5A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

h2 .bbc
{
    color: #77BA5A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	width: 600px;
	float: left;
	text-align: center;
}

h3{
		color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;

}

h4{
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
}

h5{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h6{
	color: #2F562D;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
}

p{
	font-size: 11px;
}

ul li{
	font-size: 11px;
	margin-bottom: 6px;
}

a{
	 color: #77BA5A;
}

a:hover{
	color: #77BA5A;
}

.underline{
	text-decoration: underline !important;
}

.centerCont{
	width: 980px;
	margin: auto;
}

.bodyCont{
	width: 980px;
	float: left;
}

.secondary{
	background-image: url('images/secondBackground.png');
}

.homeHeader{
	width: 720px;
	float:left;
}

.homeHeader img{
	position:relative;
	left: 130px;
}

.homeContent{
	width: 980px;
	height: 397px;
	float: left;
	background-image: url('images/homeBackground.png');
	background-repeat: repeat-y;
}

.homeImage{
	width: 720px;
	height: 397px;
	float: left;
	position:relative;
	left: 130px;
	background-image: url('images/homeImage.jpg');
	background-repeat: no-repeat;
}

.secondNavCont{
	float: left;
	width: 190px;
	position:relative;
	top: 0px;
	left: 17px;
}


.homeNavCont{
	float: left;
	width: 190px;
	position:relative;
	top: 7px;
	left: 9px;
}

.homeNavItemSelect, .homeNavItemSelect{
	background-color: #2f562d !important;
	
}


.homeNavItem{
	height: 16px;
	background-color: #77BA5A;
	color: white;
	list-style-type: none;
	padding: 3px 0px 0px 5px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	background-image: url('images/navArrow.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 190px;
}

.homeNavItem:hover{
	height: 16px;
	background-color: #2f562d;
	color: white;
	list-style-type: none;
	font-size: 11px;
}

.homeNavItem a{
	color: white;
	text-decoration: none;
}

.homeNavItem a:hover{
	color: white;
}


.navReviewCont{
	float: left;
	
	width: 194px;
	background-color: #c3e0b7;
	margin-bottom:-3px;
	
}

.navReviewItemSelect, .navReviewItemSelected{
	font-weight: bold !important;
	background-image: url('images/navSubArrowSelect.png') !important;
}

.navReviewItem{
	height: 16px;
	color: white;
	list-style-type: none;
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background-image: url('images/navSubArrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	text-indent: 14px;
}

.navReviewItem:hover{
	background-image: url('images/navSubArrowSelect.png');
}

.navReviewItem a{
	color: #525051;
	text-decoration: none;
}

.navReviewItem a:hover{
	color: #000000;
}

.homeFooter{
	width: 720px;
	float: left;
	color: #ffffff;
	font-size: 10px;
	position: relative;
	top: -33px;
	left: 130px;
	text-align:center;

	
}

.homeFooter a, .secondFooter a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.homeFooter a:hover
{
	text-decoration: underline;
}

.secondFooter a:hover{
	text-decoration: underline;
}

.searchBox{
	display: inline-block;
	width: 125px;
	height: 14px;
	border: 1px solid #B9B8B8;
	margin-left: 10px;
	font-size: 11px;
	color: #525051;

	
}

.searchBtn{
	background-image: url('images/searchBtn.png');
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border: 0px;
	cursor: pointer;
	text-indent: 20px;
	font-variant: small-caps;
	text-transform:uppercase;
	position:relative;
	top: 0px;
}

html>/**/body .searchBtn{
	
	top: 1px;
}

.secondHeader{
	width: 890px;
	float: left;
	height: 198px;
}

.secondHeader img{
	position:relative;
	left: 45px;
}

.secondFooter{
	width: 890px;

	float:left;
	color: #ffffff;
	font-size: 10px;
	position: relative;
	text-align:right;
	top: 170px;
	left: 0px;
	
}

.secondFooter .searchBtn{
	margin-left: 0px;
	margin-right:15px;
}

.secondFooter .searchBox{
	width: 148px;
	margin-right:0px;
	height: 12px;
}

.headLetter{
	background-image: url('images/topShareHolder.jpg');
}

.headFinancialReview{
	background-image: url('images/topFinancialReview.jpg');
}

.headDownloads{
	background-image: url('images/topDownloads.jpg');
}

.headInvestorRelations{
	background-image: url('images/topInvestorRelations.jpg');
}

.headDirectors{
	background-image: url('images/topDirectors.jpg');
}

.headFinancialHighlights{
	background-image: url('images/topFinancialHighlights.jpg');
}




.secondaryCont{
	position:relative;
	left: 45px;
	float: left;
	
	background-image: url('images/secondSideBack.png');
	background-repeat: repeat-y;
	background-position:left;
	padding-bottom:20px;

}

.secondContent{
	width: 890px;
	
	float: left;
	
	z-index:400;
}

.secondSubHeader{
	width: 890px;
	float: left;
	height: 93px;
	
}

.secondSubHeader h1{
	margin:0px;
	padding:0px;
	position:relative;
	top: 31px;
	left: 225px;
	width:400px;
	float:left;
}

.subHeadRight{
	width:170px;
	float: right;
	position:relative;
	left: -15px;
	margin-top:14px;
	
}

.btnPrev{
	float: left;
	border:0px;
}

.btnNext{
	float:right;
	border:0px;
}

.languageCont{
	font-size: 11px;
	color: #525051;
	margin-top: 20px;
}

.languageCont p{
	padding:0px;
	margin: 0px 0px 3px 0px;
}

.languageInput{
	width:166px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #525051;
	border-bottom: 0px;
	border-right: 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #999999;
	text-indent: 8px;
	padding-top:3px;
	cursor: pointer;
	background-image:url('images/downArrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}



.contentCont{
	width: 600px;
	float: left;
	font-family: Verdana, Tahoma, Arial;
	
	position: static;
	
	z-index: 5;
	margin-left: 35px;
	margin-top: 3px;
}

.languageGroup{
	width: 166px;
	
	background-color:#ffffff;
	float: left;
	display:none;
	z-index: 100;
	position: relative;
	top:0px;
	left:0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom:1px solid #999999;
}

.languageGroup p{
	text-indent: 8px;
	padding-top:2px;
}

.languageGroup a{
	color: #525051;
	text-decoration: none;
}

.languageGroup a:hover{
	color: #000000;
}

.subNavCont{
	float: left;
	
	width: 194px;
	background-color: #e4f1df;
	margin-bottom:-3px;
	border-top: 1px solid #c3ebb7;

}

.subNavItemSelect a{
	font-weight:normal;
	color: #000000 !important;
}

.subNavItemSelect{
	background-image: url('images/navSubSubArrowSelect.png') !important;
}


.subNavItem{
	height: 16px;
	color: white;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	background-image: url('images/navSubSubArrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	width: 190px;
	text-indent: 20px;
	
}

.subNavItem:hover{
	background-image: url('images/navSubSubArrowSelect.png');
}

.subNavItem a{
	color: #666666;
	text-decoration:none;
}

.subNavItem a:hover{
	color: #000000;
}

.searchForm{
	display: inline;
	
	padding:0px;
	margin: 0px;
	border: 0px;
}



ol li{
	font-size: 11px;
}



/********** Table styles **********/
table{
	width: 600px;
	/*width: 560px;*/
	margin:0px 0 20px 0;
	border: none;
	font-size: 10px;
}

th {
	padding:7px 7px 7px 7px;
	vertical-align: bottom;
}

table tr td {
	padding:7px 7px 7px 7px;
	text-align: right;
	
}

td.top {vertical-align: top;}

td.leftSpace {border-left: 10px white solid;}
td.rightSpace {border-right: 10px white solid;}

td:first-child {text-align: left;}

.tableBorderBottomHeavy {
                         background-image: url('images/heavyLine.gif'); 
                         background-repeat: repeat-x; 
                         background-position: bottom;}
.tableBorderBottom 
{
    background-image: url('images/singleLine.gif'); 
                         background-repeat: repeat-x; 
                         background-position: bottom;
    
    }
.tableBorderTop 
{
    background-image: url('images/singleLineTop.gif'); 
                         background-repeat: repeat-x; 
                         background-position: top;}
                         
.tableBorderBoth
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.indent {padding:0 0 0 25px;}
.doubleIndent {padding:0 0 0 40px;}
.tripleIndent {padding:0 0 0 55px;}
.quadIndent {padding:0 0 0 70px;}

.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter{text-align: center;}

.periodColumn {width: 150px;}

.hide{
visibility:hidden;
}

.footer{
	font-size: 9px;
	width: 890px;
	
	display: none;
	position:relative;
	text-align: right;
	top: 0px;
	left: -8px;
	float: left;
	
}

strong .hangSup
{
    position:relative;
    left: 16px;
}

.hangSup
{
    position:relative;
    left: 13px;
}

.hanger
{
   /* position:relative;
    left: 16px;
    float:right;*/
    position:relative;
    left: 26px;
}

sup
{
    
  
}

.noWrap
{
    white-space: nowrap;
}

.negativeNumber
{
    position:relative;
    left: 4px;
}

.dropDownTotal
{
    position:relative;
    top: 14px;
}

.footNotes td
{
text-align: left;
vertical-align: top;
    
}

.addDate
{
	position:relative;
	left: 380px;
}