#frame {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 985px;
    height: 1535px;
    padding: 0px;
    background-color: rgb(255,255,255);
    overflow: hidden;
}

#rotator {
    position: absolute;
    left: 5px;
    top: 120px;
    width: 650px;
    height: 375px;
    overflow: hidden;
    cursor: pointer;
}

#rotator1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 650px;
    height: 375px;
}

#rotator2 {
    position: absolute;
    left: 650px;
    top: 0px;
    width: 650px;
    height: 375px;
}
            
#right_top_rotator {
    position: absolute;
    left: 660px;
    top: 120px;
    width: 320px;
    height: 185px;
    overflow: hidden;
    cursor: pointer;
}

#right_top_rotator1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    height: 185px;
}

#right_top_rotator2 {
    position: absolute;
    left: 320px;
    top: 0px;
    width: 320px;
    height: 185px;
}

#right_bottom_rotator {
    position: absolute;
    left: 660px;
    top: 310px;
    width: 320px;
    height: 185px;
    overflow: hidden;
    cursor: pointer;
}

#right_bottom_rotator1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    height: 185px;
}

#right_bottom_rotator2 {
    position: absolute;
    left: 320px;
    top: 0px;
    width: 320px;
    height: 185px;
}

.div_page {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(255,255,255);
    cursor: pointer;
}

#career_nav {
    position: absolute;
    left: 5px;
    top: 500px;
    width: 975px;
    height: 40px;
    cursor: pointer;
}

#nav_your_career {
    position: absolute;
    left: 65px;
    top: 507px;
    font-family: 'Roboto Condensed';
    font-size: 21px;
    line-height: 21px;
    color: rgb(255,255,255);
    cursor: pointer;
}

#nav_virtual_tour {
    position: absolute;
    left: 555px;
    top: 507px;
    font-family: 'Roboto Condensed';
    font-size: 21px;
    line-height: 21px;
    color: rgb(255,255,255);
    cursor: pointer;
}

#request_information {
    position: absolute;
    left: 495px;
    top: 550px;
    width: 240px;
    height: 157px;
    cursor: pointer;
}

#open_house {
    position: absolute;
    left: 740px;
    top: 550px;
    width: 240px;
    height: 136px;
    cursor: pointer;
}

#virtual_tour {
    position: absolute;
    left: 495px;
    top: 697px;
    width: 240px;
    height: 113px;
    cursor: pointer;
}

#follow_us {
    position: absolute;
    left: 740px;
    top: 697px;
    width: 225px;
    height: 113px;
    cursor: pointer;
}

#copy1 {
    position: absolute;
    left: 35px;
    top: 565px;
    width: 420px;
}

#copy2 {
    position: absolute;
    left: 35px;
    top: 830px;
    width: 420px;
}

#copy3 {
    position: absolute;
    left: 495px;
    top: 830px;
    width: 460px;
}

#learn_more {
    position: absolute;
    left: 855px;
    top: 877px;
    width: 89px;
    height: 21px;
}

#thankyou_popup {
    position: absolute;
    left: 130px;
    top: 430px;
    width: 720px;
    height: 300px;
    color: rgb(255,255,255);
    background-color: rgb(83,172,224);
    font-family: 'Roboto Condensed';
    font-size: 17px;
    text-align: center;
    -moz-box-shadow: 0px 0px 50px #000;
    -webkit-box-shadow: 0px 0px 100px rgb(0,0,0);
    box-shadow: 0px 0px 30px rgb(0,0,0);
    display: none;
    z-index: 15;
}

#footer {
    position: absolute;
    left: 5px;
    top: 1170px;
    width: 925px;
    height: 310px;
    padding: 25px;
    background-color: rgb(230,230,230);
}
