/* ================== */
/* = Custom Colours = */
/* ================== */

a
{
	color:#0092D6;
}

.division-colour
{
	color:#0092D6;
}

.division-colour-bg
{
	background-color:#0092D6;
}

.pagination .current {
                color: #0092D6 !important;
                }

.light-division-colour
{
	color: #e2f3fc	
}

.light-division-colour-bg
{
	background-color: #e2f3fc	
}

/* =============== */
/* = Menu Colour = */
/* =============== */

#menu
{
	background:url('../images/menuBacks/menuMedia.jpg') no-repeat bottom center;
}

.menu-item a
{
	color:#333;
}

.menu-item:hover 
{
	background:#0092D6;

	color:#FFF;
}

.menu-item:hover a
{
	background:#0092D6;

	color:#FFF;
}

/* ========== */
/* = Footer = */
/* ========== */

#footerLogo
{
	background:url('../images/footerLogos/footerMedia.jpg') no-repeat;
}

/* ============= */
/* = Sub Menu = */
/* ============= */

.subMenu
{
	background:#e2f3fc;
}

.subMenu ul li a:hover
{
	color:#0092D6;
}

.bullet
{
	list-style: disc; color:#0092D6;
}