div.highlightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	width: 517px;
}


div.highlightContainer div.heading {
	width: 100%;
	vertical-align: top;
	font-size: 17px; 
	color: #572901;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	line-height: 24px; 
	margin-top: 4px;
	margin-bottom: 10px;
}


div.highlightContainer div.row.even{
	width: 100%;
	margin-bottom: 10px;
}

div.highlightContainer div.row.odd {
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-bottom: 1px solid #969696;
	background-image: url(/templates/cmsIT/skins/Default/images/frame/bg_highlight.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
}



div.highlightContainer div.row.last {
}


div.highlightContainer div.row div.title {
	margin-left: 10px;
}

div.highlightContainer div.row div.title a {
	font-size: 15px;
	line-height: 25px;
	color: #822602;
	text-decoration: none;
	font-weight: bold;
}

div.highlightContainer div.row div.title a:hover {
	text-decoration: underline;
	color: #000000;

}

div.highlightContainer div.row div.description {
	margin-left: 10px;
}
div.highlightContainer div.row div.description p {
	margin: 0px;
}



div.highlightContainer div.row div.link {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.highlightContainer div.row div.link:hover {

}


div.highlightContainer div.row div.link a {
	display: block;
	float: left;
	color: #822602;
	margin-right: 10px;
	text-decoration: none;
	height: 21px;
	padding: 0px 0px 0px 25px;
	background-image: url(/templates/cmsIT/skins/Default/images/frame/bullet_arrow.png);
	background-repeat: no-repeat;
}

div.highlightContainer div.row div.link a:hover {
	color: #000000;
	text-decoration: underline;
	padding-left: 25px;
	background-image: url(/templates/cmsIT/skins/Default/images/frame/bullet_arrow_on.png);
	background-repeat: no-repeat;
}