html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

body {
    border: 0;
    font: 13px/20px Verdana, sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
}

header {
    background-color: #383838;
}

footer {
    background: #ddd;
    border-top: 1px solid #ccc;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;

    word-wrap: break-word;
    /* word-break: break-all; it breaks words by character */
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    clear: both;
}

h1 {
    margin: 15px 5px;
    padding-top: 15px;
    color: #333;
    font-size: 35px;
    font-weight: 100;
    line-height: 20px;
}

h2 {
    margin: 15px 0px;
    padding-top: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 300;
}

h3 {
    margin: 15px 0px;
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

h4 {
    background: url(../img/h-arrow-grey.png) no-repeat 0 7px;
    border-bottom: 1px dotted #ccc3a9;
    margin: 0px 0px 10px;
    padding: 3px 0 0 25px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

h5 {
    background: url(../img/h-arrow-red.png) no-repeat 0 22px;
    border-bottom: 1px dotted #b5b3a9;
    color: #222;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 17px 0 0 25px;
    color: #06c;
    font-size: 13px;
}

h6 {
    margin: 0px 0px;
    color: #999;
    font-size: 10px;
}

h7 {
    color: #ccc;
    font-size: 10px;
}

h8 {
    color: #06c;
    font-size: 12px;
    font-weight: bold;
}

h9 {
    color: #000;
    font-size: 10px;
    background: url(../img/arrow-blue.png) no-repeat 0 4px;
    padding: 0px 0px 0px 10px;
}

h10 {
    color: #a00;
}
h11 {
    color: #333;
}
h12 {
    color: #000;
}
h13 {
    color: #069;
}

p {
    color: #333;
    margin-bottom: 15px;
    margin-left: 25px;
}
p1 {
    color: #333;
    margin-bottom: 5px;
    margin-left: 25px;
}
a {
    text-decoration: none;
}

ul li {
    list-style: none;
    background: url(../img/arrow-blue.png) no-repeat 0 7px;
    padding: 0px 0px 0px 15px;
    margin-left: 25px;
}
ol {
    margin-left: 5px;
}

ul {
    margin-bottom: 10px;
    clear: both;
}

.contact {
    width: 108px;
    height: 45px;
    border: none;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}
.contact:hover {
    opacity: 0.8;
}
.left {
    float: left;
    width: 250px;
    position: relative;
    background: transparent;
    padding: 15px;
    margin-bottom: 10px;
}

/*
    FOOTER STYLES
*/

footer {
    margin-top: 20px;
}

footer .light {
    background: none;
    overflow: auto;
}

footer .left {
    margin-top: 5px;
}

footer .right {
    margin-top: 5px;
}

footer h3 {
    color: #111;
}

footer p {
    color: #222;
}

footer ul li {
    padding: 5px 0px 5px 12px;
    border-bottom: 1px solid #bbb;
}

footer ul li a {
    padding: 6px 0px;
    color: #444;
}

footer ul li a:hover {
    color: #222;
    text-decoration: none;
}

#footer_bottom p {
    padding: 0px 20px 0px 0px;
    color: #333;
    font-size: 11px;
    line-height: 11px;
}

#footer_bottom {
    position: absolute;
    width: 16px;
    height: 18px;
    right: 0px;
    top: 7px;
}
