@charset "UTF-8";

/* Color Pallet */
/* Dark Green -  #006b53  */
/* Light Green - #51b59f  */
/* Menu Green -  #2db597  */
/* Orange -      #f74802  */


/* HTML 5 CSS Reset 140404 */
a, abbr, address, article, aside, audio,
b, blockquote, body, 
canvas, caption, cite, code,
dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figure, figcaption, form, footer,
h1, h2, h3, h4, h5, h6, header, html,
i, iframe, img, ins,
kbd,
label, legend, li,
mark, menu,
nav,
object, ol, output,
p, pre,
q,
ruby,
s, samp, section, small, span, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr,
u, ul,
var, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }



/* HTML5 Support for Older Browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;  }



/* Element Specific Settings */
body {
  line-height: 1;  }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;  }

blockquote, q {
  quotes: none;  }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;  }

input, select {
  vertical-align:middle;  }

ol, ul {
  list-style: none;  }

table {
  border-collapse: collapse;
  border-spacing: 0;  }



/* Clear Floats */
.clear {
  clear: both; 
  margin: 0;
  padding: 0;  }

