﻿/*************************************************************
*  Wealth Styles
*  Provides over-ride styles for the building wealth area. 
*  Changes to Color and images are primary
*
***************************************************************/

/* basics ****************************************************/



/*  layout and framework *************************************/
#tab {
   background: url(../images/core/bg_tabs_wealth.png) no-repeat top left;
}
.tab_wealth:hover {background:none}

#navBar
{
   background: url(../images/wealth/bg_wealthnav.png) no-repeat top left;
   
}

#breadcrumb .sitearea, #breadcrumb .sitearea a
{
    color:#679046;
}

a {color: #679046;}
h2 {color: #679046;}
h3 {color: #679046;}
h4 {color: #679046;}


/* For Navigation ********************************/
.megamenu .column ul li a:hover
{
    color:#fff;
    background:#679046;
}

.megamenu .column ul li a:hover
{
    border-top:0px solid #fff;  /*hack to resolve issue with IE8 */
    color:#679046;
    background:#fff;
}

/* Calls to action  */
.calltoaction{background: url(../images/wealth/btn_cta_wealth.gif) no-repeat;}
.calltoaction:hover{background: url(../images/wealth/btn_cta_wealth_hov.gif) no-repeat;}    
.table-header
{
    background-color: #679046;
	color: #FFFFFF;
}
.table-header-center
{
	background-color: #679046;
	color: #FFFFFF;
}
input.contactussubmit
{
    background: url(../images/core/btn_submit_wealth_off.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
    width: 80px;
    height: 20px;
}
input.contactussubmit:hover
{
    background: url(../images/core/btn_submit_wealth_on.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
}
