/* CSS Document */
div.cf_wrapper {
	position: relative;

}

div.cf_element {
		width: 100%;
		background-color: #fff;
		border-left: 1px solid #2e6079;
}
	
div.cf_element div.content {
		padding: 5px;
}

div.cf_element div.content h3 {
		font-family: 'Helvetica','Tahoma','Verdana','sans-serif';
		color: #2e6079;
		margin-top: 0;
}
