/*---------------------------------
   News Box Styling
-----------------------------------*/
#page .news {
	margin: 0;
	padding: 0;
	background: #DFF4E4 url(../../images/inset_cr.gif) repeat-y right;
}
#page .news h1 {
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 16px 20px 0 20px;
	background: url(../../images/inset_tr.gif) no-repeat right top;
}
#page .news h2 {
	font-style: italic;
	font-weight: normal;
	color: #085F48;
	margin: 0;
	padding: 3px 20px;
}
#page .news h4 {
	display: none;
}
#page .news p {
	color: #000;
	margin: 0;
	padding: 10px 20px;
}
#page .news a {
	color: #333;
}
#page .news a:hover {
	color: #F90;
}
#page .news .pic-l, #page .news .pic-a, #page .news .pic-c, #page .news .pic-r, #page .news .pic-b, #page .news .pic- {
	font-style: italic;
	color: #000;
}
#page img {
	border: 1px solid #444;
}
#page .news h6 {
	margin: 0;
	padding: 0;
	clear: both; /* ensures inset box contains all elements */
	background: url(../../images/inset_br.gif) no-repeat bottom right;
}
#page .news h6 a {
	display: block;
	margin: 0;
	background: url(../../images/inset_bl.gif) no-repeat bottom left;
}

