﻿#mainLayout {
    width: 980px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

    #mainLayout td {
        vertical-align: top;
        padding: 0px;
        margin: 0px;
    }

#contractorSearch {
    position: absolute;
    top: 73px;
    left: 29px;
    width: 170px;
}

    #contractorSearch td {
        padding: 1px;
        vertical-align: middle;
    }


.contractorSearchZip {
    font-size: @textSize;
    width: 104px;
    height: 29px;
    text-align: center;
}

#contractorSwitches {
    position: absolute;
    top: 50px;
    left: -5px;
    color: #000033;
    font-size: 12px;
    width: 180px;
}

    #contractorSwitches td {
        width: 50%;
    }

    #contractorSwitches img {
        position: relative;
        top: -3px;
        display: inline;
    }

.contractorSwitch {
    cursor: pointer;
}

#home_languages #languageLinks {
    width: 115px;
    padding: 0px;
}

#home_languages .languageLink, #home_languages .languageLink img {
    display: inline;
}

#Rotator .ImageInactive {
    z-index: 1;
}

#Rotator .ImageFrom {
    z-index: 2;
}

#Rotator .ImageTo {
    z-index: 3;
}

#Rotator .ImageRotatorButtonContainer {
    height: 39px;
    width: 105px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    margin: 0px;
    padding: 0px;
}

#Rotator .ImageRotatorButton {
    margin: 13px 13px 13px 0px;
    padding: 0px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: inline-block;
}

#Rotator .ButtonActive {
    background: #FFB400;
}

#Rotator .ButtonInactive {
    background: #000033;
}

td.social {
    padding: 2px;
    vertical-align: middle;
}

div.social {
    padding: 0px;
    margin: 0px auto;
}



/* RESPONSIVE SETUP FOR HOMEPAGE */

@media (min-width: 768px) {
    #sectionResidentialLeft {
        width: 704px;
        height: 421px;
        float: left;
    }

        #sectionResidentialLeft img {
            width: 704px;
            height: 421px;
        }

    #sectionResidentialRight {
        float: left;
        width: 276px;
    }

    #sectionCommercialLeft {
        width: 704px;
        float: left;
    }

        #sectionCommercialLeft img {
            width: 704px;
        }

    #sectionCommercialRight {
        float: left;
    }

    #sectionMobileButtons {
        display: none;
    }
}

@media (max-width: 767px) {
    #sectionResidentialLeft {
        width: 100%;
    }

        #sectionResidentialLeft img {
            width: 100%;
        }

    #sectionResidentialRight {
        display: none;
    }

    #sectionCommercialLeft {
        width: 100%;
    }

        #sectionCommercialLeft img {
            width: 100%;
        }

    #sectionCommercialRight {
        display: none;
    }
}
