﻿/* Site wide colours
    Backgrounds
        Dark Green  :   #006543
        Red         :   #ED1C24
        White       :   #FFFFFF
        Grey        :   #D7D6DA

    Themes
        Green       :   #006732
        Purple      :   #8064A2
        LtGreen     :   #33CC00
        Grey        :   #666666
        Blue        :   #4BACC6
        Mustard     :   #CCA400
        Orange      :   #FF6600
        Pink        :   #FF0099
        Red         :   #FF0000

    Colours
        Dark Green  :   #006542
        Red         :   #ED1C23
        White       :   #FFFFFE
*/

/* Red */

.main-nav .selected a{
	background:#FF0000 url(images/top-nav-on.gif) no-repeat;
	color:#FFFFFE;
}
.main-nav li a:hover{
	background:#FF0000 url(images/top-nav-on.gif) no-repeat;
	color:#FFFFFE;
}
.main-nav .search-bar{
	background:#FF0000 url(images/search-bar.gif) bottom center no-repeat;
	height:30px;
}
.footer{
	background:#FF0000 url(images/search-bar.gif) bottom center no-repeat;
}

.left-nav .title, .left-news .title{
	background:#FF0000 url(images/lhs-top.gif) top center no-repeat;
	width:160px;
	height:34px;
	line-height:34px;
}
.action-button{
	background:#FF0000;
}