@charset "utf-8";
/* CSS Document */

/* Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.4.1*/
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;vertical-align:top;text-align:left;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,dfn,var{font-style:normal;font-weight:normal;}caption{text-align:left;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}body {font:11px/1.231 Verdana, Arial, Helvetica, sans-serif;*font-size:small;*font:x-small;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


body {	
	line-height: 15px;
	position: relative;
	font-size: 11px;	
	background-color:#fff;
	color: #5c5c5c;		
}

ul, ol {
	margin-bottom:20px;
}

ul li, ol li {
	margin-left:16px;
	margin-bottom:8px;
}

ul li ul {
	margin-top:10px;
	list-style:disc;
}

ul.download_list, ul.download_list li {
	margin-left:0px;
	padding-left:0px;
}

ul.download_list li {	
	font-weight:bold;
	margin-bottom:10px;
}

ul.download_list li ul li {	
	font-weight:normal;
	margin-left:15px;
}

ul.download_list li ul {
	margin-top:8px;
	margin-bottom:0px;
}

ul.download_list li {
	list-style:none;
}

ul.download_list li a {	
	padding-left:12px;
	background-image:url(../images/interface/single_arrow_right02.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

ul.download_list li ul li a {
	background-image:url(../images/interface/single_arrow_right01.gif);
}


#content p, div.paragraph {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
} 

.curved_box p {
	margin-bottom:0px;
}

.alt_text_color, table.ar_table tr.mouse_over:hover, .feature_box, a:hover, a:link, a:active, a:visited, h1, h2, h3, h4, h5, h6 {
	color:#0860A8;
}

a:link, a:active, a:visited, a.sup, a.sup:link, a.sup:active, a.sup:visited {
	text-decoration: none;	
}

a:hover, a.sup:hover {
	text-decoration:underline
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;	
}

h1 {
	font-size:20px;		
}

h2, h3, h4 {
	font-size:13px;	
}

h3 {
	padding-top:10px;
}

h4 {
	font-style:italic;
	font-weight:bold;		
	color:#5c5c5c;	
	margin-bottom:5px;
}

h2 {
	margin-top:3px;
	margin-bottom:3px;
}

h3, .colored_feature_content h2 {
	margin-top:0px;
	margin-bottom:10px;
}

h1.alt, h2.alt, h3.alt, h4.alt, h5.alt {
	color: #000000;
}

img {
	display:block;
}

sup.registered {
	font-size:0.9em;
	line-height:0px;
}

#main_pane {
 width:770px;
 margin:0 auto;
 background-color:#fff;
}

#content_pane {
	background-image:url(../images/interface/nav__bg.gif);
	background-repeat:repeat-y;
	background-position:left;		
}

#content {	
	padding-top:22px;
	padding-left:23px;
	padding-bottom:30px;
	width:560px;
	background-color:#FFFFFF;		
}

#closeLink {
	background-color:#fff;
	text-align:right;
	padding:5px 20px 0px 0px;
	font-weight:bold;
}

h2.header_margin {
	margin-bottom:10px;
}

.bio_image {	
	margin-right:20px;
}

.bio {
	margin-bottom:20px;
}

.bio h2 {
	display:inline;	
}

.bio ul {
	margin-top: 10px;
}

.left_div, .bio_text, .bio_image {
	float:left;
}

.bio_text {	
	width:410px;
} 

/* Table styles */	

	table.large_table {
		font-size:0.8em;
	}
	
	table.larger_table {
		font-size:0.7em;
		margin-left:-10px;
	}

	table.notes_title {
		width:100%;	
		margin-bottom:2px;
		margin-top:12px;	
	}	
	
	table.notes_title tr td h3, table.notes_title tr td h4, table.notes_title tr td h2 {
		padding-top:0px;		
	}
	
	table.notes_title tr td h2 {
		margin-top:0px;
	}
	
	
	table.notes_table, table.ar_table {		
		margin-bottom:20px;
	}	
	
			
	table.mouse_over tr:hover, tr.mouse_over:hover {
		background-color:#e6eff6;			
		color:#0860A8;
	}
	
	table.mouse_over tr.no_mouse_over:hover, tr.no_mouse_over:hover {
		background-color: #ffffff;		
		color: #5c5c5c;
	}	
	
	table.notes_table tr td, table.ar_table tr td {
		padding-top:5px;
		padding-right:10px;	
		vertical-align:bottom;	
	}
	
	table.notes_table tr td {
		vertical-align:top;
		font-style:italic;
	}	
	
	table.ar_table tr th {
		font-weight:normal;		
		vertical-align:bottom;		
	}	
	
	table tr td div.indent {
		margin-left:20px;
	}
	
	table.right_align tr td, td.right_align {
		text-align:right;
	}
	
	table.ar_table tr th, table.center_align tr td {
		text-align:center;
	}				
	
	table tr th.content_text, table tr td.content_text {
		text-align:left;		
	}	
	
	table tr td.center_align {
		text-align:center;
	}
	
	table.top_align tr td, table.top_align tr th {
		vertical-align:top;
	}	
	
	table.bottom_align tr td, table.bottom_align tr th {
		vertical-align:bottom;
	}	
	
	table tr td.top_align, table tr th.top_align {
		vertical-align:top;
	}	
	
	table tr td.bottom_align, table tr th.bottom_align {
		vertical-align:bottom;
	}		
	
	table tr th.border_bottom_thin, table tr td.border_bottom_thin {
		border-bottom:1px solid #5c5c5c;
	}
	
	table tr th.border_bottom_thick, table tr td.border_bottom_thick {
		border-bottom:2px solid #5c5c5c;
	}
	
	td.double_border_bottom_thin {
		border-bottom:3px double #5c5c5c;		
	} 
	
	table.risk_factors_list {
		width:100%;
		margin-bottom:50px;
	}	
	
	table.risk_factors_list tr td {
		padding-bottom:9px;
		padding-top:9px;
	}
	
	table.risk_factors_list tr td.more {
		padding-right:0px;
	}
/* Table styles */


.feature_box {	
	width:178px;
	background-image:url(../images/interface/moduleContentArea.gif);	
}

.left_feature_content {
	margin-right:20px;
	width:270px;	
}

.right_feature_content {
	width:270px;
}

.colored_feature_content, .full_feature_content, .left_feature_content, .right_feature_content {
	margin-bottom:20px;
}

.left_feature_content img, .right_feature_content img {
	margin-bottom:12px;
}

.colored_feature_content {
	background-color:#e6eff6;
	width:560px;	
}

.colored_feature_content .inner_content {
	margin-left:10px;
	margin-right:10px;
}

.colored_feature_content_top {
	background-image:url(../images/interface/graphs__box_top.gif);
	background-repeat:no-repeat;
	background-position:top;	
	padding:0px;
	width:560px;
	height:10px;
}

.colored_feature_content_bottom {
	background-image:url(../images/interface/graphs__box_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
	padding:0px;
	width:560px;
	height:10px;
}

.feature_box .inner_content {
	padding:7px 12px 9px 12px;
}

.feature_box_bottom {
	background-image:url(../images/interface/moduleBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
	padding:0px;
	width:178px;
	height:6px;
}

.feature_box_top {
	background-image:url(../images/interface/contentModuleTop-revised.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px;
	width:178px;
	height:5px;
}

.clear {
	line-height:0px;
	height:0px;
	clear:both;
}

.top_title {
	float:left;
	width:328px;
	height:98px;
}

.back_to_box {
	float:right;
	margin-top:57px;
}

.back_to_box a {
	display:block;
	height:10px;
	background-image: url(../images/interface/header__backtoinvestor.gif);
	background-position:left;
	width:156px;
}

.download_center a:hover, .back_to_box a:hover {	
	background-position:right;	
}

.printview {
	display:none;
}

.download_center a {
	display:block;
	height:29px;
	background-image: url(../images/interface/header__downloadcenter.gif);
	background-position:left;
	width:107px;
	float:right;
}

.bar_box {
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;		
	height:30px;	
}

.bar_box .left_data {
	float:left;
	width:185px;
	position:relative;
	bottom: -25%;
}

.bar_box .right_data {
	float:right;
	width:185px;
	text-align:right;
	position:relative;
	bottom: -25%;
}

#footerNavigation {
	margin-bottom:10px;
}

body, .bar_box .right_data a:link, .bar_box .right_data a:active, .bar_box .right_data a:visited, .bar_box .right_data a:hover {
	color: #5c5c5c;
}

.altContentTitle, .contentTitle {	
	padding-left:0px;	
}

.altContentTitle {
	margin-bottom:7px;	
	display:none;
}

.no_right_padding {
	padding-right:0px;
}

.no_top_padding {
	padding-top:0px;
}

.no_bottom_margin {
	margin-bottom:0px;
}

.graph_box {
	float:left;
}

.nowrap {
	white-space:nowrap;
}

table.corporatedirectory td{
	width: 33%;
}

/* Styles for Previous/Next Pages */

		.print_page {
			float:right;	
			width:190px;		
		}
		
		.print_page a {
			display:block;
			background-image:url(../images/interface/button_print.gif);
			background-repeat:no-repeat;
			background-position:left top;
			width:78px;
			margin:0 auto;
			height:20px;	
		}
		
		.print_page a:hover {
			background-position:right top;
		}
		
		.previous_next_top {
			margin-bottom:17px;
		}
		
		.previous_next {
			position:relative;
			top:0px;
			left:187px;	
			padding-left:23px;
			height:80px;			
		}
		
		.previous_next .previous, .previous_next_top .previous {
			float:left;
			width:180px;	
		}
		
		.previous_next_top .previous a {
			display:block;
			width:88px;
			height:13px;
			background-image:url(../images/interface/button__previous.gif);
			background-position:left top;
		}
		
		.previous_next .previous a {
			display:block;
			width:180px;		
			background-image:url(../images/interface/button__previous01.gif);
			background-position:left top;
			background-repeat:no-repeat;	
			padding-left:10px;
			padding-top:15px;			
		}
		
		.previous_next .next, .previous_next_top .next {
			float:right;
			width:180px;
			text-align:right;	
		}
		
		.previous_next_top .next a {
			display:block;
			width:66px;
			height:13px;
			background-image:url(../images/interface/button__next.gif);
			background-position:left top;
			position:relative;
			left:114px;
		}
		
		.previous_next .next a {
			display:block;
			width:180px;			
			background-image:url(../images/interface/button__next01.gif);
			background-position:right top;	
			background-repeat:no-repeat;				
			padding-top:15px;
			text-align:right;			
			padding-right:9px;
		}
		
		.previous_next .previous a:hover {			
			text-decoration:none;
			background-image:url(../images/interface/button__previous02.gif);
		}
		
		.previous_next .next a:hover {			
			text-decoration:none;
			background-image:url(../images/interface/button__next02.gif);
		}
		
		.previous_next .previous a, .previous_next .next a, .previous_next .next a:hover, .previous_next .previous a:hover {
			color:#5c5c5c;
		}
		
		.previous_next_top .previous a:hover, .previous_next_top .next a:hover {
			background-position:right;
			cursor:pointer;
		}
		
		.previous_next, .previous_next_top {
			width:550px;						
		}
		

/* Styles for Previous/Next Pages */


/* Navigation Styles */
		ul.nav, ul.subnav {
			margin-left:0px;
			margin-bottom:0px;
		}
		
		ul.nav li ul {
			margin-top:auto;
		}
		
		ul.nav li a:hover, ul.nav li a:link, ul.nav li a:active, ul.nav li a:visited {
			color: #5c5c5c;
			text-decoration: none;
			display:block;
		}
		
		ul.subnav li a {
			background-image:url(../images/interface/single_arrow_right01.gif);
			background-repeat:no-repeat;
			background-position:left 5px;
			padding-left:12px;			
		}
		
		ul.subnav li a:hover {
			background-image:url(../images/interface/single_arrow_right02.gif);
			text-decoration: underline;
		}
		
		ul.subnav li a.selected, ul.subnav li a.selected:link, ul.subnav li a.selected:active, ul.subnav li a.selected:visited {
			background-image:url(../images/interface/single_arrow_right02.gif);
			color: #0860A8;
		}
		
		ul.nav li, ul.subnav li {
			list-style:none;
			margin:0px;
			padding:0px;
		}
		
		 ul.subnav li {		
			padding: 5px 0px;		
		}
		
		ul.subnav li ul {
			margin-left:12px;
		}
		
		.navbox {	
			margin-top:17px;
			margin-bottom:17px;
			margin-right:18px;
			padding-right:9px;				
		}
		
		
		.navbox a.introduction, .navbox a.business, .navbox a.mda, .navbox a.financial, .navbox a.other {			
			background-image:url(../images/interface/nav__all_nav.gif);
			height:25px;
			width:160px;									
		}				
		
		.navbox a.introduction {
			background-position:0px -3px;			
		}
		
		.navbox a.introduction:hover {
			background-position:187px -3px;	
		}
		
		.navbox a.business {
			background-position:0px -33px;			
		}
		
		.navbox a.business:hover {
			background-position:187px -33px;
		}
		
		.navbox a.mda {
			background-position:0px -63px;
		}
		
		.navbox a.mda:hover {
			background-position:187px -63px;
		}
		
		.navbox a.financial {
			background-position:0px -93px;
		}
		
		.navbox a.financial:hover {
			background-position:187px -93px;
		}
		
		.navbox a.other {
			background-position:0px -123px;
		}
		
		.navbox a.other:hover {
			background-position:187px -123px;
		}	
		
/* End Navigation Styles */

@media print {
	#main_pane {
		width:635px;
	}
	
	table.ar_table {	
		page-break-inside:avoid;
	}
	
	.top_title {
		float:none;
		width:328px;
		height:98px;
	}	
		
	#content {
		margin:0 auto;
		padding:0px;
	}
	
	.printview {
		display:inline;
	}
		
	.altContentTitle {		
		margin-left:0px;
		padding-bottom: 12px;
		display:inline;
	}
	
	#downloadCenter {
		border-bottom:none;
	}
	
	table.larger_table {		
		margin-left:0px;
	}
	
	#footerNavigation {
		margin-top:10px;
	}
	
	#footerNavigation .right_data, .download_center, .back_to_box, .previous_next_top, .previous_next, .navbox, .contentTitle {
		display:none;
	}		
	
	table.risk_factors_list {
		display:none;
	}
	
	.page_break {
		page-break-before:auto;
	}
	
}