/* CSS Document */

/* PAGE SPECIFIC STYLESHEET */
/* PAGE : services.html */


/* style for Defination List ---------------STARTS here-----------*/

#div_container_services{
	width:500px;	
	float:left;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border:1px solid red;*/
}
#div_container_services dl{
/*	width:300px;*/
/*	clear:both;*/
/*	display:inline;*/
/*	border:solid 3px grey;*/
	}

#div_container_services dl dt{
	font-size:12px;
	font-weight:bold;
	width:500px;
	clear:both;
	border-bottom:solid 1px #CCCCCC;
	}

#div_container_services dl dd{
	width: 300px;
	font-size:10px;
	display:block;
	color: #666666;
	float:left;
	clear: none;
	margin:0px 0 0 0;
	padding:5px 0 10px 5px;
/*	border:solid 1px lightgreen;*/
}
#div_container_services dl dd img{
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#FFFFFF;
	float:right;
}

/* style for the image to be aligned to the right side */
#div_container_services dl dd.image_right{
	width:180px;
	height:100px;
	margin:0px 0px 0 0;
	float: right;	
	clear:both;
}
/* style for Defination List ---------------ENDS here-----------*/
