/* Homepage Styles */
#page{
	background:url(../images/layout/content_bg_home.png) center top repeat-y;
}
	#page .content{
		float:left;
	}
		#page .content .content_inner{
			padding-right:40px;
			padding-bottom:30px;
		}
	#page .panel{
		float:right;
	}
	
.services{
	border-top:1px dashed #ECECEC;
	padding:10px 0 0;
}
	.services h3{
		margin:0 0 7px;
		font-size:1.8em;
		font-weight:normal;
	}
	.services #services_list{
		float:left;
		width:240px;
	}
	.services #services_list li{
		display:block;
		width:100%;
		margin:0 0 2px;
		_margin-bottom:0px;
	}
	.services #services_list li a{
		font-size:1.1em;
		letter-spacing:-0.02em;
		display:block;
		padding:5px 0 6px 25px;
		background:url(../images/layout/list_icon.gif) left center no-repeat;
	}
	.services #services_img{
		float:right;
		margin-top:-20px;
	}
	
