/* general pages colourways - RESTRUCTURED SITE */

/* ---------- main nav ---------- */		

#general #main-nav {
	background-color: #003263;
	min-height: 29px; /* FF - see ie6.css */
	}
	
#general #main-nav ul li a:hover { /* ADD FOR RESTRUCTURE */
	color: #ccc;
	}
	
#general #main-nav ul li a.current:link, 
#general #main-nav ul li a.current:visited, 
#general #main-nav ul li a.current:hover { /* ADD FOR RESTRUCTURE */
	color: #ccc;
	}		
	
		
/* ---------- content layout ---------- */		

#general .box-display {
	background: url(../img/bg-box-display-general.gif) no-repeat 0 100%;
	}	
	
#general .homepage-content .box-display { /* ADD FOR RESTRUCTURE */
	background: url(../img/bg-box-display-general-home-news.gif) no-repeat 0 100%;
	}		
	
#general .box-display-inner {
	border: 1px solid #e5eaef;
	}
	
#general .homepage-content .box-display-inner {
	border: 1px solid #003263; /* ADD FOR RESTRUCTURE */
	}	
	
/* ---------- subnav column ---------- */	

/* display box (also in feature column)  */

#general .box-display-inner ul li {
	background: url(../img/bullet-general.gif) no-repeat 0 4px;
	}
	
#general .box-display-inner ul.subnav li {
	background: none;
	}	

#general .box-display-inner ul.subnav li a:hover {
	background-color: #003263;
	}	
	
#general .box-display-inner ul.subnav li a.current:link, 
#general .box-display-inner ul.subnav li a.current:visited, 
#general .box-display-inner ul.subnav li a.current:hover {
	background-color: #003263;
	color: #fff;
	}	
	
/* linked logo buttons  */	

#general .button-links a:link img, 
#general .button-links a:visited img {
	border: 1px solid #e5eaef;
	}
	
#general .button-links a:hover img {
	border: 1px solid #003263;
	}			
	
/* ---------- content column ---------- */

/* breadcrumbs */

#general #content-col .breadcrumbs {
	color: #003263;
	}	

	
/* headers */	

#general #content-col h1 {
	color: #003263;
	}
	
#general h2 {
	color: #003263;
	}	
	
#general h2 a:link, 
#general h2 a:visited {
	color: #003263;
	text-decoration: none;
	}	
	
#general h2 a:hover {
	color: #ba0305;
	text-decoration: none;
	}	
	
#general #subnav-col h3, 
#general #content-col h3 {
	color: #003263;
	}
	
#general h3 a:link, 
#general h3 a:visited {
	color: #003263;
	text-decoration: none;
	}	
	
#general h3 a:hover {
	color: #ba0305;
	text-decoration: none;
	}
	
#general #content-col h4 {
	color: #003263;
	}
	
#general h4 a:link, 
#general h4 a:visited {
	color: #003263;
	text-decoration: none;
	}	
	
#general h4 a:hover {
	color: #ba0305;
	text-decoration: none;
	}			
	
/* lists */	
	
#general #content-col ul li {
	background: url(../img/bullet-general.gif) no-repeat 0 4px;
	}	
	
/* images */

#general .left img {
	border: 1px solid #e5eaef;
	}
	
#general .right img {
	border: 1px solid #e5eaef;
	}
	
#general .no-border img {
	border: none;
	}		
	
/* dividers */

hr {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	border-top: 1px solid #003263;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}		
	
/* ----- tables ----- */	

/* divider table - mostly invisible, with dividers between the rows */

#general #content-col table.divider-table {
	border-bottom: 1px solid #e5eaef;
	}
	
#general #content-col table.divider-table td {
	border-top: 1px solid #e5eaef;
	}	

/* display table */

#general #content-col table.display-table {
	border-top: 1px solid #003263;
	border-right: 1px solid #003263;
	}
	
#general #content-col table.display-table th {
	border-bottom: 1px solid #003263;
	border-left: 1px solid #003263;
	background-color: #003263;
	}	
	
#general #content-col table.display-table td {
	border-bottom: 1px solid #003263;
	border-left: 1px solid #003263;
	}
	
/* ----- forms  ----- */

#general #content-col form fieldset legend {
	color: #003263;
	}		

/* ---------- feature column ---------- */	

/* upcoming courses and events */

#general .upcoming-courses table a:link, 
#general .upcoming-courses table a:visited, 
#general .upcoming-events table a:link, 
#general .upcoming-events table a:visited {
	color: #003263;
	}
	
#general .upcoming-courses table a:hover, 
#general .upcoming-events table a:hover {
	color: #ba0305;
	}	
	
#general #feature-col .left img {
	border: 1px solid #e5eaef;
	}	
	
/* linked logo buttons in feature column (eg green plumbers book courses)  */	

#general #feature-col a:link img,  
#general #feature-col a:visited img {
	border: 1px solid #e5eaef;
	}	
	
#general #feature-col a:hover img {
	border: 1px solid #003263;
	}	
	
/* upcoming courses and events */

#general .upcoming-courses table a:link, 
#general .upcoming-courses table a:visited, 
#general .upcoming-events table a:link, 
#general .upcoming-events table a:visited {
	color: #ba0305;
	text-decoration: none;
	}	
	
#general .upcoming-courses table a:hover, 
#general .upcoming-events table a:hover {
	color: #ba0305;
	text-decoration: underline;
	}		
	
	

/* ---------- footer ---------- */	

#general #footer {
	background: url(../img/bg-footer-general.gif) no-repeat 0 0;
	}			

