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

/*--------------------------------------------------------------------------------------------------*/
/*----------------Optional style sheets use instead of background images----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background: url(../_images/global/bgV3.png) repeat;
}
.dottedLineBlue {
	background: url(../_images/global/dottedBlue.png) repeat-y;
	width: 1px;
}
.dottedLineWhite {
	background: url(../_images/global/dottedWhite.png) repeat-y;
	width: 1px;
}
#container_12 {
	height:auto;
	min-height:100%;
	background:url(../_images/global/mainGradientOverlay.png) repeat-y transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	color: #555;
}
#mainContent {
	height:auto;
	min-height:100%;
}
.footNote {
	margin-top: 5px;
	font-style: italic;
	font-size: 11px;
	line-height:1.2;
}

/*--------------------------------------------------------------------------------------------------*/
/*----------------Header Info ----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
}
#leftShadowWrapper {
	position: absolute;
	width: 26px;
	top: 0;
	left: -26px;
	height: 100%;
}
#leftShadow {
	background: url(../_images/global/leftShadow.png) repeat;
	position: fixed;
	width: 26px;
	height: 100%;
}
#rightShadowWrapper {
	position: absolute;
	width: 26px;
	top: 0;
	right: -26px;
	height: 100%;
}
#rightShadow {
	background: url(../_images/global/rightShadow.png) repeat;
	position: fixed;
	width: 26px;
	height: 100%;
}
#leftHeaderInfo {
	padding-top: 19px;
	padding-left: 40px;
	height:48px;
}
#logo {
	float: left;
	margin-bottom: 15px;	
}
#headerLine {
	height: 41px;
	float: left;
	margin: 0 15px;
}
#annualLine {
	font-weight: bold;
	margin-top: 10px;
	float: left;
}
#annualPDF {
	background: url(../_images/global/annualPDFBg.png) bottom repeat-x #b9aa11;
	text-transform:none;
	float: right;
	padding: 8px 25px;
	color: white;
	text-decoration: none;
	display: block;
}
#annualPDF:hover {
	background: url(../_images/global/navBg.png) bottom repeat-x #b9aa11;
	color:#FFF;
}


/*--------------------------------------------------------------------------------------------------*/
/*---------------------------		MAIN NAV STYLES		----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#navWrapper {
	background: url(../_images/global/navBg.png) repeat-x bottom #0066a4;
	width: 960px;	
}
.navLine {
	display:block;
	text-indent:-99999px;
	height:40px;
}

#nav{
	width:948px;
	display:block;
	margin:0 auto;
	height:40px;
	position:relative;
	top:0px;
	list-style:none;
}
#nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
}
#nav li a {
	display:		block;
	position:		relative;
/*	padding:10px 15px 10px;*/
	padding: 11px 11px 11px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:300;
	text-decoration:none;
	font-size: 11px;
}
#nav li a:hover, #nav li a.active {
	background:#0066a4;
}


/*--------------------------------------------------------------------------------------------------*/
/*----------------		END OF NAV STYLES				 ----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#headerShadow {
	background: url(../_images/global/headerShadow.png) repeat-x;
	width: 100%;
	height: 24px;
	position: absolute;
	z-index: 20;
}

/*--------------------------------------------------------------------------------------------------*/
/*----------------Homepage Info ----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.homepage #mainContent {
	background: url(../_images/global/mainContentBottomGrad.png) bottom repeat-x #0067a4;
	height: 100%;
}
#mainContentShadow {
	background: url(../_images/global/headerShadow.png) repeat-x;
	width: 100%;
	height: 24px;
}

/* Slides */
#homepageSlider {
	height: 410px;
	width:960px;
	overflow:hidden;
}
#homepageSlider .slide{		/*	set the width and height of the slides in order to prevent the weird aniumation in Firefox*/
	width:960px;
	height:414px;
}
.readMore{
	height:40px;
	width:160px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../_images/homepage/readMore.png) no-repeat center transparent;
	} 
.readMore:hover{
	background:url(../_images/homepage/readMoreHover.png) no-repeat center transparent;
	}
#rmOne{
	margin:170px 0 0 480px;
	} 
#rmTwo{
	margin:170px 0 0 20px;
	} 
#rmThree{
	margin:146px 0 0 20px;
	} 
#rmFour{
	margin:146px 0 0 760px;
	} 
#rmFive{
	margin:330px 0 0 40px;
	} 
.homePrev {
	float: left;
	width: 28px;
	height: 27px;
	background: url(../_images/homepage/blueButtonPrev.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
	z-index: 2;	
	margin-left: 60px;
}
.homeNext {
	float: right;
	width: 28px;
	height: 27px;
	background: url(../_images/homepage/blueButtonNext.png) no-repeat;
	text-indent: -9999px;	
	cursor: pointer;
	position: relative;
	z-index: 2;		
	margin-right: 60px;
}
.homePrev:hover {
	background: url(../_images/homepage/blueButtonPrevHover.png) no-repeat;
}
.homeNext:hover {
	background: url(../_images/homepage/blueButtonNextHover.png) no-repeat;
}
.homeNavigation {
	width:247px;
	margin:360px 0 0 713px;
	position: absolute;
	z-index: 10;
}
.homeNavigation a, .homeNavigation a {
	color: #FFD000;
	font-size: 15px;
	text-decoration: none;
}
.homeNavigation a:hover,.homeNavigation .activeSlide {
	color: white;
	text-decoration: none;
}
/* End Slides */

.homepageColumns {
	height: 440px;
	float: left;
	margin: 0 15px;	
}
.homeHeadline {
	background: #b7a70a url(../_images/homepage/goldBar.png) bottom repeat-x;
	text-align: center;
	color: white;
	padding: 8px 0;
	text-transform: uppercase;
	margin-bottom: 0;
}
.homepage p {
	margin-top: 10px;
}
.homepage a {
	text-transform: uppercase;
	text-decoration:none;
}
.homepage .grid_5 {
	margin: 0 40px;
}
.homepage .grid_5 p {
	color: white;
}


/*--------------------------------------------------------------------------------------------------*/
/*----------------Landing Pages ----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.landingPage #mainContent {
	background:  transparent;
	height:100%;
	padding-bottom:24px;
}
.landingPage .grid_11{
	margin: 0 0 0 40px;
	}
.landingPage h1 {
	margin:8px 0 0 40px;
}
.landingPage h2 {
	margin:-14px 0 0 40px;
}
.oneLineHeadline {
	margin-bottom: 20px !important;
}

/*--------------------------------------------------------------------------------------------------*/
/*---------------- Landing/Interior Info ----------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.quote {
	color: #C0AE00;
	background: url(../_images/global/quoteBg.png) no-repeat bottom right;
	padding: 0 10px 23px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
}
#introBox {
	background: #0066a4;
	color: white;
	margin-bottom: 24px;
}
#introCopy {
	font-size: 12px;
	letter-spacing: .1em;
	float: left;
	width: 585px;
	margin: 26px 0 0 40px;	
}


/***** Our Two Fields of Play *****/
.brandLogos {
	margin: 20px 15px 30px;
	text-align: center;
	width: 930px;
	float: left;
}


/*****  Shareholder *****/

#introPhoto {
	float: left;
	margin: 0 10px 0 40px;
}
#introPhotoInfo {
	float: left;
	margin-top: 24px;
	width: 120px;
}
#introName {
	font-weight: bold;
	font-size: 14px;
}
#introTitle {
	font-style: italic;
	font-size: 12px;
}

#shareholderPagination{
	height:24px;
	font-size:16px;
	padding:5px 20px 0;
	margin-bottom:24px;
	float:left;
}
#shareholderPagination{
	color:#C0AE00;
	font-size:14px;
	}
#shareholderPagination a{
	text-decoration:none;
	font-size:16px;
	margin:0 12px;
	padding:4px 11px 6px 9px;
	}
#shareholderPagination .activeSlide {
	text-decoration: none;
	background:url(../_images/letterShareholder/activeCircle.png) no-repeat;
}
#growthText {
	margin-top: 10px;
	font-size: 11px;
	font-style: italic;
}
/* Slides */
#shareholderSlider {
	/*width:880px;*/
	height: 460px;
	margin:0 0 0 40px;
	padding-bottom: 20px;
	background:transparent;
}
#shareholderSlider .slide{		/*	set the width and height of the slides in order to prevent the weird aniumation in Firefox*/
	/*width: 820px;*/
	height:460px;
	background:transparent !important;
	/*padding-right:60px;*/
} 

.slide .grid_5{
	width:420px !important;
	background:transparent !important;
	}
#shareholderNavigation {
	width:445px;
	margin:20px auto;
}

.shareholderNavigation a:hover,.shareholderNavigation .activeSlide {
	text-decoration: none;
	background:url(../_images/letterShareholder/activeCircle.png) no-repeat;
}

/* End Slides */


/***** Senior Leadership *****/

.seeAllQA {
	float:right;
	margin-bottom: 10px;
}
#seniorAccordion h6 {
	margin-bottom: 0 !important;
	background:url(../_images/seniorLeadership/q.png) no-repeat left top;
	padding: 10px 20px;
	cursor: pointer;
	outline: 0;
	border-bottom:1px dotted #ccc;
}
#seniorAccordion h6:hover {
	background-color: #ebf3f7 !important;
}
#seniorAccordion h6.ui-state-active {
	outline: 0;
}
#seniorAccordion h6.ui-state-active:hover {
	background-color: #ebf3f7 !important;
}
#seniorAccordion div {
	background:url(../_images/seniorLeadership/a.png) no-repeat left top;
	padding: 10px 20px;
	margin-bottom:12px;
}
.accordionTitle {
	display:block;
	font-weight: 600;
}