/* CSS by Casey Reid */
body{
	background: #006294 url(../images/bc_body_bg.gif) repeat-x;
}

#banner{
	background: url(../images/bc_banner_bg.jpg) no-repeat;
}

				li#home-btn a{background: url(../images/bc_home_btn.jpg) no-repeat; width: 65px;}
				li#staff-btn a{background: url(../images/bc_staff_btn.jpg) no-repeat; width: 72px;}
				li#about-btn a{background: url(../images/bc_about_btn.jpg) no-repeat; width: 108px;}
				li#services-btn a{background: url(../images/bc_services_btn.jpg) no-repeat; width: 95px;}
				li#partners-btn a{background: url(../images/bc_partners_btn.jpg) no-repeat; width: 103px;}
				li#contact-btn a{background: url(../images/bc_contact_btn.jpg) no-repeat; width: 129px;}
			
			
#content-wrapper{
	background: url(../images/content_bg.jpg) repeat-y;
}
		h2#title-about{background: url(../images/bc_title_about.jpg) no-repeat;}		
	
	#content-wrapper h3{
		background: url(../images/bc_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/bc_footer_bg.jpg) no-repeat;
}
		
		
