@charset "UTF-8";
/* CSS Document */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End CSS Reset */

body {
    font-size: 62.5%;
    color: #58595b;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: url(../images/main-bkgd.jpg);
}

/* Languages */

#languages-wrap,
#search,
#micro-nav,
#nav,
#rotator,
#magnets,
#sub-nav,
#news,
#search-wrap {
    display: none;
}

#wrap {
    margin: -20px auto 0;
    background-color: #fff;
    z-index: 1;
    width: 1114px;
    padding-top: 40px;
}

h1 {
    float: left;
    padding: 5px 0 10px 10px;
    clear: both;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    border-bottom: 1px solid #515151;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h3 {
    text-transform: uppercase;
    color: #2b2c29;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}

ul {
    list-style: disc;
    font-size: 14px;
    margin-left: 20px;
    padding-left: 10px;
}

ol {
    list-style: decimal;
    font-size: 14px;
}

strong {
    font-weight: bold;
}

a {
    color: #e51937;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.right {
    float: right;
    padding: 0 0 10px 10px;
}

.left {
    float: left;
}

/* Home Page Content */
#content-wrap {
    padding: 8px;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}

#main-content {
    width: 675px;
    float: left;
}

/* Subpage */
#content-wrap-sub {
    padding: 8px;
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 40px;
}

#main-content-sub {
    width: 800px;
    float: left;
    margin-top: 30px;
}

#main-content-sub h2 {
    font-size: 20px;
    padding-bottom: 5px;
    min-height: 30px;
    line-height: 20px;
}

#content-wrap-sub ul {
    margin-bottom: 10px;
}

#content-wrap-sub li {
    line-height: 24px;
}

#sub-header h2 {
    text-align: right;
    height: 75px;
    background: none;
    min-height: 0px;
    padding: 0 30px 0 0px;
    line-height: 75px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    border-bottom: none;
    margin: 7px 0 0 9px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

/* Timeline Styles */
#timeline {
    display: none;
}

ul#dates {
    display: none;
}

ul#issues {
    display: none;
}

#tooltip {
    text-align: center;
    width: 200px;
}

#title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #E51937;
    background-color: White;
    padding: 5px 5px 5px 5px;
}

#info {
    float: right;
    text-align: center;
    font-size: 12px;
    border: 1px solid #E51937;
    background-color: White;
    padding: 5px 5px 5px 5px;
    width: 188px;
}

#info img {
    overflow: visible;
    float: left;
    padding-right: 5px;
}

/* Coal Process */
#delivery-process,
#process-step,
#process-fact,
#process-control {
    display: none;
}

/* Footer */

#footer {
    margin: 0 auto;
    margin-top: 20px;
    overflow: auto;
    min-height: 120px;
    margin-bottom: 30px;
    padding: 15px;
    color: #000;
}

#footer p {
    font-size: 11px;
}

#footer a {
    color: #e51937;
    font-weight: bold;
}

#footer li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
}

#footer li.no-border {
    border-right: none;
}

#footer #left-column {
    float: left;
}

#footer #right-column {
    float: right;
    text-align: right
}
