* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}

img {
  border: 0;
}

body {
  background: #b4965e url(../images/backgrounds/body.jpg);
  color: #494632;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 90%;
}
h3 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #5a8029;
}
h4 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #5a8029;
}
p.highlight {
  color: #252319;
}
p.highlight strong {
  color: #9f1210;
  text-transform: uppercase;
  font-size: 90%;
}

img.left { float: left; margin-right: 0.75em; }
img.right { float: right; margin-left: 0.75em; }

a.external {
  background: url(../images/bullets/international.gif) no-repeat left;
  padding: 3px 0 3px 19px;
}
a.pdf {
  background: url(../images/bullets/pdf.gif) no-repeat left;
  padding: 3px 0 4px 22px;
}


#content .error_message {
  background: #f3e2e2;
  border: 1px solid #881818;
  color: #881818;
  padding: 0.6em 1em;
  margin-bottom: 1.5em;
}
#content .error_message p {
  margin: 0.3em 0;
}

#content .info_message {
  background: #dbf3dd;
  border: 1px solid #064609;
  color: #064609;
  padding: 0.6em 1em;
  margin-bottom: 1.5em;
}
#content .info_message p {
  margin: 0.3em 0;
}


.flair {
  position: absolute;
  z-index: 2;
}
#flair-1 {
  width: 81px;
  height: 124px;
  top: 80px;
  left: -40px;
  background: url(../images/flair_left.png) no-repeat;
}
#flair-2 {
  position: absolute;
  width: 87px;
  height: 192px;
  top: 10px;
  right: -30px;
  background: url(../images/flair_right.png) no-repeat;
}


#topbg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/backgrounds/top.jpg) repeat-x;
  height: 142px;
  width: 100%;
}


#page {
  width: 950px;
  margin: 5px auto;
  background: #fff url(../images/backgrounds/page.jpg) repeat-y;
  position: relative;
  top: 5px;
}


#header {
  position: relative;
  z-index: 1;
}


#top {
  width: 930px;
  margin: 0 auto;
  padding: 0 20px;
  height: 1.2em;
  font-size: 90%;
  position: relative;
  top: 14px;
  z-index: 50;
  text-shadow: #594b1f 1px 1px 2px;
	font-weight: normal;
	color: #edddba;
}
#top ul#quick-nav {
  float: left;
  width: 40%;
}
#top ul#site-nav {
  text-align: right;
  float: right;
  width: 55%;
}
#top ul#site-nav .quick-links {
  border-right: none;
  margin-right: 8px;
  color: #edddba;
}
#top li {
  display: inline;
  border-right: 1px solid #d8c395;
	padding: 0 7px 0 4px;
}
#top li.last {
  border: none;
  padding-right: 0;
}
#top a {
  color: #edddba;
  padding-left: 2px;
  font-weight: bold;
}


#toggle-global-search.selected {
  background-color: #cec2a4;
}
#toggle-global-search.selected a {
  color: #654f1f;
}
#global-search {
  position: absolute;
  top: 10px;
  right: 82px;
  width: 256px;
  height: 35px;
  background: url(../images/backgrounds/search.png) no-repeat;
  display: none;
  padding: 8px 7px;
}
#global-search.enabled {
  display: block;
}
#global-search input.query {
  border: 1px solid #b9b9b9;
  padding: 3px;
  width: 178px;
}
#global-search input {
  vertical-align: middle;
}


#title {
  height: 105px;
  background: #fff url(../images/backgrounds/header.jpg) no-repeat bottom;
  position: relative;
}
img#logo {
  position: absolute;
  z-index: 99;
  left: 22px;
  top: 18px;
}
#title h1 {
  text-indent: -9999px;
}
#title h2 {
  text-indent: -9999px;
}


ul#primary-nav {
  height: 68px;
  line-height: 34px;
  background: url(../images/backgrounds/primary_nav.gif) repeat-x;
  font-size: 100%;
  position: relative;
}
ul#primary-nav li {
  height: 37px;
  display: block;
  float: left;
  background: url(../images/nav_divider.gif) no-repeat right;
  padding-left: 10px;
  padding-right: 12px;
  text-shadow: #444 1px 1px 2px;
}
ul#primary-nav li.first {
  margin-left: 162px;
  padding-left: 0;
}
ul#primary-nav li.last {
  background: none;
}
ul#primary-nav li a {
  color: #fae7b3;
  display: block;
  outline: none;
  z-index: 2;
  position: relative;
}
ul#primary-nav li.current a {
  color: #fff;
}
ul#primary-nav li.hover a {
  color: #fff;
  text-decoration: none !important;
}
ul#primary-nav li.current .current-cursor {
  width: 11px;
  height: 6px;
  background: url(../images/current.gif) no-repeat;
  position: absolute;
  top: 0;
}
ul#primary-nav li .hover-cursor {
  width: 11px;
  height: 8px;
  background: url(../images/cursor.gif) no-repeat;
  position: absolute;
  display: none;
  top: 37px;
}
ul#primary-nav li .glow {
  background: url(../images/glow.png) no-repeat;
  position: absolute;
  display: none;
  top: 5px;
  width: 89px;
  height: 32px;
  z-index: 1;
}
ul#primary-nav li.hover .hover-cursor {
  display: block;
}
ul#primary-nav li.hover .glow {
  display: block;
}
ul#primary-nav li#nav-recipes .cursor { left: 215px; }
ul#primary-nav li#nav-health .cursor { left: 350px; }
ul#primary-nav li#nav-cranberries .cursor { left: 468px; }
ul#primary-nav li#nav-suppliers .cursor { left: 590px; }
ul#primary-nav li#nav-media .cursor { left: 723px; }
ul#primary-nav li#nav-international .cursor { left: 825px; }

ul#primary-nav li#nav-recipes .glow { left: 172px; }
ul#primary-nav li#nav-health .glow { left: 308px; }
ul#primary-nav li#nav-cranberries .glow { left: 426px; }
ul#primary-nav li#nav-suppliers .glow { left: 552px; }
ul#primary-nav li#nav-media .glow { left: 681px; }
ul#primary-nav li#nav-international .glow { left: 787px; }

ul#primary-nav ul {
  background: #8aba4a;
  font-size: 90%;
  height: 30px;
  line-height: 30px;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  position: absolute;
  top: 37px;
  left: 13px;
  width: 922px;
}
ul#primary-nav li.current ul {
  display: block;
}
ul#primary-nav li.unhover ul {
  display: none;
}
ul#primary-nav li.hover ul {
  display: block;
}

ul#primary-nav ul li {
  display: inline;
  padding: 0;
  background: none;
}
ul#primary-nav ul li.first {
  margin-left: 148px;
}
ul#primary-nav ul li.first a {
  padding-left: 0;
}
ul#primary-nav ul li.last a {
  border-right: none;
}
ul#primary-nav ul li a {
  color: #fff;
  display: inline;
  line-height: 30px;
  border-right: 1px solid #fff;
  padding: 0 5px;
  text-decoration: none;
  outline: none;
}
ul#primary-nav ul li a:hover {
  padding-bottom: 4px;
  text-decoration: none !important;
  border-bottom: 6px solid #fff;
}


#container {
  background: url(../images/backgrounds/container.png) repeat-y;
  margin: 6px 15px 0 13px;
}


#content {
  position: relative;
  z-index: 99;
  width: 631px;
  background: url(../images/backgrounds/shadow_right.png) repeat-y right;
  font-size: 95%;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 4px;
}
#content h3 {
  text-align: center;
  font-size: 220%;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 12px;
  background: url(../images/backgrounds/title.gif) repeat-x bottom;
}
#content h3 img {
  width: 53px;
  height: 46px;
  vertical-align: -30%;
}
#content h4 {
  margin-top: 0.5em;
  font-family: Georgia, serif;
  font-size: 140%;
  font-weight: normal;
  color: #5a8029;
}
#content p {
  margin-bottom: 1em;
  line-height: 1.25em;
  margin-left: 6px;
}
#content a {
  text-decoration: underline;
  color: #666c5d;
}

#content.wide {
  width: 632px;
  margin-left: 4px;
  padding-right: 45px;
}
#content.wide p {
  margin-top: 0.75em;
}

#content.full {
  background: #fff;
  position: relative;
  z-index: 1;
  margin-left: 4px;
  padding-right: 0;
  width: 916px;
}
#content.full h3 {
  text-align: left;
  padding-left: 4px;
  margin-bottom: 0.5em;
  margin-left: 0;
  width: 98%;
}
#content.full > p {
  padding-right: 1.5em;
}


#content #inner-content {
  float: left;
  width: 366px;
}
#content #inner-content p {
  margin-left: 0;
}


#content img.header {
  margin-left: 2px;
}



/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  margin-left: 11px;
  background: url(../images/backgrounds/shadow_bottom.png) no-repeat left top;
}
#footer.wide {
  background: none;
}
#footer-navs {
  background: #bc2220;
  padding: 10px;
  margin: 0 15px 4px 3px;
  height: 14px;
}
ul.footer-nav {
  font-size: 90%;
}
ul.footer-nav li {
  display: inline;
  padding-right: 6px;
  padding-left: 2px;
  border-right: 1px solid #ffe;
}
ul.footer-nav li.first {
  padding-left: 0;
}
ul.footer-nav li.last {
  border-right: none;
}
ul.footer-nav li a {
  color: #fff;
}
ul.footer-nav li a img {
  vertical-align: top;
}

p#copyright {
  color: #fff;
  background: #a68d59;
  padding: 10px;
  font-size: 85%;
  margin: 0 15px 0 3px;
	border-top: 2px solid #816d45;
}

#bottom {
  background: url(../images/backgrounds/bottom.jpg) no-repeat top;
  height: 15px;
  margin-top: 4px;
  margin-left: -10px !important;
}


/* Sidebar */

#sidebar {
  width: 275px;
  float: right;
  font-size: 90%;
  color: #6b814b;
}
#sidebar .section {
  background: #e5f2cd;
  border-bottom: 1px solid #bdd4a0;
  margin-top: 2px;
  padding: 5px;
}
#sidebar .section ul {
  list-style-position: outside;
  margin-bottom: 0.5em;
}
#sidebar .section ul li {
  background: url(../images/bullets/green_star.png) no-repeat top left;
  width: 210px;
  padding-left: 25px;
  margin-bottom: 0.5em;
  margin-left: 5px;
  line-height: 1.2em;
}
#sidebar .section a {
  color: #6f7f46;
}
#sidebar .section p {
  font-size: 95%;
  line-height: 1.3em;
  margin: 0 4px;
}
#sidebar .section p a {
  color: #6b814b;
  font-weight: bold;
}
#sidebar .section h4 {
  font-size: 140%;
  margin-bottom: 0.5em;
  margin-left: 0.2em;
}
#sidebar .section div.shadow {
  width: 258px;
  position: relative;
  bottom: 4px;
  right: 4px;
  background-color: #b8cd99;
  margin-top: 8px;
  margin-left: 10px;
}
#sidebar .section div.shadow div.container {
  background: #fff;
  border: 1px solid #9cc175;
  padding: 3px;
  position: relative;
  bottom: 4px;
  right: 4px;
}

#sidebar .shaded div.shadow div.inner-container {
  background: #fae7b3;
  padding: 3px;
}
#sidebar .shaded h4 {
  margin-left: 0;
}

.photo-small {
  float: left;
  margin-top: 0.3em;
  margin-left: 0.8em;
  position: relative;
  bottom: 4px;
  right: 4px;
  background-color: #b8cd99;
}
.photo-small img {
  background-color: #fef9ec;
  padding: 3px;
  border: 1px solid #709144;
  position: relative;
  bottom: 3px;
  right: 3px;
}


#content form.account {
  margin: 1em;
}
#content form.account div.row {
  margin-bottom: 0.8em;
}
#content form.account div.row label {
  float: left;
  width: 11em;
  font-weight: bold;
}
#content form.account div.submit {
  padding-left: 11em;
}
#content form.account p {
  margin-left: 0;
}
#content form.account div.row input.button {
  margin-left: 1em;
}


#cse-search-results iframe {
  width: 98%;
}
/* Generic Classes */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Contribute */

#container #content p a {
	color:#a91716;
}

#container #content img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#container #content img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
