@charset "utf-8";
/* CSS Document */

/**********************************************/

.latestNewsImageDiv{
	margin-top:8px;
	/*border-radius:10px;	*/
}
/*********FOR OUR BRANDS PAGE***********/

/*************NEWS PAGE**************/
.newsSummaryBox{
	/*box-shadow: 1px 2px 2px -1px #CCCCCC;*/
    margin: 0 0 30px;
    /*padding-bottom: 15px;*/
}
.newsSummaryImgBorder{
	border: 0px solid #667936;
    border-radius: 0px;
	/*width:200px;
	height:103px;*/
	margin-right: 15px;	
}
.newsTitle{
	color:#829B33;
	font-size:11pt;
	font-weight:bold;
	line-height:1.2;		
	margin-bottom: 2px;
}
.newsTitleLINK{
	color:#829B33;
	font-size:11pt;
	font-weight:bold;
	line-height:1.2;		
	margin-bottom: 2px;
}
.newsTitleLINK:hover{color:#900;}
.newsBy{
	color:#ED1E28;
	font-size:10pt;
	margin-right: 10px;			
	font-weight:bold;
}
.postedOn{
	color:#819E2C;
	font-size:10pt;
	font-weight:bold;			
}
.newsDescriptionText{
	/*color:#737373;*/
	color:#000;
	font-size:10pt;			
	line-height:1.2;
	margin-top: 5px;
	text-align:justify;			
}
.displayImageDiv{
	width: 600px;    
    height: 390px

}
.newsImgBorder{
	/*border:5px solid #D5D5D7;
	border-radius:10px;*/
	/* padding:5px; */
}
.newsThumbImage{
	background: #FFF;
	width:200px;
	height:100px;
}
.newsThumbImage:hover,.newsThumbImageSelected{
	/*background:#DFEEB9;*/
	opacity:1;	
}	
	

/************FOR THUMB SLIDESHOW************/
.thumbList{
	height: 100px;
	width: 200px;
	float:left;
	list-style:none;
	border:2px solid #00a550;margin-left:-2px
}
#thumbDiv{
	overflow:hidden;
	width:875px;
	height:120px;
	position:relative;padding-left:61px;left:0px;
}
#thumbDiv .nextBtn{
	position: absolute;
	top:0px;
	right:8px;
	width:57px;
	height: 100px;
	cursor: pointer;
	background:url("../img/arrowHoverRight.png") no-repeat;border:2px solid #00a550
}
#thumbDiv .prevBtn{
	position: absolute;
	top:0px;
	left:0px;
	width:57px;
	height:100px;
	cursor: pointer;
	background:url("../img/arrowHoverLeft.png") no-repeat;border:2px solid #00a550
}

