#liveLeftSideContent
{
    float: left;
    width: 455px;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
#liveRightSideContent
{
    float: right;
    width: 520px;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
#liveAmenitiesPhoto
{
    width: 140px;
    height: 140px;
    background-image: url('images/live/front_gate_amenities.jpg');
    margin: 3px;
    float: left;
    margin-top: 0px;
}
#liveAmenitiesText
{
    font-size: 13px;
    float: right;
    width: 300px;
    padding-right: 15px;
    margin-top: 8px;
}

div.btnFloorPlan1, div.btnFloorPlan2, div.btnFloorPlan3
{
    display: block;
    width: 112px;
    height: 35px;
    text-decoration: none;
    background: url('images/work/btn_first_floor.jpg');
    margin-left: 3px;
}
div.btnFloorPlan2
{
    background: url('images/work/btn_second_floor.jpg');
}
div.btnFloorPlan3
{
    background: url('images/work/btn_third_floor.jpg');
}
a.btnFloorPlan1:hover, a.btnFloorPlan2:hover, a.btnFloorPlan3:hover
{
    background-position: -112px 0;
}
#workViewFloorPlan1, a.workViewFloorPlan2, a.workViewFloorPlan3
{
    display: block;
    width: 122px;
    height: 86px;
    margin-left: -2px;
    text-decoration: none;
    margin-top: 5px;
    background: url('images/work/view_floorplan_1.jpg');
}
a.workViewFloorPlan2
{
    background: url('images/work/view_floorplan_2.jpg');
}
a.workViewFloorPlan3
{
    background: url('images/work/view_floorplan_3.jpg');
}
#workViewFloorPlan1:hover, a.workViewFloorPlan2:hover, a.workViewFloorPlan3:hover
{
    background-position: -122px 0;
}
#liveAmenitiesBlurb, #workAmenitiesBlurb
{
    font-family: Garamond, Times New Roman, Verdana;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 380px;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}
#workAmenitiesBlurb
{
    width: 400px;
    padding-left: 40px;
}
#liveWokHeader
{
    font-size: 16.5px;
    width: 380px;
    margin-left: 45px;
    line-height: 24px;
}
#liveWok
{
    margin-left: 155px;
}
#liveFloorPlans
{
    width: 350px;
    margin-left: 55px;
    margin-top: 25px;
}
.liveFloorPlan
{
    position: relative;
    width: 100%;
    height: 175px;
}
.liveFloorPlanInfo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 225px;
    height: 100%;
}
.liveFloorPlanDetails
{
    float: right;
    width: 153px;
    height: 100%;
}
.liveResStatus, .liveResStatusNot
{
    margin-top: 10px;
    margin-left: 26px;
}
.liveResStatusNot
{
   margin-left: 11px;
}
div.liveFloorPlanSep
{
    height: 1px;
    width: 400px;
    background-color: #c0c0c0;
    margin-left: -25px;
    margin-bottom: 15px;
}
a.liveViewFloorplans
{
    margin-top: 25px;
    border: none;
    background-image: url('images/live/view_floorplan.jpg');
    height: 113px;
    width: 153px;
    display: block;
}
a.liveViewFloorplans:hover
{
    background-position: -153px 0;
}
.liveFloorPlanInfoText
{
    font-size: 15px;
    padding-left: 10px;
    line-height: 20px;
}
#floorPlansContainer
{
    width: 390px;
    height: 135px;
    padding-top: 15px;
    margin-left: -18px;
}
.floorPlanContainer
{
    height: 100%;
    width: 122;
}
#firstFloorPlan
{
    float: left;
}
#secondFloorPlan
{
    float: left;
    margin-left: 15px;
}
#thirdFloorPlan
{
    float: right;
}
#entireBuildingButton
{
    margin-top: 10px;
    margin-left: 132px;
}
#floorViewer, #commercialViewer, #liveFloorPlanViews
{
    border: solid 1px #c0c0c0;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 3001;
}

