/*------------------------------------
   Services Content
------------------------------------*/
/* Large Intro Text */
.em { font-family: Georgia, "Times New Roman", Times, serif; color: #00457c; font-size: 1.2em; font-weight: bold; line-height: 1.2em; padding: 5px 0 .9em 0;}
.em .accent { color: #939598;}
/* Small Subtext */
.sm { color: #80807f; font-size: .9em; line-height: 1.3em; padding-bottom: 0;}

/* Services List */
ul#serviceslist { list-style: none; margin: 0; padding: 0; } 
	ul#serviceslist li { padding: 10px 0 10px 45px; color: #00457c; font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold;}
	ul#serviceslist li.bcf { background: url('../images/services/baby.png') no-repeat center left;}
	ul#serviceslist li.llcm { background: url('../images/services/cash.png') no-repeat center left;}
	ul#serviceslist li.dtrl { background: url('../images/services/disabled.png') no-repeat center left;}
	ul#serviceslist li.cid { background: url('../images/services/info.png') no-repeat center left;}
	ul#serviceslist li.tfa { background: url('../images/services/firstaid.png') no-repeat center left;}
	ul#serviceslist li.kpa { background: url('../images/services/playarea.png') no-repeat center left;}
	ul#serviceslist li.cctv { background: url('../images/services/cctv.png') no-repeat center left;}
	ul#serviceslist li.pt { background: url('../images/services/telephone.png') no-repeat center left;}	
	
/* Content Height */
.content { min-height: 547px;}
