/*
In order to enable
different sections of NHHCs site
to style this component differently
the styles for this component
can be determined
using the css classes outputted
by this component
.sectionHeader
.currentPageTitle
.smartheader

a repository of
the css styling per
section of NHHCs
site is below

 EPUB SMARTHEADER STYLES Aug 2014
*/
.smartheader {
    float: right;
    width: 710px;
    text-align: center;
}

.smartheader .sectionHeader {
    background-color: #364659;
    padding: 3px 0px 3px 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'roboto slab', serif;
    font-weight: 700;
}

.smartheader .currentPageTitle {
    background-color: #FFFFFF;
    padding: 3px 0px 3px 0px;
    color: #364659;
    font-size: 18px;
    font-family: 'roboto slab', serif;
    font-weight: 700;
}
