.banner-body {
    visibility: hidden;
}

.view-project {
    position: absolute;
    text-transform: uppercase;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    color: #bb0000;
    font-weight: bold;
    top: 440px;
    left: 18px;
    padding: 2px;
}

.view-project:hover {
    background-color: #bb0000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/* not necessary any longer


#bulletin-blurb, #bulletin-info {
    position: absolute;
    margin-left: 20px;
    display: none;
}

#bulletin-blurb {
    top: 124px;
    margin-left: 21px;
}

#bulletin-blurb h2, #bulletin-info a {
    color: #bb0000;
    font-weight: bold;
}

#bulletin-blurb h2 {
    font-size: 4.6em;
}


#bulletin-blurb p, #bulletin-info p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    font-weight: 100;
}

#bulletin-blurb p {    
    color: #464646;
    font-size: 2.0em;
    width: 500px;
    margin-top: 10px;
    line-height: 1.23;
}

#bulletin-info {
    top: 285px;
    width: 388px;
}

#bulletin-info h3 {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
    width: 370px;
}

#bulletin-info p {
    font-size: 1.3em;
    padding-left: 160px;
    padding-top: 30px;
    margin-bottom: 45px;
    color: #111111;
    line-height: 1.15;
}

#bulletin-info a {
    text-transform: uppercase;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed Bold", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    font-stretch: condensed;
}
*/

/* end BAS banner*/

.hidden-banner {
    display: none;
}

.banner-pager {
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue Condensed", "HelveticaNeue", "Arial Narrow", "Helvetica Neue",  "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    padding: 4px 6px 5px 6px;    
    background-color: #000;
    cursor: pointer;
    z-index: 1000;
    display: block;
    white-space: nowrap;
    color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #333;
    text-transform: uppercase;
    font-stretch: condensed;
}

.banner-pager-next {
    padding-right: 20px;    
    background-image: url('../images/banner-pager-next-bg.png');
    background-position: right center;   
}

.banner-pager-prev {
    padding-left: 20px;    
    background-image: url('../images/banner-pager-prev-bg.png');
    background-position: left center;   
}

.about {
   width: 384px;
   float: left;
   display: inline;
   margin: 0 36px 20px 20px;
}

.quotes, .news {
    position: relative;
    width: 240px;
    float: left;
    display: inline;
    padding-bottom: 20px;
}

.quotes {
    margin-right: 21px;
    font-style: italic;
    font-size: 16px;
    color: #acacac;
}

.quotes .quote-title {
    font-size: 12px;
    margin-top: 4px;
}

.quotes blockquote {
    width: 190px;
    line-height: 1.4;
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    color: #cc0000;
    margin-bottom: 16px;
}

.about p {
    margin-bottom: 24px;
    width: 348px;
}

body .about .first {
    font-size: 16px;
    line-height: 1.31;
}

.home #content h3 span { visibility: hidden; }

.home #content h3 { 
    height: 51px;
}

.about h3 span { visibility: hidden; }

.about h3 {
    width: 381px;    
    background-image: url('../images/headers/who-is-thomas-alan.png');
}

.news h3 {
    width: 240px;    
    background-image: url('../images/headers/news.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.quotes h3 {
    width: 240px;    
    background-image: url('../images/headers/quotes.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.content-row {
    background: transparent url('../images/home-content-bottom-bg.png') no-repeat 14px bottom;
    overflow: hidden;
    margin-bottom: 74px;    
}
