/* CUSTOM FONTS */
@font-face {
  font-family: 'FontSiteSansLight';
  src: url('FontSiteSans-Light-webfont.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontSiteSansLight';
  src: url(//:) format('no404'), url('FontSiteSans-Light-webfont.woff') format('woff'), url('FontSiteSans-Light-webfont.ttf') format('truetype'), url('FontSiteSans-Light-webfont.svg#webfont9tWpTooW') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IONARegular';
  src: url('ION_A_Regular-webfont.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IONARegular';
  src: url(//:) format('no404'), url('ION_A_Regular-webfont.woff') format('woff'), url('ION_A_Regular-webfont.ttf') format('truetype'), url('ION_A_Regular-webfont.svg#webfontCjZ02X5t') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* 
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
*/

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
  display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */

body { font-size: 12px;line-height: 18px; *font-size:12px; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* BASE STYLES */
html { overflow-y: scroll; }
body, select, input, textarea { 
  color: #a1a1a1; 
  font-family: Arial, Helvetica, sans-serif;
}
p { margin:1.2em 0; }
p.line { border-top:#eaeaea solid 1px; }
p.bottomLine { border-bottom:#eaeaea solid 1px;margin:0; }
h1,h2,h3,h4,h5,h6 {
  font-family: 'FontSiteSansLight', Arial, Helvetica, sans-serif;
  font-weight: 100;
}
h1 { 
  font-size: 30px;
  line-height:30px;
  color: #000; 
  margin-bottom: 15px; 
}
h2 { 
  font-size: 24px;
  line-height:24px;
  color: #a1a1a1; 
}
h3 { 
  font-size: 22px;
  line-height:22px;
  color:#000; 
}
a:link, a:visited {
  color:#0695d0;
  text-decoration:none;
}
a:hover, a:active {
  color:#0695d0;
  text-decoration:underline;
  outline:none;
}
ul, ol { margin-left: 1.8em; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
table.lined tr { border-bottom:#eaeaea solid 1px; }
th { text-align:left; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1) */
  word-wrap: break-word; /* IE */
}

/* FORM ELEMENT FIXES */
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }


/* MORE FIXES */
::-moz-selection{ background: #a3cd95; color:#fff; text-shadow: none; }
::selection { background:#a3cd95; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #47aa42; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* Non-semantic helper classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.invisible { visibility: hidden; }
.clearfix { clear: both; }