/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */

/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */
/* (Active button for current branch) */

.about_button {
	background-color: #fff;
	color: #666;
	border-left: solid 1px #ccc;
	border-bottom: none;
}

	/* About Box CSS */

.box-table {
vertical-align:text-top;
}

.about-box {
width: 170px;
margin: 0px;
}

.box-header {
font-weight: bold;
width: 100%;
padding-bottom: 5px;
border-bottom: 1px solid #d4d4d4;
}

.box-content {
width: 100%;
}

.cbb {
	margin: 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.0em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}

.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../graphics/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../graphics/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../graphics/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../graphics/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../graphics/borders.png) repeat-y 0 0;

}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../graphics/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}



<!--[if lt IE 8]>
<style type="text/css">
/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url(../graphics/borders.gif);}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(../graphics/box.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.one {width:70%;}
</style>
<!--[endif]-->






.about_button a {
border-left: solid 1px #ccc;
}
