/*** index page ***/
#home-col-1, #home-col-2, #home-col-3{
	float:left;
	width:230px;
}
#home-col-1{
	padding:5px 12px 5px 0;
}
#home-col-2{
	padding:5px 0;

}
#home-col-3{
	padding:5px 0 5px 0;
	float:right;
}
#home-col-3 p{
	padding-left:0px !important;
}

#page-content p{
	padding:8px 12px;
}
#page-content h2{
	font-size:14px;
	font-weight:bold;
	color:#f26142;
	text-transform:uppercase;
	padding:8px 12px;
}
#page-content ul.list-decimal, #page-content ul.list-decimal2{
	padding:4px 12px 4px 32px;
}
#page-content ul.list-decimal li{
	list-style:decimal;
	padding:8px 0 8px 0;
	line-height:14px;
}
#page-content ul.list-decimal2 li{
	list-style:decimal;
	padding:2px 0 2px 0;
	line-height:14px;
}

.cols-2{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:5px 0 10px 0;
	border-bottom:1px solid #eee;
}
.cols-2 p.title{
	color:#f26142;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
.cols-2 p img{
	float:left;
	padding:0 12px 0 0;
}
/**/
.staff-list{
	padding:10px 0 5px 20px;
	width:700px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
#page-content div.staff-list p{
	float:left;
	width:300px;
	padding:2px 0px 10px 28px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#888;
	background:url(../images/bullet1.gif) 12px 5px no-repeat;
}
#page-content div.staff-list p span{
	display:block;
	text-transform:capitalize;
	font-size:14px;
	padding:3px 0 0 0;
	font-weight:normal;
	color:#000;
}

/* services */
.services{
	padding:12px 0 12px 0;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.services-l{
	float:left;
	padding:0 0 0 12px;
	width:168px;
}
.services-l img{
	width:168px;
	height:115px;
}
.services-r{
	float:left;
	width:515px;
}
ul.list-services{
	padding:10px 0 10px 24px;
}
ul.list-services li{
	font-size:12px;
	list-style:circle;
	padding:2px 0 2px 0;
}
