/* Home page styles */

#home #nav1 ul {
	background-image: none;
	}

#content #text {
	background: #EEF4EB;
	}
#content #news {
	padding: 10px 7px;
	background: #C3E6B5 url(../img/bg/shadow-excerpt.gif) 0 0 repeat-x;
	border-bottom: 10px solid #FFF;
	}

#content #news h2 {
	background: transparent url(../img/bg/dotted-white.gif) 0 100% repeat-x;
	}

#content #news .item {
	width: 227px;
	float: left;
	}
#content #news .col2 {
	float: right;
	}
#content #news .item h4 {
	margin: 0 0 .25em;
	}
#content #news .item p {
	margin: 0;
	}
#content #news .item p.more a {
	display: block;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url(../img/bg/arrows.gif) 0% 60% no-repeat;
	}

