/* @group html */
/*
Points		Pixels		Ems			Percent
6pt			8px			0.5em		50%
7pt			9px			0.55em		55%
7.5pt		10px		0.625em		62.5%
8pt			11px		0.7em		70%
9pt			12px		0.75em		75%
10pt		13px		0.8em		80%
10.5pt		14px		0.875em		87.5%
11pt		15px		0.95em		95%
12pt		16px		1em			100%
13pt		17px		1.05em		105%
13.5pt		18px		1.125em		112.5%
14pt		19px		1.2em		120%
14.5pt		20px		1.25em		125%
15pt		21px		1.3em		130%
16pt		22px		1.4em		140%
17pt		23px		1.45em		145%
18pt		24px		1.5em		150%
20pt		26px		1.6em		160%
22pt		29px		1.8em		180%
24pt		32px		2em			200%
26pt		35px		2.2em		220%
27pt		36px		2.25em		225%
28pt		37px		2.3em		230%
29pt		38px		2.35em		235%
30pt		40px		2.45em		245%
32pt		42px		2.55em		255%
34pt		45px		2.75em		275%
36pt		48px		3em			300%
*/

html, body {
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div, p, form, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
	color: #002b54;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

a:active,
input {
	outline: none;
	font-size: 1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(http://www.unsw.edu.au/images/home/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}


a.more {
	display: block;
	padding-left: 12px;
	background: url(http://www.unsw.edu.au/images/home/bg_arrow.gif) no-repeat 0 center;	
}

/* @group UL's */

ul.listing,
ul.horizontal {
	float: left;
	list-style: none;
}

ul.listing li,
ul.horizontal li {
	float: left;
}


ul.listing li {
	border-bottom: 1px solid #e5e5e6;
}

ul.listing li.last {
	border-bottom: none;
}
/* @end */
/* @group Input */
.textbox, textarea, select {
	border: 1px solid #e5e5e6;
	padding: 2px;
	font: 1em Helvetica, Arial, sans-serif;
	color: #666;
}



/* @group Buttons */


.button {
	float: left;
	padding: 21px 0 0 0;
	background-color: transparent;
	background-position:  0 -60px;
	background-image: url(http://www.unsw.edu.au/images/home/bg_sprite.gif);
	background-repeat: no-repeat;	
	cursor: pointer;
	border: none;	
	overflow: hidden;
	height: 0;
}


.buttons .search {
	width: 63px;
	background-position: 0 -60px;
}

.buttons .search:hover {
	background-position: 0 -81px;
}

.buttons .go{
	width: 39px;
	background-position: -63px -60px;
}

.buttons .go:hover {
	background-position: -63px -81px;
}

/* @end */
/* @end */


/* @end */

/* @group container */

#container {
	width: 964px;
	margin: 0 auto;
}

/* @group Header */

#header {
	width: 964px;
	background-color: #0f3d67;
}

#header .top {
	height: 87px;
	width: 964px;
	background: #0f3d67 url(http://www.unsw.edu.au/images/home/bg_header.gif) repeat-x 0 0;
}




#header a{
	color: #fff;
}


/* @group SlideShow */

#slideshow {
	margin-bottom:10px;	
	width: 712px;
	height: 234px;
	overflow: hidden;
	position: relative;
}

#slideshow #slideshowloader {
	position: absolute;
	top: 101px;
	left: 340px;
	background: url(http://www.unsw.edu.au/images/home/loading.gif) no-repeat center center;
	z-index: 6;
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	display: block;
	overflow: hidden;
}


#slideshow ul#imageviewer {
	width: 712px;
	height: 234px;
	overflow: hidden;
	z-index: 1;
}
#slideshow ul#imageviewer li {
	width: 712px;
	height: 234px;
	position: absolute;
}

#slideshow #controllers {
	width: 712px;
	height: 26px;
	position: absolute;
	top: 208px;
	left: 0;	
	z-index: 5;
	background: url(http://www.unsw.edu.au/images/home/bg_sprite.gif) no-repeat 0 -128px;
}


#slideshow #controllers ul {
	list-style: none;
	float: left;
	position: absolute;
	left: 228px;
	top: 1px;
}


#slideshow #controllers ul li {
	float: left;
	padding: 0 2px;
	text-align: center;
}

#slideshow #controllers ul li a {
	width: 25px;
	display: block;
	height: 17px;	
	padding-top: 4px;
	overflow: hidden;
	color: #002b54;	
	background: url(http://www.unsw.edu.au/images/home/bg_sprite.gif) no-repeat -119px -102px;
}

#slideshow #controllers ul li a:hover,
#slideshow #controllers ul li a.active {
	text-decoration: none;
	color: #f25a31;
	background-position: -94px -102px;
}


#slideshow #controllers a#previous,
#slideshow #controllers a#next,
#slideshow #controllers a#control {
	height: 0;
	width: 12px;
	padding: 13px 0 0 0;
	display: block;
	overflow: hidden;
	background-image: url(http://www.unsw.edu.au/images/home/bg_sprite.gif);
	background-repeat: no-repeat;
}


#slideshow #controllers #previous {
	position: absolute;
	left: 202px;
	top: 5px;
	background-position: -70px -102px;
}

#slideshow #controllers #next {
	position: absolute;
	left: 442px;
	top: 5px;
	background-position: -82px -102px;
}

#slideshow #controllers #control {
	position: absolute;
	left: 471px;
	top: 5px;
}

#slideshow #controllers .play {
	background-position: -46px -102px;
}

#slideshow #controllers .pause {
	background-position: -58px -102px;
}
/******* HORIZONTAL BOX *********/
div.hbHorizontalBox {
position: relative;
min-height: 94px;
height: 94px;
padding: 0;
background-image: url('http://www.unsw.edu.au/images/HBsearch/hbBoxHorizontal.gif');
background-repeat: repeat-x;
margin-bottom:30px;
width:550px; 
margin-left:20px;
}
div.hbHorizontalBox img {
position: absolute;
top: 0;
}
div.hbHorizontalBox img.left {
	position: absolute;
	left: -15px;
}
div.hbHorizontalBox img.right {
	right: -15px;
}
div.hbHorizontalBox h2 {
font-size:12px;
}
div.hbHorizontalBox h3 {
font-size:13px;
margin-top: 10px;
}
html .fb_share_link { 
padding:2px 0 0 20px; 
height:16px; 
background:url(http://static.ak.fbcdn.nethttp://www.unsw.edu.au/images/share/facebook_share_icon.gif?0:26981) no-repeat top left; 
}


/* RSS feed links */
ul.rss-feed-linkset{margin-left:0;padding:0;list-style-type:none;}
ul.rss-feed-linkset li{margin:5px 0;padding-left:20px;list-style-type:none;background:url(http://www.unsw.edu.au/images/pad/rss-feed-icon.gif) no-repeat;padding-right:20px;}
ul.rss-feed-linkset li a{text-decoration:underline;}

/* @end */

/* @end */