@charset "utf-8";
/* CSS Document */

#SearchBox {
	width: 237px;
	height: 27px;
	padding: 0px;
	margin: 0px
}

#SearchBox form {
	margin: 0px;
	padding: 0px;
}


.submit {
	background: #8d8d8d;
	color: #fff;
	border: 0px;
	padding: 2px;
	letter-spacing: 0px
}

.SiteSearch {
	border: 1px solid #8d8d8d;
	padding: 2px;
	background: #fff;
	width: 173px;
	margin: 0px
}

#LeftNav {
	float: left;
	width: 237px;
	margin: 0px;
	padding: 0px;
}

#LeftNav ul {
	margin: 0px;
	padding: 0px;
	width: 237px;
	list-style: none;
}

#LeftNav a:link, #LeftNav a:visited {
	display: block;
	padding: 7px 0px 7px 10px;
	border-bottom: 1px solid #fff;
	border-right: 11px solid #fff;
	text-decoration: none;
	color: #000;
}

#LeftNav a:hover {
	color: #000
}

#LeftNav #AboutLinks a:link, #LeftNav #AboutLinks a:visited {
	background: #ff9b82;
	padding-left: 20px
}

#LeftNav #AboutLinks a:hover {
	background: #ff3806;
}

#LeftNav #FinancialLinks a:link, #LeftNav #FinancialLinks a:visited {
	background: #ffc890;
	padding-left: 20px
}

#LeftNav #FinancialLinks a:hover {
	background: #ff9121;
}

#LeftNav #InvestorLinks a:link, #LeftNav #InvestorLinks a:visited {
	background: #ffe497;
	padding-left: 20px
}

#LeftNav #InvestorLinks a:hover {
	background: #ffc930;
}

#LeftNav a#about_us, #LeftNav a#nav_results, #LeftNav a#nav_press, #LeftNav a#nav_contact, #LeftNav a#nav_investor {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: none;
	border-right: none
}

#LeftNav a#about_us {
	background: url(../images/btn/about-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#about_us:hover {
	background: url(../images/btn/about-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_results {
	background: url(../images/btn/financial-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_results:hover {
	background: url(../images/btn/financial-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_press {
	background: url(../images/btn/media-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_press:hover {
	background: url(../images/btn/media-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_contact {
	background: url(../images/btn/contact-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_contact:hover {
	background: url(../images/btn/contact-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_investor {
	background: url(../images/btn/investor-btn.gif) no-repeat top left;
	height: 12px;
}

#LeftNav a#nav_investor:hover {
	background: url(../images/btn/investor-btn.gif) no-repeat top left;
	height: 12px;
}


ul#AboutLinks, ul#FinancialLinks, ul#InvestorLinks {
	display: none;
}

#AboutLinks #LeftNav ul#AboutLinks, #FinancialLinks #LeftNav ul#FinancialLinks, #InvestorLinks #LeftNav ul#InvestorLinks {
	display: block;
}

#AboutLinks a#about_us {
	background: url(../images/btn/about-btn.gif) no-repeat top left;
}

#ContactLinks a#nav_contact {
	background: url(../images/btn/contact-btn.gif) no-repeat top left;
}

#FinancialLinks a#nav_results {
	background: url(../images/btn/financial-btn.gif) no-repeat top left;
}

#InvestorLinks a#nav_investor {
	background: url(../images/btn/investor-btn.gif) no-repeat top left;
}

#PressLinks a#nav_press {
	background: url(../images/btn/media-btn.gif) no-repeat top left;
}

.Contact #LeftNav a#nav_15 {
	background: #cacaca;
}

.CH #LeftNav a#nav_1, .CS #LeftNav a#nav_2, .Board #LeftNav a#nav_3 {
	background: #ff3806;
}

.LR #LeftNav a#nav_4, .AR #LeftNav a#nav_5, .FY #LeftNav a#nav_6, .P #LeftNav a#nav_7 {
	background: #ff9121;
}

.SP #LeftNav a#nav_8, .CG #LeftNav a#nav_9, .IA #LeftNav a#nav_10, .FC #LeftNav a#nav_11, .RD #InvestorLinks a#nav_12, .A #LeftNav a#nav_13, .ShareholderProfile #LeftNav a#nav_14, .Research #LeftNav a#nav_15 {
	background: #ffc930;
}




