/*
	Default CSS
	
	Screen Styles

*/

body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #eee;
}
#wrapper-ticker .content, #wrapper-ticker {
	background:#1a1a1a;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper-header {
	background: url('/public/themes/ab/images/header-wrapper-bg.gif') repeat-x 0 0;
}
#wrapper-header .content {
	background: #fff url('/public/themes/ab/images/header-content-bg.gif') repeat-x 0 0;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#wrapper-banner .content {
	padding-bottom: 20px;
}
#wrapper-body .content {
	padding-bottom: 20px;
}
#wrapper-footer .content {
	padding-bottom: 20px;
}

/* Notification */
#wrapper-notice .content, #wrapper-notice {
	background:#008777;
}
#wrapper-notice {
	border-bottom:1px solid #fff;
}
#wrapper-notice .content {
	font: 1em Arial,Helvetica, sans-serif;
	color: #ccc;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper-notice .content a {
	color:#fff;
}
/* End Notification */

.content {
	width: 940px;
	padding-left:20px;
	padding-right:20px;
	margin: auto;
	text-align: left;
	background:#fff;
	overflow:hidden;
}
#wrapper-quick-links .content, #wrapper-footer .content {
	background-color:#d6fcff;
}
#primary-content {
	background-color: #fff;
	padding: 30px 0 30px 0;
}
#navigation-footer {
	padding-top: 10px;
	padding-bottom:20px;
	border-top: 1px solid #666;
}
#footer {
	background-color: #ccc;
	padding-top: 10px;
}
#footer .content {
	background-color: #d6fcff;
}

.no-banner {
	margin-top: 80px;
}

.no-top {
	padding-top: 0;
	margin-top: 0;
}

#quick-links {
	padding-top: 20px;
	padding-bottom: 20px;
}

#related {
	margin-top: 43px;
	padding-top: 0;
}
.related-item {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.clear-both {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

/* @group layout grids */

.column {
	float: left;
	display: inline;
}

.grid2col .first,
.grid3col .first,
.grid12col .first,
.grid2col .last,
.grid3col .last,
.grid12col .last {
	margin-left: 0 !important;
}

.grid2col .last,
.grid3col .last,
.grid12col .last {
	float: right;
}

/* @group 12 column */

.grid12col .column {
	width: 6.5%;
	margin-left: 2%;
	display: inline;
}

.grid12col .two {
	width: 15%;
}

.grid12col .three {
	width: 23.5%;
}

.grid12col .four {
	width: 32%;
}

.grid12col .five {
	width: 40.5%;
}

.grid12col .six {
	width: 49%;
}

.grid12col .seven {
	width: 57.5%;
}

.grid12col .eight {
	width: 66%;
}
.grid12col .nine {
	width: 74.5%;
}
.grid12col .ten {
	width: 83%;
}
.grid2col .column {
	width: 49%;
}
.grid3col .column {
	width: 32%;
}
.grid3col .two {
	width: 64%;
}
/* @end */

.border-left {
	padding-left: 20px !important;
	background: url('/public/themes/ab/images/left-border.gif') repeat-y 0 0;
}

/* @end */

/* @group copy */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #333;
}

h1, h2, h3, h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
dt {
	font-size: 1.3em;
}
dd {
	font-size: 1.2em;
	margin: 5px 0 20px 5px;
}
p {
	font-size: 1.3em;
	margin-top: 10px;
	line-height: 1.8em;
}

td {
	font-size: 1.1em;
	line-height: 1.8em;
}

.slide-fx p {
	margin-top: 0;
	padding-top: 10px;
}

h1 {
	font-size: 2.0em;
	margin: 20px 0 20px 0;
}

.slide-fx h1 {
	margin: 0;
	padding: 10px 0 10px 0;
}

h2 {
	margin: 20px 0 1px 0;
	font-size: 1.6em;
}
h2.tagline {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: #333;
	font-style: italic;
}
.slide-fx h2 {
	margin: 0;
	padding: 10px 0 1px 0;
}

h3 {
	color: #666;
	font-size: 1.2em;
}

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url('/public/themes/ab/images/ablogo.gif') no-repeat left top;
	width: 230px;
	margin: auto;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 72px;
	width: 230px;
}

.back-top {
	margin: 20px 0 20px 0;
}

.highlight {
	background-color: #fbfca8;
}

.award-year {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #008777;
	font-weight: bold;
	margin-top: 20px;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.job-title li {
	color: #cc9900;
}
.gain, .success {
	color: #41ad49;
}
.loss, .error, .errors, .required {
	color: #cc0000;
}
.error-container {
	padding:10px;
	background: #ffcccc;
}
.error-container h2 {
	margin:0 0 10px 0 !important;
	padding:0 !important;
}
ul.errors {
	font-size:1.2em;
	font-weight:bold;
}
.no-border {
	border: none !important;
}
.print-only {
	display: none;
}
/* @end */

/* @group navigation */

#navigation-secondary,
#navigation-footer,
.breadcrumb,
#page-navigation,
.media-options {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.breadcrumb, .media-options {
	font-size: 1.1em;
}

.breadcrumb-current {
	font-weight: bold;
}
#page-navigation {
	padding:3px 5px 3px 5px;
	margin:20px 0 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size: 1.1em;
}
#page-navigation .active {
	color: #000;
}
/* @end */

/* @group secondary content */

.job-title {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 8px 0 15px 0;
	font-size: 1.2em;
	color: #999;
}

#related {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #666;
}

#related h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.3em;
}

#related h3 {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 1.1em;
}

#related p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 3px;
}

#related .pdf {
	padding: 10px 10px 15px 40px;
	background: url('/public/themes/ab/images/icons/pdf_32x32.gif') no-repeat 0 10px;
	line-height:130%;
}
#related .fileicon32 {
	width: 42px;
}
#related table.related-item {
	width: 100%;
}
#related table.related-item td {
	vertical-align: top;
	text-align: left;
	line-height: 140%;
}
/* @end */

/* @end */

/* @group contact */
.contact-info {
	font-family:Arial,Helvetica, sans-serif;
	margin: 10px 0 30px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	overflow: auto;
}
.contact-info h2 {
	margin-top: 0;
	font-size: 1.4em;
	color: #008777;
}
.contact-info h3 {
	color: #999;
}
.contact-info ul {
	margin: 12px 0 10px 0;
}
.contact-info ul li {
	font-size: 1.3em;
	padding: 1px 0 1px 0;
}
.contact-info p {
	font-size: 1.2em;
}
#contact-page h2.heading  {
	font-size: 1.2em;
}
/* @end */

/* @group benefits */
.benefit-package {
	margin: 15px 0 20px 0;
}
.benefit-package li {
	list-style:disc;
	list-style-position:outside;
	margin:5px 0 5px 14px;
	font-size:1.3em;
}

/* @end */

/* @group job openings */
.job-opening {
	margin: 15px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.job-opening .contact {
	margin: 10px 0 10px 0;
}
.job-opening .contact li {
	font-size: 1.3em;
	line-height: 1.6em;
}

/* @end */

/* @group box-download */

.box-download {
	background: #ccc;
}

.boxbottom {
	clear: both;
}

/* @end */

/* @group related items */

.related-item .img-header a {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

#matson-logo a {
	height: 29px;
	width: 122px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/matson.jpg') no-repeat 0 0;
}

#matson-logo a:hover {
	background-position: 0 -29px;
}

#kauai-coffee-logo a {
	height: 40px;
	width: 100px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/kauai-coffee.jpg') no-repeat 0 0;
}

#kauai-coffee-logo a:hover {
	background-position: 0 -40px;
}

#hcands-logo a {
	height: 45px;
	width: 108px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/hcands.jpg') no-repeat 0 0;
}

#hcands-logo a:hover {
	background-position: 0 -45px;
}

#matson-il-logo a {
	height: 42px;
	width: 121px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/matson-il.jpg') no-repeat 0 0;
}

#matson-il-logo a:hover {
	background-position: 0 -42px;
}

#matson-global-logo a {
	height: 48px;
	width: 122px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/matson-global.jpg') no-repeat 0 0;
}

#matson-global-logo a:hover {
	background-position: 0 -48px;
}

#abprop-logo a {
	height: 26px;
	width: 173px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/ab-prop.jpg') no-repeat 0 0;
}

#abprop-logo a:hover {
	background-position: 0 -26px;
}

#abfleet-logo a {
	height: 22px;
	width: 200px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/abfleet.gif') no-repeat 0 0;
}

#abfleet-logo a:hover {
	background-position: 0 -22px;
}

#ab-foundation-logo a {
	height: 110px;
	width: 220px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/ab-foundation.gif') no-repeat 0 0;
}

#ab-foundation-logo a:hover {
	background-position: 0 -110px;
}

#maui-brand-logo a {
	height: 43px;
	width: 100px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/maui-brand.jpg') no-repeat 0 0;
}

#maui-brand-logo a:hover {
	background-position: 0 -43px;
}

#kauai-commercial-logo a {
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/logos/kauai-commercial.jpg') no-repeat 0 0;
}

#kauai-commercial-logo a:hover {
	background-position: 0 -45px;
}

#kts-logo a:hover {
	background-position: 0 -45px;
}

#kts-logo a {
	height: 45px;
	width: 90px;
	text-indent: -9999px;
	background: url('../images/logos/kts.jpg') no-repeat 0 0;
}

/* @end */

/* @group charters */

#committee-charters {
	margin: 40px 0 40px 0;
}

.charter {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 1.2em;
	border-top: 1px solid #ccc;
}

.charter .title {
	font-weight: bold;
}

.charter.pdf {
	background: url('/public/themes/ab/images/icons/pdf_32x32.gif') no-repeat 0 18px;
	padding-left: 40px;
}

/* @end */

/* @group committee composition */

#committee-composition {
	margin: 40px 0 40px 0;
}
#committee-composition ul {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}
#committee-composition ul .title {
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 8px;
	font-family:Arial,Helvetica, sans-serif;
}
#committee-composition ul .chairperson {
	font-weight: bold;
	margin-bottom: 4px;
}
#committee-composition ul li {
	font-size: 1.2em;
}

/* @end */



/* @group profiles */

.officer {
	clear: left;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.officer h2 {
	margin-top: 0;
}

.officer .portrait {
	margin: 0 12px 10px 0;
	width: 88px;
	height: 110px;
}
.bod-portrait {
	margin: 0 12px 10px 0;	
}
.officer table {
	padding: 0;
	margin: 0;
}

.officer td {
	text-align: left;
	vertical-align: middle;
}
.board-position {
	margin: 5px 0 0 0;
	color: #333;
}
.officer .committee {
	color: #666;
	font-style: italic;
	font-size: 1.2em;
	margin: 5px 0 0 0;
	line-height: 130%;
}
.company {
	font-style: italic;
}
.slide-toggle {
	display: block;
	height: 20px;
	background: url('/public/themes/ab/images/icons/arrow_down.gif') no-repeat 0 5px;
	padding: 0 0 0 10px;
}

.slide-toggle.hide {
	background-image: url('/public/themes/ab/images/icons/arrow_up.gif');
}
.slide-toggle {
	display: block;
	font-size: 1.2em;
	height: 20px;
	background: url('/public/themes/ab/images/icons/arrow_down.gif') no-repeat right 5px;
	padding:0;
}
.slide-fx p, .slide-fx ul {
	padding: 0 0 10px 0;
}
.bod {
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	width: 100%;
}

.bod .portrait {
	width: 140px;
}

.bod .portrait_thumb {
	width: 70px;
}

.bod .portrait_thumb img {
	width: 50px;
}



.bod td {
	text-align: left;
	vertical-align: top;
}

.bod h2 {
	margin-top: 0;
}

.officer.first, .bod.first {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.board-member {
	padding:10px 0 0 0;
	margin-top: 10px;
}
.board-member .name {
	font-size:1.3em;
	font-weight:bold;
}
.board-member .company, .board-member .title {
	color: #cc9900;
	font-size:1.2em;
}

/* @end */

/* @group thomson */

.disclaimer {
	margin-top: 40px;
	font-size: 1em;
	color: #999;
}
th {
	font-size: 12px;
	font-weight: bold;
}
.even {
	background: #eee;
}
.listing .date {
	width: 23%;
}
.ir-template h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.ir-template td {
	text-align: left;
	vertical-align:top;
}
.ir-template th {
	text-align: left;
	vertical-align: middle;
}
.ir-template {
	margin: 20px 0 40px 0;
}
.ir-submission-form {
	background: #ffffcc;
	padding: 10px;
	border: 1px solid #ddd;
}
.listing {
	width: 100%;
	font-family:Arial,Helvetica, sans-serif;
}
.listing td, .listing th {
	padding: 5px;
}
.listing th {
	color: #fff;
	background: #666;
}
.listing td {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}
.listing .subheading td {
	font-weight: bold;
	padding: 20px 5px 5px 5px;
	border-bottom: 1px solid #999;
	color: #666;
}
.listing .column-note {
	font-size: 1.1em;
	color: #666;
	font-style: italic;
	font-weight: normal !important;
}
.pagination {
	font-family:Arial,Helvetica, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin: 20px 0 10px 0;
	text-transform: capitalize;
	overflow: auto;
	color: #999;
}
.pagination .page-count {
	float: right;
}
.format {
	width: 50px;
	text-align: center !important;
}
.no-file {
	background-image: none !important;
}
.no-match {
	color: #cc0000;
	font-weight:bold;
}

/* @group email alerts */
.email-alerts-form td {
	padding: 7px;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
}
#email-alerts .error {
	font-weight: bold;
	margin: 20px 0 20px 0;
}
#email-alerts h3 {
	color: #333;
	margin:20px 0 10px 0;
	padding: 0 0 5px 0;
}

/* @end */

/* @group information request */

#information-request h3 {
	color: #333;
	margin:20px 0 10px 0;
	padding: 0 0 5px 0;
}
#information-request td {
	padding:5px;
}

/* @end */

/* @group event details */

#event-details .listing {
	margin-top: 20px;
}
#event-details th {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #999;
}
#event-details .listing .left-column {
	width: 25%;
}
#webcast-formats {
	margin-top: 20px;
	padding: 5px;
	overflow: hidden;
}
#webcast-formats h2 {
	background: #008777;
	color: #fff;
	padding: 5px;
	font-size: 1.3em;	
}
.webcast-speaker {
	margin-bottom: 10px;
}
.webcast-speaker li {
	line-height: 160%;
}
.webcast-speaker .name {
	font-weight: bold;
}
.webcast-speaker .title {
	font-style: italic;
}
#supporting-materials li img {
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.format-note {
	margin-top: 30px;
	font-size: 1.1em;
	color: #666;
}
.wrapper-stream {
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	margin-right: 10px;
	text-align: center;
}
.stream {
	font-size: 1.1em;
	width: 160px;
}
#webcast-formats img {
	border: none;
	display: block;
	margin: 0 auto 0 auto;
	padding: 5px;
}
#guestbook-registration {
	margin-top: 20px;
}
#guestbook-registration td {
	font-size: 1.2em;
}
/* @end */

/* @group fundamentals */

#fundamentals .left-column {
	width: 40%;
}
#fundamentals .listing {
	margin-top: 30px;
}
/* @end */

/* @group investment calculator */

.investment-date-lookup {
	margin:20px 0 10px 0;
}
.investment-date-lookup td {
	padding: 5px 20px 5px 0;
}
/* @end */

/* @group press releases */

#press-releases h2 {
	margin:20px 0 10px 0;
	padding: 5px;
}
#press-release h1 {
	line-height: 1.5em;
}

/* @end */

/* @group earnings reports */

#earnings-reports td, #earnings-reports th {
	text-align: center;
}
#earnings-reports td.fiscal-year {
	vertical-align:middle;
	font-weight: bold;
}
/* @end */

/* @group sec filings */

#secfilings .filing-date {
	width: 13%;
}
#secfilings .filing {
	width: 11%;
}
#secfilings .icon {
	margin-right: 0;
}
#sec-filing {
	margin: 20px;
	padding: 20px;
	background: #fff;
}
.listing .filing-date {
	width: 10%;
}
.listing .filing {
	width: 10%;
}
.listing .filing-description {
	width: 40%;
}
.listing .filing-issuer {
	width: 25%;
}
.listing .filing-downloads {
	text-align: center;
}
/* @end */

/* @group press releases */

.categories {
	padding:3px 5px 3px 5px;
	margin:20px 0 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/* @end */

/* @group stock quote banner */

#quote-banner {
	margin: 20px 0 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
#quote-banner table {
	width: 100%;
}
#quote-banner td {
	font-family:Arial,Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
	border-left:1px solid #ccc;
	text-align: left;
	vertical-align:top;
}
#quote-banner .headings td {
	background-color: #008777;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#quote-banner .first {
	border: none;
}
#quote-banner .delay, #quote-banner .datadate {
	border: none;
	font-size: 11px;
	color: #666;
}
#quote-banner .delay {
	text-align: right;
}

/* @end */

/* @group glossary */

#glossary dl {
	margin-top: 30px;
}
#glossary dl dt {
	font-weight: bold;
}

/* @end */

/* @group stock chart */

img.stock-chart {
	margin: 20px 0 20px 0;
}
#stock-chart-request {
	margin: 0 0 20px 0;
}
#stock-chart-request td {
	padding: 2px 40px 2px 0;
}
#stock-chart-request .submit-btn {
	margin-top: 10px;
}

/* @end */

/* @group historical lookup */

table.hlookup-select {
	margin-bottom: 10px;
}
table.hlookup-select th {
	padding: 0 0 10px 0;
}
table.hlookup-select select {
	margin-right: 10px;
}

/* @end */

/* @end */

/* @group download-center */
.format-icon {
	width: 20px;
}
#download-center .listing {
	margin-top: 30px;
}
/* @end */

/* @group stock-ticker */
#wrapper-ticker table {
	width: 100%;
}
#wrapper-ticker table td {
	vertical-align:middle;
}
#stock-ticker {
	float: left;
	font: 1em Arial,Helvetica, sans-serif;
	color: #fff;
}

#stock-ticker li {
	float: left;
	list-style: none;
	padding: 1px 8px 1px 8px;
	border-right: 1px solid #666;
}

#stock-ticker .market {
	color: #ccc;
}
#stock-ticker .first {
	padding-left: 0;
}
#stock-ticker .last {
	border: none;
}
#stock-ticker a {
	color: #fff;
}
#stock-ticker .gain, #stock-ticker .loss {
}
/* @end */

/* @group search-bar */

#search-bar {
	float: right;
}
#cse-submit {
	font-size: 1em;
	background: #444;
	color: #fff;
	margin: 0;
	padding: 2px 5px 2px 6px;
	border: 1px solid #999;
	cursor: pointer;
}
#cse-submit:hover {
	background: #ccc;
	color: #333;
}
#cse-query {
	font-size: 1em;
	padding:2px;
	margin-right: 4px;
}
#search-bar form {
	margin: 0;
	padding: 0;
}
/* @end */

/* @group media options */
.media-options {
	margin: 20px 0 20px 0;
	color: #999;
}
#printer-friendly {
	background: url('/public/themes/ab/images/icons/printer.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;
}
#email-alerts-icon {
	background: url('/public/themes/ab/images/icons/alert.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;	
}
#ir-contacts-icon {
	background: url('/public/themes/ab/images/icons/email.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;	
}
.rss-icon {
	background: url('/public/themes/ab/images/icons/rss.gif') no-repeat 0 1px;
	padding: 0 0 0 15px;	
}

/* @end */

/* @group navigation */

/* @group main navigation */

#navigation {
	position: relative;
	height: 66px;
}
#navigation ul {
	background-color:#fff;
}
#navigation li {
	float: left;
}

#navigation li a {
	color: #333;
	text-align: center;
	height: 21px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/public/themes/ab/images/navigation/navigation-main-all.gif') no-repeat;
}

#navigation li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-main-all-active.gif') no-repeat;
}

#navigation li#nav-our-company a {
	width: 150px;
	background-position: 0 0 !important;
}

#navigation li#nav-our-company a:hover {
	background-position: 0 -21px !important;
}

#navigation li#nav-businesses a {
	width: 136px;
	background-position: -150px 0 !important;
}

#navigation li#nav-businesses a:hover {
	background-position: -150px -21px !important;
}

#navigation li#nav-news a {
	width: 103px;
	background-position: -286px 0 !important;
}

#navigation li#nav-news a:hover {
	background-position: -286px -21px !important;
}

#navigation li#nav-investor-relations a {
	width: 182px;
	background-position: -389px 0 !important;
}

#navigation li#nav-investor-relations a:hover {
	background-position: -389px -21px !important;
}

#navigation li#nav-community a {
	width: 142px;
	background-position: -571px 0 !important;
}

#navigation li#nav-community a:hover {
	background-position: -571px -21px !important;
}

#navigation li#nav-careers a {
	width: 116px;
	background-position: -713px 0 !important;
}

#navigation li#nav-careers a:hover {
	background-position: -713px -21px !important;
}

#navigation li#nav-contact a {
	width: 111px;
	background-position: -829px 0 !important;
}

#navigation li#nav-contact a:hover {
	background-position: -829px -21px !important;
}

/* @end */

/* @group secondary navigation */

.breadcrumb {
	margin-top: 0;
	padding-top: 0;
}

#navigation-secondary {
	background: url('/public/themes/ab/images/navigation/arrow.gif') no-repeat 0 4px;
	padding-top: 39px;
	font-size: 1.1em;
}

#navigation-secondary .title {
	font-weight: bold;
	margin-bottom: 6px;
}

#navigation-secondary li a {
	display: block;
	height:1%;
}

#navigation-secondary li.current a {
	color: #333;
	font-weight: bold;
}

#navigation-secondary li ul {
	margin: 2px 0 2px 10px;
/*	display: none; */
}

#navigation-secondary li.current ul {
	display: block;
}

#navigation-secondary li ul li a,
#navigation-secondary li.current ul li a {
	line-height: 130%;
	padding: 3px 0 3px 0;
	color: #888;
	font-weight: normal;
}
#navigation-secondary li ul li.current a {
	color: #333;
}
#navigation-secondary li ul li a:hover {
	color: #008777;
}

/* @end */

/* @group sub-navigation */

#navigation li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 21px;
	margin: 0;
	width: 940px;
	padding: 15px 0 15px 0;
	background: #fff url('/public/themes/ab/images/navigation/arrow.gif') no-repeat;
}

#navigation li.active ul {
	display: block;
	visibility: visible;
}

#navigation li:hover ul {
	visibility: visible;
	display: block;
	z-index: 1000;
}

#navigation li ul li {
	border: none;
	background: none;
}

#navigation li ul li a {
	border: 0;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
}

/* @group our-company */

#navigation li#nav-our-company ul {
	padding-left: 14px;
	width: 926px;
	background-position: 65px 0;
}

#navigation li#nav-our-company ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-our-company.gif') no-repeat;
}

#navigation li#nav-our-company ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-our-company-a.gif') no-repeat;
}

li#nav-our-company ul li#snav-businesses a {
	width: 119px;
}

li#nav-our-company ul li#snav-businesses a:hover {
	background-position: 0 -15px !important;
}

li#nav-our-company ul li#snav-leadership a {
	width: 121px;
	background-position: -119px 0 !important;
}

li#nav-our-company ul li#snav-leadership a:hover {
	background-position: -119px -15px !important;
}

li#nav-our-company ul li#snav-governance a {
	width: 192px;
	background-position: -240px 0 !important;
}

li#nav-our-company ul li#snav-governance a:hover {
	background-position: -240px -15px !important;
}

li#nav-our-company ul li#snav-company-culture a {
	width: 99px;
	background-position: -432px 0 !important;
}

li#nav-our-company ul li#snav-company-culture a:hover {
	background-position: -432px -15px !important;
}

li#nav-our-company ul li#snav-history a {
	width: 103px;
	background-position: -535px 0 !important;
}

li#nav-our-company ul li#snav-history a:hover {
	background-position: -535px -15px !important;
}

/* @end */

/* @group businesses */

#navigation li#nav-businesses ul {
	padding-left: 152px;
	width: 788px;
	background-position: 212px 0;
}

#navigation li#nav-businesses ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-businesses.gif') no-repeat;
}

#navigation li#nav-businesses ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-businesses-a.gif') no-repeat;
}

li#nav-businesses ul li#snav-transportation a {
	width: 121px;
	background-position: 0 0 !important;
}

li#nav-businesses ul li#snav-transportation a:hover {
	background-position: 0 -15px !important;
}

li#nav-businesses ul li#snav-real-estate a {
	width: 121px;
	background-position: -121px 0 !important;
}

li#nav-businesses ul li#snav-real-estate a:hover {
	background-position: -121px -15px !important;
}

li#nav-businesses ul li#snav-agribusiness a {
	width: 192px;
	background-position: -242px 0 !important;
}

li#nav-businesses ul li#snav-agribusiness a:hover {
	background-position: -242px -15px !important;
}

/* @end */

/* @group news */

#navigation li#nav-news ul {
	padding-left: 130px;
	width: 800px;
	background-position: 333px 0;
}

#navigation li#nav-news ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-news.gif') no-repeat;
}

#navigation li#nav-news ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-news-a.gif') no-repeat;
}

li#nav-news ul li#snav-press-releases a {
	width: 134px;
	background-position: 0 0 !important;
}

li#nav-news ul li#snav-press-releases a:hover {
	background-position: 0 -15px !important;
}

li#nav-news ul li#snav-in-the-news a {
	width: 131px;
	background-position: -134px 0 !important;
}

li#nav-news ul li#snav-in-the-news a:hover {
	background-position: -134px -15px !important;
}

li#nav-news ul li#snav-download-center a {
	width: 160px;
	background-position: -265px 0 !important;
}

li#nav-news ul li#snav-download-center a:hover {
	background-position: -265px -15px !important;
}

li#nav-news ul li#snav-q-and-a a {
	width: 83px;
	background-position: -425px 0 !important;
}

li#nav-news ul li#snav-q-and-a a:hover {
	background-position: -425px -15px !important;
}

li#nav-news ul li#snav-press-contacts a {
	width: 137px;
	background-position: -508px 0 !important;
}

li#nav-news ul li#snav-press-contacts a:hover {
	background-position: -508px -15px !important;
}

/* @end */

/* @group investor-relations */

#navigation li#nav-investor-relations ul {
	padding-left: 114px;
	width: 826px;
	background-position: 474px 0;
}

#navigation li#nav-investor-relations ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-ir.gif') no-repeat;
}

#navigation li#nav-investor-relations ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-ir-a.gif') no-repeat;
}

li#nav-investor-relations ul li#snav-stock-info a {
	width: 106px;
	background-position: 0 0 !important;
}

li#nav-investor-relations ul li#snav-stock-info a:hover {
	background-position: 0 -15px !important;
}

li#nav-investor-relations ul li#snav-financial-reporting a {
	width: 167px;
	background-position: -106px 0 !important;
}

li#nav-investor-relations ul li#snav-financial-reporting a:hover {
	background-position: -106px -15px !important;
}

li#nav-investor-relations ul li#snav-events a {
	width: 188px;
	background-position: -273px 0 !important;
}

li#nav-investor-relations ul li#snav-events a:hover {
	background-position: -273px -15px !important;
}

li#nav-investor-relations ul li#snav-shareholder a {
	width: 174px;
	background-position: -461px 0 !important;
}

li#nav-investor-relations ul li#snav-shareholder a:hover {
	background-position: -461px -15px !important;
}

li#nav-investor-relations ul li#snav-tools a {
	width: 131px;
	background-position: -635px 0 !important;
}

li#nav-investor-relations ul li#snav-tools a:hover {
	background-position: -635px -15px !important;
}

li#nav-investor-relations ul li#snav-investor-contacts a {
	width: 154px;
	background-position: -766px 0 !important;
}

li#nav-investor-relations ul li#snav-investor-contacts a:hover {
	background-position: -766px -15px !important;
}

#navigation li#nav-community ul {
	padding-left: 480px;
	width: 460px;
	background-position: 636px 0;
}

#navigation li#nav-careers ul {
	padding-left: 550px;
	width: 390px;
	background-position: 765px 0;
}

#navigation li#nav-contact ul {
	background-position: 879px 0;
}

/* @end */

/* @group community */

#navigation li#nav-community ul {
	padding-left: 455px;
	width: 485px;
	background-position: 636px 0;
}

#navigation li#nav-community ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-community.gif') no-repeat;
}

#navigation li#nav-community ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-community-a.gif') no-repeat;
}

li#nav-community ul li#snav-involvement a {
	width: 126px;
	background-position: 0 0 !important;
}

li#nav-community ul li#snav-involvement a:hover {
	background-position: 0 -15px !important;
}

li#nav-community ul li#snav-stewardship a {
	width: 130px;
	background-position: -126px 0 !important;
}

li#nav-community ul li#snav-stewardship a:hover {
	background-position: -126px -15px !important;
}

li#nav-community ul li#snav-recognition a {
	width: 124px;
	background-position: -256px 0 !important;
}

li#nav-community ul li#snav-recognition a:hover {
	background-position: -256px -15px !important;
}

/* @end */

/* @group careers */

#navigation li#nav-careers ul {
	padding-left: 460px;
	width: 480px;
	background-position: 765px 0;
}

#navigation li#nav-careers ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-careers.gif') no-repeat;
}

#navigation li#nav-careers ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-careers-a.gif') no-repeat;
}

li#nav-careers ul li#snav-benefits a {
	width: 100px;
	background-position: 0 0 !important;
}

li#nav-careers ul li#snav-benefits a:hover {
	background-position: 0 -15px !important;
}

li#nav-careers ul li#snav-culture a {
	width: 98px;
	background-position: -100px 0 !important;
}

li#nav-careers ul li#snav-culture a:hover {
	background-position: -100px -15px !important;
}

li#nav-careers ul li#snav-job-openings a {
	width: 139px;
	background-position: -198px 0 !important;
}

li#nav-careers ul li#snav-job-openings a:hover {
	background-position: -198px -15px !important;
}

li#nav-careers ul li#snav-hr-contacts a {
	width: 127px;
	background-position: -337px 0 !important;
}

li#nav-careers ul li#snav-hr-contacts a:hover {
	background-position: -337px -15px !important;
}

/* @end */

/* @group contact */

#navigation li#nav-contact ul {
	padding-left: 510px;
	width: 430px;
	background-position: 880px 0;
}

#navigation li#nav-contact ul li a {
	background: url('/public/themes/ab/images/navigation/navigation-contact.gif') no-repeat;
}

#navigation li#nav-contact ul li.active a {
	background: url('/public/themes/ab/images/navigation/navigation-contact-a.gif') no-repeat;
}

li#nav-contact ul li#snav-press-contact a {
	width: 139px;
	background-position: 0 0 !important;
}

li#nav-contact ul li#snav-press-contact a:hover {
	background-position: 0 -15px !important;
}

li#nav-contact ul li#snav-investor-contact a {
	width: 160px;
	background-position: -139px 0 !important;
}

li#nav-contact ul li#snav-investor-contact a:hover {
	background-position: -139px -15px !important;
}

li#nav-contact ul li#snav-hr-contact a {
	width: 130px;
	background-position: -299px 0 !important;
}

li#nav-contact ul li#snav-hr-contact a:hover {
	background-position: -299px -15px !important;
}

/* @end */

/* @end */

/* @group quick-links */

#quick-links {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#quick-links li {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 8px 0 8px 0;
}

#quick-links .ql-heading {
	font-weight: bold;
	margin-bottom: 10px;
}

/* @end */

/* @group footer navigation */

#navigation-footer li {
	font-size: 1.1em;
}

/* @end */

/* @end */

/* @group icons */

.icon {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.pdf-17 {
	height: 17px;
	width: 17px;
	padding-right:10px;
	background: url('/public/themes/ab/images/icons/pdf_17x17.gif') no-repeat 0 0;
}
.xls-17 {
	height: 17px;
	width: 17px;
	padding-right:10px;
	background: url('/public/themes/ab/images/icons/xls_17x17.gif') no-repeat 0 0;
}
.htm-17 {
	height: 17px;
	width: 17px;
	padding-right:10px;
	background: url('/public/themes/ab/images/icons/htm_17x17.gif') no-repeat 0 0;
}
.doc-17 {
	height: 17px;
	width: 17px;
	padding-right:10px;
	background: url('/public/themes/ab/images/icons/doc_17x17.gif') no-repeat 0 0;
}
/* @end */



/* @group links */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #008777;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
a img {
	border: none;
}

#footer a:hover {
	color: #333;
}

#related a,
h1 a,
h2 a,
p a {
	color: #008777;
}

#related a:hover {
	text-decoration: underline;
}

.back-top a {
	background: url('/public/themes/ab/images/icons/arrow_up.gif') no-repeat 0 7px;
	display: block;
	height: 16px;
	padding: 0 0 0 16px;
}

.breadcrumb a {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #008777;
}

/* @end */
