@charset "utf-8";
/* CSS Document */

/*typography*/
a {
	color:#bf1e2d;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#593333;
	font:2.2em Trebuchet MS, Arial, Verdana;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font:1.6em Trebuchet MS, Arial, Verdana;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font:1.2em Trebuchet MS, Arial, Verdana;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
/* tables*/
th {
	text-align:left;
	}
/*layout*/

body {
	background:#000 url(images/header-background.png) repeat-x top;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
}
#search {
	background:url(images/search-background.png) repeat-x left top;
	padding-left:40px;
	position:absolute;
	top:4px;
	right:0;
	height:37px;
}
#search-cdu {
	background:url(images/search-cdu.gif) no-repeat;
	height:13px;
	margin:4px 7px 0 0;
	float:left;
	text-indent:-7777px;
	width:71px;
}
#search-form {
	padding-top:4px;
	padding-right:15px;
}
#search-form input, #search-form select {
	font-size:11px;
	float:left;
}
#search-form input {
	margin-left:3px;
}
#query {
	width:124px;
}
#header {
	background:url(images/header-banner.png) no-repeat center bottom;
	height:155px;
	margin:0 auto;
	padding:0 20px;
	width:740px;
}
#menu-container {
	background:#bf1e2d;
	border-top:1px solid #ea4e5d;
	border-bottom:1px solid #ea4e5d;
	width:100%;
}
#menu {
	margin:0 auto;
	padding:4px 20px;
	width:740px;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	color:#fff;
	font:bold 1.1em Trebuchet MS, Arial, Helvetica;
	margin-right:25px;
}
#menu-last a {
	margin-right:0;
}
#content-container {
	background:#f8f5f2 url(images/content-background.jpg) no-repeat center top;
	padding:20px 0;
	width:100%;
}
#content-wrapper {
	width:740px;
	margin:0 auto;
	padding:0 20px;
}
#content {
	float:left;
	width:540px;
}
#details {
	background:url(images/partnershiplogo-bottom.gif) no-repeat 513px 4px;
	color:#593333;
	float:right;
	width:170px;
}

#details h3 {
	margin:0;
}
#details p {
	line-height:1.3em;
	margin-top:0;
}
#footer-container {
	background:#000 url(images/footer-background.gif) repeat-x top;
	border-top:1px solid #fff;
	width:100%;
}
#footer {
	color:#dacfbc;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:10px 20px;
	width:740px;
}
#footer a {
	color:#fff;
}
/*misc*/
img, div {
	behavior: url(http://www.cdu.edu.au/cdufiles/scripts/iepngfix.htc)
}
.news-date {
	color:#666666;
	margin:0;
}
.news-heading {
	margin-bottom:0;
}
/*global */
.top-link {
	background:url(http://www.cdu.edu.au/cdufiles/ssi/images/bullet-up.gif) no-repeat right;
	padding-right:10px;
}
.clear-float {
	line-height:0px;
	font-size:1px;
	clear:both;
}
.speaker-photo {
	background:#fff;
	float:right;
	margin-left:12px;
	padding:4px;
	border:1px solid #ccc;
}
