html {
	text-align: center;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #ced2b3;
}

.body {
	width: 970px;
	margin: 0 auto;
	background: url('../images/body_bgTile.jpg') repeat-y;
	position: relative;
}

input {
	border: 1px solid #aaa;
}

#branding {
	width: 950px;
	margin: 0 10px;
	text-indent: 0px;
	background: url('../images/branding.jpg');
	height: 91px;
}

.pageImage {
	height: 20px;
	width: 950px;
	margin: 0 10px;
	display: block;
	position: relative;
	padding-bottom: 40px;
	background: url('../images/brandingShadow.jpg') no-repeat 0 0;
}

#floatBottles {
	position: absolute;
	right: 20px;
	top: 50px;
}

#pageImageHome {
	height: 200px;
	background: url('../images/pageImage_home.jpg') no-repeat;
}

#primaryNavContainer {
	position: absolute;
	top: 0;
	right: 0;
}

#primaryNav {
	height: 39px;
	background: url('../images/primaryNav_bg-trans.png') no-repeat;
	text-align: right;
	width: 560px;
	padding-right: 20px;
}

#primaryNav li {
	display: inline;
}

#primaryNav li a {
	display: inline;
	padding: 0 12px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	font-size: 9pt;
	height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#primaryNav li a.selected
{
	font-weight: bold;
}

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

.floatAnchor {
	clear: both;
}

#content {
	width: 890px;
	margin: 0 40px;
	text-align: left;
	position: relative;
}

#wideCol {
	width: 570px;
	float: left;
	padding-bottom: 20px;
}

#content h1 {
	color: #2e730f;
	font-size: 14pt;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#content h2 {
	color: black;
	font-size: 12pt;
	margin: 5px 0 20px 0;
}

#content h3 {
	font-weight: bold;
	font-size: 11pt;
	margin: 10px 0 5px 0;
}

#content p {
	padding-bottom: 10px;
}

#content a {
	color: #4c9eb2;
	font-weight: bold;
	text-decoration: none;
}

img.nutrition {
	float: right;
	margin-left: 10px;
}
#content a:hover {
	background: #4c9eb2;
	color: white;	
}

/* Blue Container */
.blueContainer_top {
	width: 566px;
	height: 10px;
	background: url('../images/blueContainer_top.jpg') no-repeat bottom;
}

.blueContainer_content {
	background: #deeae6;
	width: 546px;
	padding: 0 10px;
}

.blueContainer_content img {
	float: left;
	margin-right: 10px;
}

.blueContainer_bottom {
	width: 566px;
	height: 10px;
	background: url('../images/blueContainer_bottom.jpg') no-repeat;
}

/* Blue Contact Container */
.contactContainer_top {
       width: 484px;
       height: 6px;
       background: url('../images/contactContainer_top.jpg') no-repeat bottom;
}

.contactContainer_content {
       background: url('../images/contactContainer_bg.jpg') repeat-y;
       width: 464px;
       padding: 0 0 0 20px;
}

.contactContainer_bottom {
       width: 484px;
       height: 6px;
       background: url('../images/contactContainer_bottom.jpg') no-repeat;
}

/* security floater */
div#security {
       position: absolute;
       right: 130px;
       top: 40px;
       width: 250px;
       height: 100px;
       display: block;
}

#security p{
       color: #888;
       padding: 10px 20px 0 30px;
       font-size: 9pt;
}


table#scienceFigures td {
	padding: 0 10px;
	vertical-align: top;
}

h1#contact {
	color: #487a85;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	font-size: 13pt;
}

.inputPair {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.inputPair span {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	line-height: 10px;
}

.inputPair input {
	display: block;
	height: 20px;
	line-height: 20px;
}

.inputPair textarea {
	display: block;
	height: 60px;
	width: 350px;
	line-height: 20px;
	border: 1px solid #aaa;
}

input.checkbox{
	margin-right: 10px;
}

#contactSubmit {
	background: url('../images/submitButton01.jpg') no-repeat;
	width: 108px;
	height: 44px;
	text-indent: -9999px;
	border: none;
	display: block;
}

#contactSubmit:hover {
	background: url('../images/submitButton02.jpg') no-repeat;
	width: 108px;
	height: 44px;
	cursor: pointer;
}

ul#practices {
	display:block;
	color: #444;
}

ul#practices h1 {
	color: #323232;
	font-size: 11pt;
	margin: 0;
}

ul#practices span {
	display: block;
	margin: 0;
	float: left;
}

ul#practices img {
	float: left;
	margin: 2px 10px 0 0;
}

ul#practices li {
	float:left;
	width: 230px;
	margin-bottom: 45px;
}

ul#practices li.even {margin-left: 70px}

/* Half column */
#wideCol .halfCol {
	float: left;
	width: 270px;
	margin-right: 10px;
}

#wideCol .halfColRow {
	display: block;
	clear: both;
}

ul.halfColList {
	width: 200px;
	float: left;
	margin-left: 15px;
}

ul.halfColList li{
	list-style: square inside;
}

/* Doctors Note */
.imageTextPair {
	color: #999;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}

.imageTextPair img {
	float: left;
	margin-right: 10px;
}

.orange {
	color: #ce8d00;
}

/* Right Column */
#narrowCol {
	width: 260px;
	float: right;
	color: #448924;
	margin: 0;
	padding: 0;
}

#narrowCol table {
	width: 240px;
	margin:  0 10px;
}

#narrowCol table tr {
	height: 20px;
}

#narrowCol table td.right {
	text-align: right;
}
.narrowColFloater_topEdge {
	height: 6px;
	width: 270px;
	background: url('../images/narrowColFloater_topEdge.jpg') no-repeat bottom;
}

.narrowColFloater_content {
	width: 258px;
	background: url('../images/narrowColFloater_bgTile.jpg') repeat-y;
	padding: 0 6px;
	margin: 0;
}

.narrowColFloater_bottomEdge {
	height: 6px;
	width: 270px;
	background: url('../images/narrowColFloater_bottomEdge.jpg') no-repeat;
	margin-bottom: 10px;
}

#narrowCol h1 {
	background: url('../images/narrowColFloater_headerBgTile.jpg') repeat-x;
	height: 26px;
	line-height: 26px;
	color: white;
	font-size: 10pt;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

#narrowCol ul.text {
	color: #448924;
	padding-left: 15px;
	padding-bottom: 20px;
}

#narrowCol ul li {
	list-style: square inside;
	line-height: 20px;
}

#narrowCol ul.imageList{
	width: 250px;
	padding: 10px 0;
	color: #507983;
	font-size: 9pt;
}

#narrowCol ul h2 {
	font-weight: bold;
	margin: 0;
	color: #507983;
	font-size: 10pt;
	float: left;
	clear: right;
}

#narrowCol ul p {
	padding-top: 0;
}

#narrowCol ul.imageList li {
	list-style: none;
	line-height: 15px;
}

#narrowCol ul.imageList li a {
	display: block;
	color: #507983;
}
#narrowCol ul.imageList li a:hover {
	color: #83c2d2;
	background: transparent;
	cursor: pointer;
}

#narrowCol ul.imageList li p {
	margin-top: 5px;
	font-weight: normal;
	font-size: 9pt;
}

#narrowCol ul.imageList li img {
	float: left;
	margin: 8px 5px;
}

#narrowCol ul#stateList {

	width: 250px;
	margin-left: 10px;
}

#narrowCol ul#stateList li {
	float: left;
	width: 125px;
	height: 15	px;
	list-style: disc inside;
}

#narrowCol ul#stateList a {
	font-weight: normal;
	color: #448924;
}

#narrowCol ul#stateList a:hover {
	background: transparent;
	color: black;
}

#footer {
	height: 90px;
	width: 950px;
	padding: 0 10px;
	background: #ced2b3 url('../images/footer.jpg') no-repeat 0 0;
	color: #898c74;
	line-height: 40px;
	text-align: left;
	font-size: 8pt;
	position: relative;
}

#footer a{
	color: #898c74;
	text-decoration: none;
	padding: 0 5px;
}

#footer #copyright {
	position: absolute;
	right: 20px;
	top: 0px;
}

#footer #corenaturals {
	position: absolute;
	right: 10px;
	top: 40px;
}

#footer a:hover {
	color: #4b4d3b;
}

#nut_table
{
	margin-top: 4px;
	margin-bottom: 8px;
}

#content .highlight 
{
	color:#4C9EB2;
	font-weight:bold;
	text-decoration:none;
}

#state_box
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: white;
	color: #716841;
	border: 1px solid black;
	font-size: 11px;
	padding: 5px;
	z-index: 1000;
	text-align: left;
}   

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

#state_box ul a:link
{
	color: #448924;
}
#state_box ul a:visited
{
	color: #448924;
}

#state_box ul a:hover
{
	color:#ED7204
}

.checkbox
{
	border: 0px;
}
