/*file name:  copeland.css	created by:  dan mccullough	date:  10/28/01*/
/*file name:  copeland.css	updated by:  jenna dixon	date:  11/15/07*/

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* body { line-height: 1; color: #333; background: white; }  */

/* Tables still need 'cellspacing="0"' in the markup. */
/* table { border-collapse: separate; border-spacing: 0; }  */
/* caption, th, td { text-align: left; font-weight: normal; } */

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* blockquote:before, blockquote:after, q:before, q:after { content: ""; } */
/* blockquote, q { quotes: "" ""; } */


/* original mccullough styles */

A:link { color: #CC6600; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; text-decoration: none; }
A:visited { color: #CC6600; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; text-decoration: none; }
A:hover { color: #CC6600; font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; text-decoration: underline; }
body { line-height:3; color: #222; font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; background: white; }

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 13px; }  /* Other browsers */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#cc6600; 
}

h1 { font-size: 1.5em; font-weight:bold; line-height:1.1; margin: 0 0 0.5em 0;}
h2 { font-size: 1.1em; font-weight:bold; line-height:1.1; margin: 2em 0 0.5em 0; }
h3 { font-size: 1em; line-height:1.1; margin: 0 0 0 0; }

p  { margin: 0 0 1em 0; text-align:left; line-height: 1.3em; }

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.incr, .incr p {
	font-size: 0.9em; /* font size 10px */
	line-height: 1.2em;  
	margin-bottom: 1em; /* Still 1.5 x normal font size as baseline */

