    /* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   @todo look into list margins;
   @todo make sure any changes are propogated through other sheets;
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of browser default (standard is 16px). (0.75 * 16px = 12px) */
body { 
    font-size: 100%;
    line-height: 1.125em;
    color: #392D20;
    font-family: Cambria,Georgia,Times,"Times New Roman",serif;
    /*
    font-family: "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
    */
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6, .headline { font-weight: normal; color:#b65000; }

h1 { font-size: 2.25em; line-height: 1em; margin-bottom: .5em; margin-top: .5em;}
h2 { font-size: 1.5em; line-height: 1.5em; font-weight: bold; margin-bottom: 0.5em; margin-top: 0; margin-right:1.25em; }
h3 { font-size:1.25em; line-height:.9em;  font-weight:bold; margin-bottom:.9em;}
h4 { font-size: 1.125em; line-height: 1em; margin-bottom: 1.286em;}
h5 { font-size: .875em; font-weight: bold; margin-bottom: 1.2857143em;}
h6 { font-size: .875em; font-weight: bold;}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {margin: 0;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 1.125em 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     {}
a           { color: #009ECF; text-decoration: underline; }
a:link      {}
a:visited   {}
a:hover     {color:#bf5f14; }
a:active    {}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.5em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 1.5em 10px 1.5em 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */


/* Header
-------------------------------------------------------------- */
#header a {text-decoration:none; }
#header a:hover {color:#AF7B38; }
#header li {font-size: 1.25em; }

/* Footer
-------------------------------------------------------------- */
#footer address, #footer ul, #footer p {font-size:.875em; line-height:1.2857143em;}

/* Legal
-------------------------------------------------------------- */
#legal li {font-size:.6875em; line-height:1.636363em; }

/* Content
-------------------------------------------------------------- */
#layout .contact-info {font-size: 1em; line-height: 1.175em; }

/* Head */
.HomePage .headline {font-size: 2.25em; line-height: 1.25;}
.AboutPage .headline {font-size: 1.5em; line-height: 1.25;}
.headline span {font-size:.83333333333em; line-height:1.2; color:#392D20; display:block;}
.HomePage .content-block .primary p {font-size:1.125em; line-height:1.3333333333em; }
.HomePage .content-block .call-to-action h3 {margin-bottom:0; line-height:1.2em}
.HomePage .content-block .call-to-action li, .HomePage .content-block .call-to-action p {font-size:1.125em; line-height:1.3333333333em; }
#news h3 em {color:#392D20; font-size:.7em; line-height:.8; font-style:normal;}

    






