.section .image-holder {
	width: 250px;
	text-align: center;
	width: 240px;
	padding: 4px;
	background: #D3D3D3;
	/*background: #CAE39A url(../img/fieldset-bg2.png) repeat-x 0 0%;*/
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.section .image-wrapper {
	border: 1px solid #D3D3D3;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
}

.section .image-wrapper .caption {
	display: block;
	color: #2C840F;
	padding: 2px;
}

.section .image-holder img {
	border: 1px solid #D3D3D3;
}

.right-nowrap {
	padding-right: 260px;
	position: relative;
}

.right-nowrap .image-holder {
	position: absolute;
	right: 0; top: 0;
}

.left-nowrap {
	padding-left: 260px;
	position: relative;
}

.left-nowrap .image-holder {
	position: absolute;
	left: 0; top: 0;
}

.right-wrap {
	overflow: hidden;
}

.right-wrap .image-holder {
	float: right;
	margin: 0 0 10px 10px;
}

.left-wrap {
	overflow: hidden;
}

.left-wrap .image-holder {
	float: left;
	margin: 0 10px 10px 0;
}

/* --------------------------------- */

.section-style-important {
  color: #FF9900;
  font-weight: bold;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  margin-top: 16px; padding-top: 16px;
  margin-bottom: 16px; padding-bottom: 16px;
  font-family: 'Times', 'Times New Roman', serif;
  font-size: 120%;
}

.section-style-important h2 {
  color: #2C840F;
  text-transform: uppercase;
  font-size: 110%;
}

.section-style-important strong, .section-style-important b {
  color: #2C840F;
}

/* --------------------------------- */

.news-item .image-holder {
	border: none;
	padding: 6px;
	background: transparent;
}

.news-item .image-wrapper {
	padding: 0;
	border: none;
}

.news-item .image-wrapper img {
	border: 2px solid #FF9900;
}

/* --------------------------------- */

.section-panel-wrapper {
	overflow: hidden;
	background: #F0F0F0;
	background: #FFF;
  border-top: 1px solid #BEBEBE;
	padding-top: 8px;
}

.section-style-panel {
	background: #FFF;
	color: #2C840F;
	width: 328px;
	font-size: 85%;
	float: left;
	margin: 4px;
	padding: 4px;
}

.section-style-panel h2 {
	padding-top: 8px;
	text-transform: lowercase;
  border-bottom: 1px solid #BEBEBE;
	color: #666666;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 130%;
}

.section-style-panel .image-holder {
	width: 100px;
	padding: 0;
	border: none;
	background: transparent;
}

.section-style-panel .image-wrapper {
	padding: 0;
	border: none;
	background: transparent;
}

.section-style-panel img {
	padding: 0;
	border: none;
	background: transparent;
}