:focus {
  outline: 0;
}

body {
  color: #666;
  margin: 0;
  padding: 0;
  background: url(images/body-background.jpeg) no-repeat;
  font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
  font-size: 90%;
}

a {
  color: #8d0000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a span.read-more {
  font-size: 75%;
  color: #339;
}

img, textarea, dl, dt, dd, ul, blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

ul {
  list-style: none;
}

ul.standard {
  list-style: inherit;
  list-style-type: disc;
  margin-left: 1em;
  line-height: 150%;
}

h1, h2 {
  font-family: Helvetica, Arial, sans-serif;
  clear: left;
}

h1 {
  margin-top: 0;
  color: #354f66;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: bold;
}

h2 {
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.3em;
  color: #5680a3;
}

h3 {
  border-top: 1px dotted #999;
  padding-top: 15px;
  color: #5680a3;
  clear: both;
}

textarea {
  font: inherit;
}

blockquote {
  margin-left: 0;
  font-style: italic;
}

strong {
  color: #333;
}

.product-notes *{
  clear: none;
}

.product-notes h3 {
  font-size: 100%;
  border: 0;
  margin: 0;
  padding-top: 1em;
}

p {
  margin: 0.5em 0px 0.5em 0px;
  line-height: 150%;
}

table caption, th {
  background-color: #5f8db1;
  padding: 4px;
}

table {
  border-collapse: collapse;
  color: #fff;
  text-align: center;
  margin: 1em 0 1.5em 0;
  background-color: rgba(201,226,237,0.5);
  width: 520px;
}

th, td {
  font-size: 80%;
  line-height: 1.1em;
  padding-bottom: 10px;
  color: #003e82;
  padding-left: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #5f8db1;
}

textarea, input[type="text"], input[type="password"] {
  width: 75%;
}

input, textarea, select, .bordered {
  border: 1px solid #ccc;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.pr_date {
  margin-top: 1em;
  line-height: 1.3em;
  color: #4c4c4c;
  font-style: italic;
  font-size: 90%;
}

.left {
  text-align: left;
}

.notice {
  color: red;
  font-size: 80%;
  margin-bottom: 0;
}

#header {
  margin-top: 10px;
  background-position: left 25px;
  background-repeat: no-repeat;
  height: 225px;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 1;
}

#flash-replace {
  position:absolute;
}

#flash-replace-enable, #flash-replace-disable {
  display: none;
  margin: 0 0 1em 5px;
  border: 1px solid #365870;
  padding:  0.1em 0.2em;
  text-align:center;
  background-color: #5680a3;
  text-transform: uppercase;
}

#flash-replace-enable a, #flash-replace-disable a {
  color: white;
}

#main-nav {
  padding-left: 100px;
  padding-top: 25px;
  background: url(images/nav-scale-background.gif) right top no-repeat;
  float: left;
}

#main-nav a {
  color: #d1e5f0;
  text-decoration: none;
  padding-left: 2px;
}

#main-nav a:hover {
  color: #fff;
  text-decoration: none;
}

#main-nav li {
  position: relative;
  display: inline;
  padding-top: 25px;
  padding-right: 1em;
}

#main-nav li.odd {
  background: url(images/nav-scale-odd.gif) no-repeat;
}

#main-nav li.even {
  background: url(images/nav-scale-even.gif) no-repeat;
}

#main-nav a.selected {
  color: #fff;
}

#main-nav li div {
  display: none;
  position: absolute;
  top: -30em;
  left: 0px;
  /* large div way off the screen so ie can show proper width submenu */
  width: 100em; /* must have fixed width for ie */
}

#main-nav li ul {
  position: absolute;
  top: 33em; /* nested in offcreen div (large offset puts it back on below li */
  padding: 0.2em;
  background-color: white;
  border-top: 1px dotted #5f8db1;
  border-bottom: 1px dotted #5f8db1;
}

#main-nav li li.odd, #main-nav li li.even {
  display: block;
  background: white;
  padding: 0;
}

#main-nav li li a, #main-nav li li a.selected {
  color: #5686ac;
  font-size: 80%;
  margin: 10px 10px 10px 5px;
  line-height: 24px;
}

#main-nav li li a:hover {
  color: #375871;
}

#sub-nav {
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 0;
  font-size: 80%;
  width: 130px;
}

#sub-nav ul {
  margin-bottom: 2em;
  border-bottom: 1px dotted #b6c9d8;
  background-image: url(images/sub_nav_bg.png);
}

#sub-nav li {
  border-top: 1px dotted #b6c9d8;
  margin-left: 0;
}

#sub-nav li a {
  display: block;
  text-decoration: none;
  color: #5680a3;
  padding: 8px 8px 8px 25px;
}

#sub-nav li a:hover {
  color: #394b60;
  background-color: #fff;
}

#sub-nav li a.selected {
  color: #394b60;
  background-color: rgba(255,255,255,0.8);
  border-left: solid 5px;
  padding-left: 20px;
  -moz-background-origin: border;
}

#sub-nav li ul {
  margin: 0;
  border: 0;
}

#sub-nav li li a {
  font-size: 95%;
  padding-left: 35px;
  background-position: 20px 10px;
}

#sub-nav li li a.selected {
  padding-left: 30px;
}

#sub-nav li li a:hover {
  color: black;
  background-color: rgba(219,235,241,0.5);
}

#content {
  position:absolute;
  left: 150px;
  top: 250px;
  width: 550px;
  font-size: 90%;
  line-height: 1.3em;
}

#content img {
  float: left;
  margin: 0 1em 0.5em 0; 
}

#content img.wide-image {
  float: none;
  display: block;
  margin: 0.5em 0;
}

#footer {
  clear: both;
  margin-top: 2em;
  border-top: 1px solid gray;
  padding-top: 5px;
  font-size: 85%;
}

#footer li {
  display: inline;
  padding-right: 1em;
}

#footer li a {
  text-decoration: none;
  color: #5680a3;
}

#footer li a:hover {
  color: black;
}

#footer img {
  float: right;
  margin: 0 0 10px 0;
}

div.calendar {
  float: right;
  width: 9.4em;
  font-size: 85%;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: 1.6em;
  padding: 0 1em 1.4em;
  margin-bottom: 1.6em;
}

div.calendar h3 {
  border-style: none;
  margin-bottom: .6em;
  margin-top: 1px;
}

div.calendar li {
  float: left;
  text-align: center;
  color: #999;
  height: 1.6em;
  width: 2.5em;
  margin: 2px;
  border: 1px solid #ccc;
  background-color: #f8fcff;
}

div.calendar a:hover {
  text-decoration: underline;
  color: black;
}

dl.box-with-image {
  float: left;
  position: relative;
  margin: 0 1.5em 1.5em 0;
  border: 1px solid #ccc;
  height: 27em;
  width: 12em;
  background-color: white;
}

dl.box-with-image dt {
  margin: 0.4em;
}

dl.box-with-image img {
  position: absolute;
  top: 5.6em;
  left: 1.5em;
  display: block;
  width: 9em;
}

dl.box-with-image .footer {
  position: absolute;
  top: 25em;
  left: 0.3em;
  right: 0.3em;
  width: 11.4em;
  font-weight: normal;
  padding-top: 0.2em;
  border-top: 1px solid #ccc;
  color: #666;
  font-weight: normal;
}

dl.box-with-image dt a {
  display: block;
  background: url(images/product_arrow.gif) top left no-repeat;
  padding-left: 25px;
  padding-bottom: 2px;
}

dl.box-with-image dt a, a.subtle {
  text-decoration: none;
  color: #666;
}

dl.box-with-image dt a:hover, a.subtle:hover {
  text-decoration: underline;
}

div.products dl.box-with-image .pack-size {
  font-weight: normal;
  font-size: 80%;
}

div.products dl.box-with-image .footer strong {
  color: red;
  font-weight: bold;
}

.footnote {
  margin-top: 1em;
  font-size: 90%;
  line-height: 110%;
}
  
.footnote h3 {
  display: inline;
  border: 0;
  font-weight: bold;
  font-style: normal;
  clear: none;
  font-size: 110%;
}

div.product-categories dl.box-with-image {
  height: auto;
  width: 19em;
  height: 30em;
}

div.product-categories dl.box-with-image img {
  top: 4em;
  left: 3em;
  width: 12em;
}

div.product-categories dl.box-with-image p {
  position: absolute;
  top: 20em;
  padding: 0.5em;
  
}

div.image-library {
  clear: left;
}

div.image-library dl.box-with-image {
  height: 27.5em;
}

div.image-library dl.box-with-image dt {
  background: none;
  padding-left: 0;
}

div.image-library dl.box-with-image .footer p {
  font-size: 80%
}

#content div.left-column {
  float: left;
}

#content div.product-images {
  width: 240px;
  background: white;
  border: 1px solid #ccc;
  padding-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

#content div.product-images img {
  float: none;
  margin: 1em;
}

#content div.product-images img.charity {
  display: inline;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
}

#content div.product-images div {
  width: 96%;
  margin-left: 2%;
  border-top: 1px dotted #ccc;
  padding: 0.4em 0;
}

#content div.product-notes {
  margin-left: 260px;
  padding-left: 0.5em;
}

.product-notes .product-strength {
  width: 100%;
  overflow: hidden;
  font-size: 110%;
  font-weight: bold;
}

.product-notes .product-strength ul {
  width: 100%;
  overflow: hidden;
}

.product-notes .product-strength li {
  float: left;
  position: relative;
  width: 16.5%;
  height: 1.2em;
  margin: 10px 0;
  text-align: center;
  background-color: #eee1df;
}

.product-notes .product-strength em {
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  padding: 10px 0;
  background: transparent url(images/this-strength.png) center center no-repeat;
  font-style: normal;
}

.products .product-strength ul {
  float: right;
  width: 6em;
}

.products .product-strength li {
  float: left;
  position: relative;
  width: 16.5%;
  text-align: center;
}

.products .product-strength em {
  color: red;
  font-weight: bold;
  font-style: normal;
}

#content div.storyboard {
  border: 1px solid #ccc;
  margin: 1em 0;
  background-color: white;
  padding: 10px;
}

#content div.storyboard img {
  width: 527px;
  margin: 0 0 0.5em 0;
}

#content div.storyboard p {
  margin: 0.5em 0;
  padding: 0;
}

#content div.storyboard strong {
  color: #5680a3;
  font-weight: normal;
}

#content div.storyboard p.story {
  border-top: 1px dotted #ccc;
  margin: 0.5em 0 0 0;
  padding-top: 0.5em;
}

#content .two-column-left, #content .two-column-right {
  width: 264px;
  margin-bottom: 1em;
  padding: 0;
  float: left;
}

#content .two-column-left {
  clear: left;
}

#content .two-column-right {
  margin-left: 18px;
}

#content .two-column-left img, #content .two-column-right img {
  float: none;
  display: block;
  margin: 0;
  width: 262px;
}

.controls {
  clear: left;
  margin: 0.3em;
}

.controls dt {
  float: left;
  clear: left;
  padding: 0.4em 0 0 0;
  width: 7.5em;
  font-weight: normal;
}

.controls dd, .controls fieldset {
  margin-left: 8em;
  padding: 0.2em 0;
}

ul#sitemap ul {
  margin-left: 2em;
}

.ends {
  text-align: center;
  font-weight: bold;
}

#content .ethical-links {
  margin: 1em 0;
}

#content .ethical-link {
  margin-bottom: 6px;
  background: #9dbbd3 url(/images/ethical-link.png) repeat-y;
  color: black;
  padding: 10px 10px 10px 5px;
  overflow: hidden;
}

#content .ethical-link img {
  float: left;
  width: auto;
  margin: 0;
}

#content .ethical-link p {
  margin: 0 0 0 165px;
}

#content .ethical-link a {
  text-decoration: underline;
}

#content img.float {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.lh-banner {
  margin: 0 0 1em 5px;
}

.lh-banner img {
  display: block;
  width: 100%;
}

form {
  margin: 2em 0em;
  padding: 0 1em 1em 1em;
  background-color: #d1e1ee;
}

input[type="text"] {
  width: 95%;
}

input[type="submit"] {
  border-color: #666;
}

.confirm {
  font-size: 120%;
  background-color: #d1e1ee;
  text-align: center; font-size: 120%;
}

.school-fund-meter {
  background-color: #aac7d9;
  text-align:center;
  padding: 0.5em 0 0 0;
  margin: 1em 0;
  font-size: 140%;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

.school-fund-meter p {
  padding: 0 2em;
}

#content .school-fund-meter img {
  float:none;
  display: block;
  margin: 0 auto;
}

.school-fund-total {
  font-size: 110%;
  color: #c00000;
  font-weight: bold;
}

.school-fund-date {
  font-size: 60%;
  font-style: italic;
  font-weight: normal;
}

#content object {
  float: right;
  margin: 0 0 0.5em 1em;
}

#content .infobubble img {
  float: none;
  width: auto;
}

.infobubble {
  border: 3px solid #ec008b;
  padding: 1em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.infobubble p {
  line-height: 140%;
}

.infobubble h2 {
  text-transform: none;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #ec008b;
  font-size: 130%;
  margin-top: 0;
  color: inherit;
}

.bloglines {
  border-color: #52a108;
  background-color: #ebffdf;
  padding: 1em;
}

.bloglines h2 {
  border-color: #52a108;
  color: #52a108;
}

.bloglines h3 {
  font-size: 95%;
  margin: 0;
  padding: 0;
  border: 0;
}

.bloglines p {
  font-size: 90%;
  margin: 0 0 0.5em 0;
  line-height: 110%;
}

.blogdate {
  font-size: 70%;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.follow-us {
  text-align: center;
  padding: 5px;
}

.follow-us img {
  padding: 4px;
}

