.sf_main_header {
    font-weight: bold;
    font-size: 0px;
    width: 970px;
    margin: 0px auto;
    padding: 10px 0px 5px;
    min-height: 55px;
    height: 55px;
    color: #ffffff;
    background-position: 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_region1 {
    min-height: 90px;
    height: 90px;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 /**
 * app1 dashed border cutoff fix
 */
 .sf_main_header .SharedBlock,
.sf_main_header .ActiveSharedBlock {
 }

 /** 
 * @subsection extra1
 */
 .sf_extra1 {
    height: 20px;
    width: 970px;
    margin: 0px auto;
    background-image: url(images/616_bar.jpg);
    background-repeat: repeat-x;
 }

 .sf_navigation ul li a:hover {
    color: #66952E;
 }

 a:link {
    color: #66952E;
 }

 a:visited {
    color: #66952E;
 }

 a:hover {
    color: #66952E;
 }

 /**  
 * @subsection HomeLink
 */
 .HomeLink,
.HomeLink .widget_header,
.HomeLink .widget_header span {
    background-image: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 1.5em;
    height: 1.5em;
 }

 .HomeLink {
    margin-bottom: 10px;
 }

 .HomeLink .widget_content {
    display: none;
 }

 
