/* Annual Report Section Overwrite Styles */
/***********************************************/
/*          Financial Highlights               */
/***********************************************/
.narrow_p {
	width: 200px;
	float: left;
}
.narrow_p2 {
	width: 230px;
	float: left;
}
table{
	width: 500px;
	padding-bottom: 10px;
}
table.anniversary{
	width: 534px;
	padding-bottom: 10px;
}
table.sigs{

	padding-bottom: 0px;

}
table td{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
}
table td.unpad{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.image_float{
	margin-top: 15px;
	margin-left: 20px;
}
.charts{
	margin-top: 20px;
}
.table_header{
	font-weight: bold;
	padding-left: 0;
}
.main_table_header{
	font-weight: bold;
	text-align: center;
}
.table_header_right{
	font-weight: bold;
	text-align: right;
}
.right_align{
	text-align: right;
}
.center{
	text-align: center;
}
/***********************************************/
/*           Letters to Shareholders           */
/***********************************************/
#keller_taylor_img{
	float: left;
}
.letter_h4{
	font-family: Frutiger, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #FD0711;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    text-transform: uppercase;
	margin-right: 15px;
	margin-left: 220px;
    /*display: block; */ 
}
.text{
	padding-right: 20px;
}
.signature{
	text-align: center;
	float: left;
}
/***********************************************/
/*           Programs Accreditation           */
/***********************************************/
#col1{
	width: 250px;
	float: left;
}
#col2{
	width: 250px;
	float: left;
	margin-left: 15px;
}
#col1 ul{
	margin:0;
	padding:0;
	list-style-type: none;
	padding-bottom: 20px;
}
#col1 ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	background: none;

}
#col2 ul{
	margin:0;
	padding:0;
	list-style-type: none;
	padding-bottom: 20px;
}
#col2 ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	background: none;

}
.sub{
	font-size: 9px;
	font-style: italic;
	
}
/***********************************************/
/*          Operating Locations                */
/***********************************************/

#column1{
	float: left;
	width: 100px;
}
#column2{
	float: left;
	width: 100px;
}
#column3{
	float: left;
	width: 100px;
}
#column1 ul li, #column2 ul li, #column3 ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	background: none;
}
.line{
	padding: 0;
	margin: 0;
}
hr{
	padding: 0;
	margin: 0;
	height: 1px;
	width: 100%;
}

/* effectively the leftmost column in this layout... */
.corporate #section-nav{
    height:         auto;
    position:       relative;
    float:          left;
    display:        inline;
    clear:          none;
    width:          179px;
	/*left in for later use*/
    background:     url(../images/navs/corp/subnav-bg-strip.gif) repeat-y 0px 150px;
	/*background: none;*/
    padding:        0px;
    z-index:        10;
    margin:         0 0 0 20px;
}

/***********************************************/
/*          Introduction                       */
/***********************************************/
.intro{
	width: 	439px;
	height: 476px;
	padding: 130px 15px 0 15px;
	margin: 0 0 0 30px;
	float: 	left;
	background: url(../images/annual_report/intro_background.jpg);
	text-align:	center;
	color:	#FFFFFF;
}




