/*==================index page=============*/

#services {
	height: 276px;
	width: 474px;
	background: url(images/services.png) no-repeat;
	overflow: hidden;
}

#services .content  {
	position: relative;
	top: 40px;
	padding: 20px;
}

#services .bold {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0C6F55;
}

#services .normal {
	color: #666666;
	font-size: 12px;
}

#services .list {
	list-style-type: circle;
	font-size: 10px;
	font-weight: bold;
	color: #2A4A71;
	line-height: 12px;
	list-style-position: outside;
}

#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 450px;
	left: 20px;
	top: 20px;
	position: relative;
	margin-bottom: 20px;
}


#text .subheader   {
	color: #1C8CB1;
	font-size: 14px;
	font-weight: normal;
}

.spacing  {
	padding-top: 30px;
	padding-bottom: 10px;
}

