/* - - - - GENERAL - - - - */
/* colours
#cd232a = new red hover top nav
#ed1c24 = new red a link 
#b71c1c = red hover top nav
#990000 = maroon
*/

a {
color: #ed1c24;
}


/* - - - - HEADER - - - - */


/* - - - - NAVIGATION - - - - */
div#navigation {
color: #FFFFFF;
background-image: url(../f/images/red_nav_back_03.gif);
background-repeat: repeat-x;
}

div#navigation a {
text-decoration: none;
}


/* NOTE - see menu.css for more styles */

/* - - - - Colours for SERVICES section - - - - */

.blue_alarm { color: #007ac3;}			/* alarm response */
.blue_mobile { color: #004071;}			/* mobile security patrols */
.blue_security { color: #003978;}		/* security */
.green_bespoke { color: #005669;}		/* bespoke security services */
.green_keyholding { color: #009344;}	/* keyholding */
.green_temporary { color: #8b9414;}		/* temporary security */
.grey_integrated { color: #7a9499;}		/* integrated solutions */
.maroon_guarding { color: #a00045;}		/* guarding  */
.orange_void { color: #dc661e;}			/* void property inspections */
.purple_staff { color: #252379;}		/* staff escort */
.red_national { color: #ed1c24;}		/* national keyholding - generic red used throughout the site */
.yellow_lock { color: #d4b20f;}			/* lock & unlock services */

a.header { text-decoration: none;}	/* this takes the underline off the accordian sub links */


/* - - - - CONTENT - - - - */
div#content a {
color: #ed1c24;
font-weight: normal;
}
div#content a:visited {
color: #ed1c24;
}
div#content a:hover {
/*color: #ed1c24; red*/
color: #666666;
}
div#content p {
color: #555555;
}
div#content h1 {
color: #000000;
}
div#content h2 {
color: #ed1c24;
font-weight: bold;
}

div#content h2 a, div#content h2 a.closed {
color: #ed1c24;
padding-left: 10px;
background-image: url(../f/triangle_bullet_02.gif);
background-repeat: no-repeat;
background-position: left;
}

div#content h2 a.open {
background-image: url(../f/triangle_bullet_02_down.gif);
background-repeat: no-repeat;
background-position: left;
text-decoration: none;
}
div#content h2 a:hover {
text-decoration: underline;
color: #666666;
font-weight: bold;
}

div#content h2 a {
font-weight: bold;
}

div#content h3 {
color: #000;
}
div#content ul, div#content ol {
color: #555;
}

#content a.external {
background: url(../f/external_grey.gif) center right no-repeat;
color: #666666;
}
#content a.external:hover {
color: #001A9D;
text-decoration: none;
}
div#content img {
border: 0;
}

/* - - - - RHGIHT HAND CONTENT - - - - */
div.rhs h3 {
display: block;
color: #fff;
background-color: #ed1c24;
background-image: url(../f/images/red_back_news.gif);
background-repeat: repeat-x;
}

div.rhs dt { font-weight: bold; }


div.rhs dd a {text-decoration: none;}
div.rhs ul, div.rhs dl, div.rhs dd a {color: #666666;}
div.rhs dd a:hover { color: #000000; }

div.rhs { background-image: url(../f/images/greyback_17.gif); background-repeat: no-repeat; background-position: top left; }
div.rhs dt a { padding-left: 8px; background-image: url(../f/triangle_bullet_red.gif); background-repeat: no-repeat; background-position: left; font-weight: bold;
text-decoration: none; color: #000000; }
div.rhs dt a:hover { background-image: url(../f/triangle_bullet.gif); background-repeat: no-repeat; background-position: left; font-weight: bold; 
text-decoration: underline; color: #ed1c24; }



/* - - - - FOOTER - - - - */
div#footer{
color: #888888;
background-image: url(../f/images/red_line.gif);
background-repeat: repeat-x;
background-position: top;
}
div#footer p a {
color: #999;
text-decoration: none;
}
div#footer p a:hover {
text-decoration: underline;
color: #ed1c24;
}
div#footer dl dt {
color: #999;
}
div#footer dl dd {
color: #999;
}

.arepo a {color: #999;}
.arepo a:hover {color: #ed1c24;}

/* - - - - MISC - - - -  */

