@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background:#000 url(images/header-bg1.gif) repeat-x top;
	line-height: 1.4em;
}
/*typography*/
a {
	color:#c00;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	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.2em;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1em 0em 1em 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;
}
/*layout*/
#search {
	background:url(http://www.cdu.edu.au/cdufiles/ssi/images/search/search-background.png) repeat-x left top;
	padding-left:40px;
	position:absolute;
	top:4px;
	right:0;
	height:37px;
}
#search-cdu {
	background:url(http://www.cdu.edu.au/cdufiles/ssi/images/search/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.png) no-repeat center bottom;
	height:132px;
	margin:0 auto;
	width:748px;	
}
#header2009 {
	background:url(images/garma_header_2009.gif) no-repeat center bottom;
	height:132px;
	margin:0 auto;
	width:auto;	
}

#menu-container {
	/* background:#e7be00; */
	background:#660000;
	border-top:1px solid #fff3b7;
	border-bottom:1px solid #fff3b7;
	width:100%;
}
#menu {
	margin:0 auto;
	padding:4px 20px;
	width:700px;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	color:#FFFFFF;
	font:bold 1.1em Trebuchet MS, Arial, Helvetica;
	margin-right:25px;
}

#menu-last a {
	margin-right:0;
}
#content-container {
	background:#f5eee5 url(images/content-bg.jpg) no-repeat center top;
	padding:20px 0;
	width:100%;
}
#content-wrapper {
	width:700px;
	margin:0 auto;
	padding:0 20px;
}
#content {
	float:left;
	width:500px;
}
#details {
	color:#593333;
	float:right;
	width:170px;
}
#details h3 {
	margin:0;
}
#logos {
	text-align:center;
	}
#logos img {
	margin:10px 0;
	}	
#details p {
	line-height:1.3em;
	margin-top:0;
}
#footer-container {
	background:#000;
	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:700px;
}
#footer a {
	color:#fff;
}
/*misc*/
img, div {
	behavior: url(http://www.cdu.edu.au/cdufiles/scripts/iepngfix.htc)
}
/*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;
}



.program-table {
	border-collapse:collapse;
	line-height:1.4em;
	}
.program-table td {
	border-bottom:1px solid #95662b;
	padding:5px 0;
}
.table-heading {
	border-bottom:0px solid #ccc;
	color:#000;
	font-weight:bold;
	background:#ccc;
}
.table-time {
	width:80px;
	font-weight:bold;
	}
