
/* -------------------------------------------------------------- 
   
   Set default typography   
    
-------------------------------------------------------------- */   
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

input, textarea {
    color: #000;
    font-size: 75%;
    font-family: Arial, sans-serif;
    line-height:1.4em;
}

/* Headings
-------------------------------------------------------------- */
h1, h1 a, .left_column .left_hand_navigation ul li a {
    font-family: HelveticaNeueW01-45Ligh,Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 160%;
    font-weight: lighter;
    border-bottom: 1px solid #ccc;
    width: 960px;
    margin: 0px;
    padding: 0px;
    color: #333;
    padding-bottom: 4px;
    line-height: 1.2;
}

h1 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover {
    color: #999;
    text-decoration: none;
}

.titles h1 {
    color: #ffffff;
    font-weight: lighter;
    border-bottom: 0px;
}

.titles h1.titles_reversed  {
    color: #999;
}

h1.titles {
    border-bottom: 1px solid #fff;
}

h2 {
    font-size: 90%;
    margin-bottom: 10px;
}

h3 {
    font-size: 75%;
    margin-bottom: 10px;
}

h4 {
    font-size: 70%;
    margin-bottom: 10px;
}

h2.underline, h3.underline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.homepage h2.underline, h2 {
    font-family: HelveticaNeueW01-45Ligh,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 110%;
    color: #333;
}

h2.bgtint, h3.bgtint {
    background: #efefe0;
    padding: 5px 5px 5px 10px;
}

h2.bgtintbg, h3.bgtintbg {
    background: #efefe0;
    padding: 5px 5px 5px 25px;
    background-image: url(../../img/thumbnails/plus_icon.gif);
    background-repeat: no-repeat;
    background-position: 7px center;
}

h2.bgtintbg a, h3.bgtintbg a {
    text-decoration: none;
}

h2.bgtintbg:hover, h3.bgtintbg:hover, h2.bgtintbg a:hover, h3.bgtintbg a:hover {
    cursor: pointer;
}

h2.bgtintbg_minus, h3.bgtintbg_minus {
    background: #efefe0;
    padding: 5px 5px 5px 25px;
    background-image: url(../../img/thumbnails/minus_icon.gif);
    background-repeat: no-repeat;
    background-position: 7px center;
}

/* Text elements
-------------------------------------------------------------- */
p {
    font-size: 75%;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 20px;
}

span {
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.grf_pages .left_column a {
    color: #709133;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin-bottom: 20px;
}

ul li {
    line-height: 1.2;
    margin-bottom: 10px;
}

ol li {
    font-size: 75%;
    line-height: 1.2;
    margin-bottom: 10px;
}

ol {
    list-style: decimal outside none;
    margin-left: 20px;
    *margin-left: 24px;
}

.mid_column ul {
    margin-left: 20px;
}

.mid_column ul li {
    font-size: 75%;
}

sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    font-size:70%;
}

sup {
    vertical-align: top;
}

sub {
    line-height: 0px;
    vertical-align: baseline;
    
    
}

th {
    font-size: 75%;
    padding: 5px;
    line-height: 1.2em;
    vertical-align: middle;
}

td {
    font-size: 75%;
    padding: 5px;
    line-height: 1.2em;
    vertical-align: middle;
}

td p {
    font-size: 100%;
}

dl {
    font-size: 75%;
}

dl {
    margin-bottom: 10px;
}

dt {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 5px;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}
