/* Title:	CSSC Sports & Leisure - General Styles for Website */


#container-header {
	background-color: #1B3663;
	/* Colour behind top header  */
}
#container-content { 
	background: url(/web/templates/cssc_home_files/ae-menu-bkgrnd.gif) repeat-y top left; 
	/* Colour that appears behind left column */
}

/* GENERAL TEXT STYLES */
h1, h2, h3, h4, h5, h6 {
	color: #1B3663; 
	/* Heading colour */
}
h1#page-title {
	border-bottom: 1px solid #19A9EC; 
	/* Main page Heading underline colour */
	color: #1B3663; 
	/* Main page Heading colour */
}

/* HEADER */
#header-links ul li {
	border-left: 1px solid #8DA5CD; 
	/* Colour for link divider appearing top left in the header */
}

/* MAIN MENU */
#container-menu ul {
	background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd-brand.gif) no-repeat right top; 
	/* 3D background with branding */
}
#container-menu span {
	background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd-on.gif) repeat-x left top; 
	/* 3D background for horizontal menu active colour */
}
#container-menu .first {
	background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd.gif) repeat-x left top; 
	/* 3D background for horizontal menu */
}
#container-menu a, 
#container-menu a:link, 
#container-menu a:visited {
	background: #1B3663 url(/web/templates/cssc_home_files/menu-bkgrnd.gif) repeat-x left top;
	/* 3D background for horizontal menu */
}
#container-menu a:focus, 
#container-menu a:hover, 
#container-menu a:active {
	background: #127BE1 url(/web/templates/cssc_home_files/menu-bkgrnd-on.gif) repeat-x left top;
	/* 3D background for horizontal menu active colour */
}

#page-content h3 {
	background: #50555F url(/web/templates/cssc_home_files/side-bkgrnd.gif) repeat-x left top;
	/* 3D background for right column headings */
}
.latest-news a, 
.latest-news a:link, 
.latest-news a:visited {
	color: #000066;
	text-decoration: none !important;
	/* Latest News link colour */
}
.latest-news a:focus, 
.latest-news a:hover, 
.latest-news a:active {
	color: #000066 !important;
	text-decoration: underline !important;
	/* Latest News link colour */
}
.latest-news img {
	border: 1px solid #66CCFF;
	/* Latest News image border colour */
}
.latest-news h4 {
	color: #000066;
	/* Latest News heading colour */
}
.latest-news h3 {
	color: #000066;
	/* Latest News heading colour */
}

/* BANNERS */
#container-banner {
	background: #1B3663 !important;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	/* Home and Hub page banner background */
}
#content-page #container-banner {
	background: #19A9EC !important;
	/* Content page banner background */
}
#container-banner .content-column img {
	border-left: 1px solid #FFFFFF;
}
/*#container-banner h3 {
	color: #FFFFFF;
	padding-top: 1.0em;
}*/
#container-banner img {
	float: left;
	padding-right: 1.0em;
	border-left: 1px solid #FFFFFF;
}
#container-banner a, 
#container-banner a:link, 
#container-banner a:visited {
	color: #66CCFF;
	/* Banner link text colour */
}
#container-banner a:focus, 
#container-banner a:hover, 
#container-banner a:active {
	color: #66CCFF;
	/* Banner link text colour */
}

/* NEW AE_MENU */
/* LEVEL 1 */
/* LEVEL 1 CUSTOM STYLES */
.MenuNonSelectedArea1 a, 
.MenuItemNonSelectedOdd1 a, 
.MenuItemNonSelectedEven1 a {
	border-bottom: 1px solid #29A3FF;
	border-top: 1px solid #A1EAFF;
	background: #47BDFF url(/web/templates/cssc_home_files/ae-menu-1-bkgrnd.gif) repeat-x left top;
	/* Activedition Menu Top Level colour, borders and background */
}
.MenuSelectedArea1, 
.MenuItemSelectedOdd1, 
.MenuItemSelectedEven1 {
	border-bottom: 1px solid #29A3FF;
	border-top: 1px solid #A1EAFF;
	background: #91DAFF url(/web/templates/cssc_home_files/ae0menu-1-bkgrnd-on.gif) repeat-x left top;
	color: #FFFFFF;
	/* Activedition Menu Top Level colour, borders and background */
}
.MenuSelectedArea1 a, 
.MenuItemSelectedOdd1 a, 
.MenuItemSelectedEven1 a {
	color: #FFFFFF !important;
	/* Activedition Menu Top Level link colour */
}
.MenuSelectedArea1 a:hover, 
.MenuItemSelectedOdd1 a:hover, 
.MenuItemSelectedEven1 a:hover {
	background: #0A7CE4 url(/web/templates/cssc_home_files/ae0menu-1-bkgrnd-on.gif) repeat-x left top;
	color: #FFFFFF;
	/* Activedition Menu Top Level active link colour, borders and background */
}
.MenuNonSelectedArea1 a:hover, 
.MenuItemNonSelectedOdd1 a:hover, 
.MenuItemNonSelectedEven1 a:hover{
	text-decoration: none !important;
	background: #0A7CE4 url(/web/templates/cssc_home_files/ae0menu-1-bkgrnd-on.gif) repeat-x left top;
	color: #FFFFFF;
	/* Activedition Menu Top Level active link colour, borders and background */
}

/* MY CSSC */
#my-cssc {
	border-bottom: 1px solid #A1EAFF;
	border-top: 1px solid #A1EAFF;
	/* My CSSC border clolours */
}
#my-cssc-inner {
	border-bottom: 1px solid #29A3FF;
	/* My CSSC border clolours */
}
#my-cssc h3 {
	background: #06245D url(/web/templates/cssc_home_files/my-cssc-bkgrnd.gif) repeat-x left top;
	color: #FFFFFF;
	/* My CSSC heading background */
}

