/*
 * Styles specific to home page
 */


#content {
    min-height: 620px;
    position: relative;
}


/* Large photo area */
#photoCont {
    width: 679px;
    height: 599px;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 10;
}
#photoCont img {
    display: block;
    position: absolute;
}


/* Content boxes */
#gallery, #news {
    position: relative;
    z-index: 20;
    margin: 32px 0 0 650px;
    padding: 15px 13px;
}


/* Photo Gallery section */
#gallery img {
    display: block;
    border: 1px solid #FFF;
}
#gallery span {
    display: block;
    width: 220px;
    height: 35px;
    overflow: hidden;
    margin-top: 10px;
}
#gallery span:before {
    content: url(../img/home/browse-gallery.png);
    float: left;
}



/* Latest News section */
#news h2 {
    margin: 0;
    width: 181px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 22px;
    text-transform: uppercase;
}
#news h2:before {
    content: url(../img/home/latest-news.png);
    float: left;
}
#news ul {
    margin: 0;
    padding: .2em 0 0;
}
#news li {
    display: block;
    list-style: none;
    margin: 0;
    padding: .8em 0 0 1.2em;
}
#news li:before {
    content: "\00BB";
    position: absolute;
    margin-left: -1.2em;
    font-size: 11px;
}
#news li a {
    text-decoration: none;
}
#news li a:hover {
    text-decoration: underline;
}



/* Client login link */
#login {
    margin: 15px 0 0 698px;
}
#login a {
    display: block;
    width: 110px;
    height: 77px;
    overflow: hidden;
}
#login a:before {
    content: url(../img/home/clients-access.png);
    float: left;
}


/* hide footer on homepage */
footer {
    display: none;
}