@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll; /* set scroll on for home page alignment */
}
body {
	margin:0;
	padding:0;
	background-image: url(../_images/background.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
.container{
    width: 960px;
    margin: 0 auto 0;
    position: relative;
}


img { padding:0; margin:0; border:none;}
p { font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 15px; }

ul {
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    font-size: 15px;
}




.callOutText { font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 18px; color: #0077BF; border-bottom: 1px solid #ccc; padding-bottom: 1em}
.callOutText2 { font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 15px; color: #0077BF; }
.callOutText3 { font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 13px; font-style: italic; color: #666666; padding-left:10px; width: 250px;}
.callOutText4 { font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 13px; font-style: italic; color: #666666; padding-left:90px; width: 840px;}

.no-bottom-line{
    border-bottom: none;
}
#right.fullWidth {
	width: 860px;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 100;
	font-size: 45px;
	line-height: 45px;
	color: #0077BF;
}
.extraLargeHeader {
	font-size: 100px;
	line-height: 85px;
	letter-spacing: -1;
}
.color01 {
	color: #666;
}
.color01 {
	color: #0077BF;
}
.clear {
	clear: both;
}
/*nav*/
#nav {
	width: 965px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
        position: fixed;
        top: -1px;
        z-index: 102;
        background-color: #fff;
}

#logo {
	float:left;
}

.braciola{
    height: 189px;
    background-color: #fff;
    background: url('../_images/braciola.png');
    width: 598px;
    top: -99px;
    margin-left: 362px;
    position: absolute;
    position: fixed;
    *top: -79px;
    cursor: pointer;
    z-index: 101;
    
}

.braciola #braciola-arrow{
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}

.braciola ul{
    float: right;
    position: absolute;
    bottom: 20px;right: 20px;
    list-style-type: none;
    width: 960px;
    list-style-image: none;
    *bottom: 30px;

}



.braciola ul li{
    float: right;
    background: #CBE3F6;
    height: 110px;
    width: 177px;
    margin-left: 5px;
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
      color: #000;

}

.braciola ul li:hover{
    background: #0077C0;
    color: #fff;
}




.braciola ul li .text{
    float: left;
    margin-top: 20px;
    width: 85px;
    font-weight: bold;
  

}

.braciola ul li .size{
    font-weight: normal; margin-top: 5px;
}
.braciola ul li .cover{
    float: left; padding-right: 5px; clear: both;
}
/* begin nav buttons */

.nav01
{
	display: block;
	width: 123px;
	height: 114px;
	background: url("../_images/nav_01.png") no-repeat 0 0;
	float: left;
}
.nav01 span
{
  display: none;
}
.nav01 span table tr td
{
	color:#0F0;
	padding-left: 37px;
	padding-bottom: 8px;
}
.nav01Selected
{
	display: block;
	width: 123px;
	height: 114px;
	background: url("../_images/nav_01.png") no-repeat 0 0;
	background-position: 0 -114px;
	float: left;
}


.nav01Selected span
{
  display: none;
}

.nav02
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_02.png") no-repeat 0 0;
	float: left;
}
.nav02 span
{
  display: none;
}
.nav02 span table tr td
{
	color:#0F0;
	padding-left: 37px;
	padding-bottom: 8px;
}
.nav02Selected
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_02.png") no-repeat 0 0;
	background-position: 0 -114px;
	float: left;
}
.nav02Selected span
{
  display: none;
}

.nav03
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_03.png") no-repeat 0 0;
	float: left;
}
.nav03 span
{
  display: none;
}
.nav03Selected
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_03.png") no-repeat 0 0;
	background-position: 0 -114px;
	float: left;
}
.nav03Selected span
{
  display: none;
}


.nav04
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_04.png") no-repeat 0 0;
	float: left;
}
.nav04 span
{
  display: none;
}
.nav04 span table tr td
{
	color:#0F0;
	padding-left: 37px;
	padding-bottom: 8px;
}
.nav04Selected
{
	display: block;
	width: 120px;
	height: 114px;
	background: url("../_images/nav_04.png") no-repeat 0 0;
	background-position: 0 -114px;
	float: left;
}
.nav04Selected span
{
  display: none;
}


.nav05
{
	display: block;
	width: 121px;
	height: 114px;
	background: url("../_images/nav_05.png") no-repeat 0 0;
	float: left;
}
.nav05 span
{
  display: none;
}
.nav05Selected
{
	display: block;
	width: 121px;
	height: 114px;
	background: url("../_images/nav_05.png") no-repeat 0 0;
	background-position: 0 -114px;
	float: left;
}
.nav05Selected span
{
  display: none;
}




.nav-hover{
    background-position: 0 -114px;
}

#nav01-active, #nav02-active, #nav03-active, #nav04-active, .nav-active{
    background-position: 0 -228px;
}
/* end nav buttons */

#centerBox {
	width: 860px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	float: left;
}
#right {
	width: 565px;
	float: left;
      
}

#fixed-left-right{
      margin-left: 289px;
      	width: 565px;
	float: left;
}

#left {
	float: left;
	width: 275px;
	margin-right: 14px;
        position: absolute;

        *margin-left: -875px;

}

#left-fixed{
    	float: left;
	width: 275px;
	margin-right: 14px;
        position: absolute;
        position: fixed;
        *margin-left: -875px;
        margin-top: -40px;

}
#left .buttonGroup {
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
        list-style-image: none;
}

#left .buttonGroup li{
    list-style-type: none;
}
#left .buttonGroup a {
	text-decoration: none;
	color: #000;
	width: 259px;
	height: 47px;
	display: block;
	background:url(../_images/leftBtnBkgrnd.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 18px;
	margin-bottom: 4px;
}
#left .buttonGroupSelected a {
	text-decoration: none;
	width: 259px;
	height: 47px;
	display: block;
	background:url(../_images/leftBtnBkgrnd.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0 -65px;
	color: #fff;
}
#left .buttonGroup a:hover {
	text-decoration: none;

	background-position: 0 -130px;
}

#left .buttonGroupSelected a {
	text-decoration: none;
	width: 259px;
	height: 47px;
	display: block;
	background:url(../_images/leftBtnBkgrnd.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0 -65px;
	color: #fff;
}

#left .buttonGroupSelected a:hover{
    background-position: 0 -65px;
  
}

#left .buttonGroup a.active{
    background-position: 0 -65px;
    color: #fff;
}
#left .buttonGroup span {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
.lDecoration {
	height: 160px;
	margin-bottom: 19px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b2cde0;
}
.rightHead {
	height: 160px;
	margin-bottom: 19px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0077c0;
	position:relative;
}
.shareholder {
	background-image: url(../_images/shareholder.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bottomJustify {
	position: absolute;
	bottom: 15px;
}
#homeContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
        *top: 135px;
        *padding-top: 135px;
}
#content {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;

        *top: 135px;
}
#footer {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   	background-image: url(../_images/footer-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin-top: 32px;
	margin-bottom: 10px;
        *margin-top: 132px;
}
#footer ul {
   font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 12px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   padding-top:20px;
}
#footer ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   margin-right:30px;
   padding:0;
   position:relative;
   right:50%;
}
#footer li:last-child {
	margin-right:0;
}
#footer a {
	color: #0077BF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#slideShow {
	background-image: url(../_images/home-slider-background.png);
	background-repeat: no-repeat;
	height: 446px;
	width: 960px;
	position: relative;
}
#leftFeature {
	background-image: url(../_images/home-left-box-bkgrnd.png);
	background-repeat: no-repeat;
	height: 145px;
	width: 400px;
	float: left;
	margin-right: 3px;
	position: relative;
}
#rightFeature {
	height: 145px;
	width: 559px;
	background-image: url(../_images/home-right-box-bkgrnd.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#features {
	height: 145px;
	width: 962px;
}
#rightFeature .rightFeatureImage {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#lFeatureButton {
	position: absolute;
	left: 25px;
	top: 50px;
}
#rFeatureButton {
	position: absolute;
	left: 25px;
	top: 50px;
}
/*
.button {
	font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 17px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f4fb), color-stop(1, #c4d6f0) );
	background:-moz-linear-gradient( center top, #f0f4fb 5%, #c4d6f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f4fb', endColorstr='#c4d6f0');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a1a6aa;
	display:inline-block;
	color:#000;
	font-size:15px;
	font-weight:bold;
	padding:7px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0076b9), color-stop(1, #005a8c) );
	background:-moz-linear-gradient( center top, #0076b9 5%, #005a8c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076b9', endColorstr='#005a8c');
	color:#fff;
	text-shadow:1px 1px 0px #000;
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}
.button span {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
*/
.button {
	font-family: 'News Cycle', sans-serif; font-weight: 400; font-size: 17px;
	color: #000;
        position: relative;
        float: left;
        text-decoration: none;
}

.button-left{
   float: left;
    height: 46px;
    width: 12px;

}

.button-left-hover, .button-left-active{
    position: absolute; left: 0; top: 0;
    display: none;
}
.button-middle{
    background: url('../_images/button-middle.png') repeat-x;
    height: 39px;
    padding-top: 7px;
    float: left;
    position: relative;
}

.button-middle .text{
    position: relative;z-index: 99;
}

.button-middle-hover{
        background: url('../_images/button-middle-hover.png') repeat-x;
    height: 39px;
    padding-top: 7px;
    position: absolute;
    left: 0; top: 0px;
    width: 100%;
    display: none;
}

.button-middle-active{
        background: url('../_images/button-middle-active.png') repeat-x;
    height: 39px;
    padding-top: 7px;
    position: absolute;
    left: 0; top: 0px;
    width: 100%;
    display: none;
}

.button-right{
    float: left;
    height: 46px;
    width: 14px;
}

.button-right-hover, .button-right-active{

        position: absolute; right: 0; top: 0;
        display: none;
}

.button span {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
.button:hover {
	
	/*background-position: 0 -43px;*/
}
#leftFeature p, #rightFeature p {
	padding-left: 194px;
	padding-top: 15px;
	margin: 0px;
}
.featureHeader {
	display: block;
	font-size: 30px;
	color: #0077BF;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	line-height: 30px;
}
.featureSub {
	display: block;
	font-size: 13px;
	line-height: 15px;
        padding-right: 20px;
}
.leftType {
	width: 207px;
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
        margin-top: 20px;
}
.leftDecorationType {
	display: block;
	font-size: 25px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0077BF;
	position: relative;
}
.leftDecorationType img {
	position: absolute;
	left: -17px;
	top: 10px;
}
#slideShow #s4 {
	position: absolute;
	top:29px;
	left:24px;
	height: 376px;
	width: 558px;
}
#slideShadows {
	position:absolute;
	top:15px;
	left:24px;
	z-index:100;
}
#sliderNav {
	position:absolute;
	top:397px;
	left:608px;
}
#sliderNav a {
	width:10px;
	height:10px;
	background-image:url(../_images/slide-bkgrnds.png);
	background-repeat:no-repeat;
	display:block;
	float: left;
}
#sliderNav a.activeSlide { background-position: 0 -10px; }
#slideShowText {
	padding-top: 104px;
	padding-left: 607px;
	margin: 0;	
}
#slideShowText h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 100;
	font-size: 93px;
	line-height: 93px;
	color: #fff;
	text-shadow: 2px 2px 2px #3987BA;
	margin: 0;	
	padding: 0;	
	padding-bottom: 32px;
}
#slideShowText p {
	font-size: 33px;
	line-height: 38px;
	color: #FFF;
	text-shadow: 1px 1px 2px #3987BA;
	margin: 0;	
	padding: 0;
	padding-bottom: 12px;
        height: 80px;
}





/*************************************************************** Financial Highlights Table ****************************************************************/

.financial-table{
         font-size: 10px;
         border-spacing: 0;
         font-weight: bold;
         width: 860px;
}

.financial-table .table-description{
        padding: 10px 0;
}

.financial-table tr{
        height: 15px;
}

.financial-table .label{
    text-align: left;
    width: 273px !important;
    padding: 0;
}

.financial-table .indent{
    padding-left: 10px;
    width: 400px;
}

.financial-table .table-description{
        padding: 10px 0;
        width: 537px;
}

.financial-table tr td{
        height: 15px;
        text-align: right;
        width: 40px;
        *width: 42px;
        padding: 0 15px 0 0;
        *padding-left: 15px;
    }

.financial-table tr td.hover{
        background-color: #AFD0EF;
}

.financial-table tr td.cell_hover{
        background-color: #9CBAD7;
}
.financial-table tr td.nohover {
        background-color: #AFD0EF;
}

.financial-table tr td.ignore{
        background-color: #fff;
}

 .financial-table tr td:nth-child(1).cell_hover {
      background-color:#AFD0EF;
}

.financial-table tr td.blue-bottom{
            border-bottom: #CCCCCC solid 1px;
	    margin-bottom: 10px;
	    padding-bottom: 4px;
	    
}

 .financial-table tr td.blue-bottomB{
            border-bottom: #CCCCCC solid 1px;
	    width: 400px;
	    padding-bottom: 4px;
	    padding-right: -20px;
	    margin-right:-20px;


}
 .financial-table tr td.blue-bottomC{
            border-bottom: #CCCCCC solid 1px;
	    width: 60px;
	    padding-bottom: 4px;
	    

	
	 
}
 .financial-table tr td.blue-bottomD {
            border-bottom: #CCCCCC solid 1px;
	    width: 60px;
	    padding-bottom: 4px;
	    
}

.financial-table .percent {
          position: absolute;
      }

.financial-table .year{
                padding:0 20px 0 10px;
           }

.financial-table .change{
            width: 65px;
            text-align: right;
            padding-right: 8px;
        }

.financial-table .dollar-sign {
         float: left;
         margin-left: 59px;
         *margin-left: 0;
}

@-moz-document url-prefix() {
     .financial-table .dollar-sign
     {
     margin-left: 59px;
  }
}


    .financial-table tr td p{
        margin: 0;
    }

.csptable {
width: 175px;
font-size: 12px;
margin-top: -30px;
}


.csplabel  {
    font-size: 12px;
    color: black;
}



.cspbold{
    color: #0077BF;
    font-size: 13px;
    
}

.csp {
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.cspdollar-sign {
float: left;
margin-left: 20px;
}



.carrot{
    float:left;
    margin-left: -10px;
    color: #0077BF;
    font-weight: 600;
}

.carrot2{
    float:left;
    margin-left: -12px;
    color: #0077BF;
    font-weight: 600;
}

ul {
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    font-size: 15px;
    list-style-image: url("../_images/8ptbullet3.gif");
}

#shareholders-list li{
    margin-top: 7px;
}

.financial-table tr td p.parenthesis{
    margin-right: -4px;
}