@charset "UTF-8";

#indexcontent {
	width: 960px;
	margin: 0 auto;
}


#indexcontent #services {
	width: 320px;
	height: 220px;
	float: left;
	margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}
#indexcontent #services a#indexlink {
	display: block;
	width: 237px;
	height: 52px;
	background: url(http://www.stmarkscamberwell.org.au/images/index_services.png) no-repeat 0 0;
	margin-bottom: 1px;
	cursor: pointer;
}
#indexcontent #services a#indexlink h1 {

}
#indexcontent #services a#indexlink:hover {
	background-position: 0 -52px;
}
#indexcontent #services a#indexlink h1 span {
	display: none;
}

#indexcontent #services ul {
	background: #b97100 url(http://www.stmarkscamberwell.org.au/images/servicesbg.png) repeat-x;
	width: 280px;
	height: 127px;
	padding: 20px;
	color: #FFF;
}

#indexcontent #services ul li {
	font-size: 1.3em;
	padding-bottom: 1em;
	list-style: none;
}

#indexcontent #services a {
	color: #FFF;
}
#indexcontent #services a:hover {
	color: #458;
}


#indexcontent #mainbanner {
	float: right;
	width: 639px;
	height: 220px;
	background: #458;
	margin-bottom: 1px;
	margin-top: 1px;
}
#indexcontent #mainbanner img {
	display: block;
}

#indexcontent #smallpic {
	width: 320px;
	height: 300px;
	background: #458;
	float: left;
	margin-right: 1px;
}
#indexcontent #smallpic img {
	display: block;
	width: 320px;
	height: 300px;
}

#indexcontent .lower {
	width: 319px;
	height: 249px;
	float: left;
	margin-bottom: 1px;
}

#indexcontent .lower a#latestlink, #indexcontent .lower a#newlink {
	height: 52px;
	width: 300px;
	margin-bottom: 1px;
}

#indexcontent .lower a h1 span {
	display: none;
}
#indexcontent .lower ul {
	width: 279px;
	height: 227px;
	padding: 10px 20px;
	list-style: none;
}
#indexcontent #new ul {
	font-size: 1.3em;
	line-height: 1.5em;

}
#indexcontent #latest ul {
	font-size: 1.3em;
	line-height: 1.1em;
color: #FFF;
}
#indexcontent #latest ul li {
	padding-bottom: 10px;
}
#indexcontent .lower ul a {
	color: #FFF;
}
#indexcontent #new ul a:hover {
	color: #F9A;
}
#indexcontent #latest ul a:hover {
	color: #FDA;
}
#indexcontent #new {
	margin-right: 1px;
}
#indexcontent #new a#newlink {
	background: url(http://www.stmarkscamberwell.org.au/images/index_new.png) no-repeat 0 0;
	width: 237px;
	height: 52px;
	cursor: pointer;
	display: block;
}
#indexcontent #new a#newlink h1 {
}

#indexcontent #new a#newlink:hover {
	background-position: 0 -52px;
}
#indexcontent #new ul {
	background: #458 url(http://www.stmarkscamberwell.org.au/images/newbg.png) repeat-x;
}

#indexcontent #latest a#latestlink {
	background: url(http://www.stmarkscamberwell.org.au/images/index_latest.png) no-repeat 0 0;
	width: 237px;
	height: 52px;
	cursor: pointer;
	display: block;
}
#indexcontent #latest a#latestlink h1 {
}

#indexcontent #latest a#latestlink:hover {
	background-position: 0 -52px;
}
#indexcontent #latest ul {
	background: #ab3025 url(http://www.stmarkscamberwell.org.au/images/latestbg.png) repeat-x;
}