body {
    height: 100%;
    background: #5e5e5e url(/staticmedia/images/layout/bg-temp.png) repeat-x;
    font-family: Arial,Helvetica,sans-serif;
}

h1 { font-size: 1.5em; color: #245109; }
h2 { font-size: 1.2em; font-weight: bold;}
h3 { font-size: 1.1em;}
h4 { font-size: 1em; font-weight: bold; text-transform: uppercase; }


.container {
    position: relative;
    width: 959px;
}

#head {
    position: relative;
    height: 166px;
}

    #head #top-bar {
        position: relative;
        left: 30px;
        z-index: 60;
    }

        #head #top-bar .slogan {
            display: list-item;
            list-style: disc inside;
            color: #fff;
        }
        #head #top-bar .slogan a { color: #fff; }

        #head #top-bar #become-a-member {
            position: absolute;
            top: 0;
            right: 200px;
            padding-left: 14px;
        }

            #head #top-bar #become-a-member .user-icon {
                position: absolute;
                top: 3px;
                left: 0;
                width: 11px;
                height: 12px;
                background: #fff url(/staticmedia/images/layout/sprites.png) no-repeat -213px -65px;
            }

            #head #top-bar #become-a-member a {
                position: relative;
                top: -1px;
                color: #d3e8c0;
                border-bottom: 1px dashed #d3e8c0;
                text-decoration: none;
                z-index: 51;
            }

    #head #logo {
        position: absolute;
        top: 0;
        right: 0;
        width: 198px;
        height: 127px;
        background: #fff url(/staticmedia/images/layout/sprites.png) no-repeat -14px -65px;
        z-index: 50;
    }

    #head #title {
        position: absolute;
        margin: 0;
        top: 27px;
        left: 30px;
        color: #fff;
        font-size: 3.2em;
        font-weight: bold;
        letter-spacing: 6px;
        z-index: 51;
    }

        #head #title sup {font-size: 0.3em;}

    #head #subtitle {
        position: absolute;
        top: 70px;
        left: 30px;
        height: 21px;
        width: 695px;
        background: #fff url(/staticmedia/images/layout/sprites.png) no-repeat -14px 0;
        color: #fff;
        padding-left: 2px;
        font-size: 1em;
    }
        #head #subtitle .subtitle-main,
        #head #subtitle .subtitle-rest {
            position: relative;
            font-size: 1.4em;
            letter-spacing: 3px;
            top: -3px;
        }
        #head #subtitle .subtitle-main {}
        #head #subtitle .subtitle-rest {left: 2px; font-weight: normal;}

    #head #top-shadow {
        position: absolute;
        left: -6px;
        bottom: 61px;
        height: 6px;
        width: 971px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat -14px -58px;
    }

#head ul#menu {
    position: absolute;
    bottom:28px;
    height: 32px;
    width: 957px;
    margin: 0;
    padding: 0;
    border-top: #f9f9f9 1px solid;
    background: #fff url(/staticmedia/images/layout/sprites-x.png) repeat-x 0 -1065px;
    z-index: 40;
}

    #head ul#menu li {
        list-style: none;
        float: left;
        height: 32px;
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #fbfbfb;
    }

    #head ul#menu li.active {
        background: #fff url(/staticmedia/images/layout/sprites-x.png) repeat-x 0 -999px;
    }

    #head ul#menu li:hover {
        background: #fff url(/staticmedia/images/layout/sprites-x.png) repeat-x 0 -1032px;
    }

    #head ul#menu li.last {border-right: 0;}

        #head ul#menu li a,
        #head ul#menu li span {
            display: block;
            height: 22px;
            padding: 5px 25px;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            font-size: 1.2em;
            outline: none;
        }

#head #submenu {
    position: absolute;
    bottom: 0;
    height: 26px;
    width: 955px;
    background: #fff url(/staticmedia/images/layout/sprites.png) no-repeat -14px -22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 9px;
    border-left: 2px solid #f9f9f9;
    border-right: 2px solid #f9f9f9;
}

    #head #submenu ul {
        width: 900px;
        background: none;
        text-align: left;
    }

    #head #submenu ul li {
        display: inline-block;
        list-style: none;
        padding: 0 5px;
    }

        #head #submenu ul li a {
            color: #fff;
            text-decoration: none;
        }

#main {background: #fff; }

.col-wrap1 {
    width:630px;
    background:#fff;
    border-right: 1px solid #fff;
    height:100%;
}

.col-wrap2 {
    width:323px;
    margin-right:-635px; /* IE6 */
    position:relative;
    left: 631px;
    background: #d2e8c4;
    border-left: 1px solid #fff;
    height:100%
}

#steps {
    position: relative;
    height: 259px;
    width: 954px;
    background: url(/staticmedia/images/layout/titlepic.jpg) no-repeat -1px -522px;
    border-right: 1px solid #203659;
    top: -2px;
}

    #steps .step {
        float: left;
        width: 255px;
        height: 170px;
        margin: 35px 25px 0 35px;
        color: #fff;
    }

    #steps .step h2.step-title,
    .sidebar-box h2.step-title {
        font-size: 1.3em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 6px;
    }

    #steps .step h2.step-title .step-head-number,
    .sidebar-box h2.step-title .step-head-number {
        color: #ffec2a;
    }

    #steps .step h3.step-subtitle,
    .sidebar-box h3.step-subtitle {
        font-size: 1.1em;
        color: #fff;
        margin-left: 10px;
        text-align: center;
    }

    #steps .step span.step-head-arrow,
    .sidebar-box span.step-head-arrow {
        position: relative;
        top: -2px;
        left: 2px;
        display: inline-block;
        width: 7px;
        height: 6px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat -213px -123px;
    }

    #steps .step .step-content {
        margin: 0 23px;
        text-align: justify;
    }

form.dumpster-search-form {

}

    form.dumpster-search-form .row {
        float: right;
        margin: 4px 0;
        width: 210px;
    }

    form.dumpster-search-form label {
        float: left;
        display: block;
        font-weight: normal;
        text-align: right;
        width: 56px;
        margin-top: 1px;
    }

    form.dumpster-search-form .submit {
        float: right;
    }

/*
    form.dumpster-search-form select {
        width: 140px;
    }
*/
#dumpsters-area {
    position: relative;
    height: 522px;
    width: 945px;
    background: url(/staticmedia/images/layout/titlepic.jpg) no-repeat 0 0;
    border-top: 1px solid #203659;
    border-left: 5px solid #203659;
    border-right: 5px solid #203659;
    top: -2px;
}

    #dumpsters-area .slogan,
    #dumpsters-area #footer-menu,
    #dumpsters-area #copyright {
        position: absolute;
        font-size: 1.2em;
        padding-left: 25px;
    }

    #dumpsters-area .slogan {
        bottom: 83px;
        color: #d3e8c2;
        font-weight: bold;
    }

    #dumpsters-area #footer-menu {
        position: absolute;
        bottom: 45px;
        margin: 0;
        padding-left: 18px;

    }

    #dumpsters-area #copyright {
        bottom: 7px;
        color: #000;
    }

#content {
    float:left;
    width:560px; /* 630 */
    margin-right:-633px;
    position:relative;
    left:-632px;
    min-height: 715px;
}

.content {
    min-height: 500px;
    padding: 35px 15px 15px 55px
}

    .content.padding-left-tiny {
        padding-left: 15px;
    }

    .content.padding-top-tiny {
        padding-top: 10px;
    }

    #content.content.width-580 {
        width: 580px;
    }

    #shadow-wrapper {
        position: relative;
        border-top: 2px solid #f9f9f9;
        border-left: 2px solid #f9f9f9;
        border-right: 2px solid #f9f9f9;
    }

    #shadow-wrapper #left-shadow {
        position: absolute;
        top:-63px;
        left:-8px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat 0 0;
        width: 6px;
        height:867px;
    }

    #shadow-wrapper #right-shadow {
        position: absolute;
        top:-63px;
        right: -8px;
        width: 6px;
        background: url(/staticmedia/images/layout/sprites.png) repeat-y -7px 0;
        height:867px;
    }

#sidebar .sidebar-content {
    padding: 10px 5px 30px 15px;
}

#footer {
    position: relative;
    height: 43px;
    background: #1f3658;
    border: 2px solid #fff;
    border-top: 0;
}

    #footer #console-link {
        position: absolute;
        top: 12px;
        right: 20px;
        padding-left: 14px;
    }

        #footer #console-link .console-link-locker {
            position: absolute;
            top: 4px;
            left:0;
            width: 10px;
            height: 12px;
            background: url(/staticmedia/images/layout/sprites.png) repeat-y -213px -110px;
        }

        #footer #console-link a {
            color: #d5e7c1;
            text-decoration: none;
            border-bottom: 1px dashed #d5e7c1;
        }

    #footer #seo-academy-block {
        position: absolute;
        top: 12px;
        left: 20px;
        color: #d5e7c1;
    }
        #footer #seo-academy-block a {
            color: #d5e7c1;
            text-decoration: none;
            border-bottom: 1px dashed #d5e7c1;
        }

#seo-academy-link {
    margin-left: 10px;
    color: #bbb;
    text-decoration: none;
    border-bottom: 1px dashed;
}

ul#footer-menu {
    margin:0 0 0 55px;
    padding:12px 0 0 0;
}

    ul#footer-menu li {
        list-style: none;
        float: left;
    }

        ul#footer-menu li a,
        ul#footer-menu li span {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            border-right: 1px solid #fff;
            padding: 0 7px;
            font-size: 1.1em;
        }

        ul#footer-menu li.last a,
        ul#footer-menu li.last span {
            border-right: 0;
        }

.sidebar-box {
    position: relative;
    width: 323px;
    height: 235px;
    background: url(/staticmedia/images/layout/sprites.png) repeat-y -14px -194px;
    color: #fff;
}

.sidebar-box.up {
    margin-top: -25px;
}

    .sidebar-box .content {
        padding: 25px 60px;
        text-align: center;
    }

    .sidebar-box .content.left {
        padding: 25px 50px;
        text-align: left;
    }

    .sidebar-box .content .line-d {
        height: 1px;
        background: #33730a;
    }
    .sidebar-box .content .line-b {
        height: 1px;
        background: #84bd5c;
    }

    .sidebar-box .content-smallpad {
        padding: 25px 30px;
        text-align: center;
    }

    .sidebar-box .footer {
        position: absolute;
        bottom: 5px;
        text-align: center;
        font-size: 0.8em;
        width: 100%;
    }



.box {
    position: relative;
    border: 1px solid #d6dbdb;

}

    .box.whitebox {
        background: #fff;
    }

    .box.greybox {
        background: #f8f9fa;
    }

    .box.greeninied {
        color: #25500b;
    }

        .box.greeninied h2 {color: #25500b;}

    .box.in-text {
        display: inline-block;
    }

    .box.in-text.float-right {
        margin: 0 0 7px 7px;
    }

    .box .corner {
        position: absolute;
        width: 7px;
        height: 7px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat;
    }

        .box .corner.top-left {
            top: -1px;
            left: -1px;
        }

        .box .corner.top-right {
            top: -1px;
            right: -1px;
        }

        .box .corner.bottom-left {
            bottom: -1px;
            left: -1px;
        }

        .box .corner.bottom-right {
            bottom: -1px;
            right: -1px;
        }

        .box.whitebox .corner.top-left {background-position: -213px -156px;}
        .box.whitebox .corner.top-right {background-position: -221px -156px;}
        .box.whitebox .corner.bottom-left { background-position: -213px -164px;}
        .box.whitebox .corner.bottom-right {background-position: -221px -164px;}

        .box.greybox .corner.top-left {background-position: -213px -172px;}
        .box.greybox .corner.top-right {background-position: -221px -172px;}
        .box.greybox .corner.bottom-left { background-position: -213px -180px;}
        .box.greybox .corner.bottom-right {background-position: -221px -180px;}


    .box.darkgreybox, .box.transparentbox { padding: 0.9em;}

    .box.darkgreybox .corner {
        position: absolute;
        width: 12px;
        height: 12px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat;
    }

    .box.darkgreybox {
        position: relative;
        background: #F9F9FA;
        border: 1px solid #F9F9FA;
    }

    .box.transparentbox {background: #fff; border:0;}

    .box.transparentbox .corner {
        display: none
    }

        .box.darkgreybox .corner.top-left {background-position: -229px -156px;}
        .box.darkgreybox .corner.top-right {background-position: -242px -156px;}
        .box.darkgreybox .corner.bottom-left { background-position: -229px -169px;}
        .box.darkgreybox .corner.bottom-right {background-position: -242px -169px;}

    .box .shadow {
        position: absolute;
        right: 5px;
        bottom: -7px;
        width: 124px;
        height: 6px;
        background: url(/staticmedia/images/layout/sprites.png) no-repeat -378px -78px;
    }


    .box.width-50 {
        width: 50%;
    }

    .box.width-33 {
        width: 33%;
    }

    .box.left { float: left; }
    .box.right { float: right; }

    .box ul {
        padding-left: 15px;
    }

.image {
    background: url(/staticmedia/images/layout/onpage.jpg) no-repeat;
}

    .image.right { float: right; margin: 0 0 7px 12px; }

    .image.image-dumpster-one {
        display: inline-block;
        width: 251px;
        height: 212px;
        background-position:  0 0;
    }

.box-half-size {
    width: 50%;
    overflow: hidden;
}

    .box-half-size.left {
        float: left;
        width: 53%;
    }

    .box-half-size.right {
        float: right;
        width: 47%;
    }

.province-listing {
}

    .province-listing dt {
        font-weight: bold;
        margin: 15px;
        color: #666a6d;
    }
    .province-listing dd {
        overflow: hidden;
        margin: 15px 0 15px 0;
    }

        .province-listing dd ul.city-listing {
            float: left;
            width: 150px;
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

            .province-listing dd ul.city-listing li {
                list-style: none;
                padding: 1px 0 1px 4px;
                color: #2466a2;
            }

            .province-listing dd ul.city-listing li.odd {
                background: #c4ddb3;
            }

                .province-listing dd ul.city-listing li span {
                    font-size: 1.1em;
                }

                .province-listing dd ul.city-listing li a {
                    color: #2467a4;
                }

.dumpster-button {
    position: relative;
    display: inline-block;
    padding: 2px 12px 2px 20px;
    height: 17px;
    background: url(/staticmedia/images/layout/sprites.png) repeat-x -226px -99px;
    width: auto;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #3f3e3e;
}

    .dumpster-button .dumpster-button-end {
        position: absolute;
        top: 0;
        right:0;
        width: 4px;
        height: 21px;
        background: url(/staticmedia/images/layout/sprites.png) repeat-x -481px -99px;
    }

ul.dumpster-company-listing {
    margin: 20px 0 0 0;
    padding-left: 0;
}

    .share-buttons {
        position: relative;
        margin-top: -10px;
    }

    .share-buttons .a2a_dd {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
    }

    ul.dumpster-company-listing li {
        list-style: none;
    }

        ul.dumpster-company-listing li h2 {
            font-size: 1.1em;
            text-transform: uppercase;
            color: #475464;
            margin: 0 0 7px 0;
        }

        ul.dumpster-company-listing li.primary {
            min-height: 200px;
            padding-bottom: 20px;
        }

        ul.dumpster-company-listing li .left {
            float: left;
            margin-right: 15px;
        }

        ul.dumpster-company-listing li .right {
            float: left;
        }

        ul.dumpster-company-listing li.primary .left { width: 400px;}
        ul.dumpster-company-listing li.primary .right { width: 510px; padding-bottom: 10px;}
        ul.dumpster-company-listing li.secondary .left { width: 212px;}
        ul.dumpster-company-listing li.secondary .right { width: 670px; }

        ul.dumpster-company-listing li p,
        ul.dumpster-company-listing li ul,
        ul.dumpster-company-listing li ol {
            margin-bottom: 0.5em;
        }

ul.dumpster-company-listing ul.area-listing {
    float: left;
    padding-left: 0;
}


dl.faq {

}

dl.faq dt {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

dl.faq dd {
    font-weight: normal;
    padding: 0;
    margin: 10px 0 15px 0;
    border-bottom: 1px dotted #DDDFDF;
}


.form-default {
    position: relative;
}
    .form-default .title {
        width: 105px;
        text-align: right;
        padding: 10px 7px 7px 0;
        vertical-align: top;
    }

    .form-default .field {
        width: 220px;
        font-size: 80%;
        text-align: left;
    }

    .form-default input.wide, .form-default select.wide {
        height: 20px;
        width: 220px;
        padding: 3px;
        font-size: 15px;
        margin: 3px 0 0 0;
    }

    .form-default input.wide.large {
        height: 200px;
    }

    .form-default select.wide {
        height: 28px;
    }
    .form-default textarea {
        width: 220px;
        height: 200px;
        font-size: 15px;
        padding: 3px;
    }

    .form-default textarea.markItUpEditor {
        width: 355px;
    }

    .form-default br {
        line-height: 1px;
        font: 1px;
    }

    .form-default .wide-submit {
        position: absolute;
        right:0;
    }

    .form-default ul.errorlist {
        padding:0;
        margin: 3px 0 0 5px;
    }

.dumpster-contact-us-image {
    margin: -36px 0 0 -55px;
}

#memberCompanyDescription li {
    list-style-type: disc;
}

.secondaryCompanyHeader {
    margin-bottom: 10px;
}

.secondaryCompanyHeader h2 {
    display: inline;
}

.secondaryCompanyPhone {
    float: right;
    display: inline;
    font-weight: bold;
    padding-right: 30px;
    color: #475464;
}

.copy {
    padding: 5px 0 5px 65px;
    color: #bbb;
}

.copy a {
    color: #ddd;
}

#ie-message {
    position: absolute;
    top:0;
    left:0;
    background:#C00;
    text-align:center;
    border-bottom:1px solid #900;
    color: #fff;
    padding:5px;
    width:100%;
}
#ie-message a {
    color: #fff;
}

#call-result {
    background: #fff;
    width: 330px;
    height: 50px;
}

.green-button {
    text-decoration: none;
    margin-right: 5px;
}

    .green-button.large {
        padding: 3px;
        font-size: 1.2em;
        margin-top: 15px;
    }

.quotes-call-table {
    margin: 0;
}

    .quotes-call-table .quote {
        text-align: center;
    }

    .quotes-call-table .quote-border {
        width: 10px;
    }

    .quotes-call-table .title {
        font-size: 1.2em;
    }

#id_support_name {
    display: none;
}
.selectbox-wrapper select {
	width: 138px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#company-submenu {
	text-align: left;
	margin-left: 5px;
}

.company-submenu-item {
	color: white; 
	text-decoration: none; 
	margin-left: 15px;
	margin-right: 15px;
}