/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
	 
	 Modified by Jennifer Goudey-Forster 6/5/2011
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
body {
  color: #333;
  background: #989796 url(/images/bkgd_gradient.jpg) repeat-x;
  font-size: 62.5%;	
  line-height: 1.5em; /* using unitless line-height */
  font-family: Arial, Helvetica, Verdana, sans-serif;}
ol, ul {list-style: none;}
ul ul {list-style: square;}
ul ul ul {list-style: none; padding-left: 1.5em; text-indent: -1em;}
h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, Sans-Serif;
	margin: 1em 0 0 0;
	color: #333;
	font-weight: normal;}
h1 {font-size: 2.4em; color: #009dd9; margin: 0 0 1em 0;}
h2 {font-size: 1.7em; color: #333; margin: 0 0 8px 0;}
h3 {font-size: 1.5em; color: #333; margin: 0 0 1em 0;}
h4 {font-size: 1.2em; color: #333; font-weight: bold;}
h5 {font-size: 1.1em; color: #777; font-weight: bold;}
h6 {font-size: .8em;}
ins {text-decoration: none; background: #fed; font-style: italic;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
/* tables still need 'cellspacing="0"' */
table {border-collapse: collapse; border-spacing: 0;}

#container {font-size: 1em;} /*means that page content will start out at 10px*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

 /* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  line-height: 0px;
  clear: both; 
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
