body {
	background-color:#F0F0F0;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	color:#595959;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:62.5%;
}
span.spacer {
	height:15px;
}
a {
	color:#595959;
}
img {
	border:0;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
}
#wrapper {
	margin:0 auto;
	width:951px;
}
#bg-topWrapper {
	background:#F0F0F0 url(../images/bg-top.jpg) 0 5px no-repeat;
	clear:both;
	height:24px;
	width:951px;
}
#toolcontainer {
	float:left;
	width:700px;
	color:#808080;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:1.1em;
}
#toolcontainer ul li a {
	text-decoration:none;
}
#toolcontainer ul {
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0;
}
#toolcontainer ul li {
	display:block;
	float:left;
	margin-right:15px;
	padding-left:15px;
}
#toolcontainer ul li a {
	color:#808080;
	text-decoration:none;
}
li.print-page {
	background:url(../images/print.gif) 0 0 no-repeat;
}
li.print-basket {
	background:url(../images/print.gif) 0 0 no-repeat;
}
li.email-page {
	background:url(../images/email.gif) 0 2px no-repeat;
}
li.bookmark {
	background:url(../images/bookmark.gif) 0 0 no-repeat;
}
.small-font a, .medium-font a, .large-font a {
	text-decoration:none;
	color:#666;
}
.small-font {
	font-size:1em;
}
.medium-font {
	font-size:1.1em;
}
.large-font {
	font-size:1.2em;
}
#logo-image {
	float:left;
	padding:3px 3px 8px 10px;
}
#dropbox-wrapper {
	color:#585858;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	height:10px;
	text-align:left;
	width:98px;
	background:green;
}
#dropbox {
	background:url(../images/drop-down.jpg) 0 0 no-repeat;
	height:18px;
	width:109px;
	margin:2px 0 0 40px;
	float:right;
}
.dropbox-title {
	font-weight:bold;
	padding:2px 0 10px 10px;
}
#content-wrapper {
	background:url(../images/bg-page.jpg) 0 0 repeat-y;
	min-height:100px;
	overflow:hidden;
	padding:0 6px 0 6px;
}
* html #content-wrapper {
	height:auto;
	overflow:visible;
	height: 1000px;
}
#right-container {
	float:left;
	width:703px;
	margin-top:15px;
}
#top-menu-container {
	background:url(../images/topmenu-bg.jpg) 0 0 repeat-x;
	height:59px;
	clear:left;
}
#bg-bottomWrapper {
	background:url(../images/bg-bottom.jpg) 0 0 no-repeat;
	height:20px;
}
#top-menu ul {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:5px;
	position:relative;
}
/* TOP MENU */

#top-menu ul li {
	color:#FFFFFF;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 0 8px;
	text-align:center;
}
#top-menu ul li a {
	text-decoration:none;
	color:#fff;
	padding:5px 0 0 0;
	font-weight:bold;
}
#top-menu ul li a:hover {
	color:#595959;
}
#top-menu ul li.selected a {
	color:#00A9E3;
}
#top-menu ul li.selected a:hover {
	color:#595959;
}
/* home button */
#top-menu ul li a.home, #top-menu ul li.selected a.home, #top-menu ul li a.home:hover {
	height:28px;
	width:71px;
	display:block;
}
#top-menu ul li.selected a.home, #top-menu ul li a.home:hover {
	background:url(../images/main-nav-news.gif) 0 -1px no-repeat;
}
#top-menu ul, #top-menu ul li ul {
	display:block;
}
#top-menu ul li ul li, #top-menu ul li ul li a {
	color:black;
	font-size:10px;
	position:relative;
	left:50px;
	top:100px;
}
/* ABOUT button */

#top-menu ul li a.about, #top-menu ul li.selected a.about, #top-menu ul li a.about:hover {
	width:144px;
	height:28px;
	display:block;
}
#top-menu ul li.selected a.about, #top-menu ul li a.about:hover {
	background:url(../images/main-nav-about.gif) 0 0 no-repeat;
}
/* ABOUT button - subnav */

#top-menu ul li.about span {
	float: left;
	padding:0;
	position: absolute;
	left: -105px;
	top:30px;
	display: none; /*--Hide by default--*/
	width: 970px;
	color: #000;
}
#top-menu ul li.about span a {
	color:#666;
	font-size:0.70em;
	padding: 0 10px 0 10px;
	background:url(../images/dotted-line.gif) top right no-repeat;
}
#top-menu ul li.about:hover span {
	display: block;
} /*--Show subnav on hover--*/
#top-menu ul li.about span a {
	display: inline-block;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#top-menu ul li ul {
	padding:0;
	margin:0;
	list-style-type:none;
	color:red;
}
#top-menu ul li ul li {
	color:#333;
	float:left;
	display:block;
}
/* INVESTOR button */

#top-menu ul li a.investor, #top-menu ul li.selected a.investor, #top-menu ul li a.investor:hover {
	width:139px;
	height:28px;
	display:block;
}
#top-menu ul li.selected a.investor, #top-menu ul li a.investor:hover {
	background:url(../images/main-nav-investorscent.gif) 0 0 no-repeat;
}
/* INVESTOR button - subnav */

#top-menu ul li.investor span {
	float: left;
	padding:0;
	position: absolute;
	left: -235px;
	top:30px;
	display: none; /*--Hide by default--*/
	width: 970px;
	color: #000;
}
#top-menu ul li.investor span a {
	color:#5d5b5b;
	font-size:0.70em;
	padding: 0 10px 0 10px;
	background:url(../images/dotted-line.gif) top right no-repeat;
	display:block;
}
#top-menu ul li.investor:hover span {
	display: block;
} /*--Show subnav on hover--*/
#top-menu ul li.investor span a {
	display: inline-block;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
/* NEWS button */

#top-menu ul li a.news, #top-menu ul li.selected a.news, #top-menu ul li a.news:hover {
	width:71px;
	height:28px;
	display:block;
}
#top-menu ul li.selected a.news, #top-menu ul li a.news:hover {
	background:url(../images/main-nav-news.gif) 0 0 no-repeat;
}
/* NEWS button - subnav */

#top-menu ul li.news span {
	float: left;
	padding:-55px;
	position: absolute;
	left: 20px;
	top:30px;
	display: none!important; /*--Hide by default--*/
	display:block;
	width: 970px;
	color: #000;
}
#top-menu ul li.news span a {
	color:#5d5b5b;
	font-size:0.70em;
	padding: 0 10px 0 10px;
	background:url(../images/dotted-line.gif) top right no-repeat;
	dispaly:block;
}
#top-menu ul li.news:hover span {
	display: block; /*--Show subnav on hover--*/
}
#top-menu ul li.news span a {
	display: inline-block; /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
}
/* RESPONSIBILITIES button */

#top-menu ul li a.responsibility, #top-menu ul li.selected a.responsibility, #top-menu ul li a.responsibility:hover {
	width:146px;
	height:28px;
	display:block;
}
#top-menu ul li.selected a.responsibility, #top-menu ul li a.responsibility:hover {
	background:url(../images/main-nav-responsibility.gif) 0 0 no-repeat;
}
/* RESPONSIBILITIES button - subnav */

#top-menu ul li.responsibility span {
	float: left;
	padding:0;
	position: absolute;
	left: 104px;
	top:30px;
	display: none; /*--Hide by default--*/
	width: 970px;
	color: #000;
}
#top-menu ul li.responsibility span a {
	color:#5d5b5b;
	font-size:0.70em;
	padding: 0 10px 0 10px;
	background:url(../images/dotted-line.gif) top right no-repeat;
	dispaly:block;
}
#top-menu ul li.responsibility:hover span {
	display: block;
} /*--Show subnav on hover--*/
#top-menu ul li.responsibility span a {
	display: inline-block;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
/* CAREERS button*/

#top-menu ul li a.careers, #top-menu ul li.selected a.careers, #top-menu ul li a.careers:hover {
	width:84px;
	height:28px;
	display:block;
}
#top-menu ul li.selected a.careers, #top-menu ul li a.careers:hover {
	background:url(../images/main-nav-career.gif) 0 0 no-repeat;
}
/* CAREERS button - subnav */

#top-menu ul li.careers span {
	float: left;
	padding:0;
	position: absolute;
	left: 100px;
	top:30px;
	display: none; /*--Hide by default--*/
	width: 970px;
	color: #000;
}
#top-menu ul li.careers span a {
	color:#5d5b5b;
	font-size:0.70em;
	padding: 0 10px 0 10px;
	background:url(../images/dotted-line.gif) top right no-repeat;
	display:block;
}
#top-menu ul li.careers:hover span {
	display: block;
} /*--Show subnav on hover--*/
#top-menu ul li.careers span a {
	display: inline-block;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#bannercontainer {
	width:940px;
}
#top-menu ul li span a.last {
	background:none;
}
#top-menu ul li span a:hover {
	color:#00A9E3;
}
/* SEARCH page */

form#search-site {
	float:right;
	width:210px;
}
form#search-site fieldset {
	margin:0;
	padding:0;
	border:0;
}
form fieldset {
	border:none;
}
form#search-site input.text {
	width:144px;
	border:1px solid #BBBBBB;
	margin:0;
	float:left;
}
form#search-site input.button {
	padding:0;
	float:left;
	margin-left:3px;
}
/*LEFT NAVIGATION */

#left-column {
	float:left;
	padding-left:20px;
	width:207px;
}
#left-nav-top {
	background:#f1f1f1 url(../images/left-nav-top.gif) 0 0 no-repeat;
	height:7px;
	width:194px;
	margin-top:15px;
}
#left-nav-bottom {
	background:url(../images/left-nav-bottom.gif) 0 0 no-repeat;
	height:7px;
	width:194px;
}
#left-nav-container {
	background:url(../images/left-nav-bg.gif) 0 0 no-repeat;
	/*padding:0 0 0 10px;*/
	width:194px;
	clear:both;
}
ul#left-nav, ul#left-nav ul {
	padding:0 0 0 10px;
	margin:0;
	list-style-type:none;
}
ul#left-nav ul {
	margin:0;
	padding:0;
}
ul#left-nav li a {
	font-size:1.3em;
	color:#595959;
	line-height:1.5em;
	padding-left:15px;
	text-decoration:none;
	background:url(../images/arrow-link-grey.gif) 0 0 no-repeat;
	line-height:1.6em;
	display:block;
}
ul#left-nav li.top a {
	background:url(../images/arrow-link2.gif) 0 0 no-repeat;
}
ul#left-nav.indexpage li a {
	background:url(../images/arrow-link.gif) 0 0 no-repeat;
}
ul#left-nav li a:hover {
	color:#00A9E3;
	background:url(../images/arrow-link-blue.gif) 0 0 no-repeat;
}
ul#left-nav.indexpage li a:hover {
	color:#00A9E3;
	background:url(../images/arrow-link.gif) 0 0 no-repeat;
}
ul#left-nav li {
	margin-right:4px;
	padding:0!important;
	padding:1px;
}
ul#left-nav ul li {
	padding:2px 0 0 12px!important;
	padding:2px 0 0 12px
}
ul#left-nav li ul ul li, ul#left-nav li ul ul ul li {
	padding:0;
}
ul#left-nav li ul li a {
	font-size:1.3em;
	color:#595959;
	line-height:1.5em;
	text-decoration:none;
	background:url(../images/2nd-arrow-black.gif) 0 4px no-repeat;
}
ul#left-nav li a.selected, ul#left-nav li a.selected:hover {
	color:#00A9E3;
	background:url(../images/arrow-link-blue.gif) 0 0 no-repeat;
	font-weight:bold;
}
/* sienna*/
.sienna ul#left-nav li a.selected, .sienna ul#left-nav li a.selected:hover {
	color:#D39D61;
	background:url(../images/arrow-link-sienna.gif) 0 0 no-repeat;
	font-weight:bold;
}
.sienna ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-sienna.gif) 0 4px no-repeat;
}
/*dark green*/
.dark-green ul#left-nav li a.selected, .dark-green ul#left-nav li a.selected:hover {
	color:#317023;
	background:url(../images/arrow-link-green.gif) 0 0 no-repeat;
	font-weight:bold;
}
.dark-green ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
/*dark blue*/
.dark-blue ul#left-nav li a.selected, .dark-blue ul#left-nav li a.selected:hover {
	color:#317023;
	background:url(../images/arrow-link-blue.gif) 0 0 no-repeat;
	font-weight:bold;
}
.dark-blue ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
/*gold*/
.gold ul#left-nav li a.selected, .gold ul#left-nav li a.selected:hover {
	color:#E7B128;
	background:url(../images/arrow-link-yellow.gif) 0 0 no-repeat;
	font-weight:bold;
}
.gold ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-yellow.gif) 0 4px no-repeat;
}
/*red*/
.red ul#left-nav li a.selected, .red ul#left-nav li a.selected:hover {
	color:#E20B2A;
	background:url(../images/arrow-link-yellow.gif) 0 0 no-repeat;
	font-weight:bold;
}
.red ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
}
/* green */
.green ul#left-nav li a.selected, .green ul#left-nav li a.selected:hover {
	color:#8d9150;
	background:url(../images/arrow-link-light-green.gif) 0 0 no-repeat;
	font-weight:bold;
}
.green ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
/* blue */
.blue ul#left-nav li ul ul li a {
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
/**/

ul#left-nav li.indexpage a.selected, ul#left-nav li.indexpage a.selected:hover {
	color:#00A9E3;
	background:url(../images/arrow-link.gif) 0 0 no-repeat;
}
ul#left-nav ul li a:hover {
	color:#00A9E3;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
ul#left-nav ul li a.selected {
	color:#00A9E3;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
	font-weight:normal;
}
ul#left-nav ul ul li a {
	font-size:1.2em;
	margin-left:0!important;
	margin-left:15px;
	padding-left:10px;
	display:block;
}
ul#left-nav ul ul li a.selected {
	color:#00A9E3;
	background:url(../images/2nd-arrow.gif) 0 4px no-repeat;
}
ul#left-nav ul ul li a:hover {
	background:url(../images/2nd-arrow.gif) 0 4px no-repeat;
}
/* purple blue theme left-nav*/

.purple ul#left-nav ul li a.selected, .purple ul#left-nav ul li a.selected:hover {
	color:#885E80;
	background:url(../images/2nd-arrow-purple.gif) 0 4px no-repeat;
	font-weight:normal;
}
.purple ul#left-nav ul ul li a.selected, .purple ul#left-nav ul ul li a:hover {
	color:#885E80;
	background:url(../images/2nd-arrow-purple.gif) 0 4px no-repeat;
}
.purple ul#left-nav ul ul li a.selected:hover, .purple ul#left-nav ul ul li a.selected {
	font-weight:bold;
}
.purple ul#left-nav ul li a:hover {
	color:#885E80;
	background:url(../images/2nd-arrow-purple.gif) 0 4px no-repeat;
}
.purple ul#left-nav ul ul li a {
	background:url(../images/2nd-arrow-purple.gif) 0 4px no-repeat;
}
.purple ul#left-nav li a.selected, .purple ul#left-nav li a.selected:hover {
	color:#885E80;
	background:url(../images/arrow-link-purple.gif) 0 0 no-repeat;
	font-weight:bold;
}
/* red theme left-nav*/

.red ul#left-nav ul li a.selected, .red ul#left-nav ul li a.selected:hover {
	color:#E20B2A;
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
}
.red ul#left-nav ul ul li a.selected, .red ul#left-nav ul ul li a:hover {
	color:#E20B2A;
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
}
.red ul#left-nav ul li a:hover {
	color:#E20B2A;
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
}
.red ul#left-nav li a.selected, .red ul#left-nav li a.selected:hover {
	color:#E20B2A;
	background:url(../images/arrow-link2.gif) 0 0 no-repeat;
}
.red ul#left-nav ul li a.selected, .red ul#left-nav ul li a.selected:hover {
	color:#E20B2A;
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
	font-weight:normal;
}
/* dark-blue theme left-nav*/

.dark-blue ul#left-nav ul li a.selected, .dark-blue ul#left-nav ul li a.selected:hover {
	color:#0072BA;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
.dark-blue ul#left-nav ul ul li a.selected, .dark-blue ul#left-nav ul ul li a:hover {
	color:#0072BA;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
.dark-blue ul#left-nav ul li a:hover {
	color:#0072BA;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
.dark-blue ul#left-nav li a.selected, .dark-blue ul#left-nav li a.selected:hover {
	color:#0072BA;
	background:url(../images/arrow-link-blue.gif) 0 0 no-repeat;
}
.dark-blue ul#left-nav ul li a.selected, .dark-blue ul#left-nav ul li a.selected:hover {
	color:#0072BA;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
	font-weight:normal;
}
/* green theme left-nav*/

.green ul#left-nav ul li a.selected, .green ul#left-nav ul li a.selected:hover {
	color:#8d9150;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
	font-weight:normal;
}
.green ul#left-nav ul ul li a.selected, .green ul#left-nav ul ul li a:hover {
	color:#8d9150;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
.green ul#left-nav ul li a:hover {
	color:#8d9150;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
/* dark green left nav*/
.dark-green ul#left-nav ul li a.selected, .dark-green ul#left-nav ul li a.selected:hover {
	color:#317023;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
	font-weight:normal;
}
.dark-green ul#left-nav ul ul li a.selected, dark-green ul#left-nav ul ul li a:hover {
	color:#317023;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
.dark-green ul#left-nav ul li a:hover {
	color:#317023;
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
/* gold theme left-nav*/

.gold ul#left-nav ul li a.selected, .gold ul#left-nav ul li a.selected:hover {
	color:#E7B128;
	background:url(../images/2nd-arrow-yellow.gif) 0 4px no-repeat;
}
.gold ul#left-nav ul ul li a.selected, .gold ul#left-nav ul ul li a:hover {
	color:#E7B128;
	background:url(../images/2nd-arrow-yellow.gif) 0 4px no-repeat;
}
.gold ul#left-nav ul li a:hover {
	color:#E7B128;
	background:url(../images/2nd-arrow-yellow.gif) 0 4px no-repeat;
}
/* blue theme left-nav*/

.blue ul#left-nav ul li a.selected {
	color:#00A9E3;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
.blue ul#left-nav ul ul li a.selected, .blue ul#left-nav ul ul li a:hover {
	color:#00A9E3;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
}
.blue ul#left-nav ul li a:hover {
	color:#00A9E3;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
	font-weight:normal;
}
/* brown theme left-nav*/

.sienna ul#left-nav ul li a.selected, .sienna ul#left-nav ul li a.selected:hover {
	color:#D39D61;
	background:url(../images/2nd-arrow-sienna.gif) 0 4px no-repeat;
	font-weight:normal;
}
.sienna ul#left-nav ul ul li a.selected, .sienna ul#left-nav ul ul li a:hover {
	color:#D39D61;
	background:url(../images/2nd-arrow-sienna.gif) 0 4px no-repeat;
}
.sienna ul#left-nav ul li a:hover {
	color:#D39D61;
	background:url(../images/2nd-arrow-sienna.gif) 0 4px no-repeat;
}
/* Top navigation - breadcrumbs */

#breadcrumb span a {
	text-decoration:none;
	padding:0 12px;
	background: url(../images/breadcrumb-div-grey.gif) right 3px no-repeat;
	font-weight:none;
	font-size:1.1em;
}
#breadcrumb span.last a {
	background:none;
	font-weight:normal;
}
#breadcrumb span a:hover {
	text-decoration:underline;
}
.sienna #breadcrumb span a {
	color:#D39D61;
}
.blue #breadcrumb span a, .dark-blue #breadcrumb span a {
	color:#00A9E3;
}
.dark-blue #breadcrumb span a, .dark-blue #breadcrumb span a {
	color:#0072BA;
}
.green #breadcrumb span a {
	color:#8d9150;
}
.dark-green #breadcrumb span a {
	color:#317023;
}
.purple #breadcrumb span a {
	color:#885E80;
}
.gold #breadcrumb span a {
	color:#E7B128;
}
.red #breadcrumb span a {
	color:#e20b2a;
}
.sienna #breadcrumb span.selected a, .blue #breadcrumb span.selected a, .green #breadcrumb span.selected a, .gold #breadcrumb span.selected a, .purple #breadcrumb span.selected a, .red #breadcrumb span.selected a, .red #breadcrumb span.selected a, .dark-blue #breadcrumb span.selected a, .dark-green #breadcrumb span.selected a {
	color:#333;
}
#dropdownlist ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100px;
	float:right;
}
#dropdownlist ul li {
	color:#00A9E3;
	display:block;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:10px;
	padding-top:2px;
	text-align:left;
	width:100%;
}
#dropdownlist ul li a {
	color:#595959;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
.footerContainer {
	height:15px;
	margin-bottom:10px;
	margin-left:5px;
}
.footerContainer ul {
	padding:0;
	margin:0;
}
.footerContainer ul li {
	background:url(../images/dotted-line.gif) top right no-repeat;
	color:#595959;
	float:left;
	height:15px;
	margin:0 0 0 14px;
	padding:2px 14px 0 14px;
}
.footerContainer ul li.first {
	margin-left:0;
}
.footerContainer ul li.last {
	background:none;
}
.footerContainer ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:0;
}
.footerContainer ul li a {
	color:#595959;
	font-size:1.1em;
}
.footerContainer ul li a {
	color:#595959;
	font-size:1.1em;
	text-decoration:none;
}
.footerContainer ul li a:hover {
	text-decoration:underline;
}
#investis-brandingContainer {
	padding-bottom:0;
	padding-left:5px;
	padding-right:0;
	padding-top:19px;
}
/* Sub Navigation */

#hideShow {
	position:absolute;
	top:160px;
	width:970px;
	height:30px;
	display:block;
}
#hideShow ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#hideShow ul li {
	background:url(../images/dotted-line.gif) top right no-repeat;
	color:#595959;
	height:15px;
	margin:0 0 0 14px;
	padding:2px 14px 0 14px;
	display: inline;
}
#hideShow ul li a {
	text-decoration:none;
	color:#333;
}
/* Pages */
#content {
	width:703px;
	padding:10px 0 10px 0;
	z-index:1;
	overflow:hidden;
	min-height:100px;
}
* html #content {
	height:auto;
}
.h1 {
	color:#0072BA;
	font-size:2.4em;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
#content-wrapper.blue h1, .CR-Intro-heading, #tableWrapper {
	color:#00A9E3;
	font-size:2.4em;
	line-height:29px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin:10px 0;
	padding:0 0 10px;
	overflow:visible !important;
}
.CR-Intro-opening-para {
	/*	color:#00A9E3;
	font-size:1.3em;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:15px;*/
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em
}
.panel {
	width:330px;
	margin:0 20px 10px 0;
	float:left;
}
.panel img {
	margin: 0 0 7px 0;
}
#left-panel {
	width:523px;
	float:left;
	clear:left;
	padding:0 10px 0 0;
}
#left-panel h1 {
	font-size:2.4em;
	line-height:2.9px;
	font-weight:normal;
}
#left-panel h2 {
	color:#0072BA;
	margin:0;
	padding:0;
	font-size:1.4em;
	font-weight: bold;
}
#left-panel h3 {
	margin:0;
	font-size:1.4em;
	font-weight: normal;
}
.CR-Intro-Subhead-1 {
	color:#00A9E3;
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;
}
.CR-Bodycopy {
	padding: 0 0 10px 0;
	margin:0;/*	font-size:1.2em;
	line-height:1.4em;*/
}
#right-panel ul {
	padding:0;
	margin:0 0 15px 10px;
	list-style-type:none;
}
#right-panel ul li, #right-panel ul ul li, #right-panel ul ul {
	padding:0;
	margin:0;
}
#right-panel ul li {
	color:#00A9E3;
	font-size:1.3em;
}
#right-panel ul li ul li a {
	font-size:0.75em;
}
#right-panel ul li {
	border:1px solid transparent !important;
	border:1px solid white;
}
.blue #right-panel ul li, .blue #right-panel ul li a {
	color:#00A9E3;
}
.dark-blue #right-panel ul li, .dark-blue #right-panel ul li a {
	color:#0072BA;
}
.dark-green #right-panel ul li, .dark-green #right-panel ul li a {
	color:#317023;
	border:1px solid #fff;
}
.gold #right-panel ul li, .gold #right-panel ul li a {
	color:#E7B128;
}
.sienna #right-panel ul li, .sienna #right-panel ul li a {
	color:#D39D61;
}
.green #right-panel ul li, .green #right-panel ul li a {
	color:#8d9150;
}
.red #right-panel ul li, .red #right-panel ul li a {
	color:#e20b2a;
}
#right-panel ul ul li a {
	font-size:11px;
	padding-left:12px;
	margin-left:2px;
	display:block;
	line-height:1.4em;
	color:#595959;
}
#right-panel ul ul li a, .dark-green #right-panel ul ul li a, .green #right-panel ul ul li a, .gold #right-panel ul ul li a, .red #right-panel ul ul li a, .sienna #right-panel ul ul li a, .blue #right-panel ul ul li a, .dark-blue #right-panel ul ul li a {
	color:#595959;
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
	text-decoration:none;
}
#right-panel ul ul li a:hover {
	background:url(../images/2nd-arrow-blue.gif) 0 4px no-repeat;
	color:#0072BA;
}
.dark-green #right-panel ul ul li a, .green #right-panel ul ul li a {
	background:url(../images/2nd-arrow-green.gif) 0 4px no-repeat;
}
.gold #right-panel ul ul li a, .gold #right-panel ul ul li a {
	background:url(../images/2nd-arrow-yellow.gif) 0 4px no-repeat;
}
.sienna #right-panel ul ul li a, .sienna #right-panel ul ul li a {
	background:url(../images/2nd-arrow-sienna.gif) 0 4px no-repeat;
}
.red #right-panel ul ul li a, .red #right-panel ul ul li a {
	background:url(../images/2nd-arrow-red.gif) 0 4px no-repeat;
}
.dark-green #right-panel ul ul li a:hover {
	color:#360;
}
.green #right-panel ul ul li a:hover {
	color:#8d9150;
}
.sienna #right-panel ul ul li a:hover {
	color:#D39D61;
}
.gold #right-panel ul ul li a:hover {
	color:#E7B128;
}
.red #right-panel ul ul li a:hover {
	color:#C00;
}
.blue #right-panel ul ul li a:hover {
	color:#00A9E3;
}
.dark-blue #right-panel ul ul li a:hover {
	color:#0072BA;
}
/* purple right nav */

.purple #right-panel ul li, .purple #right-panel ul li a {
	color:#885E80;
}
.purple #right-panel ul ul li a {
	color:#333;
	background:url(../images/2nd-arrow-purple.gif) 0 4px no-repeat;
	text-decoration:none;
}
.purple #right-panel ul ul li a:hover {
	color:#885E80;
}
#intro-video {
	padding:0px 0;
	float:left;
 width:100%  height: 300px;
}
#intro-video img {
	float:left;
}
#intro-video p {
	float:right;
	/*padding:180px 0 0 3px;*/
	font-size:10px;
	line-height:1.4em;
	color:#00A9E3;
	padding-right:45px;
}
/*#intro-video p {
	color:#00A9E3;
	margin:0;
	padding:175px 0 0 3px;
	font-size:1.1em;
	line-height:1.4em;
	float:right;
	width:220px;
	display:block;
}*/

#left-panel p.intro {
	margin-top:10px;
	font-size:1.4em;
}
#right-panel {
	width:145px;
	float:left;
	padding-top:10px;
}
#right-panel img {
	float:right;
	margin: 0 0 20px 0;
}
.purple p.intro, .purple h1, .purple #left-panel h2, .purple a {
	color:#885E80;
}
div.sienna p.intro, div.sienna h1, div.sienna #left-panel h2, div.sienna a {
	color:#D39D61;
}
div.green p.intro, div.green h1, div.green #left-panel h2, div.green a {
	color:#8d9150;
}
div.gold p.intro, div.gold h1, div.gold h2, div.gold a {
	color:#E7B128;
}
div.dark-green p.intro, div.dark-green h1, div.dark-green #left-panel h2, div.dark-green a {
	color:#317023;
}
#text p {
	font-size:10px;
}
/* introduction pages*/


#narrow-pane {
	width:575px;
}
#illustration {
	width:575px;
	height:637px;
	background:#d4e1f3 url(../images/illustration.jpg) top left no-repeat;
}
.segment {
	width:172px;
	float:left;
	margin:0 7px 0 0;
	padding:0 7px;
}
.segment h2 {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2em;
	font-weight:normal;
	padding:0;
	margin:0;
}
.segment p {
	padding:17px 0 0 0;
	margin:0;
	font-size:1.1em;
	line-height:1.1em;
	color:#fff;
	height:260px;
}
h3.title1, h3.title2, h3.title3 {
	color:#fff;
	background:#8d9150;
	font-size:0.9em;
	padding:3px;
	margin:5px 0 0 0;
}
h3.title2 {
	background:#00a5d9;
}
h3.title3 {
	background:#D39D61;
}
p.illustration {
	color:#333;
	padding:10px 5px;
	border:1px solid #fff;
	font-size:0.9em;
	height:auto;
}
.thumbs {
	width:180px;
	height:114px;
	margin:0 0 10px 0;
}
.thumbs img {
	margin:0 1px 1px 0;
	border:2px solid transparent;
}
.thumbs img:hover {
	border:2px solid #F60;
}
.popup {
	width:370px;
	overflow:hidden;
	z-index:900000;
	background:#fff;
	padding:7px;
	border:1px solid #bbb;
	position:relative;
	top:-350px;
	left:95px;
}
.popup h3 {
	color:#8d9150;
	font-size:1.4em;
	text-decoration:underline;
	width:350px;
	float:left;
	display:block;
	margin:0 0 15px 0;
	padding:0;
}
.popup p {
	font-size:1em;
	width:275px;
	float:right;
	margin:0;
	padding:0 0 10px 0;
}
.popup a {
	color:#8d9150;
	font-weight:bold;
	text-decoration:none;
}
.popup a:hover {
	text-decoration:underline;
}
.popup img {
	float:left;
}
img#close {
	float:right;
	width:12px;
}
/* index page */
h3.index {
	color:#D39D61;
	font-size:1.9em;
	margin-bottom:0;
}
p.intro {
	font-size:1.1em;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:15px;
}
table#report-download tr td {
	padding:5px 0;
	font-size:1.1em;
}
table#report-download tr.dark {
	background:#ebebeb;
}
table#report-download tr.header {
	font-weight:bold;
}
#get-adobe img {
	float:left;
}
#get-adobe p {
	float:left;
	width:400px;
	padding:0 0 0 10px;
	margin:0;
}
#get-adobe p a {
	text-decoration:none;
	color:#0072BA;
}
#get-adobe p a:hover {
	text-decoration: underline;
}
#column {
	width:250px;
	padding-right:10px;
	float:left;
}
/* Business Strategy */

.CR-BS-heading {
	font-size:24px;
	color:#317023;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
}
.CR-BS-opening-para {
	/*	font-size:12px;
	color:#317023;
	padding-top:0;
	margin-top:0;*/
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
.CR-BS-Subhead-1 {
	color:#317023;
	font-size:12px;
}
.CR-BS-Subhead-2 {
	color:#317023;
	font-size:12px;
}
/* Context page */

#content-wrapper.purple h1, .CR-overview-heading, #tableWrapper {
	font-size:24px;
	line-height:29px;
	color:#885E80;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
}
.CR-overview-Subhead-1 {
	color:#885E80;
	font-size:12px;
	margin:0;
	padding:0;
}
.CR-overview-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
/* Achievements */

.CR-achievements-heading {
	color:#8d9150;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-achievements-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
.CR-achievements-subhead-1 {
	color:#8d9150;
	font-size:12px;
}
.CR-achievements-subhead-2 {
	color:#317023;
	font-size:12px;
}
/* Regional Reports */

.CR-RR-heading {
	color:#E7B128;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-RR-opening para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
.CR-RR-subhead {
	color:#E7B128;
	padding:0;
	margin:0;
	font-size:12px;
}
.close {
	padding:0;
	margin:0;
}
/* Stakeholders */

.CR-stakeholders-heading {
	color:#E20B2A;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-stakeholders-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
.CR-stakeholders-subhead {
	color:#E20B2A;
	padding:0;
	margin:0;
	font-size:12px;
}
/* Dialogue with stakeholders */

.CR-WM-heading {
	color:#D39D61;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-WM-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
.CR-WM-Subhead-1 {
	color:#D39D61;
	font-size:12px;
}
/* Case Studies */

.CR-CS-heading {
	color:#0072BA;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-CS-Subhead-1 {
	color:#0072BA;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
.CR-CS-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
p.CR-CS-link {
	padding:0;
	margin:0;
}
p.CR-CS-link a {
	color:#0072BA;
	font-size:13px;
	font-weight:none;
	text-decoration:underline;
}
p.CR-CS-link a:hover {
	text-decoration:none;
}
/* Data fast facts */

.CR-FF-heading {
	color:#D39D61;
	margin:5px 0 5px 0;
	padding:0 0 10px 0;
	font-size:24px;
	line-height:24px;
}
.CR-FF-Subhead-1 {
	color:#D39D61;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
.CR-FF-opening-para {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}
p.CR-FF-link {
	padding:0;
	margin:0;
}
p.CR-FF-link a {
	color:#D39D61;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
p.CR-FF-link a:hover {
	text-decoration:underline;
}
#content-wrapper.dark-green h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	color:#317023;
}
#content-wrapper.dark-green h2, #content-wrapper.dark-green h3, #content-wrapper.dark-green p.intro {
	color:#317023;
}
#content-wrapper.green h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	color:#8D9150;
}
#content-wrapper.green h2, #content-wrapper.green h3, #content-wrapper.green p.CR-Intro-opening-para, #tableWrapper {
	color:#8D9150;
}
#content-wrapper.gold h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	color:#E7B128;
}
#content-wrapper.gold h2, #content-wrapper.gold h3, #content-wrapper.gold p.intro, #tableWrapper {
	color:#E7B128;
}
#content-wrapper.red h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	color:#E20B2A;
}
#content-wrapper.red h2, #content-wrapper.red h3, #content-wrapper.red p.intro, #tableWrapper {
	color:#E20B2A;
}
#content-wrapper.sienna h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	color:#D39D61
}
#content-wrapper.sienna h2, #content-wrapper.sienna h3, #content-wrapper.sienna p.intro, #tableWrapper {
	color:#D39D61;
}
#content-wrapper.dark-blue h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	color:#0072BA;
}
#content-wrapper.dark-blue h2, #content-wrapper.dark-blue h3, #content-wrapper.dark-blue p.intro, #tableWrapper {
	color:#0072BA;
}
#content-wrapper.blue h1, #tableWrapper {
	font-size:24px;
	line-height:29px;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	color:#00A9E3;
}
#content-wrapper.blue h2, #content-wrapper.blue h3, #content-wrapper.blue p.intro, #tableWrapper {
	color:#00A9E3;
}
ul {
	margin:0;
	padding:0 0 10px 15px;
}
#left-panel ul {
	padding:0 0 0 15px;
}
#left-panel ul li {
	font-size:1.3em;
	line-height:1.4em;
	font-family: Verdana, Geneva, sans-serif
}
p {
	margin:0 0 1.4em 0;
	padding:0;
}
/* Case study pages */

#case-study1 {
	background:url(../images/caseStudies/diversity.jpg) 0 0 no-repeat;
	width:703px;
	height:1197px;
	margin-top:10px;
}
#case-study2 {
	background:url(../images/caseStudies/taskforce.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study3 {
	background:url(../images/caseStudies/slumschool.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study4 {
	background:url(../images/caseStudies/microfinance.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study5 {
	background:url(../images/caseStudies/realdreams.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study6 {
	background:url(../images/caseStudies/teachers.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study7 {
	background:url(../images/caseStudies/consumer.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study8 {
	background:url(../images/caseStudies/data.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study9 {
	background:url(../images/caseStudies/inspire.jpg) 0 0 no-repeat;
	width:703px;
	height:1112px;
	margin-top:10px;
	overflow:hidden;
}
#case-study1 #text, #case-study2 #text, #case-study3 #text, #case-study4 #text, #case-study5 #text, #case-study6 #text, #case-study7 #text, #case-study8 #text, #case-study9 #text {
	width:205px;
	padding:10px 8px 7px 8px;
	float:right;
	background:#0072b9;
	height:1095px;
	color:#fff;
}
#case-study1 #text {
	height:1180px;
}
 #text p a, #case-study1 #text p, #case-study2 #text p, #case-study3 #text p, #case-study4 #text p, #case-study5 #text p, #case-study6 #text p, #case-study7 #text p, #case-study8 #text p, #case-study9 #text p, {
 color:#fff;
}
/* Achievements chart */


table#achievements td, table#achievements ul li, table#performance td, table#performance ul li {
	color:#595959;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	line-height:12px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
}
table#achievements ul, table#performance ul {
	margin:0;
	padding:0 65px 0 10px;
}
table#achievements td.title, table#performance td.title {
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#fff;
}
table#performance h2 {
	font-size:12px;
}
table#performance td.title {
	font-weight:normal;
}
table#performance td.title {
	font-size:16px;
	line-height:16px;
	color:#fff;
}
table#performance td.light {
	color:#fff;
	line-height:14px;
}
/*Business Strategy table*/

table#business-strat {
	clear:both;
}
table#business-strat ul {
	list-style-type:none;
}
table#business-strat ul li {
	color:#595959;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	line-height:15px;
	padding-bottom:11px;
	font-family:Verdana, Geneva, sans-serif;
}
table#business-strat ul {
	margin:0;
	padding:0;
}
table#business-strat td.title {
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:normal;
}
table#business-strat td.title {
	text-align:center;
	padding-top:6px;
}
table#business-strat td.subtitle {
	text-align:center;
	padding:5px;
	color:#317023;
	font-size:16px;
}
span.circle {
	width:10px;
	height:10px;
	padding:0 5px;
	margin-left:5px;
	background:url(../images/circle.gif) 0 0 no-repeat;
}
span.triangle {
	width:10px;
	height:10px;
	padding:0 5px;
	margin-left:5px;
	background:url(../images/trian.gif) 0 0 no-repeat;
}
span.square {
	width:10px;
	height:10px;
	padding:0 5px;
	margin-left:5px;
	background:url(../images/square.gif) 0 0 no-repeat;
}
p.circleicon {
	padding:0 0 0 20px;
	margin:0;
	background:url(../images/circle.gif) 0 3px no-repeat;
}
p.squareicon {
	padding:0 0 0 20px;
	margin:0;
	background:url(../images/square.gif) 0 3px no-repeat;
}
p.triangleicon {
	padding:0 0 0 20px;
	margin:0;
	background:url(../images/trian.gif) 0 3px no-repeat;
}
/* Overrides */

a.blue {
	color:#0D5DAB;
}
a.dark-green {
	color:#006600;
}
a.light-blue {
	color: #0095da;
}
a.white {
	color:#FFFFFF;
}
#tableWrapper {
	width: 95%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #595959;
	font-size: 1.2em;
}
.h3Purple {
	font-size: 1.3em;
	color: #885E80;
	padding: 0;
}
.smaller {
	font-size: 0.8em;
	line-height: 13px;
	padding-top: 5px;
	margin: 5px 0px 0px 0px;
}
.smaller-dark-green {
	color:#006600;
	font-size: 1.2em;
	padding: 0px 0px 10px 0px;
}
/* Generated by Developer Tools. This might not be an accurate representation of the original source file */
#group-sitesContainer {
	WIDTH: 109px;
	FLOAT: right;
	MARGIN-LEFT: 288px;
	MARGIN-RIGHT: 10px
}
#dropdown_container {
	WIDTH: 109px;
	BOTTOM: 70px;
	FLOAT: right
}
.label_dropdown {
	WIDTH: 30px;
	FLOAT: left;
	COLOR: #000000;
	PADDING-TOP: 3px
}
.dropdown {
	BACKGROUND-IMAGE: url(../images/drop-down.ashx.jpg);
	WIDTH: 109px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right top;
	HEIGHT: 19px;
}
.dropbox {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 10px;
	WIDTH: 98px;
	PADDING-RIGHT: 0px;
	FLOAT: right;
	HEIGHT: 10px;
	COLOR: #585858;
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}
#dropdownlist {
	Z-INDEX: 2000;
	BORDER-BOTTOM: #dddddd 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #dddddd 1px solid;
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 18px 0px 0px;
	PADDING-LEFT: 2px;
	WIDTH: 95px;
	PADDING-RIGHT: 10px;
	DISPLAY: none;
	BORDER-RIGHT: #dddddd 1px solid;
	PADDING-TOP: 0px
}
#dropdownlist-new {
	Z-INDEX: 2000;
	BORDER-BOTTOM: #dddddd 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #dddddd 1px solid;
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 18px 0px 0px;
	PADDING-LEFT: 2px;
	WIDTH: 95px;
	PADDING-RIGHT: 10px;
	DISPLAY: none;
	BORDER-RIGHT: #dddddd 1px solid;
	PADDING-TOP: 0px
}
#dropdownlist UL {
	LIST-STYLE: none none outside
}
#dropdownlist-new UL {
	LIST-STYLE: none none outside;
	padding:0;
}
#dropdownlist UL LI {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	COLOR: #0095da;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}
#dropdownlist-new UL LI {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	COLOR: #0095da;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}
#dropdownlist UL LI A {
	COLOR: #595959;
	FONT-SIZE: 1em;
	FONT-WEIGHT: normal;
	text-decoration:none;
}
#dropdownlist-new UL LI A {
	COLOR: #595959;
	FONT-SIZE: 1em;
	FONT-WEIGHT: normal;
	text-decoration:none;
}
#dropdownlist UL LI A:hover {
	COLOR: #0095da
}
#dropdownlist-new UL LI A:hover {
	COLOR: #0095da
}
#dropdown2Container {
	MARGIN: 10px 0px 0px;
	WIDTH: 109px;
	FLOAT: left;
	HEIGHT: 18px;
	CLEAR: both
}
#group-sitesContainer1 {
	WIDTH: 109px;
	FLOAT: right;
	MARGIN-LEFT: 288px;
	MARGIN-RIGHT: 10px
}
#dropdown_container1 {
	WIDTH: 109px;
	BOTTOM: 70px;
	FLOAT: right
}
.label_dropdown1 {
	WIDTH: 30px;
	FLOAT: left;
	COLOR: #000000;
	PADDING-TOP: 3px
}
.dropdown1 {
	BACKGROUND-IMAGE: url(~/media/Images/E/Experian/Images/css/drop-down.ashx);
	WIDTH: 109px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right top;
	HEIGHT: 20px
}
.dropbox1 {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 10px;
	WIDTH: 98px;
	PADDING-RIGHT: 0px;
	FLOAT: right;
	HEIGHT: 10px;
	COLOR: #585858;
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}
#dropdownlist1 {
	Z-INDEX: 500000;
	BORDER-BOTTOM: #dddddd 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #dddddd 1px solid;
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 18px 0px 0px;
	PADDING-LEFT: 2px;
	WIDTH: 95px;
	PADDING-RIGHT: 10px;
	DISPLAY: none;
	BORDER-RIGHT: #dddddd 1px solid;
	PADDING-TOP: 0px
}
#dropdownlist1 UL {
	LIST-STYLE: none none outside
}
#dropdownlist1 UL LI {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	COLOR: #0095da;
	FONT-WEIGHT: bold;
	PADDING-TOP: 5px
}
#dropdownlist1 UL LI A {
	COLOR: #595959;
	FONT-SIZE: 1em;
	FONT-WEIGHT: normal
}
#dropdownlist1 UL LI A:hover {
	COLOR: #0095da
}
#country-ddContainer {
	MARGIN: 10px 0px;
	WIDTH: 131px;
	FLOAT: left;
	HEIGHT: 18px
}
#group-sitesContainer2 {
	WIDTH: 130px;
	FLOAT: right;
	MARGIN-LEFT: 288px;
	MARGIN-RIGHT: 10px
}
#dropdown_container2 {
	WIDTH: 130px;
	BOTTOM: 70px;
	FLOAT: right
}
.label_dropdown2 {
	WIDTH: 30px;
	FLOAT: left;
	COLOR: #000000;
	PADDING-TOP: 3px
}
.dropdown2 {
	BACKGROUND-IMAGE: url(~/media/Images/E/Experian/Images/css/drop-down-country.ashx);
	WIDTH: 130px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right top;
	HEIGHT: 39px
}
.dropbox2 {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 10px;
	WIDTH: 119px;
	PADDING-RIGHT: 0px;
	FLOAT: right;
	HEIGHT: 10px;
	COLOR: #585858;
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}
#dropdownlist2 {
	Z-INDEX: 500000;
	BORDER-BOTTOM: #dddddd 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #dddddd 1px solid;
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 18px 0px 0px;
	PADDING-LEFT: 2px;
	WIDTH: 115px;
	PADDING-RIGHT: 10px;
	DISPLAY: none;
	BORDER-RIGHT: #dddddd 1px solid;
	PADDING-TOP: 0px
}
#careers #dropdownlist2 {
	HEIGHT: 380px;
	OVERFLOW: scroll
}
#careers #dropdownlist2 UL {
	WIDTH: 95px;
	OVERFLOW: hidden
}
#dropdownlist2 UL {
	LIST-STYLE: none none outside
}
#dropdownlist2 UL LI {
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	WIDTH: 100%;
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	COLOR: #0095da;
	FONT-WEIGHT: bold;
	PADDING-TOP: 5px
}
#dropdownlist2 UL LI A {
	COLOR: #595959;
	FONT-SIZE: 1em;
	FONT-WEIGHT: normal
}
#dropdownlist2 UL LI A:hover {
	COLOR: #0095da
}
/* Home page buttons */

a.readmore {
	background:url(../images/btn-readmore.jpg) 0 0 no-repeat;
	width:74px;
	height:18px;
	color:#fff;
	text-align:center;
	display:block;
	font-size:12px;
	padding-top:4px;
	text-decoration:none;
}
/*Drop box */

.dropbox {
	color:#585858;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	height:10px;
	padding:2px 0 10px 10px;
	text-align:left;
	width:98px;
}
