/* -----------------------------------------------------------------------
  DESCRIPTION Global Reset CSS file.
              This goes on every page. This resets various 
              CSS elements on every page. This is based on 
              Eric Meyer's CSS Tools: Reset CSS file at: 
              http://meyerweb.com/eric/tools/css/reset/
  
  AUTHOR:     David Joynson
  
  HISTORY     Created 20110810 - WO 2167340 DJ:
              - New CSS page created (based on CSS for IT department site).
---------------------------------------------------------- */
/*--CSS RESET --------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
  margin: 0;
  padding: 0;  
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
caption {
  font-weight: normal;
}
/* ----------------------------------------*/
img {
  border:0;
}
.clearfix {
  clear:both;
  height:1px;
  overflow:hidden;
}
