/* University of Adelaide
 * HR Local StyleSheet - July 2007
 */
 
 /* megalinks nav
------------------------------------------------------ */
 
.megalink {
	margin-top: 0px;
	margin-left: 0px;
	}
.megalink p {
	margin-left: 10px;
	margin-bottom: -5px;
	}
.megalink ul {
	margin-top: 12px;
	margin-left: 1px;
	margin-bottom: 12px;
	padding: 0px;
	}
.megalink li {
	font-size: 1em;
	line-height: 1.2em;
	font-style: normal;
	list-style: none;
	text-align: left;
	padding-bottom: 5px;
	}
.megalink li a {
	display: block;
	text-decoration: underline;
	padding-left: 30px;
	}
.megalink li a:link { 
	color: #369; 
	}
.megalink li a:visited { 
	color: #369; 
	}
.megalink li a:hover {
	color: #036;
	background-image: url('/global/images/nav/megalinks_hover.gif');
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
	}
 
/* news-items
------------------------------------------------------ */

#news {
	padding: 10px 15px 5px 15px;
	border-bottom: 1px solid #9ab;
	background-color: #ebf0f7;
	}
#news p {
	margin: 0px 0px 10px 0px;
	}
#news a:link, #news a:active, #news a:visited {
		color: #369;
		text-decoration: underline;
	}
#news a:hover {
		color: #036;
		text-decoration: underline;
	}
#news ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	}
#news ol {
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	}
#news li {
	padding-bottom: 5px;
	}
	
/* contact address
------------------------------------------------------ */

#contact {
	padding: 5px 10px 10px 10px;
}

/* subheadings
------------------------------------------------------ */

h1 {
	color: #036;
	margin: 0px 0px 10px 0px;
	font-size: 145%;
	line-height: 110%;
	font-weight: bold;
	letter-spacing: 0px;
	}
.content h1 a:link, .content h1 a:active, .content h1 a:visited { color: #036; text-decoration: underline; }
.content h1 a:hover { color: #369; text-decoration: underline; }

h4 {
	color: #036;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	font-style: italic;
	}
.content h4 a:link {
	color: #036;
	text-decoration: none;
	}
.content h4 a:hover {
	color: black;
	text-decoration: underline;
	}
.subhead3 {
	font-size: 12px;
	line-height: 12px;
	color: #456;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}
.subhead3 a:link, .subhead3 a:active, .subhead3 a:visited {
	color: #369;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	}
.subhead3 a:hover { 
	color: #036;
	text-decoration: underline;
	}
	
/* search
------------------------------------------------------ */

#search {
	display: block;
	padding: 10px;
	margin: 0px;
	vertical-align: top;
	background-color: #abc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#search a:link, #search a:active, #search a:visited {
	font-size: 10px;
	color: #036;
	text-decoration: underline;
}
#search a:hover {
	font-size: 10px;
	color: #369;
	text-decoration: underline;
}
#search form {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	}
input.searchinput {
	width: 145px;
	vertical-align: top;
	font-size: 1em;
	font-style: normal;
	height: 20px;
	margin: 0px 0px 2px 0px;
	color: #456;
	background-color: white;
	border: 1px solid #789;
	}
	
/* policies and forms lists
------------------------------------------------------ */

div.list {
	line-height: 1.75em;
	}