@charset "UTF-8";
/* CSS Document */

#main_content #header_images {
	position:relative;
	top:-8px;
	left:-5px;
	
	width:850px;
	
	height:315px;
	
	margin-bottom:-5px;
	
	overflow:hidden;
}

#main_content #header_images #pic1 {
	background:url(images/header_pic_1.png) center no-repeat;
	width:213px;
	height:315px;
	
	position:absolute;
	left:3px;
	
	border:2px #fff solid;
}

#main_content #header_images #pic2 {
	background:url(images/header_pic_2.png) right top no-repeat;
	width:414px;
	height:315px;
	
	left:219px;
	
	position:absolute;
	
	border:2px #fff solid;
}

#main_content #header_images #pic3 {
	background:url(images/header_pic_3.png) center no-repeat;
	width:207px;
	height:315px;
	
	left:636px;
	
	position:absolute;
	
	border:2px #fff solid;
}

#main_content #left_side {
	float:left;
	width:630px;
}

#main_content #left_side #content { 
	margin-top:6px;
	position:relative;
}

#main_content #left_side #content #heading {
	width:626px;
	
	font-weight:bold;
	font-style:italic;
	
	padding:17px 0px;
}

#main_content #left_side #content #heading h1 {
	margin:0;
	padding:0;
	color:#343939;
	
	font-size:25px;
	line-height:40px;
}

#main_content #left_side #content #services_offered {
	position:relative;
	padding:0px 15px;
	
	color:#fff;
	
	width:602px;
	height:260px;
	
	overflow:hidden;
	
	background:#2f514c;
}

#main_content #left_side #content #services_offered h2 {
	padding:20px 0px 0px 0px;
	margin:0;
	
	font-size:20px;
}

#main_content #left_side #content #services_offered #services_offered_list {
	margin-left:0px;
	padding:0;
	text-indent:0px;
	list-style:square;
}

#main_content #left_side #content #services_offered #services_offered_list li {
	margin-left:30px;
	padding-bottom:10px;
}

#main_content #left_side #content #copy {
	position:relative;
	
	width:632px;
	
	background:#f9f9f9;
	color:#606161;
}

#main_content #left_side #content #copy #copy_text {
	padding:30px;
	line-height:30px;
	
	text-indent:30px;
}

#main_content #left_side  #content #copy #copy_text p {
	padding:0;
	margin:0;
}
