/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

/*Replaced with below *, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, ol, ul, li, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 } */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6, h7 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*remove chrome input focus outline*/
*:focus {outline: none;}


/*-customised by Peter Sahlani*/
/*ol,ul,li{ list-style:none}*/
.box ol{margin-left:25px;}
.box ul{margin-left:15px;}

.box ul
{list-style:none;}

.box ul li
{
padding: 0 0 5px 16px;
background: url(../images/bullet.gif) no-repeat 0 8px;
}

.box ol li
{
background: none;
}

@media print
{
   
   
   .menu-header, .header
   { display:none;
   }
   .breadcrumbs
   { display:none;
   }
   .col332
   { 
   display:none;
   }
   .col168
   { display:none;
   }
   .footer
   { display:none;
   }
   
   .bottom-cta
    { display:none;
   }
   

   
  .box
   {
   width:100%;
   display:block;
   }
   
   
   .col648, .col480
   { display:block;
   width:100%;
   }
   
    .loop-item-left{
    float:left;
    }
   
   .loop-item-right
   {
    width:100%;
    float:left;
   
    
   }

}
