h2.intro {
    color: #d7a900;
}

#Content {
    float: none;
    width: auto;
}

#LocalNav {
    display: none;
}

#ContentColumns #MainContent {
    width: 680px;
    margin-right: 30px;
    padding-left: 20px;
}

#ContentColumns #SecondaryContent {
    width: 220px;
}

#ContentInner {
    padding-bottom: 2px;
    background-color: #ffffff;
    min-width: 960px;
}

.features {
    margin-top: 50px;
}

.features ul.adjacent {
    margin-left: 1px;
}

.twoColumn .firstColumn {
    width: 210px;
}

.twoColumn .firstColumn h2,
.twoColumn .firstColumn h3 {
    font: normal 1.4em/1.2em "PT Sans Narrow";
    color: #000;
}

.banner_header {
    color: #FFFFFF;
}

#fb 
{
    display:inline-block;
    background: url('/images/facebook.png') 0 0 no-repeat; 
    height:32px;
    width:32px;
    margin-right:10px;
    opacity:1;
}

#fb:hover 
{
    opacity:.7;
}

#linkedin 
{
    display:inline-block;
    background: url('/images/linkedin.png') 0 0 no-repeat; 
    height:32px;
    width:32px;
    opacity:1;
}

#linkedin:hover 
{
    opacity:.7;
}