@charset "utf-8";
/* CSS Document */

/* Styles for homepage only */
html{
	background-image:url(../images/background.jpg);
}
#content {
	padding: 4px 0px 5px 8px ;
	width: 970px;
	font-size: .9em;
	line-height: 20px;
	min-height: 285px;
	position:relative;
}

/*~~ content below slider ~~*/
#itemContent{
	font-size: .9em;
	line-height: 20px;
	margin-top: 20px;
	padding: 0 0 0 5px;
	}
.item{
	display: inline-block;
	vertical-align: top;
    margin: 0 30px 20px;
    width: 425px;
}
.item p{
	padding-bottom: 8px;
}
.item h2{
	height: 30px;
	width: 100%;
	color: #333;
	font-size: 1.5em;
	padding-top: 8px;
	border-bottom: 1px solid #abaaaa;
}
.home-image{
position: relative;
}
.home-image h4 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	font-weight: normal;
    bottom: 0;
    color: #000;
    margin: 0;
    padding: 10px 20px 13px 20px;
    position: absolute;
    width: 385px;
}
.item p{
	margin: 6px 15px 6px 15px;
}
p.more2{
	text-align:right;
	font-weight: bold;
	margin-right: 5px;
	}
.centeredImage{
    text-align:center;
    margin:0;
    padding:0;
}

span.date{ /*--- news posted date ---*/
	font-style: italic;
	color:#999;
	font-size: .9em;
}