/* COLOUR SCHEMA 
#698B52 - green
#FFA600 - orange
#0054A5 - blue
#F8F2E6 - tan
#987130 - brown
*/
body{
  color: #000000;
  font: 13px/18px Geneva, Arial, Helvetica, sans-serif;
}
.innercontent #retailers ul{
  margin:0;
  padding:0;
  width: 100%;
}
.innercontent #retailers li{
  margin:0;
  padding:0;
  padding: 5px;
  float: left;
  width: 24%;
  height: auto;
}

h1,h2,h3,h4,h5,h6 {
  color: #698B52 ;
  font-weight: bold;
}

table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a { color: #25789E; }
a:hover {
  color: #999999;
  text-decoration: underline;
}

a:visit {} 
/* adjust to taste */

pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top:.3em; margin-bottom:.7em}
ul {list-style-type:disc;}
li {margin-bottom:.3em; margin-left: 25px;}
hr {color:blue; background-color:blue;} /* adjust to taste */
h1 {
  margin-top:5px;
  font-size: 22px;
  line-height: 26px;
  
  color: #0054A5;
  margin-bottom: 5px;
  font-weight: bold;
}
h2 {
  margin-top:15px;
  font-size: 18px;
  color: #059BCD;
  padding: 0px;
  margin-bottom: 10px;
}
h3 {
  margin-top:0;
  margin-bottom: 6px;
  font-size: 17px;
 color: #698B52;
}
h4 {
  margin:0;
  font-size: 16px;
  color: #698B52;
}
h5 {
  margin:0;
  font-size: 14px;
  color: #698B52;
}
h6 {
  margin:0;
  font-size: 12px;
  color: #77A12D;
}
blockquote {
	margin: 0 auto;
  padding: 15px;
  padding-right: 50px;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  background: #E8E3E1 url(/assets/img/blockquotes.gif) no-repeat right top;
  line-height: 18px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
