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

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

#top /* the background banner image */
{
	background-image: url("/images/banner/sub-banner-move.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/tiles/i_program.jpg");
}
#nav div.section2 {
	background-image: url("/images/tiles/i_apply.jpg");
}
#nav div.section3 {
	background-image: url("/images/tiles/i_u21logo.gif");
}
#nav div.section4 {
	background-image: url("/images/tiles/i_overseas.jpg");
}
#nav div.section5 {
	background-image: url("/images/tiles/i_notes.jpg");
}
#nav div.section6 {
	background-image: url("/images/tiles/i_returning.jpg");
}

/* quicklinks custom for mgm */
#quicklinks li a
{
	color: #003399;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#quicklinks ul
{
	float: right;
	padding: 0;
	margin: 0;
}

#quicklinks li
{
	list-style: none;
	display: inline;
	border-right: solid 1px #0000FF;
	padding: 0 0.5em 0 0;
	margin: 0 0.5em 0 0;
}

#quicklinks li a:hover { color: #fff; }

#quicklinks li.last-item
{
	border: none;
	padding: 0;
	margin: 0;
}

#left {float: left; position: relative; width:48%}
#left-tile {
	float: right;
	padding: 20px;
}
#right-tile {float: right; padding: 20px;}

/* footer styles */

#legal
{
	position: absolute;
	right: 18px;
	top: 40px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#legal li
{
	margin-bottom: 0.4em;
	list-style: none;
}

ul#memberlogos
{
	margin: 0 18px 0 0;
	padding: 0;
	text-align: right;
}

ul#memberlogos li
{
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#memberlogos li a
{
	background-repeat: no-repeat;
	height: 32px;
	padding: 8px 0 12px 36px;
	margin: 0 0 0 13px;
	text-decoration: none;
	display: block;
	float: right;
}
ul#memberlogos li a.go8 {
	background-image:url("http://www.mobility.unimelb.edu.au/template-assets-custom/07/images/site/Go8Member-colour.gif");
	padding-left:0pt;
	width:171px;
}
ul#memberlogos li a.u21
{
	background-image: url("http://www.mobility.unimelb.edu.au/template-assets-custom/07/images/site/u21-logo.gif");
}
ul#memberlogos li a.apru {
	background-image:url("http://www.mobility.unimelb.edu.au/template-assets-custom/07/images/site/apru_logo.gif");
	padding-left:0;
	width:132px;
}
