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

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

#top /* the background banner image */
{
	background-image: url(/template-assets-custom/07/images/LHM-web-banner-blue2.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("http://www.mihelm.unimelb.edu.au/template-assets/images/aboutinstitute.jpg");
}
#nav div.section2 {
	background-image: url("http://www.mihelm.unimelb.edu.au/template-assets/images/execedu.jpg");
}
#nav div.section3 {
	background-image: url("http://www.mihelm.unimelb.edu.au/template-assets/images/mtem.JPG");
}
#nav div.section4 {
	background-image: url("http://www.mihelm.unimelb.edu.au/template-assets/images/conf.jpg");
}
#nav div.section5 {
	background-image: url("http://www.mihelm.unimelb.edu.au/template-assets/images/research.jpg");
}
#nav div.section6 {
	background-image: url("http://www.mihelm.unimelb.edu.au/template-assets/images/mentoring.jpg");
	
}
#quicklinks li a {
	color: #EEE;
}
div.cobrand-images {
	max-width: 85em;
}
.cobrand-images img {
	margin-right: 18px;
	float: right;
	clear: both;
	margin-top: 1.2em;
	border: 0px;
}
.attachmentcaption {
	font-size: 0.85em;
	color: #666666;
}
.contactdetails {
	margin-left: 3em;
}
table th {
	text-align:left;
}
.images {
	font-size: 0.85em;
	padding: 5px;
	width: 250px;
	min-height: 350px;
	clear: none;
	float: left;
	margin-right: 15px;
}
.images img {
	border: 0px;
}
#imagebishop {
	width: 96px;
}
.style3 {
	font-size: 1.2em;
	font-weight: bold;
}
.style4 {font-size: 1.2em;}
.style5 {font-size: 1.1em;}

/* Charting New Terrain styles */
#nav div.confsection1 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/083.jpg");
}
#nav div.confsection2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/081.jpg");
}
#nav div.confsection3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/023.jpg");
}
#nav div.confsection4 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/044.jpg");
}
.speaker_image {
	display: block;
	clear: none;
	float: left;
	height: 150px;
	width: 100px;
}
.speaker_text {
	display: block;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-left: 30px;
}
.speaker_entry {
	display: block;
	height: auto;
	width: auto;
	clear: right;
	float: none;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #009A49;
	margin-right: 30px;
}
.speaker_desc {
	clear: left;
	display: block;
}