/* Banner */

div#siteheader {
    background: url(../../images/splash_page/banner.jpg) no-repeat 1.1em 2.3em;
    text-align: left;
    position: relative;
    padding: 0;
}

div#siteheader div#picframe {
    background: url(../../images/splash_page/photo_banner.gif) no-repeat;
    position: absolute;
    top: 15px;
    right: 96px;
    width: 300px;
    height: 250px;
    }

div#siteheader div#picframe img {
    position: absolute;
    top: 24px;
    left: 38px;
        border: 3px solid #907f46
    }

/* Intro */

div#intro-text h4 {
    padding-top: .2em;
    font-size: 120%;
        margin-bottom: 12px;
    }

div#intro-text p {
    padding: 0;
        margin: 0;
    font-size: 120%;
    }

div#intro-text img.right {
    float: right;
    margin: .3em 3.5em 1.5em 2em;
    border: 3px solid #938248;
}


/* Right Column highlights */

    div#content #highlights ul {
        font-weight: bold; 
            list-style: none; 
            display: block;  
            border-bottom: none;
            margin-bottom: 5px;
            margin-left: 0;
    }
    
    div#content #highlights ul li a {
        font-weight: bold; 
            list-style: none; 
            display: block;  
            border-bottom: none;
        font: normal 140% "Helvetica", Arial, Verdana, sans-serif;  
    }

    div#content #highlights ul li {
            border-bottom: none;
            padding-bottom: 16px;
        font: normal 100% "Helvetica", Arial, Verdana, sans-serif;  
    }
    
    .all_stories {
        font: bold 100% "Garamond", Hoefler Text, Palatino, Palatino Linotype, serif;
        padding: 18px 0 0 0;
        margin: 0;
        line-height: 18px;
        float: right;
    }
    
    
    .all_stories a:hover {
         color: #b29d6c;
    }
