/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size : 100%; }

/* Removes list-style from lists */
ol,ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border : 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align : left; }

/* Removes quotation marks from q */
q:before, q:after
{ content :''; }
/* CSS Document */
body, div, td, p {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body {
  padding-top: 2px;
  background-image: url(userimgs/bits/persuaders/bg.jpg);
}
h2 {
  font-weight: bold; 
  font-size: 14px;
  color: #6B8436; 
  margin-bottom: 6px;
}
a {
  color: #E20000;
}
a:hover {
  color: #6B8436;
}
div.topLogo {
  padding: 0px;
  margin: 0px;
  height: 112px;
  overflow: hidden;
  text-align: left;
}
div.pageWidth {
  margin: 0px auto;
  width: 990px;
  width: 1260px;
  height: 600px;
}
div.pageContent {
  position: relative;
}
div.mainContent {
  border: solid 1px black;
  background-color: white;
}
div.mainContent {
  padding: 0px 8px;
}
div.page_footer {
  padding-top: 20px;
  text-align: center;
  color: #dde2d2;
  font-size: 10px;
  font-weight: regular;
}
div.footerAssociation {
  padding-top: 16px;
  text-align: center;
  color: #dde2d2;
  font-size: 9px;
  font-weight: regular;
}
div.contentScroller {
  height: 500px;
  padding: 20px;
  padding-right: 14px;
  padding-top: 12px;
}
td.leftTD div.contentScroller {
  overflow: auto;
  margin-bottom: 16px;
  margin-top: 12px;
  padding-top: 0px;
}
div.rssDateline {
  font-size: 11px;
  color: #6B8436;
}
div.rssList,
div.rssBlock 
  div.feedburnerFeedBlock {
  font-size: 11px;
  height: 238px;
  overflow: auto;
  margin-top: 3px;
}
div.rssDescription,
div.rssBlock 
  div.feedburnerFeedBlock {
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 6px;
}
div.rssBlock 
  div.feedburnerFeedBlock ul {
  padding: 0px; margin: 0px;
  font-size: 11px;
}
div.rssBlock 
  div.feedburnerFeedBlock ul p span {
  padding: 0px; margin: 0px;
  font-size: 11px;
}
div.rssTitle {
  background-color: #bfd68e;
  padding: 3px;
  font-weight: bold;
}
div.rssBlock h1 a,
h1.rssTitle a,
div.rssBlock p.feedTitle a {
  text-decoration: none;
  color: white;
}
h1.rssTitle a {
  text-decoration: none;
  color: #432e02;
  color: white;
  margin-bottom: 3px;
}
div.rssTitle a {
  text-decoration: none;
  color: #432e02;
}
h1,
div.rssBlock p.feedTitle {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
div.rssBlock h1,
h1.rssTitle,
div.rssBlock p.feedTitle {
  padding: 2px 0px;
  background-image: url(/userimgs/bits/persuaders/blogicon.jpg);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-color: #E3902F;
  color: #fff;
}
div.rssBlock h1 a,
h1.rssTitle a,
div.rssBlock p.feedTitle a {
  padding-left: 26px;
}
div.rssEnclosureHREF {
  text-align: center;
  margin-top: 6px;
  padding: 4px 4px;
  font-size: 10px;
  background-color: #DFE3D4;
}
div.rssDescription ul {
  list-style: disc;
}
div.bottomLogos {
  padding-top: 12px;
  padding-bottom: 30px;
  text-align: center;
}
#podcastBlock h1 {
  background-image: url(/userimgs/bits/persuaders/podcasticon.jpg);
}
div.rssBlock h1 a:hover {
  color: #ddd;
}
div.subscribeForm {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 46px;
  right: 20px;
}
div.subscribeForm input {
  font-size: 10px;
  background-color: white;
  border: solid 1px black;
  padding-left: 2px;
}
div.subscribeForm td.subscribe_label {
  color: #fff;
  font-size: 10px;
  padding-bottom: 4px;
}
input#signup_image {
  border: 0px;
  margin-left: 8px;
  padding-left: 0px;
  background: none;
}
ul {
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  padding-left: 1.5em;
}
div.topMenu {
  top: 88px;
  position: absolute;
  background-color: #432e02;
  width: 100%;
  padding-bottom: 3px;
}
div.topMenu li {
  margin-top: 5px;
  margin-left: 12px;
  padding-right: 12px;
  display: block;
  float: left;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-right: solid 1px #E3902F;
}
div.topMenu li.lastLI {
  border-right: none;
}
div.topMenu li a {
  color: #fff;
  text-decoration: none;
}
div.topMenu li a:hover {
  color: #ddd;
}
td.inputLabelTD div {
  width: 120px;
  font-size: 10px;
}
div.enquiryForm {
  padding: 0px;
}
div.enquiryForm input {
  border: solid 1px black;
  font-size: 10px;
  width: 140px;
  margin-bottom: 5px;
}
div.enquiryForm textarea {
  border: solid 1px black;
  font-size: 10px;
  width: 140px;
  margin-bottom: 5px;
}
div.enquiryForm input[type="submit"] {
  width: auto;
}
div.greenBar {
padding: 4px; background-color: #6B8436; font-weight: bold; color: #fff; margin-top: 10px; margin-bottom: 0px;
}
div.greenBar a {
  color: white;
  text-decoration: none;
}
div.greenBar a:hover {
  color: #ddd;
}
div.thisWeek {
  margin: 12px 0px;
  padding: 8px 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #aaa;
}
div.thisWeek a {
  text-decoration: none;
}
div.rssBlock,
div.firstBlock {
  float: left;
  width: 406px;
  margin: 4px 0px;
  padding: 0px;
  padding-left: 10px;
  height: 280px;
}
div.firstBlock {
  height: 560px;
  overflow: auto;
  padding-left: 0px; 
}
div.clear {
  clear: both;
  font-size: 2px;
  height: 1px; 
}
div.topBanner {
  border: solid 1px #ffffff;
  position: absolute;
  left: 380px;
  top: 8px;
}
div.rssEntry {
  width: 385px;
  overflow: auto;
}
div.topButtons {
  position: absolute;
  top: 10px;
  right: 25px;
}
