/* seperate style file because of directory issues with regard to the image for the bullet */
/* This file must be in the ASHBSource sub-directory */

.ASHBbullet_list {
  list-style-type:disc; 
  list-style-image:url('ASHBbirdbulletwide.gif'); /* ASI = dark blue, ASHB = 'Ambleside' blue */
        /* include extra space to right of image in file to position text correctly in IE */
        /* need to use GIF for IE to get the colour right */
  list-style-position:outside; /* 'outside' keeps long para text alignment without fiddling with padding */
  font-size: 10pt;
  text-align: justify; 
  line-height:125%;  /* need extra space for the 'bird' bullet */
  margin-left:48; margin-right:48; 
  margin-top:0; margin-bottom:12; /* applies to the list, not individual list items */
  padding-left:10
}

/* IE ignores the '>' child selector - make IE-required settings the default, then modify with '>' for non-IE... */
html>body ul.ASHBbullet_list { 
/*   color:#66FF99;  /* just for testing! */
   list-style-image:url('ASHBbirdbulletnarrow.png'); 
   margin-left:44;
}