/* CSS Document */



body, body *, *{margin:0; padding:0;}

body{text-align:center; }







#pagecontent{ line-height:1.5em;}

#pagecontent h1,#pagecontent h2, #pagecontent h3{ margin:5px 0;}

#pagecontent p{ margin:7px 0;}

#wrapper{/*width:966px;*/ width:1140px; margin:0 auto;}

#header{ padding:4px 0 11px 0; /*padding:25px 33px 0 28px;*/ position:relative; margin-bottom:25px; /*margin-top:30px;*/ /*margin-top:75px;*/}



		#btnSignUp{display: block;
background: #de8f2f;
line-height: 50px;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;}  

		#btnSignUp:hover{background-position:-111px -4px;}

		

#headerTop{height:10px; background:url(../gfx/hdr-bg.jpg) repeat-x;}		

#pagecontent{padding:10px 30px 10px 25px; margin-top:10px;}

#footer{height:28px; padding-top:7px;}

#poweredby{text-align:right; padding:10px 20px 20px 0; margin:0 auto;width:946px;}

a#fundingBody{float:left; padding-left:20px;}

a#fundingBody img{border:none; }



.block{text-indent:-9999px; display:block;}

.right{float:right;}





/*a#youthconnections{width:161px; height:91px;}*/

/*#header a#sbat{float:right; width:720px; height:90px;}*/

a#sbat{height: 49px;
width: 1000px;
background: url(http://media.startmytrade.com.au/gfx/logo-smt.png) no-repeat top left;
display: block;
padding: 71px 0 0 250px;
font-size: 20px;
color: #000;
text-decoration: none;
color: #de8f2f;
font-weight: bold;
	
}

#header form fieldset{border:0;padding:0;margin:0;}

form#newsletter-signup{text-align:left; display:block; width:160px; padding-left:20px; /*height:90px; padding:15px 0 0 5px;*/ padding-top:5px; height:50px; position:absolute; /*top:15px;*/ top:40px; right:10px;}

form#frm_login{}

div#logout{width:420px; text-align:right; padding-top:5px; height:25px;}







/*ul#nav{width:550px; padding-top:28px; }*/

/*ul#nav{padding-top:8px;}*/

ul#nav li{float:left;}

ul#nav li a{padding:0 5px;}



#pagecontent ul{padding-left:20px;}



.clear { clear:both; font-size: 1px; height: 0px;}

.floatright{float:right;}

.floatleft{float:left;}



.top, .mid, .bot{padding:0; margin:0;}

.bot{font-size:1px;}

.mid{padding:20px; margin-top:-7px; margin-bottom:-7px;}





/*2 col layout*/



#leftcol,#rightcol{padding:0; margin:0;}

#rightcol{width:447px; float:right;}

#leftcol{width:447px;}



#pge-index #rightcol{width:380px;/*380px;*/ padding-right:0;}

#pge-index #leftcol{width:370px; padding-right:0; padding-left:10px; width:525px;}

#pge-index ul.logos{list-style:none; padding:0; margin:20px 0 0 0;}

#pge-index ul.logos li{display:inline; text-indent:0;height:80px; width:126px; text-align: center;margin-top: 0pt;margin-right: 0pt;margin-bottom: 0pt;margin-left: 0pt;list-style-type: none;list-style-image: none;list-style-position: outside;float: left;}

#pge-index ul.logos li a img{border:0; vertical-align:middle;}





#pge-index ul.logos a.logoABL img{}

#pge-index ul.logos a.logoWTS img{padding-top:20px;}

#pge-index ul.logos a.logoRR img{padding-top:20px;}

#pge-index ul.logos a.logoLJ img{}

#pge-index ul.logos a.logoWHS img{}

#pge-index ul.logos a.logoTAFE img{padding-top:10px;}



#pge-jobs #leftcol{width:650px;}

#pge-jobs #rightcol{width:230px;}



#leftcol .mid{padding:0;}

ul#jobs{ padding:0; margin:0; list-style:none;}

ul#jobs li{padding:10px;}/*border-bottom:1px solid #8D4340; */

ul#jobs li.last{border-bottom:none;}





/* GAVIN ADDITIONS - POP UP BOX */



.pop-content {

	float: left;

	display: block;

	height: 100%;

	width: 445px;



}



h1.pop-title {

	font-size: 17px;

	text-align: center;

	font-weight: bold;

}



.pop-content p {

	padding-bottom: 10px;

}



.pop-content a, .pop-content a:visited {

	color: #666666;

	font-weight: bold;

}



a.pop-prev-btn, a.pop-next-btn, div#cboxClose  {

	display: block;

	text-indent: -9999px;

	text-decoration: none;

	position:absolute;

	bottom: 0;

	outline: none;	

}



a.pop-prev-btn {

	background: url(../gfx/pop_prev_btn.gif) transparent no-repeat top center;

	width: 22px;

	height: 22px;

	left:0px;

}



a.pop-next-btn {

	background: url(../gfx/pop_next_btn.gif) transparent no-repeat top center;

	width: 22px;

	height: 22px;

	/*margin-left: 30px;*/

	left:30px;

}



div#cboxClose {

	background: url(../gfx/pop_close_btn.gif) transparent no-repeat top center;

	width: 21px;

	height: 22px;



}



div#cboxTitle{margin-left:60px; width:350px; color:#000; z-index:1000;}



a.pop-prev-btn:hover, a.pop-next-btn:hover, div#cboxClose:hover {

	background-position: bottom center;

}



.pop-btm-title {

	margin-left: 60px;	

	position:absolute;

	bottom: 5px;

	left:0;

	text-align: center;

	width:360px; 

	color: #a09b9b;

		

	z-index:10000;

	/*border:5px solid pink;*/



}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}





