#cam-cell {
    width: 600px;
    height: 226px;
    background: URL('/assets/img/splash/cam-cell.png');
    float: left;
    border: 2px solid #95999C;
    margin-top: 25px;
}

#cam {
    margin-top: 13px;
    margin-left: 13px;
    float: left;
    width: 400px;
}

#cam-text {
    float: right;
    width: 160px;
    padding: 13px;
    line-height: 16px;
    color: #10476c;
}

#quick-search-cell {
    width: 611px;
    height: 226px;
    background: URL('/assets/img/splash/quick-search-cell.png');
    float: right;
    border: 2px solid #95999C;
    margin-top: 25px;
}

#splash-news {
    width: 600px;

    border: 2px solid #95999C;
    margin-top: 25px;
    background-color: #FAF5F9;
}

#geoprofiles-right {
    width: 611px;
    height: 226px;
    float: right;
    margin-top: 25px;
    text-align: center;
}

#quick-search-cell div#title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 7px;
    color: #10476c;
    line-height: 22px;
}

#quick-search {
    padding: 13px;
    margin-top: 18px;
}

#quick-search select {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-top: 3px;
    height: 22px;
}

#quick-search .spacing {
    display: inline-block;
    width: 60px;
}

#quick-search #interested_in, #quick-search #miles {
    width: 68px;
}

#quick-search #country, #quick-search #region {
    width: 216px;
}

#quick-search #city {
    width: 208px;
    color: #808080;
    padding-left: 3px;
}

.pink {
    color: #a66ba6;
}

.blue {
    color: #10476c;
    text-transform: uppercase;
}

#geotext {
    font-size: 30px;
    line-height: 34px;
    font-family: arial;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

#geoprofiles {
    border: 2px solid #95999C;
    background-color: #E8EFF8;
    padding: 13px 13px 0 13px;
    text-align: center;
}

#profile li {
    float: left;
    width: 152px;
    height: 200px;
    padding: 0px !important;
    margin: 0px;
}

#profile2 li {
    float: left;
    width: 193px;
    height: 200px;
    padding: 0px !important;
    margin: 0px;
    margin-top: 3px;
}

#footer-bg {
    position: relative;
    display: block;
    height: 250px;
    width: 1280px;
    bottom: -97px;
    background: URL('/assets/img/footer.png') no-repeat top;
    z-index: -1;
    margin: 0 auto;
    margin-top: -100px;
}

h4 {
    margin-top: 3px !important;
}

small {
    font-size: 10px !important;
}