@charset "UTF-8";

h2#main_title { background-image: url(../images/title_services.png); }

div.mission, div.assessment, div.training {
	padding-left: 30px;	
	padding-top: 10px;
	background-position: 0px 14px;
	background-repeat: no-repeat;
}
div.mission { background-image: url(../images/services-num-1.png); }
div.assessment { background-image: url(../images/services-num-2.png); border-top: 1px dotted #ccc; }
div.training { background-image: url(../images/services-num-3.png); border-top: 1px dotted #ccc; }

#content h3 {
	font-size: 16px;		
}
#content h4 { font-size: 14px; }

#content ul {
	margin-left: 15px;
	margin-top: 10px;
}
#content li {
	padding-bottom: 12px;
}
#content li strong {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: normal;
}

#content ul.special li {
	font-size: 13px;
	color: #333;
	background: url(../images/red-arrow.gif) 0px 6px no-repeat;
	padding-left: 15px;
}

.programs {
	/*margin-top: 12px;*/
	padding: 68px 10px 20px 10px;
	background: url(../images/services-programs-bg.png) top left no-repeat;
}
.programs h2 {
	display: none;
}
.programs a { color: #cacaca; cursor: pointer; padding: 3px 6px; moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; font-size: 13px; }
.programs a:hover { text-decoration: underline; color: #fff; }
.programs a.active {
	text-decoration: none;
	color: #fff;
	background-color: #d71f2b;
}