/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding: 0 0 10px 0;
	line-height:1.5em;
        background-color: #FFFFFF;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
border: 1px solid #fff;
}

.textContent a {
        color: #0079c2;
}

.textContent h2 {
	font-size: 120%;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin: 12px 0 0 10px;
	padding: 0 0 0 30px;
	background-color: #78804b;
	font-style: italic;
	height: 28px;
	display: block;
	text-align:left;
	width:700px;
	overflow:hidden;
	text-transform:capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #a2a78a;

	background-image: url(../statimages/subcat_header_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.textContent h3 {
	font-size:140%;
	color:#2e3f17;
}
.textContent h3:first {
	margin-top: 0 !important;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
div#googlemap
{
width: 425px;
	float:right;
	text-align: right;
}

body
{
	background-color : #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
