@charset "utf-8";
/* CSS Document */

/***** Brief panel: to be used in main content area *****/
.briefpanel_service {
	float:left;
	width:210px;
	background-color:#ffffff;
	border: 0px solid  #CCCCCC;
	margin-left:3px;
	margin-right:3px;
	margin-top:20px;
	margin-bottom:20px;
	height:250px;
	padding:1px;
	background:url(../images/briefpanel_services_bg.jpg) no-repeat top left;
}
.briefpanel_service .title_service {
/*	background-image:url(../images/services/title_bg.jpg);
	background-repeat:repeat-x;
	background-color:#103D61;*/
	font-family:"segoe ui", Tahoma, Verdana, Arial;
	font-size:18px;
	font-style:italic;
	color:#666666;

	margin-left:10px;
	margin-top:5px;
	margin-bottom:2px;	
	height:30px;
	width:198px;
}
.briefpanel_service .image_service {
	width:209px;
	border-bottom: 1px solid  #CCCCCC;
	border-top: 0px solid  #CCCCCC;

}
.briefpanel_service .linkarrow_service {	
	background-color:#FFFFFF;
	padding-right:8px;
	padding-top:5px;
	height:20px;
	width:200px;
}
.briefpanel_service .content_service {
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	font-family:"Segoe UI", Tahoma, Arial, Verdana;
	font-size:11.3px;
	color:#60666C;
	line-height:120%;
	text-align:left;
	width:188px;
	height:70px;
}

/***** End of Brief panel ******/
