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

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

#top /* the background banner image */
{
	background-image: url(/images/EEbanner.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("/images/icons/icons_1.jpg");
}
#nav div.section2 {
	background-image: url("/images/icons/icons_2.jpg");
}
#nav div.section3 {
	background-image: url("/images/icons/icons_3.jpg");
}
#nav div.section4 {
	background-image: url("/images/icons/icons_4.jpg");
}
#nav div.section5 {
	background-image: url("/images/icons/icons_5.jpg");
}
#nav div.section6 {
	background-image: url("/images/icons/icons_6.jpg");
}
#nav div.section7 {
	background-image: url("/images/icons/icons_7.jpg");
}

/* home content styles */
#home-content
{
	margin: 0 0 0 420px;
	padding: 2em 0 1em 12px;
	margin-left:25%;
	margin-right: 370px;
	background-repeat: no-repeat;
	background: #e6e6e6;	/* more in ie-win-5-6.css */
}

#home-content h2
{
	color: #567;
	letter-spacing: 0.1em;
	font-size: 1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -12px;
	padding-top: 0.2em;
	padding-right: 10px;
	padding-bottom: 0.2em;
	padding-left: 10px;
}

#home-content h3
{
	margin: 20 0 0 -12px;
	padding: .5em 10px;
	color: #567;
	border-top: 2px dotted #999;
	font-size: 1.5em;
}

#home-content ul
{
	margin: 0 0.5em 0 2.5em;
	padding: 0.3em 1em 0.3em 0;
	line-height: 1.2em;
}

#home-content form { margin: 0 0 0.5em 0; }
#home-content form h2 { margin-bottom: 0.5em; }
#home-content form #qt { margin-left: 1em; }

#home-content p
{
	margin: 0.5em 10px 1em 0;
	line-height: 1.3;
}

#home-content blockquote
{
	margin: 0.5em 10px 1em 2em;
	color: #333;
}

#home-content blockquote p { margin: 0; }

#home-content div.section
{
	border-top: 1px #fff solid;
	padding-top: .5em;
}

#home-content .notice, #home-content div.ad
{
	border: 1px dotted #999;
	background-color: #fff;
	padding: 0.6em;
}

#home-content p.notice { padding: 0.6em; }
#home-content div.notice, #home-content div.ad { margin: 0 0.6em 1em; }

#home-content div.floatright
{
	width: 35%;
	float: right;
}

/* navigation styles for home pages */
#nav
{
	float: left;
	position: relative;
	width: 20%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	/* more in ie-win-5-6.css */
}

#nav div.icon
{
	padding: 0;
	background-repeat: no-repeat;
	float: left;
	clear: none;
	min-height: 78px;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 1em;
	margin-left: 0;
	width:90%;	/* more in ie-win-5-6.css */
}

#nav h2
{
	margin: 0 0 0 82px;
	padding: 0;
	font-size: 1.2em;
}

#nav ul
{
	padding: 0;
	margin: 0.5em 0 0 82px;
}

#nav li
{
	padding: 0 0 0 12px;
	margin: 0 0 .3em 0;
	list-style: none;
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny_blue_arrow.png");
	background-position: .2em .2em;
	background-repeat: no-repeat;
	line-height: 1.2em;
	position: relative;
	width: 90%;
}

/* from uni homepage - styles for the RHS are called "links" styles - added by Jodal 2/9/09

/* links styles */
#links
{
	float:right;
	width: 340px;
	padding: 12px 0 1em 0;
	background: #e6e6e6 url("http://www.unimelb.edu.au/homepage/07-04/images/white-cnr-ll.png") no-repeat 0 100%;
	/* more in ie-win-5-6.css */
}

#links h2
{
	margin: 0;
	padding: .2em 10px;
	color: #567;
	letter-spacing: .1em;
	background-color: #cecece;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.3em;
}

#links h3
{
	margin: 0;
	padding: .2em 10px;
	color: #567;
	border-top: 1px solid #cecece;
	font-size: 1.1em;
}

#links ul
{
	margin: 0 15px 0 15px;
	padding: 0.5em 1em 0.3em 0;
	line-height: 1.2em;
}

#links li
{
	list-style: none;
	padding-left: 1em;
	background-image: url("/homepage/07-04/images/tiny_grey_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#links a
{
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

#links form { margin: 0 0 0.5em 0; }
#links form h2 { margin-bottom: 0.5em; }
#links form #qt
{
	margin-left: 15px;
	display: block;
}
#links form #submit
{
	margin-left: 15px;
	margin-right: 15px;
}

#links p
{
	margin: 0.5em 10px 1em 10px;
	line-height: 1.3;
}

#links blockquote
{
	margin: 0.5em 10px 1em 3em;
	color: #333;
}

#links blockquote p { margin: 0; }

#links .notice, #content div.ad
{
	border: 1px dotted #999;
	background-color: #fff;
	padding: 0.6em;
}

#links p.notice { padding: 0.6em; }
#links div.notice, #content div.ad { margin: 0 0.6em 1em; }

#links div.floatright
{
	width: 40%;
	float: right;
}
.smalltext {
	font-size: x-small;
	color: #003366;
}

img {padding-right:15px;
}

/* homepage image plus text along the rhs */



.item 

{
	
	margin-right:5%;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.item img {
	float: left;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #d3d3d3;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #d3d3d3;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 0px;
}

