/*=======================
x. FEATURE
=========================*/

.feature {
	margin-bottom:15px;
}

#content .feature img {
	margin:0;
}

/*=======================
x. STATEMENT
=========================*/

.statement {
	background:#f5f5f5;
	margin-bottom:15px
}

	.statement div {
		min-height:374px;
	}
	
	.statement .bottom {
		background:#f5f5f5 url(../img/bkgd/statement-bottom.gif) left bottom no-repeat;
		height:10px;
		min-height:10px;
	}

	.statement h2 {
		color:#669933;
		font-weight:bold;
		padding:20px 15px 0 15px;
		background:#f5f5f5 url(../img/bkgd/statement-heading.gif) left top no-repeat;
	}
	
	.statement p {
		padding:0 15px 10px 15px;
	}

/*=======================
x. BOX
=========================*/	

.home-box {
	background:#f7f7f7 url(../img/bkgd/4col-rpt-home.gif) left top repeat-y;
}

.home-box .top {
	background:#f7f7f7 url(../img/bkgd/4col-heading-home.gif) left top no-repeat;
	height:10px;
}

.home-box .middle {
	min-height:110px;
}

.home-box .bottom {
	background:#f7f7f7 url(../img/bkgd/4col-bottom-home.gif) left bottom no-repeat;
	height:10px;
}

.home-box h3 {
	margin:5px 15px 10px;
	padding-left:25px;
}

.home-box p {
	padding:0 15px 0px 15px;
}

	
/*=======================
x. SPECIFIC COLOURS FOR BOTTOM BOXES
=========================*/

.grey-default h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-default.gif) left center no-repeat;
}

.grey-blue h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-grey-blue.gif) left center no-repeat;
}

.blue h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-blue.gif) left center no-repeat;
}

.light-teal h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-light-teal.gif) left center no-repeat;
}

.teal h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-teal.gif) left center no-repeat;
}

.green h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-green.gif) left center no-repeat;
}

.light-blue h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-light-blue.gif) left center no-repeat;
}

.red h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-red.gif) left center no-repeat;
}

.light-green h3 {
	background:#f7f7f7  url(../img/icons-buttons/sq-light-green.gif) left center no-repeat;
}