@CHARSET "UTF-8";

#main .ww{
    padding: 0;
}

.home{
    background: white url(../img/home-bg.jpg) no-repeat;
    height: 320px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 920px;
}
.introText {
    bottom: 100px;
    color: white;
    position: absolute;
    right: 20px;
    width: 570px;
}
#main .introText h2{
    background-image: none;
    color: white;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
}


#main .introText p{
    font-size: 14px;
    margin: 10px 20px 10px 55px;
    text-align: left;
}

#main .lunaConcierge h3{
    color: #E3C7A6;
    font-size: 20px;
    left: 122px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 224px;
    width: 182px;
}

#main .lunaConcierge p{
    color: #002157;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    height: 54px;
    left: 100px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 258px;
    width: 182px;
}
#main .rentals h3{
    color: #1B1464;
    font-size: 20px;
    left: 448px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 224px;
    width: 195px;
}

#main .rentals p{
    color: #002157;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    left: 424px;
    margin: 0;
/*     padding: 5px 0 0; */
    position: absolute;
/*     text-align: center; */
    top: 258px;
    width: 195px;
}


#main .weatherContainer h3{
    /*color: #013115;*/
    color: #002157;
    font-size: 20px;
    left: 722px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 30px;
    position: absolute;
    top: 224px;
    width: 192px;
}

#main #weather{
    color: #002157;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    left: 726px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 258px;
    width: 192px;
}
#main #weather .details {
    line-height: 9px;
}

#main #weather .temp {
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
}

#main #weatherIcon {
    position: absolute;
    left: -94px;
    top: -33px;
}

#footer{
    background: transparent url(../img/middle-panel-bg.png) repeat-x scroll center top;
    padding-bottom: 3em;
}

#site {
    min-width: 920px;
}
