/* CSS Document */
/******************* font face declarations *************/
@font-face{
        font-family: 'Century Gothic'; 
        src: url(../fonts/gothic.eot);
}
@font-face{
        font-family: 'Century Gothic'; 
        src: url(../fonts/gothic.ttf) format('truetype');
}

* {
	margin:0;
	padding:0;
}
body {
    background:url(../images/background.jpg) repeat-x #011138;
	font: 13px Arial, Helvetica, sans-serif;
	color:#505050;
}

body.contentpane {
	background:#ffffff;
}


#wrapper {
	width: 960px;
	margin:0 auto;
	
}
#header {
	background: #ffffff url(../images/header_top.gif) no-repeat;
	height:101px;
	margin-bottom:12px;
	margin-top:18px;
}
#header div{
	background: url(../images/header_bottom.gif) bottom no-repeat;
	height:79px;
	padding: 11px 17px;
}
#header div div{
	background:none;
	height:auto;
	padding:0px;
}
#header .logo{
	display:block;
	width:175px;
	float:left;
	border:none;
}
#header div#top{
	width:751px;
	float:left;
	text-align:right;
	padding:20px 0px 0px 0px;
}
#footer {
	text-align: right;
	padding: 20px 0px;
	clear: both;
	font-size:10px;
	color:#d3d3d3;
	float:left;
	width:100%;
}
/**************** main navigaion *******************/
#navigation {
	height: 50px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#navigation li {
	display: inline;
	float: left;
	margin-right:1px;
}
#navigation a, #navigation .separator {
	line-height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:0px 8px;
	width:143px;
	background:#002e66;
	height:50px;
}
#navigation li.last{
	margin-right:0px;
}
#navigation li.last a{
	width: 144px;
}
#navigation a:hover {
	color:#000000;
	background: #f5bf34;
}
#navigation li ul a, #navigation li ul .separator{
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
#navigation li ul{
	position:absolute;
	left:-99999px;
	width:150px;
	background:#999999;
}
#navigation li ul li{
	display:block;
	float:none;
}
#navigation a .item_desc{
	display:block;
	font-size:11px;
	line-height:normal;
	font-weight:normal;
}
/**************** header navigaion *******************/
#top .moduletable_HeaderMenu ul{
	list-style: none;
	margin:0px;
	padding:0px;
	float:right;
	font-size:10px;
}
#top .moduletable_HeaderMenu ul li{
	display:inline;
	float:left;
	padding-left:5px;
}
#top .moduletable_HeaderMenu ul a{
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
}
#top .moduletable_HeaderMenu ul a:hover{
	color:#1da6dd;
}
#top .moduletable_HeaderMenu ul .separator{
	color:#1da6dd;
}
/***************** submenu navigation **************/
#left .module-submenu ul{
	padding:0px 3px 12px;
	margin:0px;
	list-style-type:none;
	background:#e7e7e7;
}
#left .module-submenu li{
	margin-bottom:1px;
}
#left .module-submenu a, #left .module-submenu .separator{
	line-height:51px;
	height:51px;
	padding-left:40px;
	width:204px;
	background:#005393;
	color:#8cc6ec;
	display:block;
	text-decoration:none;
	/*letter-spacing:-0.5px;*/
}
#left .module-submenu a:hover{
	background:#002e66;
	color:#ffffff;
}
#left .module-submenu li ul{
	position:absolute;
	left:-99999px;
	width:210px;
	margin:-51px 0px 0px 244px;
	padding:0px;
}
#left .module-submenu li ul li{
	display:block;
	float:none;
}
#left .module-submenu li ul a{
	line-height:normal;
	padding: 5px 10px;
	height:auto;
	width:190px;
}
/***************** content area styling: home page ************/
#right, #main, #left {
	/*background: #ffffff;*/
	
	float: left;
}
.home #content {
	background:url(../images/content_top.gif) top left no-repeat #e7e7e7;
	float:left;
}
.home #content .content_inner_1{
	background:url(../images/content_bottom.gif) bottom left no-repeat;
	float:left;
}
.home.two_column_r #right{
	width:319px;
	padding-right:20px;
	padding-top:20px;
}
.home.two_column_r #main{
	width:615px;
	padding:6px 0px 6px 6px;
	position:relative;
}
/***************** content area styling: one-column pages ************/
.one_column #content {
	background:url(../images/content_top.gif) top no-repeat #e7e7e7;
	float:left;
}
.one_column #content .content_inner_1{
	background:url(../images/content_bottom.gif) bottom no-repeat;
	float:left;
	padding:8px;
}
.one_column #main{
	width:944px;
	background:#ffffff url(../images/one_col_main_top.gif) top no-repeat;
	float:left;
}
.one_column #main div{
	background:url(../images/one_col_main_bottom.gif) bottom no-repeat;
	float:left;
	width:914px;
	padding:15px 15px 30px 15px;
}
.one_column #main div div{
	background:none;
	width:auto;
	padding:0px;
}
.one_column #left, .one_column #right{
	display:none;
}
/***************** content area styling: two-column pages ************/
.two_column_l #content{
	background:url(../images/2_col_content_mid.gif) repeat-y #ffffff;
	float:left;
	
}
.two_column_l #content .content_inner_1{
	background:url(../images/2_col_content_top.gif) no-repeat top;
	float:left;
	
}
.two_column_l #content .content_inner_2{
	background:url(../images/2_col_content_bottom.gif) no-repeat bottom;
	padding: 6px;
	float:left;
}
/*.two_column_l #content div div div{
	background:none;
	padding:0px;
	
}*/
.two_column_l #left{
	width:250px;
	margin-right:6px;
}
.two_column_l #content div#main{
	width:660px;
	padding:15px 15px 30px 15px;
	background:url(../images/2_col_main_top.gif) top no-repeat;
}/**/
.two_column_l #right, .two_column_r #left{
	display:none;
}
/**************** module styling *******************/
.home #right .module, .home #right .module-orange, .home #right .module-yellow,
.home #right .module-trainee{
	background:url(../images/homepage_module_mid.gif) repeat-y;
	margin-bottom:12px;
	
}
.home #right .module-employer{
	background:url(../images/homepage_module_mid.gif) repeat-y;
	margin-bottom:0px;
}
.home #right .module div, .home #right .module-orange div, .home #right .module-yellow div,
.home #right .module-trainee div, .home #right .module-employer div{
	background:url(../images/homepage_module_bottom.gif) no-repeat bottom;
	
}
.home #right .module div div{
	background:url(../images/homepage_module_top_blue.gif) no-repeat top;
	padding:3px 13px 13px;
	position:relative;
}
.home #right .module div div div, .home #right .module-orange div div div, .home #right .module-yellow div div div{
	background:none;
	position:relative;
	padding:0px;
}
.home #right .module-trainee div div{
	background:url(../images/homepage_module_top_orange.gif) no-repeat top;
	padding:3px 4px 4px;
}
.home #right .module-trainee div div div{
	background:url(../images/traineeships.png) bottom right no-repeat;
	padding:0px 9px 9px;
}
.home #right .module-trainee div div div div{
	background:none;
	padding:0px;
}
.home #right .module-employer div div{
	background:url(../images/homepage_module_top_yellow.gif) no-repeat top;
	padding:3px 4px 4px;
}
.home #right .module-employer div div div{
	background:url(../images/employer.png) bottom right no-repeat;
	padding:0px 9px 13px;
}
.home #right .module-employer div div div div{
	background:none;
	padding:0px;
}
.home #right h3, .two_column_l #left h3{
	color:#FFFFFF;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Century Gothic'; 
}

.two_column_l #left .module{
	background:url(../images/2_col_top_module_top.gif) no-repeat top;
}
.two_column_l #left .module div{
	padding:3px 13px 13px 13px;
}
.two_column_l #left .module div div{
	padding:0px;
}

/********************* student login *************************/
#studentLogin{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	background:url(../images/studentlogin.png) repeat-x;
}
#studentLoginWrap{
	width:920px;
	margin:0px auto;
	position:relative;
}
#studentLoginTab{
	position:absolute;
	right:0px;
	top:5px;
	background:url(../images/studentLoginTab.png) no-repeat;
	width:138px;
	height:19px;
	padding:0px 1px 1px 3px;
}
#studentLogin a{
	color:#ffffff;
	text-transform:uppercase;
	font-size:11px;
	line-height:19px;
	text-decoration:none;
	width:138px;
	text-align:center;
	display:block;
}
#studentLoginTab ul{
	padding:0px;
	list-style-type:none;
}
/***************** footer ****************************/
#footer .moduletable, #footer .moduletable_ABN, #footer .moduletable_FooterMenu{
	float:left;
	line-height:10px;
}
#footer a{
	color:#d3d3d3;
	text-decoration:none;
}
#footer a:hover{
	color:#8a8a8a;
}
#footer .moduletable_FooterMenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footer .moduletable_FooterMenu li{
	float:left;
	display:inline;
	border-left:1px solid #49afd8;
	padding-left:5px;
	margin-left:5px;
}
#footer .moduletable_ABN{
	border-left:1px solid #49afd8;
	padding-left:5px;
	margin-left:5px;
}
/********************** form styles **************************/
#content #login div.form{
	background:url(../images/form_top.gif) no-repeat top #8db0d1;
}
#content #login div.form div{
	background:url(../images/form_bottom.gif) no-repeat bottom;
	padding:18px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	float:none;
}
#content #login div.form div div{
	background:none;
	padding:0px;
}
#content #login div.form .contentdescription, .one_column #content #main div.form .contentdescription, h3.formheading{
	font-size:17px;
	font-weight:bold;
	color:#005393;
	
}
#content #login div.form fieldset{
	border:none;
}
#content #login div.form div.name label, #content #login div.form div.pass label, .one_column #content #main div.form label{
	display:block;
	line-height:22px;
}
#content #login div.form div.remember label{
	line-height:22px;
}
.inputbox, input, textarea{
	border: 1px solid #4983ba;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.one_column #content #main div.form{
	background:url(../images/one_col_form_top.gif) no-repeat top #8db0d1;
	width:914px;
	color:#ffffff;
}
.one_column #content #main div.form div{
	background:url(../images/one_col_form_bottom.gif) no-repeat bottom;
	width:878px;
	padding:18px;
	font-weight:bold;
}
.one_column #content #main div.form div div{
	padding:0px;
	width:auto;
	background:none;
}
.one_column #content #main div.form div.right{
	width:310px;
}
.one_column #content #main div.form div.mid{
	width:230px;
}
.one_column #content #main div.form div.left{
	width:300px;
}
.one_column #content #main div.form div.buttons{
	width:100%;
	text-align:right;
	clear:both;
}
table.bank_info{
	font-weight:normal;
}
.one_column #content #main div.form div.ewaycardexpirymonth, .one_column #content #main div.form div.ewaycardexpiryyear{
	clear:both;
}
#payacc_button, #submit{
	border:none;
	background:url(../images/generic_button.gif);
	width:81px;
	height:30px;
	line-height:30px;
	color:#ffffff;
}

.one_column #userForm fieldset.formFieldset{
	border:none;
	background:url(../images/one_col_form_top.gif) no-repeat top #8db0d1;
	color:#ffffff;
}
.one_column #userForm ol.formContainer h2{
	font-size:17px;
	font-weight:bold;
	color:#005393;
}
.one_column #userForm fieldset.formFieldset ol.formContainer{
	padding:18px;
	background:url(../images/one_col_form_bottom.gif) no-repeat bottom;
	float:left;
	width:878px;
}
.one_column #content div#main #userForm fieldset.formFieldset ol.formContainer li div,
.one_column #content div#main #userForm fieldset.formFieldset_personal ol.formContainer li div,
.one_column #content div#main #userForm fieldset.formFieldset_address ol.formContainer li div{
	display:block;
	float:none;
}
.one_column #content div#main div.yui-calcontainer{
	background:#F7F9FB;
}
.one_column #content div#main #userForm div.formCaption2{
	line-height:22px;
	font-weight:bold;
}
.one_column #userForm fieldset.formFieldset_personal{
	margin-right:10px;
}
.one_column #userForm fieldset.formFieldset_address, 
.one_column #userForm fieldset.formFieldset_personal{
	float:left;
	width:452px;
	border:none;
	background:url(../images/one_col_form_top.gif) no-repeat top #8db0d1;
	color:#ffffff;
}
.one_column #userForm fieldset.formFieldset_personal ol.formContainer, 
.one_column #userForm fieldset.formFieldset_address ol.formContainer{
	padding:18px 18px 0px;
	background:url(../images/2_col_form_top.gif) no-repeat top;
}
.one_column #content div#main div.two_col_form{
	background:url(../images/2_col_form_bg.gif) no-repeat bottom;
	margin-bottom:10px;
	padding-bottom:18px;
}
.one_column #userForm fieldset.formFieldset ol.formContainer ol{
	float:left;
	width:292px;
	padding:0px;
	margin:0px;
}
input#gender0, input#gender1{
	margin-right:5px;
}
input#gender1{
	margin-left:10px;
}
li.submit{
	text-align:right;
}

/************ misc styles *********************/
h1, h2.contentheading{
	font-weight:bold;
	font-size:22px;
	color:#000000;
}
h2{
	font-weight:normal;
	font-size:22px;
	color:#252525;
}
h3{
	color:#e95a34;
	font-size:18px;
	font-weight:normal;
}
h4{
	color:#006fc5;
	font-size:17px;
	font-weight:bold;
}
h5{
	color:#1c2674;
	font-size:14px;
	font-weight:bold;
}
h6{
	color:#505050;
	font-size:13px;
	font-weight:bold;
}
.submit_button_light{
	height:30px;
	line-height:30px;
	width:103px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background:url(../images/blue_button.gif);
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
p, ul, ol, h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
}
ul,ol{
	padding-left:25px;
}
.buttonheading{
	float:right;
}
.phonenumber{
	color:#1c2775;
	font-size:24px;
}
.large_grey{
	color:#808080;
	font-size:14px;
}	
.moduletable-phone{
	margin-bottom:10px;
}
.home .sticker{
	position:absolute;
	right:10px;
	bottom:10px;
}
.home #content div.blue_tab{
	position:absolute;
	top:219px;
	left:-18px;
	background:#CC9933;
	width:321px;
	padding: 10px 20px 10px 40px;
	height:147px;
	background:url(../images/blue_tab.png) no-repeat;
	font-size:13px;
	color:#ffffff;
}
.blue_tab h3{
	color:#252525;
	font-size:22px;
}
a{
	color:#505050;
}
#main p,#main  h1,#main  h2,#main  h3,#main  h4,#main  h5,#main  h6, #main table{
	padding:0px 15px;
}
#main  ul,#main  ol{
	padding:0px 15px 0px 40px;
}
table.coursetable_left, #main table.coursetable_left{
	background:url(../images/course_table_bg.gif) repeat-y;
	float:left;
	margin-right:4px;
	
	padding:0px;
}
table.coursetable_right, #main table.coursetable_right{
	background:url(../images/course_table_bg.gif) repeat-y;
	float:left;
	
	margin-bottom:4px;
	padding:0px;
}
.coursetable_left tbody, .coursetable_right tbody{
	background:url(../images/course_table_bottom.gif) no-repeat bottom;
}
.coursetable_left th, .coursetable_right th{
	padding:3px 3px 0px 13px;
	line-height:44px;
	font-size:17px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
th.govt{
	background:url(../images/course_govt_funded_head.gif) no-repeat;
}
th.proj_man{
	background:url(../images/course_project_management_head.gif) no-repeat;
}
th.hosp{
	background:url(../images/course_hospitality_head.gif) no-repeat;
}
th.train{
	background:url(../images/course_training_head.gif) no-repeat;
}
th.retail{
	background:url(../images/course_retail_head.gif) no-repeat;
}
th.business{
	background:url(../images/course_business_head.gif) no-repeat;
}
th.other{
	background:url(../images/course_other_head.gif) no-repeat;
}
th.rpl{
	background:url(../images/course_rpl_head.gif) no-repeat;
}
.coursetable_left td.content, .coursetable_right td.content{
	padding:10px 13px 13px 0px;
	font-size:12px;
}

table.infotable{
	border-collapse:collapse;
	margin:0px 15px 10px;
}
table.infotable td{
	border:1px solid #cccccc;
	border-collapse:collapse;
	padding:5px;
}
table.infotable th{
	border:1px solid #cccccc; 
	border-collapse:collapse;
	background:#dddddd;
	padding:5px;
}
.buttonheading img{
	border:none;
}

