
html {
	font-size: 100%;
}

body {
	margin: 0;
	color: #231f20;
	font-family: Arial, sans-serif;
	font-size: 65%;
	background: #fff url(/graphics/bg7.jpg) top center no-repeat;
}

.banner {
	background: #fff;
	height: 60px;/* extra height for padding */
}/* QUT logo and quote */

form {
	margin: 0;
	padding: 0;
}

.page {
	width: 100%;
	min-width: 960px;	
}

.page_title {
  margin-left: 20px;
  display: none;
}

.footer-columns {
	background: #fff;
}

/* ------------------- columns backgrounds  */
.columns-holder {
	overflow: hidden;
	width: 975px;
}

.home .columns-bg {
	background: url(/graphics/homepage/home-columns.gif) repeat-y;
}

.inner {
	width: 975px;
	margin: 0 auto;
	min-height: 400px;
}/* centre all pages */

.topbanner img {
	display: block;
	margin: 0 auto;
}/* centre the banner image */

.inner .columns-bg {
	background: url(/graphics/inner-columns.gif) repeat-y;
}

.home {
	width: 975px;
	margin: 0 auto;
}/* centre the home page */

/* ------------ header  */
#header {
	width: 100%;
	min-width: 960px;
	left: 0;
	top: 0;
	padding: 0 0 0 0;
	background: #3d6981 url(/graphics/nav5.jpg) repeat-x;
}

#header ul.nav {
	margin: 0;
	padding: 0;
	width: 960px;
	position: absolute;
	left: 0;
	top: 74px;
}

#header ul.nav li {
	float: left;
	padding: 0 0 0 1px;
	list-style: none;
	background: #fff;
	font: 120%/26px Arial,Verdana, sans-serif;
}

#header ul.nav li:first-child {
	padding: 0;
}

#header ul.nav li a {
	padding: 0 22px;
	float: left;
	color: #fff;
	background: #827f7a;
	text-decoration: none;
}

#header ul.nav li a.active,
#header ul.nav li a:hover {
	color: #8c8c8d;
	background: #fff;
}

.topnav {
	width: 960px;
	margin: 0 auto;
	background: #3d6981 url(/graphics/nav5.jpg) repeat-x;
	border-top: 0;
}

/* copied from corpstyle - override */
/* normal */ 
.topnav_button a {
  font-size: 12px;
  background: #3d6981 url(/graphics/nav5.jpg) repeat-x;
  color: #fff;
  padding: 0.4em 1.9em;/* increase R & L padd to fill navbar */
}

/* rollover */
.topnav_button a:hover {
  background: #fff;
  color: #ef008c;/* pink */
  text-decoration: none;
}

.visitors_button a {
	border-right: 0;
}/* clobber pipe on last button */

/* ------------ Override corpstyle.css "content" class */
.content {
	width: 440px;
	float: left;
	padding: 0 0 0 20px;
}

.content h2 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #ec008c;
	font: 200%/180% Arial, sans-serif;
}

.content p {
	margin: 0 0 15px 0;
	font: 120%/120% Arial, sans-serif;
}

.content .backlink {
	display: block;
	text-align: right;
	padding: 10px 0 40px 0;
	font: 12px/120% Arial, sans-serif;
}

.content .backlink a {
	color: #ec008c;
	text-decoration: underline;
}

.content .backlink a:hover {
	text-decoration: none;
}

/* -------------- Border Boxes */
.bottom-border-box {
	padding: 5px 0;
	background: url(/graphics/border-bottom-bg.gif) repeat-x 0 100%;
}

.bottom-border-box .row {
	color: #231f20;
	overflow: hidden;
}

.bottom-border-box .row span {
	font: 12px/120% Arial, sans-serif;
}

.bottom-border-box .row strong {
	float: left;
	width: 75px;
	text-transform: uppercase;
	font: 100%/160% Arial, sans-serif;
}

.bottom-border-box .main-text {
	padding: 15px 0;
}

.bottom-border-box .main-text h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font: bold 120%/120% Arial, sans-serif;
	color: #000;
}

#education h3 {
	color: #fb7222;
	font-weight: normal;
	margin-bottom: 0;
}

/* Doesn't work in IE 6 */
/*.bottom-border-box-solid table tr td: first-child {
	width: 115px;
}*/

.bottom-border-box-solid .picture_cell {
	width: 115px;
}

/* --------------Image/Right Column */
.img-column {
	float: left;
	width: 240px;
	padding: 10px 0 0 25px;
}

.img-column img {
	display: block;
	margin: 0 auto;
	border: none;
}

.img-column div.medialist {
	width: 215px;
	padding-top: 5px;
	padding-left: 12px;
	font: normal 120%/120% Arial, sans-serif;
}

a.pdf {
	color: #231f20;
	padding: 0 0 0 20px;
	background: url(/graphics/pdf-ico.gif) no-repeat 0 0;
}
	
a.qt {
	color: #231f20;
	padding: 0 0 0 20px;
	background: url(/graphics/qt-ico.gif) no-repeat 0 0;
}

a.doc {
	color: #231f20;
	padding: 0 0 0 20px;
	background: url(/graphics/doc-ico.gif) no-repeat 0 0;
}

/* --------------  Comon styles for performance listings pages */
.bottom-border-box-solid {
	background: url(/graphics/border-bottom-bg-solid.gif) repeat-x 0 100%;
	width: 100%;
	padding: 5px 0 5px 0;
}

.show-main-text p {
	line-height: 12px;
	margin: 5px;
}

.show-main-text a {
	text-decoration: underline;
	margin: 0 0 0 0;
	font-size: 110%;
}

/* --------------- Especially for the venues */
.venues_pdf_list {
	list-style-image: url(/graphics/pdf-ico.gif);
}

.venuse_pdf_list li {
	line-height: 25px;
}

/** links **/
#education .content a:link,
#education .content a:visited,
#education .fact_sheet_body a:link,
#education .fact_sheet_body a:visited {
	color: #d71e58;
	text-decoration: none;
}

#education .content a:hover,
#education .fact_sheet_body a:hover {
	text-decoration: underline;
}

#education .content a:active {
	color: #b81c1d;
}

body a:link,
body a:visited {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

/** elements **/
.bold {
	font-weight: bold;
}

#filler100 {
	height: 100px;
}

.clear {
	clear: both;
}

.italic {
	font-style: italic;
}

/** opacity rollover **/
div.fadehover {
	position: relative;
}/* video play button */
 
	img.a {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	 
	img.b {
		position: absolute;
		left: 0;
		top: 0;
	}

/** images **/
.staffpic {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
