/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ DEFAULT THEME  ]--------------------------------------------------------------------- */

/* 
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		They will also be applied to elements in other modules.
		Do not change class names. Alter attributes as required.
		Duplicate styles to FTBDesign.
*/

/* === [ GLOBAL STYLE ] === */

.accordion {
	margin-bottom: 10px;
}
	.accordion h3 {
		display: block;
		background: #ab882f url(/Templates/_images/small_title_grad.jpg) repeat-y;
		border-bottom: 1px solid #d4c397;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 0;
		color: #fff;
		line-height: 11px;
		position: relative;
	}
		.accordion h3 a {
			display: block;
			font-weight: bold;
			padding: 6px 14px;
			text-decoration: none;
			color: #fff;
		}
		.accordion h3 a:hover {
			
		}
		.accordion h3 .ui-icon {
			position: absolute;
			top: 50%;
			margin-top: -5px;
			right: 10px;
			display: block;
			width: 10px;
			height: 10px;
		}
		.accordion h3 .ui-icon-triangle-1-e {
			background: url(/Templates/_images/arrow_right.png) no-repeat right;
		}
		.accordion h3 .ui-icon-triangle-1-s {
			background: url(/Templates/_images/arrow_down.png) no-repeat right;
		}
	.accordion h4 {
		display: block;
		color: #ab882f;
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		
	}
	.accordion table {
		
	}
		.accordion table td,
		.accordion .accordion-copy {
			background: url(/Templates/_images/our_people_grad.jpg) repeat-x top;
			padding: 10px 10px 0;
			border-bottom: 1px solid #d1bf90;
		}
		.accordion table td { 
			font-size: 9px;
		}
		.accordion table tr:last-child td {
			border-bottom: none;
		}
			.accordion table td p,
			.accordion-copy p {
				margin-bottom: 10px;
				line-height: 14px;
			}

.spaced-text {
	line-height: 22px;
}

#slideshow {
	width: 801px;
	height: 353px;
	overflow: hidden;
}
#slideshow img {
	width: 801px;
	height: 353px;
	display: block;
}

#print {
	padding: 20px;
}
