/* TEXT ELEMENTS 
------------------------ */

p.subtitle3{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

p.subtitle2{
	color:#5AA3DC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
}

p.imgCredits{
	font-size: 10px;
	margin: 0px 10px 0 0;
	padding: 0;
	font-family: Arial;
}

/* Resources page */

ul.page-links li{
	margin-bottom: 10px;
}

br.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}


/* TASK NAV
------------------------ */

/* level 1*/

ul#TaskNav{
	margin: 10px 0 20px 0;
	padding: 0px;
	font-family: Arial;
	width: 540px;
	height: 235px;
}

ul#TaskNav, ul#TaskNav li{
	list-style: none;
	float: left;
	position: relative;
}

ul#TaskNav li a{
	display: inline-block !important;
	float: left;
	text-decoration: none;
	background: #3399FF;
	margin-right: 2px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}

ul#TaskNav li a:hover{
	background: #005D48;
}

ul#TaskNav li.active a{
	background: #0066CC;
}


ul#TaskNav li#lifestyle a{width: 187px;}
ul#TaskNav li#findings a{width: 106px;}
ul#TaskNav li#introduction a{width: 171px;}
ul#TaskNav li#resources a{width: 70px; margin-right: 0px;}

/* level 2 */

ul#TaskNav li ul { 
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#TaskNav li:hover ul, #TaskNav li.sfhover ul { /* lists nested under hovered list items */
	left: -40px;
	top: 35px;
}

ul#TaskNav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
ul#TaskNav li#lifestyle ul li a{background: #3399FF;}

ul#TaskNav li ul li a:hover{background: #005D48 !important;}


/* HEADER IMAGES
------------------------ */

.lifestyle{background: url(assets/taskforce.jpg) no-repeat bottom left;}
.making-happen{background: url(assets/Making-SLs-happen.jpg) no-repeat bottom left;}
.findings{background: url(assets/findings.jpg) no-repeat bottom left;}
.introduction{background: url(assets/project_intro.jpg) no-repeat bottom left;}
.resources{background: url(assets/resources.jpg) no-repeat bottom left;}
.influence{background: url(assets/influence.jpg) no-repeat bottom left;}
.steps{background: url(assets/influence.jpg) no-repeat bottom left;}
.communicating{background: url(assets/communicating_sustainability.jpg) no-repeat bottom left;}
.communities{background: url(assets/creative_communities.gif) no-repeat bottom left;}
.global-survey{background: url(assets/global_survey.jpg) no-repeat bottom left;}
.sister-classrooms{background: url(assets/sister_classrooms.jpg) no-repeat bottom left;}
.literature-review{background: url(assets/lit_review2.jpg) no-repeat bottom left;}
.business-case{background: url(assets/business_case.jpg) no-repeat bottom left;}
.youthXchange{background: url(assets/YXC.jpg) no-repeat bottom left;}
.smart-start-up{background: url(assets/african_universities.jpg) no-repeat bottom left;}
.toolkit{background: url(assets/toolkit.jpg) no-repeat bottom left;}

