@charset "utf-8";
/* CSS Document */

/* For Accordion */
	.toggler  { cursor:pointer; font-weight:bold; color:#444; margin: 0; padding:5px; }   
	.toggler:hover   { background: #eee; color: #9D2900 !important; }   
	.element     { padding:0 5px; }  
	
/*	h3.toggler { display: block; width: 100%; }*/
	h3.toggler:hover a { color: #9D2900 !important; }

	.toggler a:link, .toggler a:visited { text-decoration: none; color: #444; }
	
	.toggler a:active, .toggler a:hover { color: #9D2900 !important; }
	
	.service-img{ padding-top: 2px; border-bottom: 1px solid #eee; }
	.h3_services { margin-bottom: 0 !important; }
	
	.accord_link { border-top: 1px solid #eee; padding: 0px 12px 2px 0px; margin-bottom: 8px;}
	.accord_inner { height: 120px !important; }