/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #009a49;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #009a49;
	border-top-color: #009a49;
}

#top /* the background banner image */
{
	background-image: url("/aboutus/template-assets-custom/07/images/banner.jpg");
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("/aboutus/template-assets-custom/07/images/icon_dean.jpg");
}
#nav div.section2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/083.jpg");
}
#nav div.section3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/032.jpg");
}
#nav div.section4 {
	background-image: url("/aboutus/template-assets-custom/07/images/icon_alumni.jpg");
}
#nav div.section5 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/065.jpg");
}
#quicklinks li a {
	color: #EEE;
}
.attachmentcaption {
	color:#666666;
	font-size:0.85em;
}
#content dt {
	line-height: 1.3;
	margin-top: 1em;
	color: #567;
}
#content dd {
	line-height: 1.3;
	margin-left: 2em;
}

#rightnav
{
	float: right;
	width: 180px;
	margin: 0px;
	/*padding: 10px;*/
}

#rightnav #morenews {
	padding: 0px;
	margin: 5px 10px 0px;
}

#news {
	background-color: #f4f4f4;
	padding: 20px 10px;
	border: 3px solid #D5D5D5;
	list-style-image: url(http://www.unimelb.edu.au/template-assets/07/images/tiny_blue_arrow.png);
	list-style-type: none;
}

#news #morenews {
	line-height: 130%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#news #morenews a {
	font-weight: bold;
	text-decoration:none;
}

#news #morenews a:hover {
	font-weight: bold;
	text-decoration:underline;
}

#news h2 {
	font-size: 1.3em;
	color: #567;
	margin: 0px 0px 0px 10px;
}
