
/* 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 **/

.ContentBlockCategory8982 {
	width: 580px;
	height: 180px;
	overflow: auto;
	float: left;
	/*background-color: #E3E4E6;*/
	
}

.ContentBlockCategory8983 {
	width: 256px;
	height: 180px;
	overflow: auto;
	float: right;
	/*background-color: #C6C7C9;*/
}


/* 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 **/

/*spacing above three images on bottom of all pages*/
.ContentBlock1501{ display: block; padding: 10px 0 20px 0; }
/*spacing for HomePage Left*/
.ContentBlock1489 {
	padding: 0px 40px;
	width: 570px;
}
/*spacing for HomePage Right*/
.ContentBlock1490{
	color: #fff;
	padding: 0px 40px;
	width: 240px;
}


/* this is the class used on the inside container element for the content content */
/* html example: <div class="ContentBlock_Wrapper"><div class="ContentBlock"> */
.ContentBlock {}
