/* Standard HTML elements*/
body {
	background: #2b71a7 url(/images/header/diagPatternBG.gif) repeat-x left top;
	font-size: 62.5%; /*resets 1em to be equivalent to 10px*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #363636;
}

h1, h2, h3 {
	color: #133f6e;
}

a, a:link, a:visited {
	color: #e87800;
	text-decoration: none;
}

a:hover {
	color: #e87800;
	text-decoration: underline;
}

/*-------------------------------------------    
    GENERAL STRUCTURE
-------------------------------------------*/
#headerBackgroundFrame,
#headerFrame,
#pageBodyFrame,
#footerFrame {
	width: 100%;
	float: left;
	text-align: center;
}

	#headerBackgroundFrame {
		background: url(/images/header/headerThickRightBG.gif) no-repeat right 57px;
	}
	
	#headerFrame {
		background: url(/images/header/headerThinLeftBG.gif) no-repeat left 57px;
	}

	#pageBodyFrame {
		background-color: #fff;
	}
	
		#homePage #pageBodyFrame {
			background: #fff url(/images/home/logoFeatureBG.gif) repeat-x left bottom;
		}

	#footerFrame {
		background: url(/images/footer/thinLeftBG.gif) no-repeat left top;
		height: 200px;
	}

#header,
#pageBody,
#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.flash {
	padding: 5px;
	margin: 10px 0;
	width: 100%;
	float: left;
	font-size: 1.2em;
}

	.flash.error {
		border: solid 1px #cc0000;
		background-color: #eeaaaa;
		color: #cc0000;
	}

	.flash.notice {
		border: solid 1px #99cc99;
		background-color: #e2f9e3;
		color: #006600;
	}


/*-------------------------------------------    
    HEADER
-------------------------------------------*/
#header {
	height: 95px;
	background: url(/images/header/headerCenterBG.gif) no-repeat left 57px;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 7px 0 0 -10px;
}

#header div {
	height: 67px;
	width: 222px;
	float: right;
}

#header div label img {
	margin-top: 21px;
}

#header div input {
	margin-top: 24px;
	vertical-align: top;
}

	#header div input.textBox {
		width: 148px;
		border: solid 1px #113b6a;
	}

#header ul {
	float: right;
	width: 738px;
	height: 28px;
	overflow: hidden;
}

#header li {
	float: left;
}

/*-------------------------------------------    
    SIDE BAR
-------------------------------------------*/
/*Duplicate backgrounds are applied over their parent elements b/c of IE bugs*/
#sideBar {
	width: 200px;
	float: left;
	background: url(/images/sideBar/gradient.gif) repeat-y right top;
}

#sideBar h3 {
	color: #226ca3;
	font-size: 1.8em;
	line-height: 1em;
	padding: 37px 0 4px 12px;
	background: #fff url(/images/sideBar/gradientTop.gif) no-repeat bottom right;
	border-bottom: solid 1px #6ab4ee;
}

#sideBar ul {
	padding-bottom: 170px;
	background: url(/images/sideBar/gradientBottom.gif) no-repeat bottom right;
}

	#sideBar ul ul {
		padding-bottom: 0;
		background: none;
	}

#sideBar li {
	font-size: 1.2em;
}

	#sideBar li li {
		margin-top: 1px;
		font-size: .916em;
	}

#sideBar li a,
#sideBar li a:visited {
	display: block;
	padding: 7px 12px;
	color: #363636;
	text-decoration: none;
	background: url(/images/sideBar/gradient.gif) repeat-y right top;
}

	#sideBar li li a,
	#sideBar li li a:visited {
		padding: 7px 12px 7px 24px;
		background: #e4f0f9 url(/images/sideBar/subNavGradient.gif) repeat-y right top;
	}

#sideBar li a:hover {
	color: #194364;
	text-decoration: none;
	background: url(/images/sideBar/gradient.gif) repeat-y right top;
}

#sideBar li li a:hover {
	color: #4591dd;
	background: #e4f0f9 url(/images/sideBar/subNavGradient.gif) repeat-y right top;
}

#sideBar li a.active,
#sideBar li a.active:visited,
#sideBar li a.active:hover {
	color: #194364;
	text-decoration: none;
	background: #d6eaf9 url(/images/sideBar/gradient_on.gif) repeat-y right top;
}

	#sideBar li li a.active,
	#sideBar li li a.active:visited,
	#sideBar li li a.active:hover {
		color: #4591dd;
		background: #e4f0f9 url(/images/sideBar/subNavGradient.gif) repeat-y right top;
	} 

/* Page Content Frame*/
#pageContent {
	width: 738px;
	float: right;
	padding-bottom: 20px;
}

#pageContentTop {
	width: 738px;
	float: left;
}

#pageContentLeft {
	width: 455px;
	float: left;
	margin-top: 27px;
}

#pageContentRight {
	width: 233px;
	float: right;
	margin-top: 27px;
}

/* COPY STYLES */
#pageContent a:visited {
	color: #dea365;
}

#pageContent h1,
#pageContent h2 {
	color: #226ca3;
	font-weight: normal;
}

#pageContent h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#pageContent h2 {
	font-size: 1.6em;
	line-height: 1.4em;
}

#pageContent h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #363636;
	font-weight: bold;
}

#pageContent p,
#pageContent ul,
#pageContent ol {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

#pageContent table {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1.7em;
}
#pageContent ul li {
	padding: 0 0 5px 20px;
	background: url(/images/body/listBullet.gif) no-repeat left 6px;
}

#pageContent ol li {
	list-style: decimal outside;
	margin: 0 0 5px 20px;
}

#pageContent label {
	color: #363636;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

#pageContent label span {
	color: #6ab4ee;
}

#pageContent input.textBox,
#pageContent select,
#pageContent textarea {
	border: solid 1px #e9eff5;
	background-color: #f3f8fc;
	color: #363636;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 3px 5px;
}

/*-------------------------------------------    
    RIGHT SIDE NOTE
-------------------------------------------*/
.rightSideNote {
	width: 233px;
	float: left;
	margin-bottom: 30px;
}

.rightSideNote h4 {
	background: url(/images/body/sideNoteHeaderBG.gif) no-repeat left top;
	padding: 25px 73px 0 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #6ab4ee;
}

#pageContent .rightSideNote p {
	font-size: 11px;
	margin: 0;
}

.rightSideNote a {
	display: block;
}

.rightSideNote {
	
}

/*-------------------------------------------    
    FOOTER
-------------------------------------------*/
#footer {
	color: #fff;
	font-size: 1.1em;
	background: #2b71a7 url(/images/footer/footerCenterBG.gif) no-repeat left top;
	padding: 17px 0 50px 0;
}

#footer p {
	margin-left: 606px;
}

#footer ul {
	margin: 5px 0 0 606px;
}

#footer li {
	display: inline;
	padding: 0 5px 0 7px;
	background: url(/images/footer/divider.gif) no-repeat left 1px;
}

	#footer li.firstChild {
		padding-left: 0;
		background: none;
	}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/*-------------------------------------------    
    HOME PAGE
-------------------------------------------*/
#homeContent {
	padding-top: 27px;
	color: #226ca3;
	width: 1000px;
	background: #fff url(/images/home/logoFeatureBG.gif) repeat-x left bottom;
	float: left;
}

.homeFlashContent {
	width: 1000px;
	height: 270px;
	float: left;
}

#homeContent #leftBlock {
	margin-top: 12px;
	width: 530px;
	float: left;
	padding-bottom: 17px;
}

#homeContent h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin-left: 10px;
}

#homeContent #leftBlock p {
	font-size: 1.4em;
	line-height: 2em;
	margin-left: 10px;
}

#homeContent #leftBlock a {
	display: block;
	font-size: .857em;
	padding-left: 26px;
	background: url(/images/home/arrowBullet.gif) no-repeat left 5px;
}

	#homeContent #leftBlock a:hover {
		background: url(/images/home/arrowBullet_over.gif) no-repeat left 5px;
	}

#homeContent #rightBlock {
	margin-top: 22px;
	width: 395px;
	float: right;
}

#homeContent h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

#homeContent #rightBlock p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#homeContent #rightBlock a {
	display: block;
	line-height: 1.7em;
}

#homeContent  #rightBlock p#stockQuote {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #363636;
}
  
  /* Used on Investor Relations page as well*/
	p#stockQuote .up {
		color: #63ac1f;
	}

	p#stockQuote .down {
		color: #363636;
	}

#homeLogoFeatures {
	width: 990px;
	height: 78px;
	float: right;
}

.fade {
  position: relative;
  width: 100px;
  height: 59px;
  float: left;
  margin-right: 20px;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#homeLogoFeatures img {
	float: left;
}

  #home-last img {
	  margin-left: 55px;
	}

/*-------------------------------------------    
    SECTION LANDING PAGE
-------------------------------------------*/
#sectionLandingHeader {
	width: 738px;
	background: #399bd3 url(/images/landingPages/blueHeaderBG.gif) no-repeat bottom left;
}

#sectionLandingHeader h1 {
	padding: 54px 280px 15px 24px;
}

#sectionLandingHeader p {
	padding:0 280px 15px 24px;
	color: #0b3e70;
	text-transform: uppercase;
}

/*-------------------------------------------    
    BRANDS
-------------------------------------------*/
#brandHeader {
	width: 738px;
	height: 181px;
	background: url(/images/brands/BGoverlay.png) no-repeat left top;
	overflow: hidden;
}

#brandHeader h1  {
	margin-top: 50px;
	width: 170px;
	float: left;
	text-align: center;
}

#brandFeatureImage {
	float: right;
	border-left: solid 2px #fff;
	margin-left: 10px;
}

#brandHeader p {
	padding: 46px 5px 0 170px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.brandDetailsBlock {
	width: 455px;
	float: left;
	border-bottom: solid 1px #d7e7f3;
	margin-bottom: 10px;
}

.brandDetailsBlock div {
	width: 49%;
	float: left;
}

.brandDetailsBlock div div{
	width: auto;
	float: none;
	font-size: 12px;
	line-height: 17px;
}

.brandDetailsBlock div div.adr {
	padding-bottom: 17px;
}

#brandUrls a {
	float: left;
	clear: left;
}

#pageContent .brandDetailsBlock div p {
	margin-bottom: 10px;
}

.hidden {
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
}
/*-------------------------------------------    
    LEADERS
-------------------------------------------*/
#leaderIntroBlock {
	width: 455px;
	float: left;
	padding: 35px 0;
	background: #d2e7f7 url(/images/leaders/leaderIntroBG.gif) no-repeat left bottom;
	margin-top: 26px;
}

#leaderIntroBlock img {
	float: left;
	margin-left: 20px;
}

#pageContent #leaderIntroBlock h1 {
	margin: 0 20px 0 124px;
	font-size: 2em;
	line-height: 17px;
}

#pageContent #leaderIntroBlock h2 {
	margin: 0 20px 5px 124px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #363636;
	font-weight: bold;
}

#pageContent #leaderIntroBlock p {
	margin: 0 20px 0 124px;
}

	#pageContent #leaderIntroBlock.noLeaderPhoto h1,
	#pageContent #leaderIntroBlock.noLeaderPhoto h2,
	#pageContent #leaderIntroBlock.noLeaderPhoto p {
		margin-left: 20px;
	}

/*-------------------------------------------    
    STANDARD TABLES
-------------------------------------------*/
.standardTable {
	border-bottom: solid 1px #6ab4ee;
	width: 100%;
	margin: 10px 0;
}

.standardTable th {
	background: #0b3d6f url(/images/investorRelations/tableHeaderGradient.gif) repeat-x left top;
	color: #fff;
	padding: 7px;
	vertical-align: bottom;
}

.standardTable td {
	padding: 7px;
}

	.standardTable tr.highlight td {
		background-color: #f5f8fa;
	}

.standardTable td img {
	vertical-align: middle;
}

.standardTable .rightAlignedData {
  width: 15%;
  text-align: right;
}

.standardTable .iconCell {
  width: 5%;
}

/*-------------------------------------------    
    STANDARD FORM LIST
-------------------------------------------*/
#pageContent p.formNote {
  color: #6ab4ee;
}

#pageContent .standardFormList {
	width: 455px;
}

#pageContent .standardFormList li {
	width: 227px;
	float: left;
	background: none;
	padding: 0 0 20px 0;
}

	#pageContent .standardFormList li.long {
		width: 100%;
		float: left;
	}

#pageContent .standardFormList li input.textBox,
#pageContent .standardFormList li select {
	width: 200px;
}

#pageContent .standardFormList li textarea {
	width: 426px;
}

/*-------------------------------------------    
    INVESTOR RELATIONS PAGES
-------------------------------------------*/
/* Corporate Governance */
.committeeStatus {
  text-align: center;
  width: 25%;
}

/*Board of Directors*/
#bioOutput {
  margin: 15px 0 17px 0;
}

#bioOutput,
#pageContent #bioOutput div,
#pageContent #bioOutput p,
#pageContent #bioOutput a,
#pageContent #bioOutputli {
  font-size: 12px;
  line-height: 17px;
}

/* Analysts */
#analystsTable {
	width: 455px;
}

/* Stock Chart */
#graphicStockChart {
  padding: 10px;
  border: solid 1px #363636;
}

/* Fundamentals*/
h2.fundamentalHeaderWithToggle span {
  display:block;
  float: right;
  font-size: 12px;
}

/* Email Alerts */
#emailAlertsListing {
  border-bottom: none;
  margin-top: 0;
}

#emailAlertsListing td input{
  vertical-align: middle;
}

#emailAlertSignUp label,
#emailAlertSignUp input {
	display: block;
	margin-bottom: 8px;
}

/*-------------------------------------------    
    CAREERS
-------------------------------------------*/
#careerFilter {
  margin-bottom: 30px;
  padding-left: 15px;
}

#careerFilter label,
#careerFilter select,
#careerFilter input {
  display: block;
  margin-bottom: 8px;
}

#careerFilter select {
  margin-bottom: 16px;
}

.jobPost {
  padding: 10px 15px 0 15px;
  border-top: solid 1px #6ab4ee;
  float: left;
  width: 455px;
}

.jobPost.highlight {
  background-color: #f5f8fa;
}

/*-------------------------------------------    
    SEARCH RESULTS
-------------------------------------------*/
#searchResultsSideBar {
  margin-top: 78px;
  padding-bottom: 170px;
	background: url(/images/sideBar/gradientBottom.gif) no-repeat bottom right;
}

#searchResultsSideBar label {
  display: block;
  padding-bottom: 8px;
}

#searchResultsSideBar input {
  vertical-align: middle;
}

  #searchResultsSideBar input.textBox {
    border: solid 1px #d1dce5;
    padding: 3px 0 2px 2px;
    width: 150px;
  }

#pageContent #searchResultsList {
     margin: 20px 0;
     padding: 0;
}

#pageContent #searchResultsList li {
     list-style: none;
     margin: 0;
     padding: 0;
}

#searchResultsList li h3 a,
#searchResultsList li h3 a:visited {
  text-decoration: underline;
}

#searchResultsList li h3 a:hover {
  text-decoration: none;
}

#pageContent #searchResultsList li p {
     font-size: 1em;
}

#searchResultsList li p span {
  display: block;
  font-style: italic;
  color: #c5c5c5;
}

.searchButton {
    vertical-align: middle;
}

/*-------------------------------------------    
    PRESS RELEASES & FEATURES
-------------------------------------------*/
.release,
.feature {
  padding: 15px 15px 0 15px;
  border-bottom: solid 1px #6ab4ee;
  float: left;
  width: 455px;
}

.release p.releaseDate,
.feature p.releaseDate {
  color: #6ab4ee;
}

.release,
#pageContent .release div,
#pageContent .release p,
#pageContent .release a,
#pageContent .release li {
  font-size: 12px;
  line-height: 17px;
}

#releaseFilter {
  margin-bottom: 30px;
  padding-left: 15px;
}

#releaseFilter label,
#releaseFilter select,
#releaseFilter input {
  /*display: block;*/
  margin-bottom: 8px;
}

#releaseFilter select {
  margin-bottom: 16px;
}

/*-------------------------------------------    
    SEC FILINGS
-------------------------------------------*/

#filingFilter {
  margin-bottom: 30px;
  padding-left: 15px;
}

#filingFilter label,
#filingFilter select,
#filingFilter input {
  /*display: block;*/
  margin-bottom: 8px;
}

#filingFilter select {
  margin-bottom: 16px;
}

.pagination {
  font-size: 12px;
}

