/* CSS developed by 9xb.com
Main stylesheet for layout */

.screen_reader {
	display: none;
}

#error {
	display: none;
	background-color: #a70000;
	color: #fff;
	font-weight: bold;	
}


ul{
	color:#036;
}

.numbered{
list-style:decimal;
}

#trainingDevelopment{
width:500px;
}

#trainingDevelopment ul{
list-style:none;
}

#trainingDevelopment li{
padding-left: 20px;
background-image: url(../images/tick_training_2.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
