/* common styles */
html, body {
   /* height: 100%; */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#231f20;
	min-width: 955px;
	background-color: #f4f8f7;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#page {
	/*padding: 0 36px;*/
	/*background-color: #ffffff;*/	
}

a {
    color:#37939B;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    padding-bottom: 10px;
	line-height: 16px;
}
sup {
    font-size: 8px;
}

ul li {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size:13px;
}


h2 {
	padding: 5px 0 30px;
	margin: 0;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h2.b-title_blue {
	font-family: Arial, Helvetica, sans-serif;
	color:#37939B;
	padding-bottom: 30px;
}

.blue_text {
	color:#37939B !important;
}

h3 {
	color:#37939B;
	font-size: 16px;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
h4 {
	color:#37939B;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 13px;
}
.b-small_text {
	color:#76777A;
	font-size: 11px;
	padding-bottom: 35px;
}
.b-quote {
	margin: 25px 0;
	padding: 7px 0;
	border-top:1px solid #c4dfe2;
	border-bottom:1px solid #c4dfe2;
	color:#7E8082;
}
.b-quote_text {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 22px;
	/*font-family: 'matrixTwo';*/
	font-family: "Times New Roman", Times, serif;
	color: #37939b;
	font-weight: bold;
}
.b-quote_text-about {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 22px;
	/*font-family: 'matrixTwo';*/
	font-family: "Times New Roman", Times, serif;
	color: #37939b;
	font-weight: bold;
}
.b-list_gray li {
	background:url(../images/gr_bull.gif) no-repeat 0 6px;
	/*color:#575556;*/
	color:#7E8082;
	line-height: 20px;
}
.b-list_bk li {
	background:url(../images/bk_bull.gif) no-repeat 0 6px;
}
.b-list_bl li {
	background:url(../images/bl_bull.gif) no-repeat 0 6px;
	padding-bottom: 10px;
}
.b-list li {
	list-style-type: circle;
	color: #37939b;
	background: none;
	padding: 0;
}
ol {
	margin: 10px 0;
}
ol li {
	list-style-type: decimal;
}
.b-block_m {
	padding-top: 10px;
}
.b-pdf-link {
	text-align:right;
	padding-bottom:5px;
	padding-right:15px;
}
.b-pdf-link a {
	color:#818385;
	text-decoration:none;
}
.b-page-slogan {
    font-size: 14px;
    line-height: 20px;
	color:#7E8082;
}




.b-block-white {
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff #ffffff #ffffff #ffffff;
	padding: 15px 0 12px;
}

.b-page {
	padding: 0 95px 0 58px;
}
.b-page-title {
	padding: 20px 0 41px;
	margin: 0;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.b-cols .b-col {
	float: left;
	/*width: 186px;*/
	width: 196px;
	padding-right: 10px;
}
.b-cols .b-col-last {
	padding: 0;
	width: 180px;
}
/* common styles end */

/* Layout */

.width_limiter {
	width: 955px;
	position: relative;
	display: block;
	margin: auto;
}

.b-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width:100%;
    position:relative;
    margin: 0 auto;
}

.b-main {
	/*padding:18px 0 81px;*/
	width: 1020px;
	margin: auto;
	background: #fff;
}

/* header styles */
.b-header {
	/*padding-bottom:16px;*/
	/*border-bottom:1px solid #d2d3d3;*/
	position: relative;
	background: #fff;
}

.header_bg_left, .header_bg_right {
	position: absolute;
	width: 475px;
	height: 127px;
}

.header_bg_left {
	background: url(../images/header_bg_left.png) no-repeat top left;
	left: 0;
}

.header_bg_right {
	background: url(../images/header_bg_right.png) no-repeat top right;
	right: 0;
}

.b-logo {
	display: block;
    float: right;
    margin-bottom: 40px;
    padding-top: 31px;
}
.b-logo a, .b-logo strong {
    background: url("../images/logo.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 47px;
    position: relative;
    margin-right: 31px;
    text-decoration: none;
    text-indent: -9999px;
    top: 22px;
    width: 135px;
}
.b-site-heading {
	font-size:14px;
	float:left;
	padding-top:79px;
	font-weight: bold;
	position: relative;
	left: 18px;
	text-transform: uppercase;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: Arial, Helvetica, sans-serif;
}

.navbar_wrapper {
	width: 100%;
	background: url(../images/navbar_bg.png) repeat;
	position: relative;
    display:block;
	clear:both;
	overflow:hidden;
}

.b-menu {
    position: relative;
    display:block;
	clear:both;
	overflow:hidden;
	padding:0;
	margin:auto;
	width: 1022px;
	height: 60px;
}
.b-menu  li {
	border-right: 1px solid #FFFFFF;
	display:block;
	float:left;
	padding:0;
	position: relative;
    top: 11px;
}
.b-menu li a {
	text-decoration: none;
	color:white;
	font-size: 9px;
	display: block;
	height:33px;
	padding: 16px 25px 0;
	position:relative;
	border-width:0 0 0 0;
	border-style:solid;
	border-color:#a5cdd1;
	border-collapse: collapse;
	position:relative;
	text-indent: -9999px;
}
.b-menu li a span {
	background: url(../images/topmenu-items.png) no-repeat 1000px 1000px;
	height: 31px;
	position: absolute;
	top:8px;
	left:22px;
	cursor: pointer;
}
.b-menu li a:hover, .b-menu li .b-active {
	background: white;
	z-index: 10;
	color:black;
	border-color:#3b949d;
}
.b-menu .b-last {background: none;}

.b-menu .b-menu-item1 {	width: 144px; }
.b-menu .b-menu-item1 a { /*border-left:1px solid white;*/}
.b-menu .b-menu-item1 a:hover,.b-menu .b-menu-item1 .b-active  { border-left:1px solid #3b949d;}
.b-menu .b-menu-item1 span {background-position: 0 0; width: 75px; top:12px; left: 47px;}

/*.b-menu .b-menu-item2 {	width: 110px;}
.b-menu .b-menu-item2 span {background-position: 0 -31px; width: 70px;}*/

.b-menu .b-menu-item2 {	width: 110px;}
.b-menu .b-menu-item2 span {background-position: 0 -31px; width: 75px;}

.b-menu .b-menu-item3 {	width: 141px;}
.b-menu .b-menu-item3 span {background-position: 0 -70px; width: 97px;}

.b-menu .b-menu-item4 {	width: 96px;}
.b-menu .b-menu-item4 span {background-position: 0 -110px; width: 55px;}

.b-menu .b-menu-item5 {	width: 105px;}
.b-menu .b-menu-item5 span {background-position: 0 -149px; width: 60px;}

.b-menu .b-menu-item6 {	width: 135px;}
.b-menu .b-menu-item6 span {background-position: 0 -189px; width: 89px;}

.b-menu .b-menu-item7 {	width: 139px;}
.b-menu .b-menu-item7 span {background-position: 0 -228px; width: 93px;}

.b-menu .b-menu-item8 {	width: 144px;}
.b-menu .b-menu-item8 span {background-position: 0 -269px; width: 72px;}

.b-menu .b-menu-item1 a:hover span, .b-menu .b-menu-item1 .b-active span {background-position: -112px 0; width: 75px;}
.b-menu .b-menu-item2 a:hover span, .b-menu .b-menu-item2 .b-active span {background-position: -112px -31px; width: 75px;}
.b-menu .b-menu-item3 a:hover span, .b-menu .b-menu-item3 .b-active span {background-position: -114px -70px; width: 97px;}
.b-menu .b-menu-item4 a:hover span, .b-menu .b-menu-item4 .b-active span {background-position: -112px -110px; width: 55px;}
.b-menu .b-menu-item5 a:hover span, .b-menu .b-menu-item5 .b-active span {background-position: -112px -149px; width: 60px;}
.b-menu .b-menu-item6 a:hover span, .b-menu .b-menu-item6 .b-active span {background-position: -112px -189px; width: 89px;}
.b-menu .b-menu-item7 a:hover span, .b-menu .b-menu-item7 .b-active span {background-position: -112px -228px; width: 93px;}
.b-menu .b-menu-item8 a:hover span, .b-menu .b-menu-item8 .b-active span {background-position: -112px -269px; width: 72px;}
/* header styles end */

/* footer styles */

.b-footer {
	height: 60px;
	margin: -10px auto 0;
	/*padding: 0 27px;*/
	position: relative;
	width: 100%;
	background-color: #9cc5ca;
}


.b-footer ul {
	margin: 0;
	border-top: 1px solid #D2D3D3;
	text-align: center;
	padding: 21px 0 0;
}
.b-footer ul li {
	display: inline;
	background: none;
	padding: 0 7px 0 0;
	color:#fff;
	font-size:11px;
}
.b-footer ul li a {
	text-decoration:none;
	color:#fff;
}

/* footer for shareholder information */
.b-footer-share {
	height: 60px;
	position: relative;
	width: 955px;
	background-color: #9cc5ca;
	margin-top: -60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 27px;
}
.b-footer-share ul {
	margin: 0;
	padding: 13px 0 0 0;
	border-top: 1px solid #D2D3D3;
}
.b-footer-share ul li {
	display: inline;
	background: none;
	padding: 0 7px 0 0;
	color:#76777a;
	font-size:11px;
}
.b-footer-share ul li a {
	text-decoration:none;
	color:#76777a;
}
/* end footer for shareholder information */


.street-address {
	padding-right:7px;
}

/* footer styles end */
/* Layout end */

/* slider */
.b-slider {
    height: 530px;
    margin: auto;
    position: relative;
    width: 1019px;
}
.b-slider .slides_container {
   	overflow: hidden;
    position: relative;
    width: 1019px;
	height: 471px;
}
.slides_container div {
    width: 1019px;
	height: 471px;
}
/* slider end */

/* about page */
.b-block_about {
	background: url("../images/map.png") no-repeat scroll 110px 130px transparent;
    padding-left: 115px;
	padding-right: 200px	
}
.b-block_about h2 {
    padding-bottom: 446px;
    position: relative;
    top: -42px;
}
.b-block_about .b-list_gray {
	padding-bottom: 126px;
}
/* about page end */

/* financial highlight */
.b-perf_graf {
	background: url(../images/graf/g1.png) no-repeat top left;
	width: 610px;
	height: 495px;
	margin:0 0 0 240px;
}
/* financial highlight end */

/* board*/
.b-of-cards {
	padding-bottom: 40px;
	/*border-bottom: 1px solid #D2D3D3;*/
}
.b-of-cards .b-of-cards_item {
	padding: 25px 0 0;
	width: 172px;
	display: block;
	float: left;
	position: relative;
}
.b-of-cards .b-of-cards_item-last {
	width: 80px;
}
.b-of-cards .b-of-cards_item span {
	white-space: nowrap;
	color:#37939b;
	font-size: 11px;
	/*font-family: 'matrixTwo';*/
	/*font-family: "Times New Roman", Times, serif;*/
}
.b-of-info .b-of-info_item{
	color: #3F3B3C;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.b-of-info .b-of-info_item span {
	color:#37939b;
	/*font-family: 'matrixTwo';*/
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 13px;
}
.b-of-info .b-of-info_item a {
	text-decoration: none;
	color:#37939B;
}
.b-of-info .b-of-info_item p {
	padding: 0;
}
/* board end*/
/* other boards */
.b-cols280 .b-col {
	width: 275px;
	padding-top: 13px;
	padding-bottom: 30px;
}
.b-cols280 .b-col-last {
	width: 230px;
}
.b-cols280 .b-of-info .b-of-info_item {
	line-height: 16px;
}
.b-cols245 .b-col {
	width: 245px;
	padding-top: 18px;
	padding-bottom: 30px;
}
.b-cols245 .b-col-last {
	width: 230px;
}
.b-cols245 .b-of-info .b-of-info_item {
	line-height: 18px;
}
/* other boards end  */

/* presidents message */
.b-left {
	float: left;
	width: 175px;
	padding-right:5px;
}

.b-submenu {
	font-size: 12px;
	/*font-family: 'TradeGothicLTRegular';*/
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 27px;
	margin-left: 0px;
}
.b-submenu li {
	padding-bottom: 0px;
	padding-left: 0;
}
.b-submenu li a {
	text-decoration: none;
	color: #37939b;
	font-size: 12px;
	padding: 7px 25px 7px 45px;
	display: block;
}
.b-submenu li a:hover,.b-submenu li a.b-active {
	color:#fff;
	background: #9cc5ca;
}

.b-right {
	width: 780px;
	float: right;
}

.b-block_pr {
    background: url("../images/presidents.png") no-repeat scroll 520px 57px transparent;
    padding: 0 288px 10px 0;
}

.b-block_pr_in {	
	min-height: 460px;
	position: relative;
}
.b-block_pr_in li {
	font-size: 14px;
	line-height: 20px;
	color:#7E8082;
	list-style-image: url(../images/gr_bull.gif);
	padding-bottom: 10px;
	margin-left: 15px;
}

.b-nav {
	text-align: right;
	position: absolute;
	right:-170px;
	bottom:0;
}
.b-nav a {
	text-decoration: none;
	color:#76777A;
	font-size: 11px;
}


/* presidents message end */

/*report page*/
.b-block-gray_in {
	padding-left: 20px;
	padding-right: 95px;
}
.b-block-gray_in .b-page-title {
	padding-top: 0;
	padding-bottom: 34px;
}
.b-cols455 {
	width: 850px;
	padding-left: 5px;
}
.b-cols455 .b-col {
	width:380px;
	padding: 25px 80px 0 0;
}
.b-cols455 .b-col-last {
	padding-right: 0;
	width: 375px;
}

.b-block-gray_in li {
	padding-bottom: 7px;
}
.b-block-gray_in li a {
	text-decoration: none;
	font-size: 14px;
}
.b-block-gray_in ul li ul {
	padding: 8px 0 0 15px;
}
.b-gray_heading {
	background: #58585a;
	margin: 18px 0 11px;
	padding: 9px 38px;
	color:white;
	font-size: 14px;
}
.b-blue_heading {
	background: #37939B;
	margin: 5px 0px 10px;
	padding: 9px 38px;
	color:white;
	font-size: 14px;
}
.b-block-text {
	padding: 0 38px;
}
.b-block-text p {
	line-height: 21px;
}
.b-block-text ul {
	padding-bottom: 10px;
}

.b-block-text li {
	background:url(../images/bk_bull.gif) no-repeat 0 6px;
	font-size: 12px;
	line-height: 21px;
}

.b-block-text dl {
	padding-bottom: 10px;
}

.b-block-text dt {
	font-size: 10px;
	margin-bottom:-10px;
	
}

.b-block-text dd {
	/*background:url(../images/bk_bull.gif) no-repeat 0 6px;*/
	font-size: 10px;
	line-height: 10px;
	margin-left: 25px;
	
}

.b-block-text ol {
	background: no-repeat 0 6px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 21px;
	margin-left: 20px;
}

.b-block-text ol li {
	background: no-repeat 0 6px;
	font-size: 12px;
	line-height: 21px;
	margin-left: 20px;
}
.b-block-text_blue {
	color:#37939B;
}

#backToTop {
    background: url(../images/back_to_top.png) no-repeat;
    height: 44px;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    width: 132px;
    display: none;
}

/*report page end*/

/*report page tables*/
.tbl{
	font-size: 11px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 38px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.tbl td{
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.clr th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4699a1;
	border-top-style: none;
}

.tbl-line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4699a1;	
}

.tblHeading{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4699a1;
	border-top-style: none;
	vertical-align:bottom;
}
/*report page tables end*/


.map_pics {
    position: relative;
}

.map_pics div {
    display: block;
    margin-bottom: 0px;
    height: 15px;
    width: 300px;
}

#red {
    background: url("../images/choose_map.png") no-repeat scroll 0 0 transparent;
}

#green {
    background: url("../images/choose_map.png") no-repeat scroll 0 -15px transparent;
}

#dot {
    background: url("../images/choose_map.png") no-repeat scroll 0 -30px transparent;
    height: 25px;
}
.b-block-gray {
	/*    background: #f4f4f4;*/
    border-width: 1px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 50px;
}

.gray_table ul li {
	list-style: none;
	background: none;
	padding-bottom: 1px;
	padding-left: 0;
	padding-right: 0;
}

.gray_table a {
	display: block;
	padding: 5px 30px 5px 36px;
	background: #b9d6d9;
	color: #231f20;
}

.gray_table a:hover {
	background: #37939B;
}

.gray_table .list_title {
	background: #858686;
	color: #fff;
	padding: 5px 30px 5px 20px;
}

.gray_table ul li ul {
    padding: 1px 0 0 0;
}

.b-cols455 .gray_table .b-col {
    padding: 25px 16px 0 0;
    width: 501px;
}

.b-cols455 .gray_table .b-col-last {
    padding: 25px 0px 0 0;
}

.b-cols455 .gray_table .b-col-last a {
	background: #858686;
	color: #fff;
	padding: 8px 30px 8px 36px;
}

.b-cols455 .gray_table .b-col-last a:hover, .gray_table .list_title:hover {
	background: #58585A;
}

.b-cols455 .gray_table .b-col-last a.last {
	padding: 6px 30px 6px 36px;
}