﻿/* border styling for .commercial, .overseas, .mortgages */
.commercial, .overseas{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.residential{border-bottom: 2px solid #fff;}


/* specific border color for residential as it is the active panel */
.mortgages {
	border-bottom: 2px solid #F7931D;
	background-color: #F7931D;
	color: #fff;
}

/* Active menu text*/
.mortgages a{color:#fff}

/*Make Residential menu text black*/
.residential a{color:#000}

/*Breadcrumb */
.breadcrumb {background-color: #F7931D}

/*News */
.right_news .title {background-color: #F7931D;}

/*Page Title*/
.page_title{ background-color:#F7931D }
	
/*Calculator Background*/
.componentbg{ background-color:#F7931D }
