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

   typography.css

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

/*
    ----------------------------
    Colors
    ----------------------------
    text main           #232323
    text light          #8a8a8a
    text green          #5c8f14
    text brown          #715914
    ----------------------------
*/

body {
  font-size: 75%;
  color: #43413a;
  background: #fff;
  font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
}

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

h1,h2,h3,h4,h5,h6 { color: #5c8f14; font-family: Cambria, Georgia, serif; font-weight: normal; }

h1 { font-size: 24px; line-height: 1; margin-bottom: 1em; letter-spacing:-1px; color: #715914; }
h2 { font-size: 18px; margin-bottom: 1em; }
h3 { font-size: 14px; font-weight:bold;}
h4 { font-size: 14px; }
h5 { font-size: 12px; font-weight: bold; }
h6 { font-size: 12px; }

#sidecol h3 {
  font-size: 18px;
  margin-bottom: 0.75em;
  padding: 0 0 0 20px;
  font-weight:normal;
}

h3.alt {
  margin: 2em 0 1em 0;
}

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

p           { margin: 0 0 1.5em; }
p img       { 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; }

hr { height: 1px; padding: 0; margin: 1em 0; background-color: #e3ded0; color: #e3ded0; border: none; }

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: italic; }
del         { color:#666; }


pre,code    { font: bold 13px Consolas, 'andale mono', 'lucida console', monospace; margin: 1.5em 0; white-space: pre-wrap; line-height: 1.5; color: #715914; }
pre         { margin: 0 0 1.5em 0; padding: 1em;border: 1px solid #e3ded0; background: #f9f8f5; }


.call-url span {color:#c00; padding-bottom:2px; border-bottom:1px dotted #c00; }

span.number {
  font-size: 18px;
  color: #715914;
}

/* Link elements
-------------------------------------------------------------- */

a:focus     { color: #000 ; }
a:hover     { color: #000; text-decoration: underline; }
a           { color: #000; text-decoration: underline; }

a.button {
  padding: 4px 10px;
  text-decoration: none;
  background: #7da543 url(../img/button_bg.png) repeat-x left bottom;
  color: #fff;
  line-height: 16px;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

a.button:hover {
  background: #7da543 url(../img/button_bg.png) repeat-x left 15px;
}

a#login {
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 3px 10px;
  text-decoration: none;
  color: #e3ded0;
  background: #717578 url(../img/button_masthead_bg.png) repeat-x left bottom;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

a#login:hover {
  background: #717578 url(../img/button_masthead_bg.png) repeat-x left 10px;
}

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

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

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

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

dl          { margin: 0 0 1.5em 0; }

dd {
  margin: 0 2.5em;
}

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

table       { margin-bottom: 3em; width:100%; border: 1px solid #e3ded0; }
th          { font-weight: bold; text-transform:uppercase; text-align: left; color: #715914; }
th,td       { padding: 4px 10px 4px 10px; border: 1px solid #e3ded0; empty-cells: show; }

thead th {
  background: #f9f8f5;
}
caption {
  text-align:left;
  text-transform:uppercase;
  color: #7da543;
  }

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

.small      { font-size: 11px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 14px; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

/* New
-------------------------------------------------------------- */
.nav dt a{color: #5c8f14;text-decoration:underline}
.nav dt a:hover{color: #5c8f14;text-decoration:none}
.rule{border-bottom:1px solid #DCDBD7;width:220px;}
.indent{padding-left:10px}