/* ---------------------------------------------------------------------------
	=investors
--------------------------------------------------------------------------- */

#investor-kit {
	float: left;
	margin-left: 29px;
	padding-top: 15px;
	width: 290px;
}

#investor-kit h4 {
	background: url(../img/title-investor-kit.png) no-repeat 0 0;
	height: 12px;
	margin-bottom: 23px;
	width: 216px;
	text-indent: -9999px;
}

#investor-kit li {
	font-size: 0.92em;
	padding-left: 25px;
}

#investor-kit li {
	line-height: 1.1em;
	margin-bottom: 20px;
}

#investor-kit li em {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-style: normal; 
	display: block;
}

#investor-kit li.pdf {
	/*list-style-image: url(../img/icon-pdf-white.png);*/
	background: url(/img/icon-pdf-white.png) no-repeat 0 3px;
}

#investor-kit li.link {
	/*list-style-image: url(../img/icon-link-white.png);*/
	background: url(/img/icon-link-white.png) no-repeat 0 3px;
}
	
#investor-kit li a {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#investor-kit li a:hover {
	text-decoration: underline;
}

body.investors #news p.view-all {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 17px;
}

/* ---------------------------------------------------------------------------
	=investors - Stock info
--------------------------------------------------------------------------- */

body.stock-information h2 em {
	color: #0a1f3e;
	display: block;
	font-family: Georgia, serif;
	font-size: 0.5em;
}

#content-main #stock-info {
	background: url(../img/div-dot.png) repeat-x top left;
	color: #062244;
	font-family: Helvetica, sans-serif;
	list-style: none;
	margin-left: 0;
	width: 374px;
}

	#content-main #stock-info li {
		background: url(../img/div-dot.png) repeat-x bottom left;
		font-size: 1.286em;
		margin-bottom: 0;
		padding: 8px 0;
		text-align: right;
	}
	
	#content-main #stock-info li em {
		float: left;
		font-size: 0.611em;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
	}

/* ---------------------------------------------------------------------------
	=investors - Financial Highlights
--------------------------------------------------------------------------- */

body.financial-highlights #copy h1 {
	margin-bottom: 24px;
}

body.financial-highlights table {
	background: #c3e699 url(../img/div-dot.png) repeat-x top left;
	border-collapse: collapse;
	color: #062244;
	font-family: Helvetica, sans-serif;
	font-size: 0.786em;
	margin-bottom: 60px;
	width: 100%;
}

body.financial-highlights table thead th,
body.financial-highlights table tbody th,
body.financial-highlights table tbody td,
body.financial-highlights table tfoot th,
body.financial-highlights table tfoot td {
	background: url(../img/div-dot.png) repeat-x bottom left;
	padding: 16px 8px 14px 0;
	vertical-align: middle;
}

body.financial-highlights table thead th {
	color: #32421e;
	font-weight: bold;
	line-height: 1.2em;
	padding: 22px 8px 20px 12px;
	text-align: right;
	width: 72px;
}

body.financial-highlights table tbody th,
body.financial-highlights table tfoot th {
	line-height: 1.2em;
	padding-left: 2px;
	text-transform: uppercase;
}

body.financial-highlights table tbody th {
	background-color: #d0e9b0;
	text-align: left;
}

body.financial-highlights table tbody td {
	background-color: #d0e9b0;
	text-align: right;
}

body.financial-highlights table tfoot th,
body.financial-highlights table tfoot td {
	background-color: #c1e3b0;
}

body.financial-highlights table tfoot th {
	text-align: right;
}

body.financial-highlights table tfoot td {
	text-align: right;
}

/* Pro Forma tables */
body.financial-highlights table thead .years-header th {
	background-color: transparent;
	padding: 12px 8px 10px 12px;
}
body.financial-highlights table thead .first-group { text-align: center; width: auto; }

body.financial-highlights table thead .first-group,
body.financial-highlights table .end-group {
	border-right: 1px dashed #aaa;
}

/* ---------------------------------------------------------------------------
	=investors - Email Alerts
--------------------------------------------------------------------------- */

body.investors .required-message {
	background: url(../img/div-dot.png) repeat-x bottom left;
	display: block;
	font-size: 0.857em;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

form .unsubscribe {
	background-color: #c3e699;
	color: #32421e;
	font-family: Helvetica, sans-serif;
	font-size: 0.857em;
	font-style: italic;
	margin-bottom: 8px !important;
	padding: 14px 16px 12px 41px;
}

	form .unsubscribe input {
		float: left;
		margin-left: -25px;
	}

	form .unsubscribe label {
		font-style: normal;
		font-weight: bold;
	}
	
form table {
	background: url(../img/div-dot.png) repeat-x top left;
	border-collapse: collapse;
	margin-bottom: 16px;
	width: 100%;
}

form table td,
form table th {
	background: url(../img/div-dot.png) repeat-x bottom left;
}

form table th {
	color: #062244;
	font-family: Helvetica, sans-serif;
	font-size: 0.786em;
	padding: 12px 0;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	width: 120px;
}

form table td {
	padding: 8px 0 6px;
	vertical-align: middle;
}

form textarea {
	height: 10.0em;
}

form input.full,
form textarea.full {
	width: 98%;
}

.form-button {
	padding-left: 120px;
}

#btn-submit {
	background: url(../img/button-submit.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 41px;
	text-indent: -9999px;
	width: 66px;
}

	#btn-submit:hover {
		background-position: 0 -41px;
	}

/* ---------------------------------------------------------------------------
	=investors - Events + Webcasts
--------------------------------------------------------------------------- */

body.events-webcasts #copy h2 {
	background: url(../img/div-dot.png) repeat-x bottom left;
	padding-bottom: 12px;
}

	body.events-webcasts #copy h2 em {
		color: #0a1f3e;
		display: block;
		font-family: Georgia, serif;
		font-size: 0.5em;
	}

#copy .event-webcast-item {
	background: url(../img/div-dot.png) repeat-x bottom left;
	list-style: none;
	margin: 0 0 12px;
	padding-bottom: 12px;
}

	#copy .event-webcast-item li {
		margin-bottom: 0;
	}
	
#copy .event-webcast-item.last-item {
	margin-bottom: 42px;
}

#copy .event-webcast-item h3 {
	color: #555555;
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: none;
}

#copy .event-webcast-item .date {
	color: #0a1f3e;
	font-family: Helvetica, sans-serif;
	font-size: 0.786em;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#copy .event-webcast-item .location {
	color: #799b4f;
	font-style: italic;
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------------
	=investors - Misc
--------------------------------------------------------------------------- */

.download-all-button a {
	background: url(../img/btn-download-all.png) no-repeat top left;
	display: block;
	height: 41px;
	text-indent: -9999px;
	width: 113px;
}

.download-all-button a:hover {
	background-position: 0 -41px;
}

.listen-webcast {
	background: url(../img/icon-audio.png) no-repeat left center;
	padding-left: 13px;
}

/* ---------------------------------------------------------------------------
	=investors - Callouts
--------------------------------------------------------------------------- */

#callout-ombudsman {
	margin-left: 30px;
}

#callout-ombudsman a {
	background: url(../img/btn-ombudsman.png) no-repeat 0 0;
	display: block;
	height: 24px; 
	text-indent: -9999px;
	width: 158px;
}

#callout-ombudsman a:hover {
	background-position: 0 -24px;
}

#callout-investor-relations {
	margin-left: 30px;
}

#callout-investor-relations a {
	background: url(../img/btn-investor-relations.png) no-repeat 0 0;
	display: block;
	height: 95px; 
	text-indent: -9999px;
	width: 158px;
}

#callout-investor-relations a:hover {
	background-position: 0 -95px;
}

body.investors #content-secondary .callout h5,
body.contact #content-secondary .callout h5 {
	background: url(../img/title-subscribe-callout.gif) no-repeat 0 0;
	height: 29px;
	width: 138px;
	padding: 0;
	text-indent: -9999px;
}

body.investors #content-secondary .callout p,
body.contact #content-secondary .callout p {
	font-size: 1.1em;
	margin-bottom: 5px;
}

/* stock links */
.stock-links .callout-item {
	padding: 0 10px;
}

.stock-links .callout-item h5 {
	margin: 0 -10px;
}

.stock-links .nasdaq,
.stock-links .yahoo {
	height: 26px;
	margin-bottom: 12px;
	text-indent: -9999px;
}

	.stock-links .nasdaq {
		background: url(../img/logo-nasdaq.png) no-repeat 0 0;
	}
	
	.stock-links .yahoo {
		background: url(../img/logo-yahoo.png) no-repeat 0 0;
		margin-top: 32px;
	}

.callout.stock-links .callout-item ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

.stock-links .callout-item ul li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

	#content-main .stock-links ul li a {
		background: url(../img/icon-link-green.png) no-repeat 0 50%;
		color: #009999;
		display: block;
		font-weight: bold;
		padding-left: 20px;
	}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#z {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}