/* CSS Document */

#main_content a{
color:#ff9900;
}

#level1_content  a{
color:#0066cc;
font-weight:normal;
text-decoration:underline;
}

#content {
	background-image:url(../images/bg_home_content_design.gif);
	background-repeat: repeat-y;
	width: 751px;
}
.resourcesIcons {
	float:left;
	margin:0px 10px 20px 0px;
}

.coloured_line {
	margin: 0px;
	padding: 0px;
	width: 751px;	
	background-color: #ff9900;
	position: relative;
}

.videoGrid strong {
	color:#ff9900;
}

.active{
	height: 17px;
	width: 140px;
	background-image:url(../images/nav_design.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 5px;
	color:#000000;
}

.curveBoxTop {
	background-image:url(../images/CurveBoxTop_design.gif);
	background-repeat:no-repeat;
	width:530px;
	height:10px;
	margin:10px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}
.curveBoxBot {
	background-image:url(../images/CurveBoxBot_design.gif);
	background-repeat:no-repeat;
	width:530px;
	height:10px;
	padding:0px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.curveBox {
	width:485px;
	border-left:2px solid #ff9900;
	border-right:2px solid #ff9900;
	background-color:#fff5e5;
	margin:0px;
	padding:10px 20px 10px 20px;
}

.boxTitle {
	text-align:left;
	background-image:url(../images/title_video_design.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #ff9900;
	margin-bottom:15px;
	padding-bottom:3px;
	height:26px;
}

.boxTitle_activity {
	text-align:left;
	background-image:url(../images/title_activity_design.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #ff9900;
	margin-bottom:15px;
	padding-bottom:3px;
	height:26px;
}

.navbullet {
	background-image: url(../images/orange_bullet_round.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.activeSel {
	font-weight:bold;
	color:#ff9900;
}

.objectives {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:1.1em;
}
.objectives li {
	height:16px;
	padding:14px 10px 10px 45px;
	margin:0px;
	background-image:url(../images/Check_design.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}

.orange{
color:#ff9900;
}

