
/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong, .bold {
	font-weight: bold;
}

em {
	font-style: italic;
}

.noItalics {
	font-style: normal !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}

p {
	margin: 10px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 10px;
}

sub {
	top: 0.4em;
}

p.rightAligned {
	text-align: right;
}

body {
	font-size: 13px;
	min-width: 1080px;
	min-height: 700px;
	height: 100%;
	x-background: url('../_images/global/mainBg.png') repeat-x;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.bullets {
	list-style: outside;
}

.copy {
	font-size: 12px;
	line-height: 16px;
	color: #3a3a3a;
}

.indentedCopy {
	font-size: 12px;
	line-height: 18px;
	color: #252525;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 10px 0 10px 10px;
}

.marginTop45 {
	display: block;
	margin-top: 45px !important;
}

.marginTop145 {
	display: block;
	margin-top: 145px !important;
}

.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}

.allCaps {
	text-transform: uppercase !important;
}

/* font sizes */
.fs11 {
	font-size: 11px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs38 {
	font-size: 38px !important;
}

/* colors */
.black {
	color: #000 !important;
}

.black2{
	color: #3A3A3A !important;
}

.white {
	color: #fff !important;
}

.color01 {
	color: #a2b729 !important;
}

.color02 {
	color: #dd4e24 !important; /* Orange */
}

.color03 {
	color: #4a266b !important;/* Green */
}

.color04 {
	color: #1067a8 !important; /* Blue */
}

.color05{
	color: #4c266c !important; /* Dark Purple */
}

/* background colors */
.background01 {
	background: #fff !important;
}

hr.whiteLine {
	background: #fff;
	border: 0;
	height: 1px;
	margin: 10px 0;
}

/***** Genreal *****/

.slide .container {
	width: 1060px;
	margin: auto;
	position: relative;
}

/***** Header / Navigation *****/

header {
	width: 100%;
	min-width: 1080px;
	height: 156px;
	background: url('../_images/global/mainBg.png') repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
}

header > div {
	width: 100%;
	height: 100%;
	background: url('../_images/global/headerBg3.png') no-repeat center;
	position: relative;
}

header > div > .container {
	width: 1080px;
	height: 100%;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -151px;
	top: 43px;
}

#reportTitle {
	position: absolute;
	bottom: 31px;
	left: 50%;
	margin-left: -74px;
}

#stockInfo {
	position: absolute;
	top: 11px;
	left: 15px;
}

#search {
	position: absolute;
	top: 0;
	right: 10px;
}

#search li {
	float: left;
	margin-right: 5px;
	list-style: none;
	position: relative;
	height: 25px;
	line-height: 25px;
}

#search li a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 9px 0 4px;
	border-right: 1px solid #f45c8c;
	height: 20px;
	line-height: 20px;
	margin: 2px 0 0 0;
}

#search li a:hover {
	text-decoration: underline;
}

#search li .srcBox {
	/*width: 140px;*/
				width: 120px;
	-webkit-appearance: none;
	border: 0;
	height: 25px;
	text-indent: 10px;
	background: url(../_images/global/nav/srcBg.png) top left repeat-x;
	color: #fff;
	line-height: 20px;
}

#search li .submitBtn {
	position: absolute;
	top: 0;
	left: 120px;
	width: 23px;
	background: url(../_images/global/nav/icon_src.png) center center no-repeat #fafafa;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	height: 25px;
	text-indent: -99999px;
}

#shareIcons{
	position: relative;
	top: 4px;
	height: 25px;
	position: relative;
}

#shareIcons li {
	position: relative;
}

#shareIcons span {
	position: absolute;
	top: 30px;
	left: -10px;
	color: #000;
	display: none;
	font-size: 11px;
	cursor: pointer;
}

#shareIcons li: hover span {
	display: block;
}

.nav {
	position: absolute;
	bottom: 60px;
}

.nav.left {
	left: 0;
	width: 375px;
	width: 296px;
}

.nav.right {
	right: 0;
	width: 375px;
	width: 345px;
}

.nav li a {
	display: block;
	padding: 0 9px;
	margin: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #4b266c;
}

.nav.left li {
	float: right;
}

.nav.right li {
	float: left;
}

/* ========================================================================
																	SLIDER NAV INTRO PAGE
========================================================================= */
	#introLeftNav {
	position: fixed;
	top: 50%;
	margin-top: -85px;
	left: 30px;
	z-index: 99;
}

.navigation {
	x-display: none;
}

.navigation ul li {
	list-style: none;
	margin: 10px 0;
}

.navigation ul li a {
	background: url(../_images/intro/slideNavBg_off.png) top left no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 18px;
}

.navigation ul li a.active {
	background: url(../_images/intro/slideNavBg_on.png) top left no-repeat;
}

#stockInfo {
	color: #fff !important;
}

#stockInfo p {
	margin: 0;
}

/***** Full Screen Slides *****/

.slides {
	width: 100%;
	height: 100%;
}

.slides > .slide, .slide {
	display: block;
	height: 100%;
	width: 100%;
}

.slideLinesBg {
	width: 100%;
	height: 100%;
	background: url('../_images/intro/slideLinesBg.png');
}

.slide .container {
	width: 1080px;
	height: 100%;
	margin: auto;
}

.slide .content {
	position: absolute;
	left: 50px;
	top: 50%;
}

.slide .gamePlanNumber {
	position: absolute;
	left: 50px;
	top: 35%;
	width: 450px;
}

.slide.five .gamePlanNumber {
	position: absolute;
	left: 50px;
	top: 30%;
	width: 450px;
}

.slide .gamePlanNumber p {
	margin: 15px 25px 15px 0;
}

.slide .contentB {
	position: absolute;
	right: 25px;
	top: 50%;
}

.zero {
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.zero #background {
	position: absolute;
	top: 80px;
	left: 0;
	max-width: 80%;
}

.zero #mike {
	position: absolute;
	top: 134px;
	left: 300px;
	z-index: 10;
	width: 400px;
}

.zero #introCopy {
	position: absolute;
	left: 515px;
	top: 0;
	width: 260px;
}

.zero #introCopy p {
	font-size: 14px;
	color: #7d7d7d;
	line-height: 19px;/*font-family: 'Montserra', sans;*/
			}

.zero .brands {
	position: absolute;
	left: 505px;
	top: 275px;
}

.zero #introTitle {
	position: absolute;
	left: 505px;
	top: 460px;
}

.zero .brands {
	background: none !important;
}

.zero .brands.two {
	display: none;
}

.zero .content {
	left: 69%;
	top: 53%;
	margin-top: -200px;
	margin-left: 60px;
}

.zero .nextSlide {
	background: url('../_images/intro/arrowDown.png');
	z-index: 20;
}

.slide.one {
	background: #4e2871;
}

.slide.one .content {
	margin-top: -128px;
}

.slide.one .contentB {
	margin-top: -75px;
}

.slide.two {
	background: #009dff;
}

.slide.two .content {
	margin-top: -128px;
}

.slide.two .contentB {
	margin-top: -132px;
}

.slide.three {
	background: #ed0091;
}

.slide.three .content {
	margin-top: -127px;
}

.slide.three .contentB {
	margin-top: -226px;
}

.slide.four {
	background: #b1c62d;
}

.slide.four .content {
	margin-top: -118px;
}

.slide.four .contentB {
	margin-top: -226px;
}

.slide.five {
	background: #dc6428;
	overflow: hidden;
	min-height: 900px;
}

.slide.five .content {
	margin-top: -195px;
}

.slide.five .contentB {
	margin-top: -290px;
	max-height: 80%;
}

.slide.five .clickLearnMore {
	position: absolute;
	bottom: 90px;
	left: 865px;
	display: none;
}

.slide.five a.wthArrow {
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	line-height: 45px;
}

.slide.five .wthArrow span {
	margin-top: 0;
	float: left;
	display: block;
}

.slide.five .wthArrow img {
	float: left;
	margin-right: 10px;
	width: 40px;
}

.slide.five .show_fiveSide.wthArrow span {
	float: left;
}

.fiveSide {
	position: absolute;
	top: 500.5%;
	right: 0%;
	background: #f9f9f9 url('../_images/intro/slide5Bbg.jpg') no-repeat left;
	z-index: 20;
	width: 0%;
	height: 99.5%;
	overflow: hidden;
}

.fiveSide .letter {
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	min-width: 300px;
	max-width: 42%;
}

#letterSlider {
	overflow-y: auto;
}

#letterSlider .letterChart {
	float: left;
	min-width: 175px;
	max-width: 45%;
	width: 190px;
	margin: 25px 10px 0 0;
}

.nextSlide, .leftArrow {
	display: block;
	width: 60px;
	height: 60px;
	background: url('../_images/intro/arrowDownWhite.png');
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -30px;
	cursor: pointer;
}

.show_fiveSide {
/*left: 243px;
		x-top: 665px;
		top: 50%;
		margin-top: 255px;	
		background: url('../_images/intro/arrowRight.png');*/
	}

.leftArrow {
	background: url('../_images/intro/arrowLeft.png');
	left: 50px;
	margin-top: -30px;
	top: 50%;
}

/* =====================================	
		Section Tabs (right area content) ~ Chas
====================================== */
.plusIcon {
	height: 26px;
	width: 26px;
	position: absolute;
	top: -8px;
	left: -5px;
	z-index: 10;
	cursor: pointer;
}

.section01 {
	position: relative;
}

.section01 .plusIcon {
	background: url(../_images/intro/plusIcon_purple.png) top left no-repeat;
}

.section02 {
	width: 335px;
	height: 97px;
	background: url(../_images/intro/_sections/two/background.png) top left no-repeat;
	margin: 20px 20px 20px 0;
}

.section02 li {
	display: inline-block;
	margin: 12px 3px 10px 8px;
	position: relative;
}

.section02 .plusIcon {
	background: url(../_images/intro/plusIcon_blue.png) top left no-repeat;
}

.section03 {
	margin: 20px 0 0 0;
	width: 140px;
	height: 308px;
	background: url(../_images/intro/_sections/four/background.png) top left no-repeat;
}

.section03 .plusIcon {
	background: url(../_images/intro/plusIcon_pink.png) top left no-repeat;
}

.section03 ul {
	padding-top: 10px;
}

.section03 li {
	margin: 10px 0 15px 5px;
	position: relative;
}

.section04 {
	width: 335px;
	height: 189px;
	background: url(../_images/intro/_sections/three/background.png) top left no-repeat;
}

.section04 .plusIcon {
	background: url(../_images/intro/plusIcon_green.png) top left no-repeat;
}

.section04 li {
	position: relative;
	display: inline-block;
	margin: 12px 3px 5px 8px;
}

.section05 {
	width: 492px;
	height: 105px;
	display: block;
	background: url(../_images/intro/_sections/five/background.png) top left no-repeat;
}

.section05 .plusIcon {
	top: 0;
	left: 0;
	background: url(../_images/intro/plusIcon_orange.png) top left no-repeat;
}

.section05 ul {
	margin: 15px 0 0 3px;
}

.section05 li {
	position: relative;
	display: inline-block;
	margin: 5px -2px 5px 0;
}

.floatSection {
	float: left;
}

.headlineCopy {
	font-size: 15px;
	font-weight: lighter;
	line-height: 19px;
}

.headlineCopy2 {
	font-size: 20px;
	line-height: 24px;
}

#slideBottom p {
	margin: 0 10px;
}

/* ==================================
				Section Tabs Light Boxes 
====================================*/
.lightBoxContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../_images/global/transBlackBg.png') repeat;
	z-index: 500;
	display: none;
	overflow-y: scroll;
}

.lightBoxContainer img.orangePopOut {
	position: absolute;
	top: 135px;
	left: 50%;
	/*margin-top: -306px;*/
		margin-left: -284px;
}

.lightBoxContainer img.rightAligned {
	margin-left: -285px;
	margin-top: -175px;
}

/*
	#lightBoxGamePlan div{
		overflow-y: scroll;
	}
	
		#lightBoxGamePlan img{
			top: 50%;
			left: 50%;
			margin-left: -491px;
			margin-top: -422px;
			padding: 100px 0;
		}
		*/
		#lightBoxGamePlan .popUpBox {
	width: 777px;
	background: #fff;
	margin-left: -380px;
	height: 500px;
	overflow-x: visible !important;
	overflow-y: auto;
}

#lightBoxWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../_images/global/transBlackBg.png') repeat;
	z-index: 500;
	display: none;
}

/* ORANGE SECTION LIGHT BOXES */
#rolloverContainer {
	width: 496px;
	height: 582px;
	height: 192px;
	margin-top: -60px;
	position: absolute;
	right: 25px;
	top: 50%;
}

.rolloverImg {
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 15px;
}

.rolloverImg: hover {
	opacity: 1;
	cursor: pointer;
}

#growthPlanBox.popUpBox {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -350px;
	width: 704px;
	height: 351px;
	z-index: 540;
	display: none;
}

/* BLUE SECTION LIGHT BOXES */
.lightBoxContainer .popUpBox {
	/*height: 351px;*/
    left: 50%;
	margin-left: -285px;
	position: relative;
	top: 165px;
	width: 630px;
	z-index: 540;
	border: 3px solid #fff;
	border-radius: 8px;
}

.lightBoxContainer .blueBox {
	background: #0099ff;
	padding: 20px 0 0 20px;
}

.lightBoxContainer .innerContent {
	float: left;
}

.lightBoxContainer .innerContent.textWidth {
	width: 310px;
}

#developmentLightBox.lightBoxContainer .innerContent.textWidth {
	width: 415px;
}

.lightBoxContainer ul {
	margin: 25px;
}

.lightBoxContainer li {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 10px 0;
	font-weight: lighter;
}

.lightBoxContainer h5 {
	font-size: 26px;
	font-weight: normal;
}

.lightBoxContainer .innerContent p.popOutCap {
	margin: 0 10px;
}

/*
.lightBoxContainer #image01.innerContent{
	padding-top: 130px;
}
*/
#financialsLightBox .innerContent img {
	margin-top: 10px;
}

#financialsLightBox .innerContent {
	width: 220px;
}

#financialsLightBox.lightBoxContainer .innerContent {
	margin: 0 15px -2px 0;
}

.lightBoxContainer #image02.innerContent {
	padding-top: 20px;
}

#image01.innerContent p.popOutCap {
	width: 175px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#image02.innerContent p.popOutCap {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 175px;
}

/*
#deliveryLightBox.lightBoxContainer .blueBox {
    padding: 20px 0 0 20px;
}
*/
/*
.popUpBox{
	position: absolute;
	top: 120px;
	left: -35px;
	width: 570px;
	height: 351px;
	z-index: 540;
	display: none;
}
*/
.popUpBox .closeBtn {
	position: absolute;
	top: 5px;
	left: 10px;
	cursor: pointer;
}

.closeBtnRgt {
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
}

/* PINK SECTION LIGHT BOXES */
/*
.popUpBox2{
	position: absolute;
	top: 120px;
	left: -15px;
	width: 485px;
	height: 351px;
	z-index: 540;
	display: none;
}
.popUpBox2Wide{
	position: absolute;
	top: 120px;
	left: -15px;
	width: 570px;
	height: 351px;
	z-index: 540;
	display: none;
}
*/
#financialsLightBox.lightBoxContainer .pinkBox {
	background: #e92d8b;
	padding: 20px 0 0 20px;
	width: 600px;
	margin-left: -295px;
}

#hrLightBox.lightBoxContainer .pinkBox {
	width: 510px;
}

.lightBoxContainer .pinkBox {
	background: #e92d8b;
	padding: 20px 0 20px 20px;
	width: 490px;
	margin-left: -245px;
}

/* ======================================
									CEO LETTER 
====================================== */
.ceoTeaser {
	width: 310px;
}

#ceoLetter .introCopy {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #0066a4;
}

#ceoLetter p.introCopy {
	margin: 25px 0;
}

.letterSlide span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #4b266c;
}

#intro .letterSlide span {
	font-size: 14px;
}

#intro .chartTitle .units {
	font-size: 12px;
}

#ceoLetter #pager {
	margin: 20px 0;
	position: absolute;
	top: 440px;
}

#ceoLetter #pager a {
	display: block;
	height: 34px;
	width: 34px;
	margin-right: 5px;
	display: inline-block;
	background: url(../_images/intro/_sections/five/letter/buttonBg.png) top left no-repeat;
	text-decoration: none;
	line-height: 34px;
	text-align: center;
	color: #898989;
}

#ceoLetter #pager a.activeSlide {
	color: #2b76a3;
}

/* ================================ 
					INTERIOR PAGE STYLES 
================================= */
.interior #mainContent {
	position: relative;
	top: 0;
	padding: 80px 0 40px 0;
}

.interior .headLine {
	margin: 35px 0;
}

.bdrTopGreen {
	border-top: 2px solid #bacd4d;
}

.bdrBottomGreen {
	border-bottom: 2px solid #bacd4d;
}

.bdrBottomOrange {
	border-bottom: 2px solid #dd4e24;
}

.bdrTopOrange {
	border-top: 2px solid #dd4e24;
}

.bdrTopBlue {
	border-top: 2px solid #1067a8;
}

.bdrBottomBlue {
	border-bottom: 2px solid #1067a8;
}

.callOut {
	padding: 15px 0;
}

/* =========================================
								SHAREHOLDERS STYLES
========================================== */
body#shareholders {
	background: url(../_images/intro/slideLinesBg.png) repeat scroll 0 0 #e6008b;
	height: 100%;
	width: 100%;
}

#shareholders .subHead {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #4b266c;
	text-transform: capitalize;
}

#shareholders p {
	margin: 5px 0 20px;
}

#shareholders p.headLine {
	margin: 35px 0;
}

#shareholders #mainContent a {
	color: #ec008c;
	font-weight: 500;
	text-decoration: none;
}

#shareholders #mainContent, #financials #mainContent {
	top: 100px;
	padding: 45px 0 40px 0;
}

/* =========================================
				RESEARCH & DEVELOPMENT  STYLES
========================================== */
body#rd {
	background: url(../_images/intro/slideLinesBg.png) repeat scroll 0 0 #aec32b;
	height: 100%;
	width: 100%;
}

#team #mainContent, #rd #mainContent {
	top: 20px;
}

#mainContent #banner {
	position: relative;
}

#mainContent #banner img.bannerImg {
	width: 100%;
	height: auto;
}

#mainContent #banner #bannerCallout {
	position: absolute;
	top: 80px;
	left: 0;
	width: 468px;
	height: 187px;
	background: url(../_images/rd/calloutBox.png) top left no-repeat;
}

#mainContent #banner #bannerCallout div {
	margin: 15px 0 0 100px;
	width: 445px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}

#rd #tabs, #team #tabs {
	display: block;
	position: relative;
	z-index: 10;
	margin-top: -42px;
}

#rd #tabs ul#tabbers {
	border-bottom: 5px solid #679608;
}

#rd .tabWrapper, #team .tabWrapper {
	padding: 10px 0 0 0;
}

#rd #tabbers li, #team #tabbers li {
	display: inline-block;
	margin-right: 0;
	height: 40px;
	background: url(../_images/rd/btnBg.png) top left repeat-x;
	line-height: 40px;
	text-align: center;
}

#rd #tabs li.active {
	background: url(../_images/rd/btnBgActive.png) top left repeat-x;
}

#rd #tabbers li.active a, #team #tabbers li.active a {
	color: #fff;
}

#rd #tabbers li a, #team #tabbers li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #707070;
	padding: 0 20px;
	height: 40px;
}

#mainContent #banner #bannerCallout div {
	margin-top: 15px;
	display: block;
}

#marketing a {
	text-decoration: none;
}

/*
#rd #design{
	background: url(../_images/rd/background.png) -35px 0 no-repeat;
	min-height: 1106px;
}
#rd #customerDevelopment{
	background: url(../_images/rd/background2.png) -15px 0 no-repeat;
	min-height: 1166px;
}
#rd #marketing{
	background: url(../_images/rd/background3.png) -30px 0 no-repeat;
	min-height: 1166px;
}
#rd #supplyChain{
	background: url(../_images/rd/background4.png) -30px 0 no-repeat;
	min-height: 1240px;
}
*/
/* 	Q&A Styles
============================== */
#rd .question {
	font-size: 15px;
	font-weight: bold;
	color: #adc32b;
	margin: 20px 0;
}

#rd .question span {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	font-size: 32px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rd .question p {
	float: left;
	width: 650px;
	line-height: 17px;
}

#rd .answer {
	display: block;
	margin: 0 40px 0 45px;
}

#rd #rightSide {
	margin: 20px 0;
}

#rd #rightSide #backLink {
	padding-right: 15px;
}

.quotes {
	background: url(../_images/rd/quotes.png) center center no-repeat;
	width: 100%;
	min-height: 220px;
}

.quote {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ================================ 
								OUR TEAM
================================ */
body#team {
	background: url(../_images/intro/slideLinesBg.png) repeat scroll 0 0 #0092ff;
	height: 100%;
	width: 100%;
}

#team #tabbers li.active {
	background: url(../_images/team/btnBgActive.png) top left repeat-x;
}

#team .tabWrapper {
	margin-top: 20px;
}

#team #tabs ul#tabbers {
	border-bottom: 5px solid #1067a8;
}

#ourTeam .callOut p {
	margin: 0 15px;
}

#team .item {
	margin-bottom: 15px;
}

#team .title {
	color: #4b266c;
	font-size: 15px;
	font-weight: normal;
}

#team #boardOfDirectors li {
	margin: 10px 0 15px 0;
}

#team .tabContent p.copy {
	margin: 5px 0;
}

/* ==========================
						FINANCIALS
========================= */
body#financials {
	background: url(../_images/intro/slideLinesBg.png) repeat scroll 0 0 #4b266c;
	height: 100%;
	width: 100%;
}

.chart {
	margin: 15px 0 25px;
}

.chart p {
	margin: 5px 55px;
}

.chart img {
	display: block;
	margin: auto;
}

.chartTitle {
	display: block;
	margin: 0 20px;
	font-size: 16px;
	text-align: center;
	color: #ec008c;
	height: 40px;
}

.chartTitle .chartKey {
	display: block;
	height: 40px;
}

.chartTitle .units {
	font-size: 12px;
}

#financials a.download {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: url(../_images/financials/downloadIcon.png) top left no-repeat;
	padding-left: 20px;
	color: #3A3A3A;
	margin-right: 15px;
}


/* ==========================
						SEARCH STYLES
========================= */

#searchContent{
	padding-top: 80px;
	padding-bottom: 60px;
}

	#searchContent #searchTitle{
		margin: 0 0 20px 0;
		display: block;
	}
	
	#searchInfo{
		background: #f7f7f7;
		padding: 10px;
		margin: 0 -10px 10px;
	}
	
		#searchInfo .keyword{
			font-weight: bold;
		}

	.searchResult{
		padding: 10px;
		margin: 0 -10px;
		border-bottom: 1px solid #f7f7f7;
		display: block;
		color: #1067a8;	
		text-decoration: none;
	}
	
	.searchResult:hover{
		background: #fafafa;
		border-bototm: 1px solid #e5e5e5;
	}
	
		.searchResult .showTitle{
			text-decoration: none;
			font-weight: bold;
			text-decoration: underline;
		}
	
	
	.searchItem{
		
	}


/* ==========================
						SEGMENT STYLES
========================= */

span.bold > sup {
	font-weight: normal;
}

body#segments {
	background: url(../_images/intro/slideLinesBg.png) repeat scroll 0 0 #D34D24;
}
/* Smaller Monitors */
@media only screen and (min-width: 767px) and (max-width: 1025px) {
}
@media (max-width: 1100px) {

/*header{
		position: absolute;	
	}*/
	body {
	min-width: 960px;
}

header > div > .container {
	width: 960px;
	height: 100%;
}

.slide .container {
	height: 100%;
	margin: auto;
	width: 960px;
}

.zero #mike {
	left: 20%;
	position: absolute;
	top: 134px;
	width: 400px;
	z-index: 10;
}

.nav.right {
	right: -15px;
	width: 350px;
}

.nextSlide, .leftArrow {
	background: url('../_images/intro/arrowDownWhite.png');
	bottom: 130px;
	cursor: pointer;
	display: block;
	height: 60px;
	left: 47%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}

.slide .gamePlanNumber {
	left: 50px;
	position: absolute;
	top: 35%;
	width: 345px !important;
}

.slide .gamePlanNumber img {
	max-width: 100%;
	height: auto;
}

.nextSlide, .leftArrow {
	left: 43%;
	bottom: 110px;
}

.ceoTeaser {
	width: 225px;
}

.ceoTeaser a.wthArrow img {
	height: 25px !important;
	width: 25px !important;
}

.slide.five .wthArrow span {
	font-size: 15px;
	margin-top: -8px;
}

#letterSlider .letterChart{
	width: 170px;
}

}
