﻿.homeStorys {
    width: 940px;
    height: 100px;
    padding: 0;
    margin: 0;
    padding-left: 4px;
    border-left: 1px #dcdcdc solid;
    /* margin-top: 10px; */
    background: rgb(231, 231, 231);
}

    .homeStorys li {
        display: inline-block;
        width: 220px;
        height: 86px;
        padding: 0px 4px;
        cursor: pointer;
        vertical-align: text-bottom;
    }

#homeStoryCar {
    width: 940px;
    height: 540px;
}

.homeStoryTitle {
    display: block;
    width: 940px;
    height: 540px;
    top: 210px;
    left: 30px;
    color: white;
}

    .homeStoryTitle .homeStoryTitleMain {
        position: absolute;
        top: 445px;
        left: 350px;
        font-size: large;
        padding-bottom: 5px;
    }

    .homeStoryTitle .homeStoryTitleSub {
        position: absolute;
        top: 470px;
        left: 351px;
        width: 560px;
        height: 40px;
    }

a.homeStoryTitleMainRM {
    color: #e73838;
}

.homeStoryTitleBox {
    display: block;
    width: 600px;
    height: 86px;
    position: absolute;
    top: 440px;
    width: 600px;
    color: #fff;
    font-size: large;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    left: 340px;
}

.homeSubStoryTitle {
    color: #253746;
    font-weight: bold;
    padding-bottom: 5px;
}

.homeSubStoryBody a {
    color: #FFC423;
}

.homeStoryBigBackgroundImage {
    width: 940px;
    height: 540px;
}

#homeCarnav {
    position: absolute;
    top: 20px;
    left: 790px;
    z-index: 10;
}

    #homeCarnav a {
        display: inline-block;
        background-color: #888888;
        width: 20px;
        height: 20px;
        color: #888888;
        border: 0;
        margin: 5px;
        padding: 0;
    }

        #homeCarnav a.activeSlide {
            background-color: #e73838;
            color: #e73838;
        }

.psaFindAPropertyLabel {
    background-color: #004184;
    height: 30px;
    color: white;
    font-weight: bold;
    padding-left: 85px;
    padding-top: 15px;
    width: 185px;
    cursor: pointer;
}

.psaFindAContactLabel {
    background-color: gray;
    height: 30px;
    color: white;
    font-weight: bold;
    padding-left: 85px;
    padding-top: 15px;
    width: 185px;
    position: absolute;
    top: 5px;
    left: 280px;
    cursor: pointer;
}

.psaPropertyTypeSelector {
    background: white;
    height: 46px;
    text-indent: 4px;
    color: #004184;
    padding-top: 15px;
    padding-bottom: 18px;
}

    .psaPropertyTypeSelector select {
        margin-left: 6px;
        width: 195px;
        margin-top: 5px;
    }

.psaTab {
    width: 70px;
    height: 20px;
    background: #ddd;
    color: #004184;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    font-weight: normal;
}

    .psaTab.psaTabSelected {
        background: #B4B4B4;
        color: #004184;
        font-weight: normal;
    }

.propSerAdvInput {
    width: 216px;
    height: 46px;
    background: #fff url("/images/search.gif") no-repeat 97%;
    margin: 0;
    font-size: smaller;
    z-index: 0;
}

.propSerAdvInputContact {
    width: 481px;
    height: 25px!important;
    background: #fff;
    margin: 0;
    z-index: 0;
    left: 5px;
    position: absolute;
    top: 65px;
    padding-left: 10px;
    font-style: italic;
}

.psaClicker {
    width: 38px;
    height: 50px;
    margin-top: -50px;
    margin-left: 180px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    background-color: blue;
    filter: alpha(opacity=0);
}

.psaMain {
    width: 545px;
    height: 140px;
    position: absolute;
    z-index: 100;
    background: grey;
    top: 30px;
    left: 30px;
    padding: 5px;
}

.psaContentBox, .psaContactSearchBox {
    background-color: white;
    height: 95px;
}

.psaContactSearchBox {
    display: none;
}

