body,
div#cms_Content {
  margin: 0;
  padding: 0;
  font: 14px/18px Georgia, Times, "Times New Roman", sans-serif;
  color: black;
  background: white;
  text-align: center;
}

a {
  color: #2979a8;
  font: 13px/16px Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 25px 0 20px 10px;
  padding: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  color: #424141;
}

h2 {
  margin: 20px 0 15px 10px;
  color: #666666;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
}

h3 {
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #282f55;
}

img {
  border: none;
}

p {
  margin-left: 10px;
}



#container {
  width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#header {
  position: relative;
  margin: 0 0 15px 0;
}

#header a.logo,
#header img.logo {
  display: block;
  width: 650px;
  height: 164px;
}

#header img#pans {
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 205px;
  height: 210px;
}


ul#topnav {
  clear: both;
  width: 960px;
  height: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #212641;
}

ul#topnav li {
  display: inline;
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
}

ul#topnav li a {
  display: block;
  height: 20px;
  float: left;
  margin-top: 7px;
  padding: 0 18px 0 18px;
  color: white;
  font: 13px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-left: 1px solid white;
}

ul#topnav li:first-child a {
  border-left: none;
}

ul#topnav li a:hover,
ul#topnav li a.currentpage {
  text-decoration: underline;
}



#content {
}

#banner_subscribe {
  width: 960px;
  height: 86px;   /* 131px - 45px */
  margin: 0 0 10px 0;
  padding: 45px 0 0 0;
  background: url(../images/banner_subscribe.jpg) no-repeat;
}

#flash_banner_subscribe {
  width: 960px;
  height: 131px;
  margin: 0 0 10px 0;
}

#banner_subscribe h2 {
  width: 770px;
  margin: 0;
  color: #424141;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: right;
}

#banner_subscribe p {
  width: 770px;
  margin: 0;
  text-align: right;
}

#col1 #banner_subscribe {
  width: 301px;
  height: 96px;   /* 131px - 35px */
  padding-top: 35px;
  background-image: url(../images/banner_subscribe_subpage.jpg);
}

#col1 #banner_subscribe h2 {
  width: 292px;
}

#col1 #banner_subscribe p {
  width: 292px;
}




#col0 {
  float: left;
  width: 650px;
}

#slideshow {
  width: 650px;
  height: 330px;
}

div#cmsbody #slideshow {
  height: auto;
}

#slideshow img {
  display: block;
  width: 649px;   /* these were accidentally cropped/sliced out of Photoshop one pixel smaller than they should be */
  height: 329px;
}

div#cmsbody #slideshow img {
  display: inline;
  width: auto;
  height: auto;
}

#col0 .feature_story_box {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dae3e7;
}

#col0 .feature_story_box h2,
#col0 .feature_story_box h2 a {
  margin-top: 10px;
  margin-bottom: 0;
  color: #424141;
  font: normal 28px/32px Georgia, Times, "Times New Roman", sans-serif;
}

#col0 .feature_story_box p {
  margin-top: 7px;
  color: #424141;
  font: 13px/16px Arial, Helvetica, sans-serif;
}

#col0 .recipe_box,
#col0 .homepage_box {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 170px;   /* 210px - 30px - 10px */
  /*height: 213px;  /* 260 - 30px - 10px */
  padding: 15px;
  border: 5px solid #dae3e7;
}

div#cmsbody #col0 .recipe_box,
div#cmsbody #col0 .homepage_box {
  float: none;
}

#col0 .recipe_box img,
#col0 .homepage_box img {
  display: block;
}

#col0 .recipe_box img {
  width: 170px;
  height: 185px;
}

#col0 .homepage_box h2,
#col0 .homepage_box h3,
#col0 .homepage_box p {
  margin-top: 0;
  margin-left: 0;
}

#col0 .recipe_box p {
  margin: 10px 0 0 0;
}

#col0 .homepage_box_wide {
  margin: 20px 0 20px 0;
  padding: 15px;
  border: 1px solid #dae3e7;
}

#col0 .homepage_box_wide h3 {
  margin: 15px 0 0 0;
  font-size: 20px;
}

#col0 .homepage_box_wide p {
  margin: 10px 0 0 0;
}

#col0 .homepage_box_wide img {
  display: block;
}


.advertisement {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.homepage .advertisement {
  margin-top: 0;
}


/* similar styles as a button */
a.arrow {
  display: block;
  height: 30px;
  padding: 6px 0 0 36px;
  font: bold 18px Verdana, sans-serif;
  text-align: left;
  color: #2979af;
  background: white url(../images/button_arrow.gif) no-repeat left center;
}

#col0 .homepage_box_wide a.arrow {
  margin-left: 127px;
}



#col1 {
  float: right;
  width: 300px;
}

#col1 h2,
#col1 p {
  margin-left: 0;
}

#col1 .right_col_box {
  width: 260px;   /* 300px - 20px - 20px */
  margin: 0 0 10px 0;
  padding: 20px;
  border: 1px solid #dae3e7;
  background: #e7f0f4;
}

#col1 .right_col_box h2 {
  margin: 0 0 10px 0;
}

#col1 .right_col_box h2 a {
  color: #666666;
  font: normal 25px/28px Georgia, Times, "Times New Roman", sans-serif;
}

#col1 #right_col_recipe_box {
  text-align: center;
}

#col1 #right_col_recipe_box img {
  display: block;
  width: 260px;
  height: 198px;
  margin: 0 auto 0 auto;
}

#footer {
  margin: 20px 0 0 0;
  padding: 15px 60px 20px 5px;
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #424141;
  border-top: 8px solid #212641;
}

#footernav {
  float: left;
}

#footer a {
  margin: 0 5px 0 5px;
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #424141;
}

#copyright {
  float: right;
  width: 240px;
  font-weight: bold;
}

#footer address {
  float: right;
  clear: right;
  width: 240px;
  font-style: normal;
}

#footer address a {
  margin: 0;
}



#sitemap_container {
  margin: 60px 0 0 10px;
}

#sitemap_container ul.sitemap_column1,
#sitemap_container ul.sitemap_column2,
#sitemap_container ul.sitemap_column3 {
  float: left;
  width: 300px;
}

#sitemap_container hr {
  clear: both;
  visibility: hidden;
}

#sitemap_container ul,
#sitemap_container ul ul,
#sitemap_container ul ul ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

#sitemap_container ul ul {
  
}

#sitemap_container ul ul ul {
  
}

#sitemap_container li {
  margin: 0;
  padding: 0;
}

#sitemap_container li li {
  margin-left: 20px;
}

#sitemap_container li li li {
  margin-left: 20px;
}

#sitemap_container li,
#sitemap_container li a {
  font: normal 28px/32px Georgia, Times, "Times New Roman", sans-serif;
  color: #424141;
}

#sitemap_container li li,
#sitemap_container li li a {
  font: italic 18px/24px Georgia, Times, "Times New Roman", sans-serif;
  color: #282f55;
}

#sitemap_container li li li,
#sitemap_container li li li a {
  font: 13px/16px Arial, Helvetica, sans-serif;
  color: #2979a8;
}

#sitemap_container a:hover {

}



form.contact {
  width: 460px;
  margin-left: 10px;
}

div.field {
  float: left;
  padding-bottom: 15px;
}

div.field label {
  display: block;
  /*font-weight: bold;*/
}

div.field label.checkbox,
div.field label.radio {
  display: inline;
  font-weight: normal;
}

div.field input.text {
  display: block;
  height: 23px;
  padding: 10px 10px 0 10px;
  color: #373529;
  background: white;
  font: 11px/16px Verdana, sans-serif;
  border: 1px solid #dae3e7;
}

div.field select {
  display: block;
  padding: 10px;
  color: #373529;
  background: white;
  font: 11px/16px Verdana, sans-serif;
  border: 1px solid #dae3e7;
}

div.field textarea {
  display: block;
  width: 438px;
  height: 100px;
  padding: 10px;
  color: #373529;
  background: white;
  font: 11px/16px Verdana, sans-serif;
  border: 1px solid #dae3e7;
}

input.button {
  display: block;
  height: 36px;
  padding: 0 0 0 36px;
  font: bold 18px Verdana, sans-serif;
  text-align: left;
  color: #2979af;
  background: white url(../images/button_arrow.gif) no-repeat left center;
  border: none;
  cursor: pointer;
}

input.button:hover {
  text-decoration: underline;
}

#submit {
  clear: both;
  margin-top: 15px;
}

.required,
.warn {
  color: #2979af;
}







div.one-third {
  width: 140px;
}

div.one-third input.text {
  width: 118px;
}

div.half {
  width: 220px;
}

div.half input.text {
  width: 198px;
}

div.two-thirds {
  width: 300px;
}

div.two-thirds input.text {
  width: 278px;
}

div.full {
  width: 460px;
}

div.full input.text {
  width: 438px;
}

div.pad {
  padding-right: 20px;
}

div.last {
  clear: both;
  width: 100%;
}




.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

