
/* content block */

/**************************************************************************************
/* update the following classes to change the appearance of the content block
/* drop-in application or designer control
/*************************************************************************************/

/* this is the class used on the outside container element for the content block */
/* html example: <div class="SummaryContent_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.ContentBlock_Wrapper {}

/* this class is for defining the style for content blocks in a specific category */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1"> */
/** overrides .ContentBlock_Wrapper **/
/** the # represents the Content Block Category ID **/
/* .ContentBlockCategory# {} */

/* this class is for defining the style for a specific content block */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1 ContentBlock1"> */
/** overrides .ContentBlock_Wrapper and .ContentBlockCategory# **/
/** the # represents the Content Block ID **/
/* .ContentBlock# {} */

/* this is the class used on the inside container element for the content content */
/* html example: <div class="ContentBlock_Wrapper"><div class="ContentBlock"> */
.ContentBlock {}


.ContentBlock4658,
.ContentBlock5008,
.ContentBlock5009 {
	display: inline-block; 
	width: 240px;
	margin: 10px;
	background: #ebe0c9;
	border: 1px solid #ebe0c9;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	   -moz-box-shadow: 0px 0px 4px #333; /* FF3.5+ */
	  -webkit-box-shadow: 0px 0px 4px #333; /* Saf3.0+, Chrome */
			  box-shadow: 0px 0px 4px #333; /* Opera 10.5, IE9, Chrome 10+ */
}
	.ContentBlock4658 .ContentBlock,
	.ContentBlock5008 .ContentBlock,
	.ContentBlock5009 .ContentBlock{display: inline-block; padding: 15px;}
	
		.ContentBlock4658 h1,
		.ContentBlock5008 h1,
		.ContentBlock5009 h1,
		.ContentBlock4658 h2,
		.ContentBlock5008 h2,
		.ContentBlock5009 h2,
		.ContentBlock4658 h3,
		.ContentBlock5008 h3,
		.ContentBlock5009 h3{margin: 0; border: 0; line-height: 20px; font-size: 16px; font-weight: bold !important;}

.ContentBlock4658 { /*background: #ebe0c9 url(/images/BCCA_contact.jpg) no-repeat top left;*/ }
		.ContentBlock4658 h3{display: inline-block; }
		.ContentBlock4658 p{margin: 15px 0 10px;}
	
.ContentBlock5008{ /*background: url(/images/BCCA_events.jpg) no-repeat top left;*/ }
		.ContentBlock5008 .ContentBlock{padding: 6px 15px;}
		.ContentBlock5008 .ContentBlock td{	border-bottom: 1px solid #94846d; padding: 5px 0;}

.ContentBlock5009{ /*background: url(/images/BCCA_bc.jpg) no-repeat top left;*/ }

