body.home div#features {
    position: relative;
}
    body.home div#features ul#mainfeatures {
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
        margin: 30px 0;
    }
        body.home div#features ul#mainfeatures li {
            border-right: 1px dotted #000;
            float: left;
            height: 280px;
            padding: 15px;
            width: 204px;
        }
            body.home div#features ul#mainfeatures li a:hover {
                text-decoration: none;
            }
            body.home div#features ul#mainfeatures li img {
                position: relative;
            }
            body.home div#features ul#mainfeatures li h2 {
                margin: 5px 0 10px;
            }
            body.home div#features ul#mainfeatures li p {
                line-height: 1.7em;
            }
        body.home div#features ul#mainfeatures li.last {
            border-right: none;
        }
        body.home div#features ul#mainfeatures li#testsites form {
            margin-top: 2em;
            position: relative;
            text-align: left;
        }
            body.home div#features ul#mainfeatures li#testsites form input[type=text] {
                padding: 7px 30px 7px 3px;
                width: 110px;
            }
            body.home div#features ul#mainfeatures li#testsites form a {
                border: none;
                background:  url(../img/home/btn_test.png) no-repeat;
                color: #fff;
                font-weight: bold;
                height: 43px;
                right: 0;
                line-height: 43px;
                padding-left: 40px;
                position: absolute;
                text-transform: uppercase;
                top: -7px;
                width: 43px;
            }
        body.home div#features ul#mainfeatures li#helpourpartners ul#partners {
            display: block;
            height: 50px;
            margin-top: 10px;
            overflow: hidden;
        }
            body.home div#features ul#mainfeatures li#helpourpartners ul#partners li {
                border: none;
                float: left;
                height: auto;
                padding: 0;
            }
                body.home div#features ul#mainfeatures li#helpourpartners ul#partners li img {
                    max-height: 46px;
                }
    body.home div#features .overlay {
        background: url(../img/home/bg_overlay.png) repeat-x #fff;
        border: 1px solid #000;
        display: none;
        left: 0;
        padding: 20px;
        position: absolute;
        text-align: left;
        top: 65px;
        width: 900px;
        z-index: 1000;
    }
        body.home div#features div.overlay p {
            margin-bottom: 30px;
        }
        body.home div#features div.overlay h4 {
            border-bottom: 1px dotted #000;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
            white-space: nowrap;
            width: 210px;
        }
    body.home div#features div#explore_overlay h4#theinternettoday {
        width: auto;
    }
    body.home div#features div#explore_overlay ul {
        margin: 5px 0 23px;
    }
        body.home div#features div#explore_overlay ul li {
            float: left;
            margin-right: 17px;
        }
            body.home div#features div#explore_overlay ul li img {
                border: 1px solid #000;
                height: 125px;
                width: 210px;
            }
        body.home div#features div#explore_overlay ul li.last {
            margin-right: 0;
        }
    body.home div#features div#create_overlay { }
        body.home div#features div#create_overlay .column {
            color: #666;
            float: right;
            font-size: 12px;
            line-height: 1.5em;
            margin-right: 64px;
            width: 257px;
        }
            body.home div#features div#create_overlay .column .body {
                font-size: 14px;
            }
        body.home div#features div#create_overlay h4 {
            font-size: 10px;
            width: auto;
        }
        body.home div#features div#create_overlay div#mydashboard { }
            body.home div#features div#create_overlay div#mydashboard img.main,
            body.home div#features div#create_overlay div#mylist img.main {
                border: 1px solid #000;
                display: block;
                height: 125px;
                margin: 3px auto 10px;
                width: 210px;
            }
            body.home div#features div#create_overlay div#mydashboard h4 {
                margin-top: 16px;
            }
        body.home div#features div#create_overlay div#mylist {

        }
            body.home div#features div#create_overlay div#mylist h4 {
                margin-top: 16px;
            }
        body.home div#features div#create_overlay .list li span.title,
        body.home div#features div#create_overlay .list li span.url {
            width: 140px;
        }
        body.home div#features div#create_overlay .list .blurb {
            display: none;
        }
        body.home div#features div#create_overlay .list .body {
            border-top: 1px solid #fff;
        }
        body.home div#features div#create_overlay div#toplists {
            margin-right: 0;
        }
            body.home div#features div#create_overlay div#toplists h4 {
                white-space: normal;
            }
            body.home div#features div#create_overlay div#toplists a.title {
                text-overflow: ellipsis;
                width: 140px;
            }
            body.home div#features div#create_overlay div#toplists > ul > li {
                margin-bottom: 20px;
            }

body.home ul#justreported {
    margin: 15px auto 30px;
    width: 896px;
}
    body.home ul#justreported li {
        border: 1px solid #BFC0BF;
        float: left;
        height: 81px;
        margin-right: 10px;
        position: relative;
        width: 135px;
    }
        body.home ul#justreported li img {
            height: 100%;
            width: 100%;
        }
        body.home ul#justreported li img.reportType {
            bottom: 0;
            height: 32px;
            position: absolute;
            right: 0;
            width: 32px;
        }
        /* Speech bubble effect taken from http://nicolasgallagher.com/pure-css-speech-bubbles/ */
        body.home ul#justreported li div.reportcallout {
            background: #E1E1E1;
            border: 1px solid #BFC0BF;
            border-radius: 20px;
            display: none;
            left: 40px;
            padding: 10px 15px;
            position: absolute;
            text-align: left;
            top: -80px;
            white-space: nowrap;
            z-index: 1000;
        }
            body.home ul#justreported li div.reportcallout .reportcalloutcontent {
                max-width: 150px;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        body.home ul#justreported li div.reportcallout:before {
            content: "";
            position: absolute;
            left: 15px;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #BFC0BF transparent;
            display: block;
            bottom: -20px;
            width: 0px;
        }
        body.home ul#justreported li div.reportcallout:after {
            content: "";
            position: absolute;
            left: 16px;
            border-width: 19px 18px 0 0;
            border-style: solid;
            border-color: #E1E1E1 transparent;
            display: block;
            bottom: -19px;
            width: 0;
        }
        body.home ul#justreported li:hover div.reportcallout {
            display: block;
        }
