/* Color Palette

Sage: #9EB28F
Light Sage: #B3C2A7
Medium Burgundy:
Deep Burgundy:
Fleshy: #DBCEAC
Light Parchment: #F2EFE5
Medium Parchment: #EAE4D4


*/

/* Press Release Styles
---------------------------------------- */




/* Press Release List
---------------------- */

#PressBoss table {
	clear: both;
	width:100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#PressBoss th {
	margin: 0;
	padding: 2px 4px;
	text-align: left;
	background: #9EB28F;
}
#PressBoss td {
	margin: 0;
	padding: 6px 4px;
	background: #F2EFE5;
	border-bottom:1px solid #B3C2A7;
}
#PressBoss tr.Row2 td { background: #F2EFE5; }
#PressBoss tr.Row1 td { background: #EAE4D4; }
#PressBoss tr.RowBright td { background: #FFF; }




/* Press Release Details
---------------------- */

#tertiary #contentWell #columnOne h2 {	
	font: 15px/15px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #036F8E;
	padding:0;
	margin-bottom:1em;
}
div.meta {
	overflow:auto;
	border-top:solid #9EB28F 1px;
	border-bottom:solid #9EB28F 1px;
	margin-bottom:2em;
	background:#EAE4D4;
	font-family: Tahoma, sans-serif;
	width:100%;
}
span.separator {
	color:#9EB28F;
	padding:0px 2px;
}
#contentWell div.meta p {
	margin:0;
	padding: 3px 6px 5px;
	line-height:1em;
}
#contentWell div.meta p a {
}
div.meta p.date {
	float:left;
}
div.meta p.utilities {
	float:right;
}