
/* ----------------------
   for christmas special 
   ---------------------- */
   .highlight {
     font-size: 1.1em;
     float: left;
     width: 13.2em;
     border: 6px double #3d7d3d;
     padding: 0 10px;
     background: #932424;
     margin-right: 10px;
     color: #fff;
   }
   .js .highlight {
     cursor: pointer;
   }
   .highlight h3 {
     color: #fff;
     text-align: center;
   }
   .highlight a:link,
   .highlight a:visited {
     color: #3d7d3d;
   }
   .highlight p {
     text-align: center;
   }
   .highlight p a:link,
  .highlight p a:visited {
    text-decoration: underline;
    color: #fff;

    text-transform: uppercase;
  }
/* Start with 0 margin and padding */
html, body, form, fieldset {
  margin: 0;
  padding: 0;
  font-size: 95%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
  
/* vertical margins for text block elements */
p, pre,
blockquote, ul, ol, dl, address {
  margin: 1em 0;
  padding: 0;
}
h2 {
  font-size: 1.4em;
  margin: 1em 0 0.5em 0;
  padding: 0;  
}
h3, h4, h5 {
  margin: 1em 0 0.5em 0;
  padding: 0;
  color: #1f5180;
}
p, ul, ol, dl, address {
  margin-top: 0.5em;
}
/* Left margin only for the few elements that need it: */
li, dd, blockquote {
  margin-left: 1em;
}

form label {
  cursor: pointer;
}
fieldset {
  border: none;
}
  
/* Form field text-scaling */
input, select, textarea {
  font-size: 90%;
}

/* anchors */
a:link {
  color: #2f7cc2;
  text-decoration: none;
}
a:visited {
  color: #6d99c2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline; 
}
a:active {
  text-decoration: underline; 
}

/* images */
a img, input.input-image {
  border: 0;
}  
/* -------------------------
   MAIN DIVs 
   ---------------------- */
body {
  text-align: center;
  background-color: #2f7cc2;
}
#container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 780px;
  background: #fff url(/images/dropshadow.jpg) 50% 0;
  color: #000;
}
#branding {
  background: #2f7cc2 url(/images/branding.jpg) 50% 0;
  color: #fff;
  height: 226px;
}
#branding h1 {
  margin: 0;  
}
#branding h1 a {
  display: block;
  width: 100%;
  text-indent: -9000px;
  height: 226px;
  overflow:hidden;
}

/* MAIN CONTENT AREA */

#content {
  padding: 20px;
}

.callout {
  float: right;
    background: url(/images/callout-m.jpg) repeat-y 0 0;
  color: #fff;
  width: 151px;
  margin-left: 20px;
}
.callout h3 {
  font-size: 14px;
  margin: 0;
  padding: 3px 8px;
  background: #b8a084 url(/images/callout-t.jpg) no-repeat 0 0;  
  color: #fff;
}
.callout .body {
  font-size: 12px;
  background: transparent url(/images/callout-b.jpg) no-repeat left bottom;
  margin: 0;
  padding: 0 8px 8px 8px;
}

.callout a:link, .callout a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/* PRIMARY NAVIGATION */

#primary-nav {
  background: url(/images/topnav.jpg) no-repeat 50% 0;
  width: 780px;
  height: 51px;
}

#primary-nav ul, 
#primary-nav ul li {
  list-style: none;
  margin-left: 0;
 }

 #primary-nav ul {
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  font-size: 14px;
 }

 #primary-nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
 }

 #primary-nav ul li.last {
  margin-right: 0;
  border-right: 0;
 }
#primary-nav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
 }
#primary-nav li.current a,
#primary-nav a:hover {
   color: #fa3;
}

#site-info {
  background: url(/images/footer.jpg) 50% 0;
  width: 780px;
  height: 72px;
  text-align: center;
}
#site-info p {
  padding-top: 15px;
  font-size: .8em
}
.centerstore #site-info p
.msg {
  color: #f00;
}

/* FORMS */
label {
  display: block;
  margin-top: .6em;
  padding-bottom: 2px;
}
input#subj,
textarea {
  width: 350px;
}
input#submit {
 margin-top: 1em;
}

