/* Begin AESTYLE */
.spanpopup { cursor:help; border-bottom:1px solid #0C55A1; color:#0C55A1; }
.redtext { color:#ff0000; }
/* End AESTYLE */


/*******************************************
** COLOUR PALLET
** 	MAIN 		#0c55a1
   	DARKER		#021d88
	LIGHTER		#3b79b2
*******************************************/

/*******************************************
** bannermsg BAR for COVID-19 message
*******************************************/

	#bannermsg { background:#FF0000; color:#ffffff;}
	#bannermsg a {color:#ffffff;}

/*******************************************
** AREAS BAR
*******************************************/

	/* main colour red for selected */
	#areas li.corporate a { color:#0c55a1; }
	#areas li.families a { color:#999999; }
	#areas li.careers a { color:#999999; }
	#areas li.people a { color:#999999; }
		
/*******************************************
** NAVIGATION BAR
*******************************************/

	/* main colour red */
	#navigation-mobile a, #sub-navigation-mobile a { background-color:#0c55a1; }
        #navigation-mobile a { background-image:url("/upload/structure/img/icon-expand.png"); background-position:115px center; background-repeat:no-repeat; }
        #sub-navigation-mobile a { background-image:url("/upload/structure/img/icon-expand.png"); background-position:85px center; background-repeat:no-repeat; }

	/* main colour red */
	#navigation { background:#0c55a1; }
	
	/* darker colour red */
	#navigation li { border-right:1px solid #021d88; }
	
	/* lighter colour red */
	#navigation li a { border-right:1px solid #3b79b2; }

        /* lighter colour background */
        #navigation li.ae_open { background-color: #3B79B2; border-right:1px solid #3b79b2; }

	/* slight colour change from orignal */
	#navigation li a:hover { background-color:#0b4b8d; }
	
/*******************************************
** CIRCLE COLOUR
*******************************************/

	/* change the circle colour */
	#families-content-r .circle { background-image:url("/upload/structure/img/circles/blue-big.png"); }
	
/*******************************************
** BREADCRUMB LINK COLOUR
*******************************************/

	#breadcrumb a { color:#0c55a1; }
	
/*******************************************
** SLIDESHOW RIGHT HEADING
*******************************************/
	
	#slideshow-r .head { color:#0c55a1; }
	
/*******************************************
** SIDE NAVIGATION
*******************************************/

	/* section circle */
	#main-l #section { background-image:url("/upload/structure/img/circles/blue-small.png"); }
	
	/* set the border line at bottom of navigation to main colour */
	#main-l ul { border-color:#0c55a1; } 
	
	/* set the arrow colours */
	#main-l ul li { background-image:url("/upload/structure/img/arrows/blue-small.png"); } 
	
	/* set selected link to main colour */
	#main-l ul li.selected a { color:#0c55a1; }
	
/*******************************************
** TEXT FORMAT
*******************************************/

	/* update headers to be main colour */
	.text-format h1 { color:#0c55a1; }
	.text-format h2 { color:#0c55a1; }
	.text-format h3 { color:#0c55a1; }
	.text-format h4 { color:#0c55a1; }
	.text-format a { color:#0c55a1; }
	
/*******************************************
** FLEXSLIDER DOT COLOUR
*******************************************/

	/* change the dot colour to main colour */
	.flex-control-paging li a.flex-active { background:#3b79b2; }
	
	/* change the circle background colour */
	.flex-circle-left, .flex-circle-right { background-image:url("/upload/structure/img/slideshow/blue-circle.png"); }
	
	/* change the anchor colour */
	.flex-circle-left a, .flex-circle-right a { color:#0c55a1; }
	
/*******************************************
** SIDE NAVIGATION RIGHT
*******************************************/
	
	/* set the arrow colours */
	#families-content-r ul li { background-image:url("/upload/structure/img/arrows/blue-small.png"); } 
	
	/* set selected link to main colour */
	#families-content-r ul li a { color:#0c55a1; }
	
	/* set selected link to main colour */
	#families-content-r ul li.selected a { color:#0c55a1; }
	
/*******************************************
** EVENTS CIRCLE
*******************************************/

	/* change the events circle hover colour */
	#boxes.events .box .circle a:hover { background-image:url("/upload/structure/img/circles/blue-small.png"); }
	
	/* change the events link colour */
	#boxes.events .box .link a {  color:#0C55A1; background-image:url("/upload/structure/img/arrows/blue-small.png"); }
	
	/* change the back anchor arrow */
	#event-goback a { background-image:url("/upload/structure/img/arrows/blue-small.png"); }
	
/*******************************************
** PRISON INFORMATION
*******************************************/

	/* change the prison text */
	#prison-main-r .row .label { color:#0C55A1; }
	
	/* change the tab highlight colour */
	#prison-content-l #tabs ul li.ui-state-active a { color:#0C55A1; }
	
/*******************************************
** NEWS LISTING
*******************************************/
	
	/* update the heading colour */
	#news-main-r .title { color:#0C55A1; }
	
	/* update the link colour in the circle */
	#news-main-r .link a { color:#0C55A1; }
	
/*******************************************
** PUBLICATIONS
*******************************************/

	/* change the link colour of the categories */
	#recent-publications-search .row a { color:#0C55A1; }

/*******************************************
** AE STYLES
*******************************************/

	/*begin AESTYLE*/
	.PadImageRight{ margin-right:15px; }
	.PadImageLeft{ margin-left:15px; } 
	.FloatRightAndPad { float:right; padding-left:10px; }
	.FloatLeftAndPad { float:left; padding-right:10px; }
	/*end AESTYLE*/