@charset "UTF-8";
/* CSS Document */

html, body, div, p, img, a, h1, h2, h3, h4, h5, h6, ul, li, span, form, input { margin: 0; padding: 0; }

/* "font-size:62.5%" Sets base font size for the website. This is based on most browsers' default font size of 16px (16px X 0.625 = 10px). By setting the base font size to 10px, "em" can be used to set resizable, pixel values for fonts (1.0em = 10px, 1.1em = 11px, 1.2em = 12px, etc.) */

body { font-size:62.5%; font-family: Arial, Helvetica, sans-serif; }

img, fieldset { border:0; }

a { text-decoration:none; color:#5b97ea; }
a:hover { text-decoration:underline; }
a:visited { color:#5b97ea; }

hr { margin:0.8em 0; border:0; height:1px; color:#3e7ad5; background:#82afd4; }

p, li, td, th  { font-size:1.2em; color:#35536c; line-height:1.5em; }

p { padding:0 0 0.7em 0; }

ul { list-style:none; margin:0 0 1em 0; }

li { padding:0 0 0.2em 25px; background: url('/ee/images/template/blue-arrow.gif') 5px 4px no-repeat; }

h1, h2, h3, h4, h5, h6 { padding:0.9em 0 0.7em 0;  color:#014b88; }

h1 { font-size:2.4em; }   /* h1 should only be used once per page for the title of the website. */
h2 { font-size:2.2em; font-weight:normal; padding:0 0 0.7em 0; }   /* h2 should only be used once per page for the title of the page.*/
h3 { font-size:2.2em; font-weight:normal; padding:0 0 0.7em 0; }   /* h3 can be used for subtitles within the page.*/
h4 { font-size:1.4em; }   /* h4 - h6 set to same size as p tag for small subtitles. */
h5 { font-size:1.2em; }
h6 { font-size:1.2em; }

blockquote { padding:10px 30px; }

/* --------- Global Custom Text Styles --------- */

.hidden { position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow:hidden; }   /* hides text but still makes it available to screen readers */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1%; } /* stretches divs to the bottom of nested floats. */  

span.arrow{ display:block; float:left; height:12px; width:14px; background:url("../images/arrow-orange.gif") no-repeat; }    /* insert default arrow without a list tag */

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

img.floatleft { float:left; padding:0 20px 5px 0;}
img.floatright { float:right; padding:0 0 5px 15px; }