﻿/*************************************************************
*  Business Styles
*  Provides over-ride styles for the business area. 
*  Changes to Color and images are primary
*
***************************************************************/

/* basics ****************************************************/
a {color: #d07724;}
h2 {color: #d07724;}
h3 {color: #d07724;}
h4 {color: #d07724;}


/*  layout and framework *************************************/
#tab {
   background: url(../images/core/bg_tabs_business.png) no-repeat top left;
}
.tab_business:hover {background:none}

#navBar
{
    background: url(../images/business/bg_businessnav.png) no-repeat top left;
}

#breadcrumb .sitearea, #breadcrumb .sitearea a
{
    color:#d07724;
}


#callme
{
    display:none;
}
/* For Navigation ********************************/
.megamenu .column ul li a:hover
{
    color:#fff;
    background:#d07724;
}

.megamenu .column ul li a:hover
{
    border-top:0px solid #fff;  /*hack to resolve issue with IE8 */
    color:#d07724;
    background:#fff;
   
}

/* Calls to action  */
.calltoaction{background: url(../images/business/btn_cta_business.gif) no-repeat;}
.calltoaction:hover{background: url(../images/business/btn_cta_business_hov.gif) no-repeat;}
.table-header
{
    background-color: #d07724;
	color: #FFFFFF;
}
.table-header-center
{
	background-color: #d07724;
	color: #FFFFFF;
}
input.contactussubmit
{
    background: url(../images/core/btn_submit_business_off.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
    width: 80px;
    height: 20px;
}
input.contactussubmit:hover
{
    background: url(../images/core/btn_submit_business_on.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
}
