/* ------------------------------------------------------------------
global.css
------------------------------------------------------------------ */


/* Reset (Thanks Eric Meyer)
------------------------------------------------------------------ */
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-style: normal; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* Basic HTML
------------------------------------------------------------------ */
body { font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
a:focus { outline: 1px dotted invert; }
hr { background: #ccc; border: 0; clear: both; color: #ccc; height: 1px; }
em { font-style: italic; }
ul { list-style: square; }
ol { list-style: decimal; }

/* Headings
------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Times New Roman', Times, serif; font-weight: normal; }
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/* Spacing
------------------------------------------------------------------ */
li { margin: 0 0 .5em 1.5em; }
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset { margin-bottom: 20px; }

/* Form Element Defaults
------------------------------------------------------------------ */
input[type="text"],
textarea,
select { font-family: arial,helvetica,clean,sans-serif; background: #fff url(../images/field-bg.gif) repeat-x; border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; border-left: 1px solid #c3c3c3; font-size: 16px; }
select { margin: 0; padding: 2px 1px; }
input, textarea { padding: 4px 1px; }
