@charset "utf-8";
/* ======================  About section color: #831F82   ============================ */
.section-color {
  color: #831F82; 
}

/* ========= Override HTML elements ========= */
h1 {
  color: #831F82;
}

h3,
h3 a:link, 
h3 a:visited {
	color: #831F82;
}

h4 {
  color: #831F82;
}

h5 {
	color: #831F82;
	font-size:14px;
	font-weight:bold;
}

a:hover, 
a:active, 
a:focus  {
	color: #831F82; 
} 

/* ========= Override Shared Styles ========= */
.arrow-link a, 
.arrow-link a:link, 
.arrow-link a:visited {
	color:#831F82; 
}    

.arrow-link a:hover, 
.arrow-link a:active, 
.arrow-link a:focus {
	color:#666666;
} 

.table-link a, 
.table-link a:link, 
.table-link a:visited {
	color:#666666;
	text-decoration:none; 
}    

.table-link a:hover, 
.table-link a:active, 
.table-link a:focus {
	color:#831F82;
} 

/* ========= Override Breadcrumbs ========= */
#breadcrumbs,
#breadcrumbs a, 
#breadcrumbs a:link, 
#breadcrumbs a:visited {
	color: #831F82;
}     
#breadcrumbs a:hover, 
#breadcrumbs a:active,  
#breadcrumbs a:focus {
	color:#666666;
} 

/* ========= left-navigation styles Level 1 ========= */
#navsection > li.current > a, 
#navsection > li.current > a:link,
#navsection > li.current > a:visited,
#navsection > li.current > a:hover, #navsection > li.current:hover > a, 
#navsection > li.current > a:active, #navsection > li.current:active > a, 
#navsection > li.current > a:focus, #navsection > li.current:focus > a {
	/* gradient from http://www.colorzilla.com/gradient-editor/#dbbedb+0,dbbedb+85,ffffff+100&0.8+0,0+85,0+100;Custom */
	color: #000000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiYmVkYiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZGJiZWRiIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(219,190,219,0.8) 0%, rgba(219,190,219,0) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,190,219,0.8)), color-stop(85%,rgba(219,190,219,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,190,219,0.8) 0%,rgba(219,190,219,0) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,190,219,0.8) 0%,rgba(219,190,219,0) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,190,219,0.8) 0%,rgba(219,190,219,0) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,190,219,0.8) 0%,rgba(219,190,219,0) 85%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdbbedb', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
#navsection > li > a, 
#navsection > li > a:link, 
#navsection > li > a:visited {
	border-top: 1px solid #831F82;
	color: #831F82;
}
#navsection > li > a:hover, #navsection > li:hover > a, 
#navsection > li > a:active, #navsection > li:active > a, 
#navsection > li > a:focus, #navsection > li:focus > a {
	color: #666666;
}
/* ========= Level 2 - current ========= */
#navsection > li > ul > li.current > a, 
#navsection > li > ul > li.current > a:link, 
#navsection > li > ul > li.current > a:visited,
#navsection > li > ul > li.current > a:hover, #navsection > li > ul > li.current:hover > a, 
#navsection > li > ul > li.current > a:active, #navsection > li > ul > li.current:active > a, 
#navsection > li > ul > li.current > a:focus, #navsection > li > ul > li.current:focus > a {
	background-image: url(images/navsection-bullet-about.png);
	color: #831F82;
}
/* ========= Level 3 - current ========= */
#navsection > li > ul > li > ul > li.current > a, 
#navsection > li > ul > li > ul > li.current > a:link, 
#navsection > li > ul > li > ul > li.current > a:visited, 
#navsection > li > ul > li > ul > li.current > a:hover, #navsection > li > ul > li > ul > li.current:hover > a, 
#navsection > li > ul > li > ul > li.current > a:active, #navsection > li > ul > li > ul > li.current:active> a, 
#navsection > li > ul > li > ul > li.current > a:focus, #navsection > li > ul > li > ul > li.current:focus> a {
	color: #831F82;
}

/* ========= Level 4 - current ========= */
#navsection > li > ul > li > ul > li > ul > li.current > a, 
#navsection > li > ul > li > ul > li > ul > li.current > a:link, 
#navsection > li > ul > li > ul > li > ul > li.current > a:visited, 
#navsection > li > ul > li > ul > li > ul > li.current > a:hover, #navsection > li > ul > li > ul > li > ul >li.current:hover > a, 
#navsection > li > ul > li > ul > li > ul > li.current > a:active, #navsection > li > ul > li > ul > li > ul >li.current:active> a, 
#navsection > li > ul > li > ul > li > ul >li.current > a:focus, #navsection > li > ul > li > ul > li > ul >li.current:focus> a {
	/* background-image: url(images/navsection-bullet-about.png); */
	color: #831F82;
}

/* ========= Level 5 - current ========= */

#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a:link, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a:visited, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a:hover, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current:hover > a, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a:active, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current:active> a, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current > a:focus, 
#navsection > li > ul > li > ul > li > ul > li > ul > li.current:focus> a {
	/* background-image: url(images/navsection-bullet-about.png); */
	color: #831F82;
}

/* ========= content-main styles ========= */
#content-main ul li {
	background-image:url(images/bullet-au.png);
	background-position: 3px 6px;
}

#content-main ul li li {
	background-image: url(images/dash-au.png);
	background-position: 0px 13px;
}

#key-facts {
	width:100%; 
	padding-bottom: 10px;
	border-bottom: #ccc thin dashed;
	position: relative;
}

#key-facts-au-ul ul {
  padding-bottom: 5px;
	padding-left: 0px;
} 

#key-facts h3 {
  padding-bottom: 10px;
}

#key-facts-img {
	float:left;
}

#key-facts-ul ul {
  padding-bottom: 5px;
	padding-left: 0px;
	margin-left:85px;
} 

#key-facts-ul ul li {
  padding-bottom: 5px;
  padding-top: 0px;
	margin-left:0px;
	background-position: 0px 0px 0px 0px;
}

#key-facts-ul ul ul{
  padding-top: 5px;
	padding-bottom: 0px;
}

#key-facts-ul ul li li {
  padding-bottom: 0px;
  padding-top: 5px;
	background-position: 0px 5px 10px 0px;
  margin-left: -85px;
}

.chart-footer {
	color: #831F82;
}

.content-data-box {
  border-top: #831F82 thin solid;
  padding: 0px 0px 0px 0px;
}
#bottom-container a:hover,
#bottom-container a:active,
#bottom-container a:focus {
  color: #831F82;  
}

#footer-nav p.hdr a:hover, 
#footer-nav p.hdr a:active, 
#footer-nav p.hdr a:focus,
#footer-nav p.lnk a:hover, 
#footer-nav p.lnk a:active, 
#footer-nav p.lnk a:focus {
  color: #831F82; 
}

#footer-copy a:hover,
#footer-copy a:active,
#footer-copy a:focus {
  color: #831F82;  
}

.cobc-header {
	color: #333333;
	font:18px Arial, Helvetica, sans-serif;
  line-height: 20px;
}

.careers-header {
	color: #831F82;
	font:16px;
	padding-top:20px;
	padding-bottom:20px;
}

.careers-header a, 
.careers-header a:link, 
.careers-header a:visited {
	color:#831F82; 
}    

.careers-header a:hover, 
.careers-header a:active, 
.careers-header a:focus {
	color:#666666;
} 

#content-main p + div{

} 

.careers-header-none {
	color: #831F82;
	font:16px;
}

.careers-header-none2 {
	color: #831F82;
	font:16px;
	padding-bottom:20px;
	padding-top:20px;
}

.careers-header-none p + div {
	padding-top:0px;
} 

.careers-header-none a, 
.careers-header-none a:link, 
.careers-header-none a:visited {
	color:#831F82; 
}    

.careers-header-none a:hover, 
.careers-header-none a:active, 
.careers-header-none a:focus {
	color:#666666;
}

