/* ############## HOME CLASSES ############## */
div.services_left{
	background-color:		#f15d2a;
	width:					250px;
	float:					left;
}
div.services_left a{
	display:				block;
	border-bottom:			1px solid #f5865f;
	color:					#ffffff !important;
	line-height:			32px;
	padding-left:			20px;
	font-family:			Arial;
	font-size:				13px;
	text-decoration:		none;
	font-weight:			normal;
}
	div.services_left a:hover{
		background-color:		#2a3990 !important;
		text-decoration:		none;
	}
	
	
div.services_right{
	margin-left:			16px;
	background-image:		url('../images/content_bg_gradient.png');
	background-repeat:		repeat-x;
	width:					639px;
	min-height:				164px;
	float:					left;
}
	div.services_right_item{
		padding:				10px;
	}
		p.services_right_title{
			color:					#2a3990 !important;
			font-weight:			bold;
			font-size:				13px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
		p.services_right_content{
			color:					#7c7d80 !important;
			font-size:				12px;
			font-weight:			bold;
			line-height:			15px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
		
	div.services_right_item table{
		border:					1px solid #dcdcdc !important;
		padding:				0px;
	}
	div.services_right_item table tr{
		padding:				0px;
		margin:					0px;
	}
	div.services_right_item table td{
		padding:				2px;
		border:					1px solid #dcdcdc !important;
	}
	div.services_right_item table td p{
		padding:				2px;
		margin:					0px;
	}
