html {
    -webkit-text-size-adjust: 100%;
}
html[Attributes Style] {
    -webkit-locale: "en";
}
body {
    font-family: Times New Roman, Times, serif;
    background: #e8e8E8;
    line-height: 20px;
}
.nav {
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}
.article {
  margin-top: 22px;
  padding: 10 0;
}
.mainContent {
    margin: 0 45px;
    background: #ffffff;
    margin-right: auto;
    margin-left: auto;
}
h1 {
    color: #B51F24;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 24px;
    line-height: 27px;
}
.intro {}
.intro .contact-me {}
.floatWrapper {
    height: 100%;
    overflow: auto;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
a {
    color: #6fa6c0;
    font-weight: bold;
    text-decoration: none;
}
div.nav a {
    margin-left: 20px;
    color: #ffffff;
    text-decoration: none;
}
div.nav a:hover {
    color: yellow;
}
div.nav a.selected {
    color: yellow;
}
ul {
    list-style: square outside none;
}
ul.verticalMenu {
    list-style: none;
    padding: 0 0;
}
ul.verticalMenu li a {
    border-bottom: 1px solid #b41f24;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2em;
    cursor: pointer;
    display: block;
    padding: 5px 8px 5px 34px;
    text-decoration: none;
}
ul.verticalMenu li a.top {
    background: #b41f24;
    color: #ffffff;
    font-weight: bold;
}
ul.verticalMenu li a:hover {
    background-color: #e07e27;
    border-bottom: medium none;
    color: #ffffff;
    font-weight: bold;
}
.footer {
    overflow: auto;
    width: 100%;
}
.footer .left {
    float: left;
    width: calc(100% - 150px);
}
.footer .right {
    float: right;
    width: 150px;
}
@media screen and (min-width: 900px) {
    .mainContent {
        width: 900px;
    }
    .nav {
        width: 900px;
    }
}
@media screen and (min-width: 728px) {
    .intro {
        overflow: auto;
    }
    .intro .image {
        float: left;
    }
    .intro .contact-me {
        float: left;
        width: 450px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 727px) {
    .intro {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .article {
        margin-top: 43px;
    }
}
