body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
}
.footer{
    margin: 0 auto;
    width: 40%;
text-align:center;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

#mainImageRow {
    margin-top: 105px;
}

.searchBarRow {
    margin-top: 41px;
}

.siteLinksDiv {
    margin-left: 30px;
}

#content {
    padding-left: 16px;
}

.openSearch {
    margin-left: 45px;
    max-width: 1200px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#webResultsText {
    opacity: .7;
}

#sponsoredText {
    width: 60%;
}

#searchNav {
    width: 40%;
}

#searchInput {
    padding-left: 5px;
    width: 325px;
    height: 25px;
    border: 1px solid black !important;
    border-radius: 5px;
}

#searchBtn {
    cursor: pointer;
}

.nav {
    background-color: black;
}
    .nav ul {
        list-style: none;
        background-color: black;
        padding: 0 0 0 80px;
        margin: 0;
        height: 45px;
        width: 900px;
    }

    .nav li {
        font-family: 'Oswald', sans-serif;
        height: 40px;
        font-size: 12px;
        color: white;
        display: inline-block;
        margin-right: -4px;
        border-bottom: none;
        height: 25px;
        line-height: 47px;
    }

    .nav a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: .3s background-color;
    }

        .nav a:hover {
            background-color: #005f5f;
        }

        .nav a.active {
            background-color: #fff;
            color: #444;
            cursor: default;
        }





.resultDiv {
        width: 920px;
        margin: 1em 0;
        cursor: pointer;
        border-bottom: 1px solid #dedede;
        padding: 10px 0 25px 0;
    }

.numberDiv{
       display: inline-block;
       font-size: 22pt;
       font-style:italic;
       color: #cccccc; 
        position: absolute;
        padding-top: 15px;
        padding-right: 30px
}
.imgDiv{
    display:inline-block;
    float:right;
    padding-top:20px;
    padding-right: 30px;
}
.mainDiv{
     display: inline-block;
     padding-left: 50px;
     max-width: 850px;
}

    .title {
        clear: both;
        color: #005B94;
        font-size: 16pt;
        text-decoration: underline;
    }
    .desc {
        font-size: small;
        width: 750px;
    }

    .search_black {
        width: 557px;
        font-size: .8125em;
    }

    .url {
        clear: both;
          color: #cccccc;
        font-size: 12px;
        text-decoration: none;
    }


#mainSearchText{
width:600px;
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
#mainSearchButton{
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}