﻿/*This stylesheet is used for some extra pages that use navy as main colour.
 **********************************************************/

/* border styling for .overseas, .mortgages, .residential, .commercial */
.overseas, .mortgages, commercial {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*border styling for residential*/
.residential{border-bottom: 2px solid #fff;}

/*Make Residential menu text black*/
.residential a{color:#000}

/*Breadcrumb */
.breadcrumb {
	background-color: #FF0000;
}

/* Used For the Links on Site Map*/
.breadcrumblink
{
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.breadcrumblink a:Hover
{
	color:White;
	text-decoration:underline;
	font-weight:normal;
}

/*Component background*/
.componentbg{background: #c6c8ca;}

/*News*/
.right_news .title {background-color: #FF0000;}

/*Tile of the content page style*/
.page_title {
background: #FF0000}

.page_title1 {
background: #FF0000}
/*Used  by the XSL file*/
.newstitle{font-weight:bold; color:#FF0000}
.newsdate{font-size:90%;color:#999;font-style:italic;}
