@charset "utf-8";
/*	CSS Document
*	
*	Please see the margin for fonts and layout to maintain consistency
*
*	CSS for font and formating:
*	#content h1, #content h2, #content h3, #content p, #content p, .red-txt,
*	#footer p, a, a.plain, .sm-txt, .list-bodycopy, .list-bodycopy-second,
* 
*	Use › or » for call to action button ie. .link-sm 
*   
* 	long-content:
*	Maximum content width, ie. image: 730px
*	with CSS; img-left, img-right : 710px, if problem in IE6 use 705px
*
*	Andrey Hariyono, UNSW Global 2009 - 2010
*/

/* @Global CSS for body and container */
body {
	margin:0;
	padding:0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #000000 url(../images/backg.jpg) repeat-x 0 0;
}

#container {
	width: 964px; 
	margin: 0 auto;
}
/* @end of body and container */

/* @style for fonts, lists and links */
div, p, form, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, blockquote, img {
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size: 25px;
	color: #003366;
	font-weight: normal;
	margin: 25px 5px 15px 5px; /* IE6 fix */ 
}

html>body #content h1 {
	margin: 15px 5px 15px 5px; /* for other browser */
}

#content h1 a:hover{
	text-decoration: none;
}

#content h2 {
	font-size: 15px;
	color: #003366;
	font-weight: bold;
	margin: 25px 5px 0px 5px;  /* IE6 fix */
	line-height: 18px;
}

html>body #content h2 {
	margin: 25px 5px 0px 5px; /* for other browser */
}

#content h2 a:hover {
	text-decoration: none;
}

#content h3 {
	font-size: 13px;
	color: #990000;
	font-weight: normal;
	margin: 13px 5px 2px 5px;  /* IE6 fix */
	line-height: 18px;
}

html>body #content h3 {
	margin: 9px 5px 2px 5px; /* for other browser */
}

#content h3 a:hover{
	text-decoration: none;
}

p {
	font-size: 13px;
	color: #666666;
	margin: 10px 5px 5px 5px;
	line-height: 19px;
}

#content .red-txt {
	color: #990000;
}

.sm-txt {
	font-size:11px;
	text-decoration: none;
}

a.sm-txt:hover {
	text-decoration: underline;
}
	
#content ul {
	list-style: disc;
}

.list-bodycopy li {
	font-size: 13px;
	color: #666666;
	margin-left: 40px;
	line-height: 18px;
}

.list-bodycopy-second li {
	font-size: 13px;
	color: #666666;
	margin-left: 65px;
	line-height: 18px;
}

#content .img-right {
	margin: 0px 5px 5px 15px;
	float: right;
}

#content .img-left {
	margin: 0px 15px 5px 5px;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

/* @group a-tag */
a {
	text-decoration: none;
	color: #003366;
}

#content .main a {
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}

a.plain {
	color: #666666;
}

a.plain:hover {
	text-decoration: none;
	color: #666666;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* get rid of those system borders being generated for A tags */
a, a:active, a:visited, input {
	outline: none;
}

:focus {
  -moz-outline-style:none;
}
/* @end of group a-tag */

/* @group UL's */
ul.listing,
ul.horizontal {
	float: left;
	list-style: none;
}

ul.listing {
	padding: 10px 20px 10px 27px;
}

ul.listing li a.registernow-btn
{
font-family:Tahoma, Geneva, sans-serif;
display:block;	
width:128px;
height:23px;
background-image:url(../images/register_now.gif);
background-repeat:no-repeat;
padding-top:6px;
padding-left:13px;
margin-bottom:0px;
color: #339900;
}
ul.listing li a.registernow-btn:hover
{

background-image:url(../images/regoster_now_hover.gif);
background-repeat:no-repeat;
color: #339900;
}

/*================register for training========================*/
ul.listing li a.registernow-btn2
{
font-family:Tahoma, Geneva, sans-serif;
display:block;	
width:168px;
height:23px;
background-image:url(../images/register_now.gif);
background-position:40px;
background-repeat:no-repeat;
padding-top:6px;
padding-left:13px;
margin-bottom:0px;
color: #339900;
}
ul.listing li a.registernow-btn2:hover
{

background-image:url(../images/regoster_now_hover2.gif);
background-position:0px;
background-repeat:no-repeat;
color: #339900;
}

/*==============================================================*/


ul.horizontal li {
	float: left;
}
/* @end or group UL's */

/* @group icon */
.icon img {
	margin-left: 8px;
}

.icon img.icon-first {
	margin-left: 0px;
}

.icon a:hover {
	text-decoration: none;
}
/* @end of group icon */
 
/* @group Buttons */
.act-btn-container {
	padding: 10px;
	padding-left: 30px;
}

.act-btn-container li {
	list-style: none;
}

.act-btn-container li a {
	background: url(../images/sprites-button.png) no-repeat 0 0;
}

/* small text buttons: apply now, enquire now */
.sm-txt-btn li a {
	width: 152px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

.sm-txt-btn a.briefing-form-btn { background-position: 0 0 }
.sm-txt-btn a.briefing-form-btn:hover { background-position: 0 -30px; }

.sm-txt-btn a.request-now-btn { background-position: 0 -60px }
.sm-txt-btn a.request-now-btn:hover { background-position: 0 -90px; }
/* @end of group Buttons*/

/*======= @NAVIGATION =======*/
/* @Top Navigation FIRST */
.top-nav-first {
	width: 964px;
	height:36px;
	background: url(../images/top_nav_first_backg.png) repeat-x 0 0;
}

.top-nav-first ul.horizontal {
	float: right;
}

.top-nav-first li{
	padding: 0 0 0 1px;
	background: url(../images/top_nav_first_divider.png) no-repeat 0 0;
}

.top-nav-first li a {
	display: block;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration:none;
	outline: none;
}

.top-nav-first li a span {
	display: block;
	padding: 11px 14px 9px 13px; /* IE6 fix */
}

html>body .top-nav-first li a span {
	padding: 11px 14px 10px 13px; /* for other browser */
}

/*for the last navigation tab to justify the extra space*/
.top-nav-first li a span.last {
	padding-right: 20px;
}

.top-nav-first li a:hover {
	background: #003366 url(../images/top_nav_hover.png) repeat-x right 0;
}

.top-nav-first li a:active {
	background: #003366 url(../images/top_nav_active.png) repeat-x right 0;
}

.top-nav-first li.current a {
	background: #003366 url(../images/top_nav_down.png) repeat-x right 0;
}

.top-nav-first li a:hover span,
.top-nav-first li a:active span,
.top-nav-first li.current a span {
	text-decoration: none;
	color: #999999;
	background-position: 0 0;
}
/* @END OF TOP NAV FIRST */

/* @Top Navigation SECOND */
.top-nav-second {
	height:88px;
}

.top-nav-second ul.horizontal {
	float: right;
}

.top-nav-second li a {
	display:block;
	margin: 50px 10px 0 0;
	font-size: 11px;
	text-decoration:none;
	outline: none;
}
.top-nav-second li a span {
	display:block;
	padding: 11px 9px 9px 9px;
}
/* @END OF Top Navigation SECOND */
/*======= @END OF NAVIGATION =======*/

/* ======== @group SLIDESHOW ========= */
#slideshow {
	width:964px;
	border-bottom: 1px solid #666666;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#slideshow #slideshowloader {
	position: absolute;
	top: 125px;
	left: 450px;
	background: url(../images/slideshow/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: 964px;
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#slideshow ul#imageviewer li {
	width: 964px;
	height: 300px;
	position: absolute;
	list-style: none;
}

/*controllers container*/
#slideshow #controllers {
	position:absolute;
	z-index: 5;
	top: 272px;
	left: 386px;
	
	/*width: 160px; UPDATE FOR NEW SLIDESHOW IMAGE*/
	
	width: 190px;
	
	height: 28px;
	background: url(../images/slideshow/sprites-control.png) no-repeat 0 -52px;
}

#slideshow #controllers ul {
	position: absolute;
	left: 26px;
	top: 4px;
	list-style: none;
	float: left;
}

/*for the slideshow tabs*/
#slideshow #controllers ul li {
	float: left;
	padding: 0 2px;
	text-align: center;
	font-size: 10px;
}

/*background of individual tabs*/
#slideshow #controllers ul li a {
	width: 23px;
	height: 23px; 
	display: block;	
	padding-top: 5px;
	overflow: hidden;
	color: #ffcc33;
	text-decoration: none;	
	background: url(../images/slideshow/sprites-control.png) no-repeat 50px 0;/*blank img*/
}

#slideshow #controllers ul li a:hover {
	color: #CC9933;
	background-position:  0 -81px;
}

#slideshow #controllers ul li a.active {
	color: #996633;
	background-position:  0 -105px;
}

#slideshow #controllers a#previous,
#slideshow #controllers a#next {
	width: 10px;
	height: 0;
	top: 8px;
	padding: 13px 0 0 0;
	display: block;
	overflow: hidden;
	background-image:  url(../images/slideshow/sprites-control.png);
	background-repeat: no-repeat;
}

#slideshow #controllers #previous {
	position: absolute;
	left: 5px;
	width: 10px;
	height: 12px;
	background-position: 0 -39px;
}

#slideshow #controllers #previous:hover { background-position: 0 -26px; }

#slideshow #controllers #next {
	position: absolute;
	/* left: 145px; */
	left: 180px;
	width: 10px;
	height: 12px;
	background-position: 0 -13px; 
}

#slideshow #controllers #next:hover { background-position: 0 0; }
/* ======== END OF @group SLIDESHOW ========= */

/*========== @CSS for LAYOUT ==========*/
#header {
	width: 964px;
	height: 124px;
	background: #FFF url(../images/top_header_backg.png) repeat-x 0 0;
}

.UNSW-Global-logo {
	width:810px;
	height:88px;
}

#content {
	float: left;
	width: 964px;
	background: #fff;
	position: relative;
}

#content .main {
	width: 760px;
	height: 600px;
	border-left: 1px solid #EEEEEE;
}

html>body #content .main {
	height: auto;
	min-height:600px; /* for other browser */
}

.half-content {
	width:350px; /*if problem use 349px instead of 350px to make up 759px in total width including left and right padding*/
	padding: 10px 15px 10px 15px;
}
/* =========@HOME PAGE CONTENT========= */
#content-home {
	float: left;
	width: 964px;
	background: #fff;
	position: relative;
}

#content-home .main {
	width: 964px;
	height: 542px;
	background: #FFF url(../images/content-backg.png) no-repeat bottom;
}

html>body #content-home .main {
	height: auto;
	min-height: 542px;
}

/*Container for 3 elements*/
.three-col-content {
	width: 291px;
	padding: 10px 15px 10px 15px;
	float: left;
	background: url(../images/border-yellow.png) no-repeat right;
	height: 200px;
}

html>body .three-col-content {
	min-height: 235px;
}

.three-col-content.last {
	background: none;
}

.three-col-content h1{
	margin: 11px 5px 5px 5px; /*margin-top 2px bigger than consulant website to accomodate bigger pic*/
	width: 270px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/sprites-three-elements.png) no-repeat 0 0;
}

.three-col-content a.one h1 { background-position: 0 0; }
.three-col-content a.one h1:hover { background-position: 0 -31px; }

.three-col-content a.two h1 { background-position: 0 -62px; }
.three-col-content a.two h1:hover { background-position: 0 -93px; }

.three-col-content a.three h1 { background-position: 0 -124px; }
.three-col-content a.three h1:hover { background-position: 0 -155px; }
/*End of container for 3 elements*/
/* =========END OF @HOME PAGE CONTENT========= */

/* =========@INTERNAL PAGE CONTENT========= */
.breadcrumbs {
	width:730px;
	padding: 12px 15px 3px 15px;
	background: #f6f6f6;
	border: none;
	font-size: 10px;
	color: #444444;
}

.long-content {
	width:730px;
	padding: 15px 15px 30px 15px;
}

.long-content.main-longcont {
	border-bottom: 1px solid #FFCC00;
}

.long-content.last-longcont {
	border-bottom: none;
}
/* =========@END OF INTERNAL CONTENT========= */

/* @group details */
.details {
	padding: 8px 0;
	border-bottom: 1px solid #EEEEEE;
}

.details.lastdetail {
	border: none;
}

.details  div.quote {
	width: 168px;
	height: 119px;
	padding: 20px 10px;
	background:url(../images/quote.png) repeat-x 0 0;
}
/* @ END OF group details */

/* @SIDEBARS*/
#content .sidebar {
	width: 203px;
	position:absolute;
	top:0px;
}

.sidebar .title-sidebar {
	padding: 13px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.sidebar .title-sidebar a:hover {
	text-decoration: none;
}

.sidebar ul.subnav-sidebar {
	padding: 0px 20px 3px 15px; /* IE6 fix*/
}

html>body .sidebar ul.subnav-sidebar {
	padding: 0px 20px 11px 15px; /* for other browser */
}

.sidebar li {
	padding: 5px 0;
	font-size:13px;
	list-style: none;
	color: #666;
}

.sidebar li a:hover{
	text-decoration:none;
	color: #339900;
	
}

.sidebar-content {
	width: 203px;
	float:left;
}

.sidebar-content.firstbar {
	border: none;
	
}

.sidebar-content.secondbar {
	border-top: 1px solid #EEEEEE;
}

.sidebar-content.lastbar {
	border-top: 1px solid #EEEEEE;
}
/* @END OF SIDEBARS */

/* @TABLE */
table {
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-collapse: collapse; /* border-spacing isn't supported by IE6 */
}

td, th {
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
}

td {
	vertical-align: top;
}

th {
	vertical-align: middle;
}

th a:hover {
	text-decoration: none;
}

table .blue-bg {
	background-color: #D5E1FF;
}

table .grey-bg {
	background-color: #F2F2F2;
}	
/* END OF @TABLE */

/*========= @TABS , JQUERY TABS =========*/
ul.multi-tabs li {
	list-style:none; 
}
/*========= END OF @TABS =========*/

/* @FOOTER */
#footer {
	width:964px;
	margin-top: 30px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}

#footer .col {
	padding: 10px 20px 10px 10px;
	float: left;
	width: 160px;
	height: 80px;
	float: left;
}

#footer .col.business-name {
	height: 200px;
}

#footer .col.info {
	height: 80px;
	float:right;
}

#footer li {
	margin-left: 17px;
	list-style: disc;
	color: #333333;
}

#footer li.no-list-style {
	margin-left: 0;
	list-style: none;
	color: #666;
}		

#footer a {
	color: #999999;	
}

#footer a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#footer h1 {
	font-size: 20px;
	font-weight: bold;
}

#footer h2 {
	font-size: 14px;
	font-weight:bold;
}

#footer p.copyright {
	clear: both; /* fix IE6 problem 3px jog */
	margin: 0 20px 10px 20px; /* IE 6 fix */
	font-size: 10px;
	color: #666;
}

html>body #footer p.copyright {
	margin: 10px 20px; /* for other browser */
}

#footer .navigation {
	width: 954px;
	padding: 8px 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
/* @END OF FOOTER */
/*========== @END OF CSS for LAYOUT ==========*/
