/******************************************************************************************************
	Reset CSS Style ( for better cross-browser support)
 *****************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, centre,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /* 16px */
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q {	quotes: none; }

blockquote:before, blockquote:after, 
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************************************************************
	All Viewports (Baseline)
******************************************************************************************************/

body {
	font: 0.75em/148% arial,helvetica,sans-serif; /* 12px / 16px */
}
a {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
a, a:visited, a:hover, a:active { 
	color: #11c;
}
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.666666666667em 0;
	padding: 0 0.666666666667em 0 0; 
}
#footnote {	
	font-size: 1em;
	text-align: right;
	margin-right: 0;
}
h2 {
	//border-bottom: 7px solid #546CAA;
	padding: 0 0 0.4166666667em 0; 
	font-size: 1.5em; 	
	line-height: 120%;
}
h2 span {
	font-weight: bold;
	display: block;
}
div.content-col {
	padding-bottom: 0.833333333333em; 
}
img.redirect {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 20px 0;
}
a.redirect {
	display: block;
	max-width: 300px;
	font-size: 1.45em;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;			
 	color: #fff;	
	padding: 0.72em; 		
	background-color: #4f80a0;	
	-webkit-border-radius: 0.666666666667em; 
	-moz-border-radius: 0.666666666667em; 
	border-radius: 0.66666666667em;
}
a.redirect:hover {
	border-color: #666;
	background-color: #666;
	background-image: -ms-linear-gradient(top, #949494 0%, #666 35%); /* IE10 Consumer Preview */ 
	background-image: -moz-linear-gradient(top, #949494 0%, #666 35%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #949494 0%, #666 35%); /* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #949494), color-stop(0.35, #666666)); /* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #949494 0%, #666 35%); /* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(top bottom, #949494 0%, #666 35%); /* W3C Markup, IE10 Release Preview */ 	
	text-decoration: none;
}
p {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75em;
	font-size: 1.2em;
}
#footer {
	border-top: 3.333333333333em solid;
	margin-bottom: 2em; 
	border-color: #00693c;
}
#footer ol.footer-nav a {
	color: #00693c;
}
#footer ol.slogan {
	color: #00693c;
	font-size: 1.166666666667em; 
	font-weight: bold;	
}
#footer ol.footer-nav {
	margin: 1.25em 0 0 0; 
}
#footer ol.slogan li, #footer ol.footer-nav li  {
	display: inline;
	margin: 0 8px 0 0;
}
.icon {	background-repeat: no-repeat; }
.icon.redirection { background-image:url('../images/redirection.gif'); }

/*****************************************************************************************************
	LOWRES
******************************************************************************************************/
@media screen and (max-width: 730px){ 
	body {
		background-color: #dedfda;
	}
	#main { 
		padding: 0.833333333333em; 		
	}
	#header {				
		width: 100%;
		background-color: #fff;			
	}	
	#header img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding: 14px;
	}
	#main {
		padding-top: 0;
		padding-bottom: 1.4166666667em;
	}	
	h2 { 
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0.75em;
		margin-bottom: 0.5em;
		font-size: 1.6em;
		color: #00693f;
		text-align: center;
	}
	img.redirect {
		display: none;
	}
	#main {		
		padding-bottom: 0.66em;
	}
	#footnote {	
		text-align: right;
		margin-right: auto;
		max-width: 330px;
	}	
	#footer { 
		margin: 0.833333333333em;
		border-top: 2em solid;
		border-color: #00693c;
	}	
	#footer ol.footer-nav {
		float: right;
		margin-bottom: 1em;
	}
	ol.slogan {
		display: none;
	}	
} /*/mediaquery*/
@media screen and (max-width: 485px){ 
	#header img {
		width: 190px;
		padding: 10px;
	}
	a.redirect {
		font-size: 1.25em;		
		color: #fff;
		padding: 0.52em; 		
	}
	h2 { 		
		font-size: 1.45em;	
		margin-top: 0.5em;
		margin-bottom: 0.3em;		
	}
	p {
		font-size: 1em;
		margin-top: 0.3em;
	}
} /*/mediaquery*/
/*****************************************************************************************************
	MEDIUM RES
******************************************************************************************************/	
@media screen and (min-width: 731px){ /* If updating, also change breakpoint value in responsive-table.js, ie7-lte.css, ie9-lte.css, ie6-lte.css */
	body {
		background-image: url("images/bg_grad.png");
		background-repeat: repeat-x;
		background-color: rgb(0, 131, 67);
	}	 
	#wrapper {
		max-width: 966px;	
		padding: 0;
		margin-left: auto;	
		margin-right: auto;
		background-color: #fff;
		padding: 0 20px 10px 20px;
		margin-top: 25px;
		margin-bottom: 20px;
		border: 1px solid #404040;
	}	
	#header, #nav, #welcome-banner, #main, #learning-centre, #footer {
		width: 100%;
	}			
	h1.no-top-margin {
		margin-top: 0px !important;
		padding-top: 0.8333333333em;
	}	
	#header {
		border: 0;
		position: relative;
	}	
	#header h1 {
		padding: 1em 0 0.5em 0;
	}	
	#header h2 {
		position: absolute;
		bottom: 35px;
		right: 8px;
		margin-bottom: 0;
		margin-top: 0;	
	}	
	#no-nav-bar {
		height: 40px;			
		background-image: -ms-linear-gradient(top, #62B189 0%, #0B8547 28.000000000000004%); /* IE10 Consumer Preview */ 
		background-image: -moz-linear-gradient(top, #62B189 0%, #0B8547 28.000000000000004%); /* Mozilla Firefox */ 
		background-image: -o-linear-gradient(top, #62B189 0%, #0B8547 28.000000000000004%); /* Opera */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62B189), color-stop(0.28, #0B8547)); /* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-linear-gradient(top, #62B189 0%, #0B8547 28.000000000000004%); /* Webkit (Chrome 11+) */ 
		background-image: linear-gradient(to bottom, #62B189 0%, #0B8547 28.000000000000004%); /* W3C Markup, IE10 Release Preview */ 	
	}		
	#main {
		position: relative;
		min-height: 250px;
		padding-bottom: 0.66em;
	}	
	#left-content {
		padding-bottom: 0;		
		border-bottom: 0;
		margin: 0 10px;			
	}			
	div.content-col {
		display: inline;
		float: left;
	}		
	div.content-col.width-50 {
		width: 50%;
	}		
	h2 {
		display: block;
		font-size: 2.6em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	h2 span {
		display: block;
	}		
	#footer {
		position: relative;			
	}	
	#footer ol.slogan {
		margin: 0.7083333333em 0 0 10px; 
	}
	#footer ol.footer-nav {
		margin: 0.833333333333em 10px 0 0; 
		position: absolute;
		top: 0;
		right: 0;
	}
	
}/*/mediaquery*/

