/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: #e8f3f9 url(../images/page-back.jpg) top repeat-x;
	padding: 0;
	margin: 0 10px 10px 10px;
	text-align: center;
}

p, td, li, dt, label {
	font-size: .75em;
	line-height: 120%;
}

li p, li li, td p, td td {
	font-size: 1em;
}

td, dl, li, form, div, img {
	padding: 0;
	border: 0;
	margin: 0;
}

ul {
	padding: 0 0 5px 0;
	border: 0;
	margin: 0;
}

ul ul {
	padding: 5px 0 5px 0;
}

ul li, ol ul li {
	list-style: none;
	vertical-align: top;
	background: url(../images/bullet-h2.gif) top left no-repeat;
	padding: 0 0 7px 15px;
}

ol {
	padding: 0 0 5px 0;
	margin:  0 0 0 22px;
}

ol ol {
	padding: 5px 0 5px 0;
	margin:  0 0 0 22px;
}

ol li {
	padding: 0 0 5px 0;
}

ol ol li {
	list-style-type: lower-alpha;
}

ol li p, ul li p {
	padding: 0;
}

p {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 1em;
}

h2 {
	color: #c00;
	font-size: .8em;
}

h2 span {
	font-weight: normal;
}

h3 {
	font-size: .75em;
}

h4 {
	font-size: .7em;
	padding: 0 0 10px 0;
}

h5 {
	font-size: .7em;
	padding: 0 0 10px 0;
}

h6 {
	font-size: .7em;
	font-weight: normal;
	padding: 0 0 10px 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding: 0;
	margin: 0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #fff;
}

.headlinebox1 {
width: 239px;
height: 33px;
background-image: url(../images/headline-bg.gif)
}


.headlinecontent {
font-family: Arial;
font-weight: 600;
font-size: 19px;
text-transform: uppercase;
padding-top: 6px;
color: #B11B03;
margin-left: 12px;
}

.headlinecontent a:link {
text-decoration: none;
color: #B11B03;
}

.headlinecontent a:visited {
text-decoration: none;
color: #B11B03;
}

.headlinecontent a:hover {
text-decoration: none;
color: #d52002;
}

.headlinebox2 {
width: 236px;
height: 33px;
background-image: url(../images/headline2-bg.gif)
}

.headlinebox3 {
width: 237px;
height: 33px;
background-image: url(../images/headline3-bg.gif)
}

.headlinebox4 {
width: 238px;
height: 33px;
background-image: url(../images/headline4-bg.gif)
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #069;
}

a:hover {
	color: #c00;
}

span.link-arrow {
  color: #c30
}

label {
	color: #333;
	font-weight: bold;
}

p label {
	font-size: 1em;
}

label span {
	font-weight: normal;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* hide */

.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* non-bold */

.normalize {
	font-weight: normal;
}


/* center */

.centerit {
	text-align: center;
}


/* white */

.ko {
	color: #fff;
}


/* grey */

.grey {
	color: #ccc;
}


/* error message */

.error {
	color: #c00;
	font-weight: bold;
	display: block;
}


/* no wrapping */

.no-wrap {
	white-space: nowrap;
}


/* no padding */

.no-pad {
	padding: 0;
	margin: 0;
}


/* floated images */

.img-flush-left {
	float: left;
	padding: 0;
	margin: 0 12px 5px 0;
}

.img-flush-right {
	float: right;
	padding: 0;
	margin: 0 0 5px 12px;
}

.img-flush-left-caption {
    float: left;
    padding: 0;
    margin: 0 12px 10px 0;
}

.img-flush-left-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}

.img-flush-right-caption {
    float: right;
    padding: 0;
   	margin: 0 0 10px 12px;
}

.img-flush-right-caption p {
    padding: 5px 5px 0 5px;
    margin: 0;
}


/* clear float */

div.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* horizontal divider */

div.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider.gif) top left repeat-x;
	padding: 0;
}

p.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider.gif) top left repeat-x;
}


/* pdf link */

.pdf-link {
	color: #7b4831;
	line-height: 130%;
	vertical-align: top;
	background: url(../images/icon-pdf.gif) top left no-repeat;
	padding: 2px 10px 12px 17px;
}


/* main container */ 

#main-container {
	text-align: left; 
	background: #fff;
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#ticker-container { position: absolute; top: 10px; left: 30px; }
#ticker-container img { float: left; }
#ticker { float: left; width: 255px; margin: 10px 0 0 0; color: #fff; }
#ticker p { margin: 0; padding: 0; }
#ticker a { color: #fff; text-decoration: none; font-weight: normal; }
#ticker a:hover { color: #2b6bab; background: #fffccd; }


#logo-top img {
	float: left;
}

/* search area */
#top-search {
	float: left;
	position: relative;
	background: url(../images/top-r.jpg) top left no-repeat;
	width: 349px;
	height: 49px;
}

#top-search form {
	margin: 0;
}

#top-search-input {
	width: 176px;
	height: 21px;
	position: absolute;
	left: 131px;
	top: 15px;
	background: url(../images/search_bg.gif) top left no-repeat;
	padding: 4px 0 0 8px;
}

#top-search-input input {
	border: 0 !important;
	width: 160px;
	font-size: 12px;
	color: #5b89a4;
	background-color: transparent !important;
	margin: 0;
	padding: 0;
	height: 15px;
}

#top-search-button {
	position: absolute;
	left: 312px;
	top: 14px;
	border: 0;
}

/* home feature area */

#home-feature1 {
	float: left;
	width: 239px;
	overflow: hidden;
}

#home-feature2 {
	float: left;
	width: 236px;
	overflow: hidden;
}

#home-feature3 {
	float: left;
	width: 237px;
	overflow: hidden;
}

#home-feature4 {
	float: left;
	width: 238px;
	overflow: hidden;
}

#home-features-txt {
	background: url(../images/home-features-back.jpg) top left no-repeat;
	height: 100%;
}

#home-features-txt p {
	font-size: 12px;
	padding: 0 0 25px 0;
}

#home-feature1-txt {
	float: left;
	width: 215px;
	padding: 8px 7px 0 17px;
	position: relative;
	height: 100px;
}

#home-feature2-txt {
	float: left;
	width: 217px;
	padding: 8px 7px 0 12px;
	height: 100px;
	position: relative;
}

#home-feature3-txt {
	float: left;
	width: 217px;
	padding: 8px 7px 0 13px;
	height: 100px;
	position: relative;
}

#home-feature4-txt {
	float: left;
	width: 218px;
	padding: 8px 7px 0 13px;
	height: 100px;
	position: relative;
}

.home-feature-arrow {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-family: Arial;
    font-size: 12px;
    color: #10709E;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}

.home-feature-arrow a:link {
	color: #10709E;
    text-decoration: none;
}

.home-feature-arrow a:visited {
	color: #10709E;
    text-decoration: none;
}

.home-feature-arrow a:hover {
   color: #1088c1;
   text-decoration: none;
}

/* sub page content */

#lnav {
	float: left;
	width: 174px;
	margin: 4px 0 0 0;
	padding: 0 0 0 4px;
}

#lnav ul {
	list-style: none;
	padding: 0;
}

#lnav ul li {
	font-size: 0;
	background: none;
	padding: 0;
}

#content-c {
	float: left;
	width: 680px;
	padding: 0 9px 0 33px;
	margin: 4px 0 0 0;
}

#content-lc {
	float: left;
	width: 782px;
	padding: 0 9px 0 4px;
	margin: 4px 0 0 0;
}

#content-cr {
	float: left;
	width: 748px;
	padding: 10px 9px 10px 4px;
	margin: 4px 0 0 0;
}

#content-full {
	clear: left;
	width: 884px;
	padding: 0 33px;
	margin: 4px 0 0 0;
}

h1.landing {
	padding: 0 0 15px 0;
}

.text-indent {
	padding: 0 14px;
}

.reference {
	font-size: .7em;
	padding: 20px 0 10px 0;
}

h2.bullet {
	vertical-align: top;
	background: url(../images/bullet-h2.gif) top left no-repeat;
	padding: 0 0 10px 14px;
}

#antioxidants, #nutirent-claims, #fiber-intake, #key-vitamins, #key-minerals {
	border-top: 1px solid #d4d0b8;
	border-right: 1px solid #d4d0b8;
	margin: 10px 10px 20px 10px;
}

#antioxidants th, #nutirent-claims th, #fiber-intake th, #key-vitamins th, #key-minerals th  {
	font-size: .8em;
	text-align: left;
	padding: 7px 20px;
	border-bottom: 1px solid #d4d0b8;
	border-left: 1px solid #d4d0b8;
}

#antioxidants td, #nutirent-claims td, #fiber-intake td, #key-vitamins td, #key-minerals td {
	padding: 7px 20px;
	border-bottom: 1px solid #d4d0b8;
	border-left: 1px solid #d4d0b8;
}

#antioxidants td.a-name {
	font-weight: bold;
}

ul.intro {
	list-style: none;
	padding: 0 0 10px 0;
}

ul.intro li {
	vertical-align: top;
	background: url(../images/bullet-h2.gif) top left no-repeat;
	padding: 0 0 10px 15px;
}

#resources-l {
	float: left;
	width: 280px;
	padding: 5px 10px 10px 0;
}

#resources-c {
	float: left;
	width: 279px;
	padding: 5px 10px 10px 12px;
	border-left: 1px solid #e6e0c2;
}

#resources-r {
	float: left;
	width: 279px;
	padding: 5px 0 10px 12px;
	border-left: 1px solid #e6e0c2;
}

#gda-chart {
	background: url(../images/gdaintro-back.gif) bottom left no-repeat;
}

#gda-chart-l {
	float: left;
	width: 322px;
	padding: 0 14px 10px 14px;
}

#gda-chart-r {
	float: left;
	width: 200px;
	padding: 0 14px 10px 21px;
}

#gda-chart-bottom {
	background: url(../images/gdaintro-bottom.gif) bottom left no-repeat;
	padding: 15px 35px 15px 127px;
	margin: 0 0 40px 0;
	width: 435px;
}

ul.asterisk  {
	list-style: none;
	padding: 0 0 10px 0;
}

ul.asterisk li {
	vertical-align: top;
	background: url(../images/asterisk.gif) top left no-repeat;
	padding: 0 0 10px 15px;
}

ol.intro {
	color: #c00;
}

#cereals {
	margin: 10px 0;
}

#cereals td {
	padding: 0 20px 0 0;
}


/* calouts */

#callouts {
	float: left;
	width: 191px;
	margin: 4px 0 0 0;
	padding: 40px 6px 0 0;
}

#callouts ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#callouts ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

.callout-header {
	width: 181px;
	height: 25px;
	padding: 10px 0 0 10px;
	color: #fff !important;
	text-decoration: none !important;
	font: bold 14px arial, sans-serif;
	display: block;
	outline: none;
}

#callouts ul ul li {
	font: 0.9em arial, sans-serif;
	color: #406c7c;
	padding: 8px 8px 0 8px;
}

#callouts ul ul li h4 {
	font: bold 1.2em arial, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}

#callouts ul ul li p {
	margin: 1em 0 1.5em 0 !important;
	padding: 0 !important;
}

#callouts ul ul li a {
	font: bold 1em arial, sans-serif;
	color: #406c7c !important;
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
}

#callouts ul ul li a:link, #callouts ul ul li a:visited {
	text-decoration: none !important;
}

#callouts ul ul li a:hover, #callouts ul ul li a:active {
	color: #c00 !important;
	text-decoration: underline !important;
}

#callouts-printshare {
	font: 0.8em arial, sans-serif;
	color: #c0bebc;
	background: none;
}

#callouts-printshare a {
	font-weight: normal !important;
	text-decoration: none !important;
	color: #c0bebc;
}

#callouts-printshare .icon_area
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 4px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	float: left;
	width: 30px;
	display: block;
}

#callouts-printshare .text_area
{
	line-height: 27px;
}

#callouts-printshare .sociallist
{
	float: left;
	width: 120px;
}

html>body #callouts-printshare .sociallist
{
	vertical-align: bottom;
}

.print_icon
{
	background-image: url(/images/icon-print-sm.gif);
}

.share_icon
{
	margin-left: 4px;
	background-image: url(/images/icon-share-sm.gif);
}

#callouts-printshare a:hover {
	font-weight: normal !important;
	text-decoration: underline !important;
	color: #498dce;
}

#callouts-links {
	background: url(/images/rcol_links_bg_o.gif) top left no-repeat;
}

#callouts-links ul {
	display: block;
}

#callouts-links ul li {
	background: url(/images/rcol_links_bg.gif) top left repeat-x;
}

#callouts-materials {
	background: url(/images/rcol_materials_bg_c.gif) top left no-repeat;
}

#callouts-materials ul {
	display: none;
}

#callouts-materials ul li {
	background: url(/images/rcol_materials_bg.gif) top left repeat-x;
}

#callouts-tools {
	background: url(/images/rcol_tools_bg_c.gif) top left no-repeat;
}

#callouts-tools ul {
	display: none;
}

#callouts-tools ul li {
	background: url(/images/rcol_tools_bg.gif) top left repeat-x;
	text-align: center;
}

#callouts-tools ul li img {
	margin-top: 6px;
}

.callout-arrow {
	margin-left: 5px;
}

/*
.callout {
	margin: 0 0 5px 0;
}
	
.callout div {
	background: url(../images/callout-back.jpg) top left no-repeat;
	padding: 8px 4px 0 9px;
}

.callout div p {
	font-size: .7em;
}

.callout div p.pdf-link, .callout div p.callout-arrow {
	font-size: 10px !important;
}

.callout div a {
	text-decoration: none;
}

.callout-arrow {
	background: url(../images/callout-arrow.gif) top left no-repeat;
	padding: 5px 0 10px 23px;
}
*/

/* footer */

#footer1 {
	font-size: .7em;
	text-align: center;
	background: #fffff4;
	padding: 20px 20px 10px 20px;
}

#footer1 a:link, #footer1 a:visited, #footer1 a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#footer1 a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

#footer2 {
	font-size: .7em;
	text-align: center;
	background: #f5f5eb url(../images/footer2-back.jpg) top left no-repeat;
	padding: 10px 35px;
}

/* misc */

.more-link span {
	color: #b80000;
}

.sup { 
	font-size: .7em;
	vertical-align: text-top;
}

#breadcrumbs {
	padding-top: 12px;
	font-size: 0.8em;
	padding-bottom: 6px;
}

#breadcrumbs a {
	color: #498dce;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs a:visited {
	color: #498dce;
	text-decoration: none;
}

#breadcrumbs a:hover {
	
	color: #498dce;
	text-decoration: underline;

}

#breadcrumbs a:active {

	color: #498dce;
	text-decoration: underline;

}

#breadcrumbs p {
	color: #498dce;
}

.style1 {color: #76b4ef}

table.table-generic {
margin-bottom: 10px;
border-collapse: collapse;
}

table.table-generic th {
font-size: 12px;
color: #c00;
font-weight: normal;
background: #fadcda;
}

table.table-generic td, table.table-generic th {
border: 1px solid #999;
padding: 5px;
}

table.table-generic ul li {
font-size: 12px;
}