
/* 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{}
.ContentBlock a:link,
.ContentBlock a:active,
.ContentBlock a:hover,
.ContentBlock a:visited{text-decoration: none;}

.ContentBlock4695,
.ContentBlock4694{clear: both; display: block; background: #e1e1e1 url(/images/h_blue.png) no-repeat top left; width: 189px; padding: 40px 0 20px 0;}
.ContentBlock4695 {background:#e1e1e1  url(/images/h_green.png) no-repeat top left; }

.ContentBlock4695 a:link,
.ContentBlock4695 a:active,
.ContentBlock4695 a:hover,
.ContentBlock4695 a:visited,
.ContentBlock4694 a:link,
.ContentBlock4694 a:active,
.ContentBlock4694 a:hover,
.ContentBlock4694 a:visited{color: #32503c; font-size: 15px; display: block; padding: 0 20px 5px 20px;}
.ContentBlock4697{display: none;}
.is_home .ContentBlock4697{display: block;}

.ContentBlock4695 a:hover,.ContentBlock4694 a:hover{color: #2d2d2d;}

.ContentBlockCategory12541{display: inline-block; width: 230px; height: 180px; text-align: center; background: #f00;}
.ContentBlock4705{background: url(/sitecm/i/fsc_yellow.jpg) no-repeat top center;}
.ContentBlock4710{background: url(/sitecm/i/fsc_green.jpg) no-repeat top center; margin: 0 10px;}
.ContentBlock4711{background: url(/sitecm/i/fsc_blue.jpg) no-repeat top center;}

.ContentBlock4705 .ContentBlock,
.ContentBlock4710 .ContentBlock,
.ContentBlock4711 .ContentBlock{display: inline-block; padding: 0 0 135px 0;  font-size: 16px !important;}
	.ContentBlock4705 .ContentBlock a,
	.ContentBlock4710 .ContentBlock a,
	.ContentBlock4711 .ContentBlock a{color: #fff;  display: inline-block; line-height: 45px;}
	.ContentBlock4705 .ContentBlock a:hover,
	.ContentBlock4710 .ContentBlock a:hover,
	.ContentBlock4711 .ContentBlock a:hover{text-decoration: underline;}
