/*  dark is the colour of the nav  */
/*
before re-brand
.dark { background-color: #000;} 
*/
.dark { background-color: #fec03a;}
.darktext { color: #000;}

/*  medium is the colour of the breadcrumb  */
/*
before rebrand
.medium { background-color: #808080;}
*/
.medium { background-color: #3e2508;}
.light { background-color: #E5A431;}
.lighter { background-color: #FFF6E7;}

/*  light is the hover on breadcrumb  */
.lighttext { color: #89C5FF;}
#breadcrumb { color: #fff; text-decoration: none;}
/*before rebrand
#breadcrumb a { color: #ffce45;}
*/
#breadcrumb a { color: #fff;}
/*
before rebrand
#nav a:hover { background-color: #474747;}
*/
#nav a:hover { background-color: #3e2508;}
/*
before rebrand
#nav .firstselected { background: #474747 url(../_images/template/nav_topleft.gif) scroll no-repeat left top;}
*/
#nav .firstselected { background: #3e2508 url(../_images/template/nav_topleft.gif) scroll no-repeat left top; color:#fff;}
/*
before rebrand
#nav .selected { background-color: #474747;}
*/
#nav .selected { background-color: #3e2508; color:#fff;}

/*
before rebrand
#search { color: #fff; background: #F79E01 url(../_images/template/search_bkg.gif) scroll repeat-x top left;}
*/
#search { color: #fff; background: #fec03b url(../_images/template/search_bkg.gif) scroll repeat-x top left;}
	

	#search .title { border-bottom: 1px solid #E5A431;}
	#search .line { border-bottom: 1px solid #FAB132;}
	/* before rebrand
	#careersprofile { color: #fff; background: #F79E01 url(../_images/template/search_bkg.gif) scroll repeat-x top left;}*/
#careersprofile { color: #fff; background: #fec03a url(../_images/template/search_bkg.gif) scroll repeat-x top left;}
	#careersprofile .title { border-bottom: 1px solid #e5a431;}
	#careersprofile .line { border-bottom: 1px solid #fab132;}

/*  homepage lozenge colours  */	
.left { background-color: #EEEEEE;}
.right { background-color: #EEEEEE;}

h1 { color: #000;}
h2 { color: #F79E01;}
h3 { color: #808080;}


.searchresultsright { background-color: #FFF6E7;}
/* before rebrand
.searchresultsheader { background-color: #F99F01; color: #fff;}*/
.searchresultsheader { background-color: #fec03a; color: #fff;}
.searchresultsheader .lighttext { color: #fff;}
#content .searchresultsright a:hover { color: #fff;}

.lightbutton { color: #E5A431;}
.mediumbutton { color: #fff;}
.darkbutton { color: #fff;}

#content h2 a { color: #000;}
.bigtext { color: #000;}

.textfield { border: 1px solid #A9A9A9;}
.textfieldfile { border: 1px solid #A9A9A9;}
.textfieldsmall { border: 1px solid #A9A9A9;}
.textfieldsmaller { border: 1px solid #A9A9A9;}
.textarea { border: 1px solid #A9A9A9;}
.textarealarge { border: 1px solid #A9A9A9;}
.formstyle {}
#applynow .formstyle { border: 1px solid #A9A9A9;}

#propertydescription { background-color: #FFF6E7;}


/* before rebrand
.datatable th { background-color: #f79e01; color:#fff;}*/
.datatable th { background-color: #fec03a; color:#fff;}
.datatable .darkrow { background: #fdeccc;}
.datatable tr { background: #FFF6E7;}
.datatable .bigtext { color: #ff9600;}
#content .datatable a { color: #E5A431; text-decoration: none;}
.datatable a:hover { text-decoration: underline;}

.branchdirectorytable .darkrow { background: #feeccc;}
.branchdirectorytable tr { background: #FFF6E7;}

#sitemap a:hover { background-color: #E9E9E9;}

.hiddenlayers { color: #808080;}

.data { background-color: #fdeccc;}
	.data th { background-color: #A9A9A9;}

.datasmall { background-color: #FFF6E7;}
	.datasmall th { background-color: #A9A9A9;}

.exclusiveheader { background-color: #140049; color: #fff; line-height: 20px; font-weight: bold; width: 387px; height: 21px; border-bottom: 1px solid #fff; }
.exclusiveheader .searchresultsheaderright { float:right; margin-right:5px;  }
.exclusiveheader .searchresultsheaderleft { float:left; }
	#content .exclusiveheader a { color: #fff;}
	.searchresults .exclusiveheader a:hover { text-decoration: underline;}

/* before rebrand
* html #content .pagenumbers .selected a{ background-color: #fec03a;}
* html #content .pagenumbers .selected a:hover { background-color: #fec03a;}
*/

* html #content .pagenumbers .selected a{ background-color: #fec03a;}
* html #content .pagenumbers .selected a:hover { background-color: #fec03a;}

#TipLayer { background-color:#f79e01; color:#fff;padding:4px;}