/*
'//////////////////////////////////////
'// FILE: /include/css/newsletterStyles.css
'// DESC: 
'// $Revision: 17$
'// $Date: 10/09/2006 3:31:38 PM$
// $Author: Amy Love$
//////////////////////////////////////
*/
body { background-color: #fff; }
body, form, td, div { margin: 0; padding: 0; }
td, p, ul, li { vertical-align: top; font-family: verdana, arial, sans-serif; font-size: 11px; line-height: 16px; }
ul.noMargin { margin: 0; padding: 0; }
li.inline { display: inline; list-style: none; }
a { color: #006; }
a:hover { color: #c00; text-decoration: underline; }
sup { font-size: 9px; vertical-align: super; }
h2 {
  font-size: 14px;
  padding-bottom: 15px;
  color: #a71d1a;
  margin: 0;
  padding: 0;
}

#CRM { 
  width: 220px;
  background-color: #f1f6fb;
}
#CRM .article { 
  padding: 10px;
}
#CRM .quote {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #f1f6fb;
  text-align: left;
  padding-bottom: 20px;
}


#dateIssueCopy { 
  text-align: right; 
  color: #fff; 
  padding-top: 40px; 
  padding-right: 20px; 
  font-size: .9em; 
  font-weight: bold; 
}

#emailBox { 
  color: #a71d1a; 
  text-align: center; 
}

#footer { 
  padding: 10px 0;
  text-align: center; 
  border-top: 1px solid #f1f6fb; 
}

#fromTheEditor { 
  background-color: #f1f6fb; 
  padding: 10px; 
}
#fromTheEditor .copy { 
  padding-top: 1em;
}

#frontPageArticles { 
  font-family: georgia, times, serif; 
  font-size: 12px; 
}
#frontPageArticles img { border: 1px solid #000; margin: 5px 15px 0 0; }
#frontPageArticles .article {
  color: #333; 
  padding: 5px 0 5px 10px;  
}

#frontPageArticles .copy { 
  /* spread the copy on the front page out a bit */
  line-height: 18px; 
}

#frontPageArticles .leadArticle{
  padding-bottom: 0;
}

#frontPageArticles .leadArticle .copy {
  font-size: 14px;
  padding-top: 5px;
}

#frontPageArticles .leadArticle .articleSeparator {
  height: 10px;
  width: 90%;
  border-bottom: 1px solid #114c8a;
}

#inThisEditionBox.article { 
  text-align: left; 
  font-size: 11px; 
  margin: 10px;
  padding: 0;
  border: 1px solid #a71d1a;
  background-color: white;
}

#inThisEditionBox.article .title {
  color: #fff; 
  text-transform: uppercase; 
  font-size: 1.1em;
  background-color: #a71d1a;
  padding-left: .5em;
  line-height: 20px;
}

#inThisEditionBox.article .copy { 
  line-height: 1.4em;
  padding: .5em;
}

.bannerSliver { background: url(/images/newsletter/NL_insideSliver.gif) repeat-x; }

.button {
  border: 2px bevel #ccc;
  border-width: 2px 0 0 2px;
  font-size: 11px;
  background-color: #69c;
  font-weight: bold;
  padding: 1px;
  color: #fff;
}


.navList li { padding: 0 5px 0 2px; }
.navList li a { font-size: 10px; text-decoration: none; }
.navList li a:hover { text-decoration: underline; }
.redBold { 
    font-weight: bold; 
    color: #a71d1a; 
    text-align: center; 
}

.redBold.alignLeft { 
    text-align: left;
}

.readThisStory { 
    color: #a71d1a; 
    font-weight: bold; 
    font-size: .9em; 
    font-family: arial, sans-serif; 
}
.smallType { font-size: .85em; }
.textbox { border: 1px solid #000; font-size: 11px; }


/* basic article stuff */
.title {
  font-family: georgia, times, serif; 
  font-size: 14px; 
  font-weight: bold; 
  color: #a71d1a; 
}
.title a { text-decoration: none; }
.title a:hover { color: #c00; text-decoration: underline; }

.copy img.border { border: 1px solid #000; margin: 5px 5px 0 0; }

.leadArticle .title {
  font-size: 18px;
  padding-bottom: 15px;
}

.copy { 
  font-size: 1em;
  padding-bottom: 1px;
}

.copy p { padding-right: 10px; }

.copy .image {
    border: 1px solid #000;
    margin-right: 10px;
}
.articleSeparator {
  height: 5px;
  clear: both;
}

/*.quote {
  margin: 0 40px;
  padding: 8px;
  border: 1px solid #aa8;
  background-color: #ffd;
  text-align: justify;
}*/

.quote .signature {
  font-style: italic;
  text-align: right;
}
.bottomPadding {
    padding-bottom: 7px;
}

.quote {
    color: #036;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
}

.bulletPadding {
    padding-bottom: 5px; 
    line-height: 16px;
}