div.featureBlock {
	width: 823px;
	height: 310px;
	margin: 0px auto 0px auto;
	background: url(../IMG/featureBlockBackground.png) no-repeat;
}

.featureBlock a:visited {
	color: #FFF;
	text-decoration: none;
}

.featureBlock a:link {
	color: #FFF;
	text-decoration: none;
}

.featureBlock a:hover {
	color: #FFF;
	text-decoration: underline;
}

.featureBlock a:active {
	color: #FFF;
	text-decoration: underline;
}

div.featureImage {
	float: left;
	width: 376px;
	height: 236px;
	/*background: url(../IMG/featureImageBackground.png) no-repeat;*/
	margin: 25px 0px 0px 29px;
}

div.featureImagePicture {
	float: left;
	width: 376px;
	height: 236px;
	margin: 7px 12px -390px 12px;
	overflow: hidden;
}

img.featureImagePicture {
	float: left;
	width: 376px;
}

div.featureBlockNavLeft {
	
}

div.featureBlockNavRight {
	
}

div.featureImageTab {
	position: relative;
	float: left;
	top: 253px;
	left: 0px;
	width: 40px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background: url(../IMG/featureTab.png) no-repeat;
	cursor: pointer;
	display: none;
}

div.featureImageTabSelected {
	position: relative;
	float: left;
	top: 253px;
	left: 0px;
	width: 40px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	background: url(../IMG/featureTabSelected.png) no-repeat;
	display: none;
}

div.featureText {
	float: left;
	width: 350px;
	height: 206px;
	margin: 20px 0px 0px 35px;
	overflow: visible;
}

div.featureTextSpacer {
	float: left;
	height: 10px;
	width: 347px;
	margin: 8px 0px 0px 0px;
	background: url(../IMG/featureBlockSpacer.png) no-repeat;
}

div.featureTextSpacerTop {
	float: left;
	height: 0px;
	width: 390px;
	/*margin: 0px 0px 10px 0px;
	background: #000;*/
}

div.featureTextSpacerBottom {
	float: right;
	height: 0px;
	width: 390px;
	/*margin: 10px 0px 0px 0px;
	background: #000;*/
}

div.featureMoreText {
	float: right;
	width: 152px;
	height: 50px;
	margin: 0px 35px 0px 0px;
	/*background: url(../IMG/featureReadMoreButton.png) no-repeat;*/
	/*background: #AAA;*/
}

div.linkHoverReadMore {
	position: relative;
	left: 610px;
	top: 241px;
	width: 17px;
	height: 17px;
	background: url(../IMG/linkHoverReadMore.png) no-repeat;
	margin: 0px 0px 0px 0px;
	display: none;
}

.featureText h5 span.category {
	float: left;
	font-size: 10pt;
}

.featureText h3 span.title {
	float: left;
	font-size: 22pt;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-style: italic;
}

.featureText h6 span.content {
	float: left;
	font-size: 12pt;
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-family: Tahoma;
	font-family: Trebuchet MS;
	color: #FFF;
	font-style: italic;
}

.featureText h6 span.date {
	float: right;
	font-size: 10pt;
	width: 100%;
	margin: 5px 0px 0px 0px;
	font-family: Trebuchet MS;
	text-align: right;
	color: #FFF;
}