@charset "utf-8";
/* CSS Document */

/* COMMON PAGE STYLES
Common page (ie. contact page) styles. */


/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;margin-bottom:10px;}
		.news-holder .news-item .image {
		float:left;
		margin-right:10px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date {font-size:12px;color:#333333;}
	.news-holder .base {font-size:11px;}
	
	
.news-summery {}
	.news-summery .news-item {
	color:#000000;
	font-size:12px;
	}
	.news-summery .news-item .text {}
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gallery-item {
	float:left;
	width:140px;
	text-align:center;
	}
		.gallery-holder .gallery-item .image {
		width:140px;
		height:100px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
.photo-holder {
display:block;
text-align:center;
}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .staff-cat {display:block;}
		.staff-holder .staff-member {
		float:left;
		width:140px;
		text-align:center;
		}
		.staff-holder .staff-member .image {
		width:140px;
		height:100px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
		
		
		
/* TESTIMONIALS PAGES */	
.testimonial-holder {display:block;}
	.testimonial-item {display:block;margin-top:18px;}
	.testimonial-holder .th-person {font-weight:bold;}
	



/* FAQS PAGES */
.faq-holder {display:block;margin-top:18px;}
	.faq-item {display:block;margin-top:0px;margin-bottom:18px;}




/* LINKS PAGES */
.links-holder {display:block;margin-top:18px;}