/* CSS by Casey Reid */
body{
	background: #008a49 url(../images/pc_body_bg.gif) repeat-x;
}

#banner{
	background: url(../images/pc_banner_bg.jpg) no-repeat;
}

				li#home-btn a{background: url(../images/pc_home_btn.jpg) no-repeat; width: 65px;}
				li#staff-btn a{background: url(../images/pc_staff_btn.jpg) no-repeat; width: 72px;}
				li#about-btn a{background: url(../images/pc_about_btn.jpg) no-repeat; width: 108px;}
				li#services-btn a{background: url(../images/pc_services_btn.jpg) no-repeat; width: 95px;}
				li#partners-btn a{background: url(../images/pc_partners_btn.jpg) no-repeat; width: 103px;}
				li#contact-btn a{background: url(../images/pc_contact_btn.jpg) no-repeat; width: 129px;}
			
			
	h2#title-about{background: url(../images/pc_title_about.jpg) no-repeat;}		
	
	#content-wrapper h3{
		background: url(../images/pc_content_top_bg.jpg) no-repeat;
	}
		
	#content-right{
		background: url(../images/bc_content_right_bg.jpg) no-repeat;
		margin-right: 3px;
		width: 256px;
	}
		ul#dept-services{
				margin: 20px 0 0 12px;
			}
				#dept-services li{
					display: block;
					margin: 0; 
				}
					#dept-services li img{
						margin-bottom: 12px;
					}
	
		
#footer{
	background: url(../images/pc_footer_bg.jpg) no-repeat;
}
		
		
