/*Tag Styles******************************************************************/
body {
	height: 100%;
	font-size: .8em;
	text-align: center;
	color: #555;
	font-family: Arial, Myriad Pro, Helvetica Neue, Verdana, sans-serif;
	background: #f5f5f5 url(http://www.dow.com/images/background_grey.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
}
h2, h3, h4, h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

/*Generic Containers**********************************************************/

.container {
	background: #fff url(http://www.dow.com/images/background_light_grey.jpg) repeat-x;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
/* Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.container {
		margin-top: -11px;
	}
}
/* End Chrome Hack */
.clearfloats {
	clear: both;
}
.boldcopy {
	font-weight: bold;
}

/*Header Section**************************************************************/

.header-home {
	margin-left: 0px;
	height: 78px;
}
/* Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header-home {
		margin-top: 11px;
	}
}
/* End Chrome Hack */

.header-home span {
	display: none;
}
.header-home-homepage {
	margin-top: 0px;
}
.header-logo {
	float: left;
	width: 135px;
	margin-left: -20px;
	margin-top: 13px;
	margin-bottom: 0px;
	display: inline;
}

/*Hu Logo---------------------------------*/
.hu-logo {
	float: left;
	margin-left: 620px;
	padding-right: 0px;
	margin-right: 10px;
	margin-top: 20px;
	display: inline;
}
*html .hu-logo {
	margin-left: 600px;
	margin-right: 15px;
}

/*Worldwide Logo--------------------------*/
.worldwide {
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 20px;
	display: inline;
}
*html .worldwide {
	margin-left: 0px;
	padding-right: 0px;
}
.worldwide2005 {
	width: 350px;
	float: left;
	display: inline;
}
/*My Account Link-------------------------*/
.myacct {
	font-size: 10px;
	float: right;
	position: relative;
	right: 0px;
	top: 19px;
	margin-bottom: -20px;
}
.myacct a:link, .myacct a:visited {
	color: #bbb;
	text-decoration: none;
}
.myacct a:hover, .myacct a:visited:hover {
	color: #999;
}

/*Search Area-----------------------------*/
#cse-search-box {
	float: right;
}
#search-box-text {
	border: 1px solid #ddd;
	color: #999;
	font-size: 11px;
	display: inline;
	float: left;
	right: 5px;
	position: relative;
	top: 35px;
	margin-right: 0px;
	margin-left: 0px;
}
.go-button {
	margin-top: 35px;
	float: left;
	margin-left: -5px;
}
/* End Search Area */

/*Horizontal Navigation*******************************************************/

.main-nav {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width: 790px;
	float: left;
	background: #fff;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 100px;
}
.main-nav ul {
	width: 790px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-nav ul li {
	display: inline;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #fff;
	padding: 5px 0px;
}
.main-nav a:link, .main-nav a:visited {
	display: inline;
	color: #666;
	text-decoration: none;
	padding: 5px 12px;
}
.main-nav a:hover, .main-nav a:visited:hover {
	margin: 0px;
	background: url(http://www.dow.com/images/top_nav_marker.jpg) repeat-x;
	color: #666;
	padding: 5px 12px;
}
.main-nav-selected a:link, .main-nav-selected a:visited {
	background: url(http://www.dow.com/images/top_nav_marker.jpg) repeat-x bottom;
}
.main-nav-selected a:hover, .main-nav-selected a:visited:hover {
	background: #fff url(http://www.dow.com/images/top_nav_marker.jpg) repeat-x;
	text-decoration: none;
}
.main-nav-hnav-table-selected {
	background: #fff url(http://www.dow.com/images/top_nav_marker.jpg) repeat-x;
	margin: 0px;
}

/*Main Large Image Section****************************************************/

.main-image {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	width: 990px;
}
.main-image-homepage {
	height: 200px;
}
.main-image-generic {
	height: 190px;
}
.main-image-content {
	display: none;
}

/*Main Page Content Container*************************************************/

.column-wrapper-homepage {
	margin-left: 10px;
}
.column-wrapper-generic {
	margin-left: 10px;
}
.column-wrapper-earnings,
.column-wrapper-feature {
	margin-left: 10px;
}

/*Main Navigation*************************************************************/
#content-row-navigation .breadcrumb-only {
	display: none;
}
#content-row-navigation ul ul.navigation-collapsed {
	display:none;
}
/*Main Navigation Container---------------*/
.nav-area {
	float: left;
	width: 220px;
	display: inline;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 100px;
	margin-bottom: 20px;
}
/* IE7 Hack */
*:first-child+html .nav-area {
	margin-top: 84px;
	margin-right: 8px;
}
/* End IE7 Hack */
/* IE6 Hack */
*html .nav-area {
	margin-top: 70px;
	margin-right: 8px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav-area {
		margin-top: 78px;
	}
}
/* End Safari and Chrome Hack */
.nav-area-homepage {
	margin-top: 75px;
}
.nav-area-earnings, 
.nav-area-feature {
	margin-top: 56px;
}
/* IE 7 Hack */
*:first-child+html .nav-area-earnings, 
*:first-child+html .nav-area-feature {
	margin-top: 40px;
	margin-right: 8px;
}
/* End IE 7 Hack */
/* IE6 Hack */
*html .nav-area-earnings, 
*html .nav-area-feature {
	margin-top: 40px;
	margin-right: 8px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav-area-earnings, 
	.nav-area-feature {
		margin-top: 54px;
	}
}
/* End Safari and Chrome Hack */

.nav-area-generic {
	margin-top: 46px;
}
/* IE 7 Hack */
*:first-child+html .nav-area-generic {
	margin-top: 30px;
	margin-right: 8px;
}
/* End IE 7 Hack */
/* IE6 Hack */
*html .nav-area-generic {
	margin-top: 30px;
	margin-right: 8px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav-area-generic {
		margin-top: 45px;
	}
}
/* End Safari and Chrome Hack */

/*Primary Navigation Current Page Highlight*/
.current-page {
	background-color: #EEEEEE;
}
/*Primary Navigation First Level----------*/
.primary-nav {
	font-size: 11px;
	border-top: 1px solid #ccc;
	width: 210px;
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 0px;
	display: block;
	float: left;
}
.primary-nav-generic {
	margin-top: 25px;
}
.primary-nav-earnings, 
.primary-nav-feature {
	margin-top: 25px;
}
.primary-nav ul {
	width: 210px;
	font-weight: bold;
	color: #999;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}
.primary-nav ul li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 210px;
	background: url(http://www.dow.com/images/horizontal_dots.gif) repeat-x bottom;
}
.primary-nav ul li a:link, 
.primary-nav ul li a:visited {
	display: block;
	padding: 9px 0px 9px 5px;
	text-decoration: none;
	color: #666;
}
.primary-nav ul li a:hover {
	display: block;
	border-collapse: collapse;
	color: #666;
	background: #dfdfdf;
	text-decoration: none;
}
.primary-nav-selected {
	color: #333;
	display: block;
	text-decoration: none;
}
.primary-nav-selected ul ul {
	color: #aaa;
	display: block;
	text-decoration: none;
}

/*Primary Navigation Second Level---------*/
.primary-nav ul li ul {
	width: 200px;
	display: block;
	border-collapse: collapse;
	font-weight: 100;
	color: 999;
	margin-top: 2px;
	list-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}
*html .primary-nav ul li ul {
	padding: 0px;
}
.primary-nav ul li ul li {
	width: 200px;
	margin-left: 0px;
	margin-top: -1px;
	margin-bottom: 5px;
	width: 180px;
	display: block;
	border-collapse: collapse;
	background: none;
}
.primary-nav ul li ul li a:link, 
.primary-nav ul li ul li a:visited {
	width: 200px;
	padding: 3px 0px 3px 5px;
	display: block;
	border-collapse: collapse;
	text-decoration: none;
	color: #666;
}
.primary-nav ul li ul li a:hover {
	width: 200px;
	display: block;
	border-collapse: collapse;
	color: #aaa;
	background: none;
	text-decoration: none;
}

/*Primary Navigation Third Level----------*/
.primary-nav ul li ul li ul {
	margin-left: 5px;
	width: 150px;
	display: block;
	border-collapse: collapse;
	font-weight: 100;
	color: 999;
	padding: 0px;
	list-style: none;
	margin-bottom: 5px;
}
.primary-nav ul li ul li ul li {
	margin-left: 5px;
	width: 150px;
	display: block;
	border-collapse: collapse;
	background: none;
}
.primary-nav ul li ul li ul li a:link, 
.primary-nav ul li ul li ul li a:visited {
	width: 150px;
	display: block;
	border-collapse: collapse;
	text-decoration: none;
	color: #666;
}
.primary-nav ul li ul li ul li a:hover {
	width: 150px;
	display: block;
	border-collapse: collapse;
	color: #aaa;
	background: none;
	text-decoration: none;
}

/*Secondary Nav First Level---------------*/
*html .secondary-nav {
	margin-top: -10px;
}
.secondary-nav {
	clear: left;
	color: #f00;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
.secondary-nav ul {
	font-size: 11px;
	color: #f00;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
.secondary-nav ul a {
	color: #f00;
	text-decoration: none;
}
.secondary-nav ul a:link, .secondary-nav ul visited {
	color: #f00;
	text-decoration: none;
}
.secondary-nav ul a:hover, .secondary-nav ul a:visited:hover {
	color: #f00;
	text-decoration: none;
}
.secondary-nav ul li {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #f00;
}
.secondary-nav ul li ul {
	font: 11px #f00 Arial, Helvetica, sans-serif;
	color: #f00;
	margin-left: -2px;
	padding: 0px;
	list-style: none;
}
.secondary-nav-column {
	margin-top: 10px;
	color: #f00;
}
.secondary-nav-selected {
	color: #000;
}

/*Page Content****************************************************************/

/*Container for all Content---------------*/
.content-area {
	display: inline;
	float: left;
	margin-top: 0px;
	padding: 0px 0px 40px 0px;
}
.content-area-earnings,
.content-area-feature {
	margin-top: 10px;
}
.content-area a:link, .content-area a:visited {
	color: #245edc;
	text-decoration: none;
}
.content-area a:hover, .content-area a:visited:hover {
	color: #245edc;
	text-decoration: underline;
}
.content-area h1 {
	font-size: 18px;
}
/*Page Title------------------------------*/
.title {
	margin-top: 2px;
	margin-left: 14px;
	z-index: 1000;
}
/* IE6 and IE7 Hack */
html* .title {
	margin-top: 12px;
	margin-left: 0px;
}
/* End IE6 and IE7 Hack */

.title-homepage {
	margin-left: -224px;
	top: 243px;
	font-size: 21px;
	font-weight: lighter;
}
/* IE7 Hack */
*:first-child+html .title-homepage {
	top: 24px;
	margin-left: -224px;
}
/* End IE7 Hack */
/* IE6 Hack */
*html .title-homepage {
	position: absolute;
	top: 310px;
	margin-left: -220px;
	display: block;
	width: 770px;
}
/* End IE6 Hack*/

.title h1 {
	font-size: 21px;
	font-weight: 100;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.title-color-this_is_dow a,
.title-color-this_is_dow a:link, 
.title-color-this_is_dow a:visited, 
.title-color-this_is_dow a:hover,
.title-color-this_is_dow a:visited:hover {
	color: #777777;
	text-decoration: none;
}
.title-color-this_is_dow-homepage a,
.title-color-this_is_dow-homepage a:link, 
.title-color-this_is_dow-homepage a:visited, 
.title-color-this_is_dow-homepage a:hover,
.title-color-this_is_dow-homepage a:visited:hover {
	color: #777777;
	text-decoration: none;
}

/*Main Page Content-----------------------*/
.content-A {
	position: relative;
	float: left;
	display: inline;
	padding-top: 0px;
	padding-left: 15px;
	margin-top: -25px;
}
/* IE 7 Hack */
*:first-child+html .content-A {
	display: block;
	width: 520px;
	padding-left: 5px;
	margin-top: 0px;
}
/* End IE7 Hack */
/* IE6 Hack */
*html .content-A {
	width: 520px;
	top: 72px;
	margin-left: -15px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content-A {
		margin-top: -22px;
	}
}
/* End Safari and Chrome Hack */

/*Main Page Content Generic---------------*/
.content-A-generic {
	width: 490px;
	margin-top: 0px;
}
/* IE 7 Hack */
*:first-child+html .content-A-generic {
	display: block;
	width: 500px;
	padding-left: 5px;
	margin-top: 0px;
}
/* End IE7 Hack */
/* IE6 Hack */
*html .content-A-generic {
	width: 500px;
	top: 0px;
	margin-left: -15px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content-A-generic {
		margin-top: 0px;
	}
}
/* End Safari and Chrome Hack */

/* IE 7 Hack */
*:first-child+html .content-A-homepage {
	width: 510px;
}
/* End IE7 Hack */

/*Main Page Content Earnings--------------*/
.content-A-earnings, 
.content-A-feature {
	width: 730px;
	margin-top: 0px;
}
/* IE 7 Hack */
*:first-child+html .content-A-earnings, 
*:first-child+html .content-A-feature {
	display: block;
	width: 740px;
	padding-left: 5px;
	margin-top: 0px;
}
/* End IE7 Hack */
/* IE6 Hack */
*html .content-A-earnings, 
*html .content-A-feature {
	width: 740px;
	top: 0px;
	margin-left: -15px;
}
/* End IE6 Hack */
/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content-A-earnings, 
	.content-A-feature {
		margin-top: 0px;
	}
}
/* End Safari and Chrome Hack */

/* Specific styles for reports/index.htm */
.right-column-right-section-reports {
	margin-top: 10px;
}
.headline-bar2 {
	margin-top: -20px;
	background-color: #999;
	padding: 5px;
	margin-left: -5px;
	color: #fff;
}

/*Table Row Styling*/
.tablehead {
	color: #fff;
	font-size: 94%;
	background-color: #aaa;
}
.table-heading {
	color: #fff;
	font-size: 94%;
	background-color: #aaa;
}
.table-subheading {
	color: #fff;
	background-color: #aaa;
	vertical-align: bottom;
}
.tablesubhead {
	color: #fff;
	font-size: 94%;
	background-color: #aaa;
}
.module-header-history {
	color: #fff;
	font-weight: bold;
	font-size: 94%;
	padding: 4px 0px 4px 5px;
	margin-top: 1px;
	background-color: #696969;
}
.module-content {
	padding-left: 5px;
}
.table-heading-category {
	color: #eee;
	font-weight: bold;
	font-size: 94%;
	background-color: #696969;
	padding-left: 20px
}
*html .tablerowgray tr {
	padding: 5px 10px 5px 10px;
	background-color: #eee;
}
.tablerowgray {
	background-color: #eee;
}
*html .gray-row tr {
	padding: 5px 10px 5px 10px;
	background-color: #eee;
}
.gray-row {
	background-color: #eee;
}
.tablerowgray-category {
	color: #666;
	background-color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
.tablerowgray-category a:link, .tablerowgray-category a:visited {
	color: #245edc;
	text-decoration: none;
}
.tablerowgray-category a:hover, .tablerowgray-category a:visited:hover {
	color: #245edc;
	text-decoration: underline;
}
.table-border {
	border: 1px solid #eee;
}

/*Leadership Page */

ul.leadership-team {
	width: 712px;
	margin-left: -26px;
	line-height: 16px;
	text-decoration: none;
}
.content-area ul.leadership-team li {
	background: url("/financial/images/corpgov/bg_leader.gif") 0 0px repeat-x;
	float: left;
	margin: 0 0 8px 16px;
	width: 340px;
	display: inline;
}		
.content-area ul.leadership-team li a:link{
	width: 340px;
	height: 87px;
	text-decoration: none;
	display: block;
}
.content-area ul.leadership-team li a:hover, {
	width: 340px;
	background: url("/financial/images/corpgov/bg_leader.gif") 0 -87px repeat-x;
	text-decoration: none;
}
.content-area ul.leadership-team li a img {
	float: left;
	width: 72px;
}	
.content-area .leadership-text{
	color: #444;
	text-align: left;
	margin: 0 3px 0 78px;
	font-size:.89em;
	text-decoration: none;
	padding: 5px 0 0 0;
}	
.content-area .leadership-text strong{
	padding: 3px 0 0 0;
	color: #444;
	text-align: left;
	font-size:1.17em;
}		
.content-area ul.rightarrow li{
	background:url("http://www.dow.com/images/grey_triangle.gif") no-repeat scroll 2px 1px transparent;
	margin:4px 0;
	list-style-type: none;
	padding-left:15px;
}

.externalLink {
background:url("/images/global/external.gif") no-repeat scroll right center transparent;
padding-right:15px;
}
/*Sidebar Content-------------------------*/
.content-B {
	width: 200px;
	padding-top:0px;
	float: right;
	margin-top: -62px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
/* IE 7 Hack */
*:first-child+html .content-B {
	position: absolute;
	margin-top: -56px;
}
/* End IE7 Hack */

/* IE6 Hack */
*html .content-B {
	position: relative;
	top: -60px;
	left: 0px;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
/* End IE6 Hack */

/* Safari and Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content-B {
		margin-top: -60px;
	}
}
/* End Safari and Chrome Hack */

.content-B-earnings, 
.content-B-feature {
	display:none;
}
.content-B .toolset {
	padding-bottom: 0px;
}
.content-B-nested {
	display: none;
}
.content-B p {
	margin: 0;
	padding-bottom: 4px;
}
.content-B .ir-quick-links {
	border: 0;
	margin-right: 10px;
}

/*Breadcrumb Section**********************************************************/

.breadcrumb {
	margin-left: 0px;
	padding-bottom: 3px;
	margin-bottom: -5px;
	font-size: 10px;
	position: absolute;
	top: 290px;
}
*html .breadcrumb {
	padding-bottom: 0px;
	border-bottom: none;
}
.breadcrumb-data-text a:link, .breadcrumb-data-text a:visited {
	margin: 0px;
	padding-bottom: 0px;
	color: #999;
	text-decoration: none;
}
.breadcrumb-data-text a:hover, .breadcrumb-data-text a:visited:hover {
	color: #999;
	text-decoration: underline;
}
.breadcrumb-data-text {
	color: #333;
	padding-bottom: 8px;
	padding-left: 5px;
	font-style: italic;
}
*html .breadcrumb-data-text {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.breadcrumb-data-text-current-page {
	color: #333;
}

/*Footer Section**************************************************************/

.footer-b {
	padding-top: 0px;
	margin-top: -40px;
	clear: both;
	padding-bottom: 1px;
	font-size: .7em;
}
.footer-b a:link, .footer-b a:visited {
	color: #aaa;
	text-decoration: none;
}
.footer-b a:hover {
	color: #666;
	text-decoration: underline;
}
.trademark {

	color: #999;

	font-size: .85em;

}


/*Print Styles***************************************************************/

@media print {
	*html body, {
		background: none;
	}
	*html .container-homepage {
		margin-left: -120px;
		margin-top: -20px;
	}
	*html .container {
		margin-top: -20px;
	}
	*html .header-home {
		margin-left: -10px;
	}
	*html .right-column {
		margin-left: -15px;
	}
	*html .disclaimer {
		margin-left: -150px;
	}
	.hu-logo,
	.worldwide,
	.myacct,
	.go-button,
	.main-image img,
	.main-nav-home,
	.main-nav,
	.left-column,
	.primary-nav,
	.breadcrumb,
	.breadcrumb-data-here,
	.breadcrumb-data-text,
	.footer,
	.search-box,
	#search-box-text {
		display: none;
	}
}
