/* {{{ base -- basic HTML element styles
 */

body {
    line-height: 1.4em;
    background-color: #fff;
    color: #333333;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 14px;
}
  
ul, ol {
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
    list-style-image: url(../img/icon-arrow-right10.png);
}
ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: upper-alpha; }
ol ol ol ol { list-style-type: lower-roman; }
ol ol ol ol ol { list-style-type: lower-alpha; }
   
th, td {
    text-align: left;
    font-size: 14px;
    padding-right: 1em;
}

a:focus {
    outline: thin dotted;
    outline-color: inherit;
}

/* Updated colors to match corporate site -- 2016  */
:link { 
    color: #C90E00; /* ActiveState red */
    text-decoration: none;   
}
:link:hover {
    color: #C90E00;
    text-decoration: underline !important;
}
:visited { 
    color: #C90E00; /* ActiveState red */;
}
:visited:hover {
    color: #C90E00;
    text-decoration: underline !important;
}
:link:active, :visited:active {
    color: #C90E00;  /* ActiveState red */
}

h1 {
    color: #525252;
    font: 700 34px/42px "Montserrat",sans-serif;
    margin-bottom: 34px;
    text-transform: uppercase;
}
h2 {
    color: #c32a1b;
    font: 300 24px/38px "Open Sans",sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h3 {
    color: #999999;
    font: 400 25px/31px "Open Sans",sans-serif;
    letter-spacing: 1px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
h4 {
    font: 400 25px/31px "Open Sans",sans-serif;
    font-size: 14px;
    color: #191919;
    text-transform: uppercase;
}
h5 {
    font-size: 14px;
    color: #333333;
}
h6 {
    font-size: 14px;
    font-style: italic;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.8em 0 0.5em 0;
}

p,
fieldset,
table,
pre {
    margin-bottom: 1em;
}

blockquote, ul, ol, dl {
    margin: 0 1em 1em 1em;
}
/* }}} */
