/* CSS Document */

body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
body.Body { background: #C2CCA4 url(../../images/body_bg.jpg) repeat-x left top; }

img, form {
	margin: 0;
	padding: 0;
	border: 0;
	}

.Clear { clear: both; }

#Container {
	margin: 0 auto;
	width: 762px;
	}
#PrintLogo { display: none; }

/* --- Header --- */
#Header {
	background: #FFF;
	height: 129px;
	}
	#Logo { float: left; }
	#Date  {
		float: right;
		font-size: 11px;
		color: #85A38F;
		margin-right: 17px;
		padding-top: 10px;
		}
	#TopTabs {
		float: left;
		margin-top: 84px;
		margin-left: 18px;
		}
		#TopTabs ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 339px;
			height: 22px;
			}
		#TopTabs li { float: left; }
		#TopTabs a { display: block; }
		#TopTabs li ul { /* second-level lists */
			position: absolute;
			border: 1px solid #E6ECE7;
			background: #E9DDBF url(../../images/tips-link.jpg) no-repeat 5px center;
			padding: 0 5px;
			width: 100px;
			text-indent:10px;
			font-size: 11px;
			line-height: 22px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			}
			#TopTabs li ul a:link { color: #33885A; text-decoration: none; }
			#TopTabs li ul a:visited { color: #33885A; text-decoration: none; }
			#TopTabs li ul a:hover { color: #004368; text-decoration: underline; }
			#TopTabs li ul a:active { color: #004368; text-decoration: underline; }
		
		#TopTabs li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
			}

/* --- Footer --- */
#Footer { clear: both; } 
	#BtmTabs {
		float: right;
		margin-right: 15px;
		}
		#BtmTabs ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 503px;
			height: 24px;
			}
		#BtmTabs li { float: left; }
		#BtmTabs a { display: block; }
		#Copyright, #Site, #Disclaimer, #Approval { 
			float: left;
			font-size: 11px;
			color: #33885A;
			margin: 10px 0;
			}
			#Copyright { margin-left: 22px; }
			#Site { margin-left: 96px; }
			#Approval { margin-left: 100px; }
			#Disclaimer { margin-left: 100px; }
			
			#Site a:link, #Disclaimer a:link { color: #33885A; text-decoration: none; }
			#Site a:visited, #Disclaimer a:visited { color: #33885A; text-decoration: none; }
			#Site a:hover, #Disclaimer a:hover { color: #004368; text-decoration: underline; }
			#Site a:active, #Disclaimer a:active { color: #004368; text-decoration: underline; }

.RkdLink {
	clear: both;
	font-size: 11px;
	margin-left: 22px;
	color: #555;
	}
		.RkdLink a:link { color: #555; text-decoration: none; }
		.RkdLink a:visited { color: #555; }
		.RkdLink a:hover { color: #004368; }
		.RkdLink a:active { color: #004368; }

/* --- Menu --- */
#Menu {
	float: left;
	background: url(../../images/nav_bg.gif) repeat-y left top;
	width: 212px;
	}
	#MenuTop {
		background: url(../../images/nav_top.gif) no-repeat left top;
		padding: 10px 16px 0 16px;
		}
	#FruitNav, #VegNav { margin: 15px 16px; }
		#FruitNav img, #VegNav img { display: block; }
			
	#MainNav { 
		margin: 0 16px;
		padding: 5px 0;
		border-top: 1px solid #E7EDE9;
		}
		#MainNav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			#MainNav li { 
				float: left;
				width: 166px;
				}
			#MainNav a { display: block; }
	#MenuBtm {
		background: url(../../images/nav_btm.gif) no-repeat left top;
		clear: both;
		}
		#MenuBtm img { margin-top: 10px; }
		

/* --- Home Page --- */
#Home {	margin: 0 9px; }
	#Home p { 
		line-height: 18px;
		margin-top: 2px;
		margin-bottom: 5px;
		}
		
	#Healthy { text-align: center; }
	#Fruits, #Health { 
		float: left;
		width: 249px;
		}
		#Fruits p, #Health p { margin-left: 23px; }
	#Vegs, #Issues { 
		float: left;
		width: 261px;
		}
		#Vegs p, #Issues p { margin-left: 29px; }
	#Fruits, #Vegs {
		height: 194px;
		margin: -20px 0 7px;
		}	
	#Health, #Issues {
		height: 168px;
		margin-top: 12px;
		}
		.Spacer { float: right; }
	#Fruits { background: url(../../images/home_fruits_bg.jpg) no-repeat left top; }
		#Fruits .Title { margin: 23px 0 0 19px; }
		#Fruits .Select { margin: 10px 0 0 23px; }
			#Spacer1 img { width: 127px; height: 80px; }
	#Vegs { background: url(../../images/home_vegs_bg.jpg) no-repeat left top; }
		#Vegs .Title { margin: 23px 0 0 25px; }
		#Vegs .Select { margin: 10px 0 0 29px; }
			#Spacer2 img { width: 128px; height: 80px; }
	#Health { background: url(../../images/home_health_bg.jpg) no-repeat left top; }
		#Health .Title { margin: 16px 0 0 19px; }
			#Spacer3 img { width: 142px; height: 70px; }
	#Issues { background: url(../../images/home_issues_bg.jpg) no-repeat left top; }
		#Issues .Title { margin: 16px 0 0 25px; }
			#Spacer4 img { width: 130px; height: 134px; }
			
			
	#Health a, #Issues a { font-weight: bold; }
		#Health a:link, #Issues a:link { color: #33885A; text-decoration: underline; }
		#Health a:visited, #Issues a:visited { color: #33885A; }
		#Health a:hover, #Issues a:hover { color: #004368; }
		#Health a:active, #Issues a:active { color: #004368; }
/* --- Content Area --- */
#Content {
	margin-left: 225px;
	background: url(../../images/content_bg.gif) repeat-y left top;
	}
	#ContentTop { 
		background: url(../../images/content_top.gif) no-repeat right top;
		width: 537px;
		}
		h1.PageTitle {
			background: url(../../images/pagettl_bg.gif) no-repeat 15px 15px;
			margin: 0;
			padding: 15px;
			line-height: 20px;
			}
	#TextArea { 
		margin: 0 15px;
		min-height: 420px;
		}
	#ContentBtm {
		background: url(../../images/content_btm.gif) no-repeat left bottom;
		height: 13px;
		}
	
	#TextArea a:link { color: #8F0000; text-decoration: underline; }
	#TextArea a:visited { color: #8F0000;  }
	#TextArea a:hover { color: #004368;  }
	#TextArea a:active { color: #004368;  }
	#TextArea p {
		color: #333;
		line-height: 20px;
		}
	#TextArea h2 {
		font-size: 20px;
		color: #8F0000;
		font-weight: normal;
		}
			#TextArea h2 .Smaller { font-size: 12px; font-weight: bold; }
	#TextArea h3 {
		color: #33885A;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 3px;
		}
	#TextArea h4 {
		color: #33885A;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 3px;
		}
	hr {
		color: #E5E9E2;
		background: #E5E9E2;
		border: none;
		height: 1px;
		width: 100%;
		}
		
	.List { color: #33885A; margin-bottom: 27px; }
	ul.List { list-style: url(../../images/bullet-list.gif); }
	ol.List { list-style: decimal; }
		.List li {
			margin-top: 6px;
			margin-bottom: 6px;
			}
	ol.Reference { font-size: 11px; }
		ol.Reference li { 
			margin-top: 5px;
			margin-bottom: 5px;
			}
	ol.AlphaList { list-style: lower-alpha; }
	ul.ComponentsList {
		list-style: none;
		font-weight: bold;
		color: #33885A; 
		}
		ul.ComponentsList li {
			margin: 5px 0;
			}
			ul.ComponentsList ul { list-style: none; }
	.BackLink {
		font-size: 11px;
		float: right;
		background: url(../../images/back.jpg) no-repeat left center;
		width: 150px;
		text-indent: 10px;
		margin-top: -10px;
		}
			.BackLink:after { clear: right; }
		#TextArea .BackLink a:link { color: #85A38F; }
		#TextArea .BackLink a:visited { color: #85A38F; }
		#TextArea .BackLink a:hover { color: #004368; }
		#TextArea .BackLink a:active { color: #004368; }
	
	.Recommended { list-style: none; }
		.Recommended li { margin: 10px 0; }
		#TextArea .Recommended a { font-weight: bold; }
		#TextArea .Recommended a:link { color: #004368; }
		#TextArea .Recommended a:visited { color: #004368; }
		#TextArea .Recommended a:hover { color: #33885A; }
		#TextArea .Recommended a:active { color: #33885A; }
	
	.SourceTable {
		width: 100%;
		border-top: 1px solid #E5E9E2;
		border-left: 1px solid #E5E9E2;
		}
		.SourceTable td {
			width: 50%;
			font-size: 11px;
			line-height: 20px;
			padding: 0 4px;
			border-right: 1px solid #E5E9E2;
			border-bottom: 1px solid #E5E9E2;
			}
			.SourceTable strong { color: #8F0000; }
			
	.TextHighlight {
		background: #F6F0E3;
		border: 1px solid #E5E9E2;
		padding: 0 10px;
		margin: 10px 0;
		}
		.TextHighlight h2, .TextHighlight h3, .TextHighlight h4 {margin-top: 5px; }
		
		
/* --- 	Veg Template --- */
.TopLinks {
	width: 100%;
	margin-bottom: 10px;
	}
	.TopLinks td {
		width: 25%;
		text-align: center;
		font-size: 11px;
		color: #33885A;
		}
	#TextArea .TopLinks a:link { color: #33885A; }
	#TextArea .TopLinks a:visited { color: #33885A; }
	#TextArea .TopLinks a:hover { color: #004368; }
	#TextArea .TopLinks a:active { color: #004368; }
	
.VegPics {
	float: left;
	margin: 15px 10px 5px 0;
	}
.VitSources td, .VitSources th { padding: 2px;
	vertical-align: top; }
.VitSources th {
	font-size: 14px;
	color: #33885A;
	font-weight: bold; 
	}
.VitSources td a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
	
	#TextArea h4.Excellent, #TextArea span.Excellent { color: #33885A; }	
	#TextArea span.Excellent {
		font-weight: bold;
		text-transform: uppercase;
		}
	#TextArea .Excellent a:link {color: #33885A; }
	#TextArea .Excellent a:visited {color: #33885A; }
	#TextArea .Excellent a:hover {color: #004368; }
	#TextArea .Excellent a:active {color: #004368; }
	
	
	#TextArea h4.Good, #TextArea span.Good { color: #FFAE00; }		
	#TextArea span.Good {
		font-weight: bold;
		text-transform: uppercase;
		}
	#TextArea .Good a:link {color: #FFAE00; }
	#TextArea .Good a:visited {color: #FFAE00; }
	#TextArea .Good a:hover {color: #004368; }
	#TextArea .Good a:active {color: #004368; }
	
	
	#TextArea h4.Source, #TextArea span.Source { color: #CC0000; }		
	#TextArea span.Source {
		font-weight: bold;
		text-transform: uppercase;
		}
	#TextArea .Source a:link {color: #CC0000; }
	#TextArea .Source a:visited {color: #CC0000; }
	#TextArea .Source a:hover {color: #004368; }
	#TextArea .Source a:active {color: #004368; }
	
	.SourceFoods { margin: 0 20px; }
		#TextArea .SourceFoods h4 {
			font-weight: bold;
			text-transform: uppercase;
			margin-bottom: 0;
			}
		.SourceFoods p { margin-top: 0; }	
		
		#TextArea h4.High, #TextArea .High span { color: #FFAE00; }		
	#TextArea .High span {
		font-weight: bold;
		text-transform: uppercase;
		/*text-indent:30px;*/
		}
	#TextArea .High a:link {color: #FFAE00; }
	#TextArea .High a:visited {color: #FFAE00; }
	#TextArea .High a:hover {color: #004368; }
	#TextArea .High a:active {color: #004368; }
	
		#TextArea h4.VeryHigh, #TextArea .VeryHigh span { color: #33885A; }		
	#TextArea .VeryHigh span {
		font-weight: bold;
		text-transform: uppercase;
		/*text-indent:30px;*/
		}
	#TextArea .VeryHigh a:link {color: #33885A; }
	#TextArea .VeryHigh a:visited {color: #33885A; }
	#TextArea .VeryHigh a:hover {color: #004368; }
	#TextArea .VeryHigh a:active {color: #004368; }
		
#TextArea p.Note {
	font-size: 11px;
	color: #85A38F;
	font-style: italic;
	margin: 5px 0;
	}

.ComponentsContainer { width: 100%; }
.Components {
	border-bottom: 1px solid #E5E9E2;
	width: 100%;
	}
	.Components td { 
		font-size: 11px;
		line-height: 12px;
		padding: 4px 2px;
		border-right: 1px solid #E5E9E2;
		border-left: 1px solid #E5E9E2;
		}
		#TextArea .Components td a:link { color:#333; text-decoration: none; }
		#TextArea .Components td a:visited { color:#333; text-decoration: none; }
		#TextArea .Components td a:hover { color:#333; text-decoration: underline; }
		#TextArea .Components td a:active { color:#333; text-decoration: underline; }
	.Components th {
		font-weight: normal;
		font-size: 11px;
		border-bottom: 1px solid #E5E9E2;
		padding: 0 2px;
		}
		.Components th.Serving { text-align: left; }
		.Components td.Percent, .Components td.Grams { 
			text-align: center;
			width: 20%;
			border-left: none;
			}
		.AltBg { background-color: #F6F0E3; }
		.Components td.Title {
			font-weight: bold;
			color: #33885A;
			}
			#TextArea .Components td.Title a:link { color:#33885A; text-decoration: none; }
			#TextArea .Components td.Title a:visited { color:#33885A; text-decoration: none; }
			#TextArea .Components td.Title a:hover { color:#33885A; text-decoration: underline; }
			#TextArea .Components td.Title a:active { color:#33885A; text-decoration: underline; }
			
		.Components td.Indent { padding-left: 20px; }
		.Components td.IndentMore { padding-left: 40px; }
	#Vitamins, #Phytochemicals { background-color: #F6F0E3; }
	#Other { border-bottom: none; }
		#Other td { border-bottom: 1px solid #E5E9E2; }
		
	.OrgnLinks { 
		font-size: 11px;
		font-weight: normal;
		color: #333;
		}
		#TextArea .OrgnLinks a:link { color: #333; }
		#TextArea .OrgnLinks a:visited { color: #333; }
		#TextArea .OrgnLinks a:active { color: #004368; }
		#TextArea .OrgnLinks a:hover { color: #004368; }
	
	#TextArea p.Static {
		font-weight: bold;
		color: #33885A;
		}
			#TextArea p.Static a.Hover:link { color: #33885A; }
			#TextArea p.Static a.Hover:visited { color: #33885A; }
			#TextArea p.Static a.Hover:hover { color: #004368; }
			#TextArea p.Static a.Hover:active { color: #004368; }
		
	#TextArea p.AddnDesc {
		font-weight: bold;
		color: #8F0000;
		}
			#TextArea p.AddnDesc a.Hover:link { color: #8F0000; }
			#TextArea p.AddnDesc a.Hover:visited { color: #8F0000; }
			#TextArea p.AddnDesc a.Hover:hover { color: #004368; }
			#TextArea p.AddnDesc a.Hover:active { color: #004368; }
	
	#TextArea p.DetailLink { text-align: right; }
		#TextArea .DetailLink a:link { color: #85A38F; }
		#TextArea .DetailLink a:visited { color: #85A38F; }
		#TextArea .DetailLink a:hover { color: #004368; }
		#TextArea .DetailLink a:active { color: #004368; }
	
	
		
		
/* --- Popup --- */		
#ComponentPopup {
	background: #FDFBF7 url(../../images/content_bg.gif) repeat-y left top;
	width: 537px;
	margin: 10px auto;
	}
	#ComponentPopup #TextArea { min-height: 300px; }	
	.CloseWindow {
		font-size: 11px;
		text-align: right;
		padding-top: 10px;
		background: url(../../images/close.gif) no-repeat 425px bottom;
		}
		

/* --- Health & Consumer Articles --- */

#TextArea h2.Articles {
	font-size: 20px;
	color: #004368;
	font-weight: normal;
	}
#TextArea h3.Articles {
	color: #33885A;
	font-size: 14px;
	font-weight: bold;
	}
#TextArea h4.Articles {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	}
	
	
ul.Articles { list-style: none; }
	ul.Articles li { margin: 10px 0; }
	#TextArea ul.Articles a { font-weight: bold; }
	#TextArea ul.Articles a:link { color: #8F0000; }
	#TextArea ul.Articles a:visited { color: #8F0000; }
	#TextArea ul.Articles a:hover { color: #004368; }
	#TextArea ul.Articles a:active { color: #004368; }

#TextArea .SmallText p { font-size: 11px; line-height: 18px; }

/* --- News and Media --- */

.newsTD{ background:#F6F0E3;}