/* TOP CONTENT */
#top_content {
	background: url(../images/concrete_frame.png) no-repeat;
	width: 1010px;
	height: 500px;
	margin: 0 auto -30px auto;
	padding-top: 27px;
}
#top_content #welcome_featured {
	background: #000000 url(../images/welcome_featured.jpg) no-repeat;
	width: 876px;
	height: 396px;
	margin: auto;
}
#top_content #welcome_featured #welcome_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 375px;
	float: left;
	line-height: 20px;
	color: #c8d8e1;
	padding-left: 43px;
	padding-top: 190px;
}
#top_content #welcome_featured #featuredClient {
	float: right;
	position: relative;
	top: 90px;
	right: 55px;
}
#top_content #welcome_featured #featuredClient.pics { 
	height: 204px; 
	width: 333px; 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#top_content #welcome_featured .featuredClient_prev { 
	float: left;
	position: relative;
	top: 145px;
	left: 35px;
}
#top_content #welcome_featured .featuredClient_next { 
	float: right;
	position: relative;
	top: 145px;
	left: 310px;
}

#top_content #welcome_featured #learn_more {
	float: right;
	padding-right: 55px;
	padding-top: 140px;
}


/* REASONS CONTENT */
#reasons_bg { 
	background: #000205 url(../images/content_bg.jpg) no-repeat; 
	width: 1000px; 
	height: 350px;
	margin: 0 auto -295px auto;
	/* for IE */
	filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
}
#scroll_container {
	background: none;
	width: 935px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: -20px;
	left: 0;
}
#reasons_container #hire_us {
	float: left;
}
#reasons_container #processBtn {
	float: right;
}
#reasons_container { background: none; }
#reasons_container #reasons { font-size: 12px; margin-top: 25px; }
#reasons_container #reasons h4 { color: #ff7800; margin-bottom: 5px; font-size: 13px; }
#reasons_container #reasons .reason p { margin-top: 0; padding-top: 0; line-height: 20px; }
#reasons_container #reasons .reason { color: #c8d8e1; width: 290px; float: left; margin-right: 20px; padding: 0;  }


/* PROCESS CONTENT */
#process_container { background: none; width: 935px; }
#process_container #processHeader { float: left; }
#process_container #reasonsBtn { float: right; }
#process_container #process { font-size: 12px; margin-top: 25px; }
#process_container #process h4 { color: #ff7800; margin-bottom: 5px; font-size: 13px; }
#process_container #process .step p { margin-top: 0; padding-top: 0; line-height: 20px; }
#process_container #process .step { color: #c8d8e1; width: 170px; float: left; margin-right: 15px; }

/* NEXT STEP */
#nextStep {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}