/*

CSS layout for TESOL for main pages

David Beal - for KND web consultants www.knd.com.au

Version 1.0 
last updated 11/06

*/


/*******************

 everything carries the
 top background image for each
 location

********************/
body{
	background-image:url("../images/background_job.gif");
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#216432;

}
#everything_1, #everything_2, #everything_3{
	position:relative;
	padding: 0px;
	height: auto;
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
}


#everything_1{
	background-image:url("../images/headers/job/header_job_1.jpg");
	background-position:top left;
	background-repeat:no-repeat;

}
#everything_2{
	background-image:url("../images/headers/job/header_job_2.jpg");
	background-position:top left;
	background-repeat:no-repeat;

}
#everything_3{
	background-image:url("../images/headers/job/header_job_3.jpg");
	background-position:top left;
	background-repeat:no-repeat;

}



/*

alt style only shows if CSS is
turned off.

*/
.alt {
	display:none;
}
/******************
** HEADER STYLES **
******************/
#header{
	height:62px;
	z-index:2;

}

/**************************
** left col styles       **
** STYLES FOR THE MENU   **
** ARE IN COMMON.CSS     **
** STYLESHEET            **
**************************/


#leftcol {
	width:613px;
	float:left;
}

/* HEADER TEXT STYLES */

/* FIRST TEXT */

#leftcol_header1{
	position:relative;
	height:55px;

}
#leftcol_header1 .line1{
	font-family:Arial, Verdana;
	position:absolute;
	top:10px;
	left:190px;
	font-size:18px;
	/*font-weight:bold;*/
	color:#ffffff;
	

}
#leftcol_header1 .line2{
	position:absolute;
	font-family:Arial, Verdana;
	position:absolute;
	top:30px;
	left:220px;
	font-size:14px;
	/*font-weight:bold;*/
	color:#ffffff;
	

}
/* SECOND TEXT */

#leftcol_header2{
	position:relative;
	height:60px;


}
#leftcol_header2 .line1{
	position:absolute;
	position:absolute;
	font-family:Arial, Verdana;
	position:absolute;
	top:15px;
	left:320px;
	font-size:12px;
	/*font-weight:bold;*/
	color:#666666;
	

}
#leftcol_header2 .line2{
	position:absolute;
	position:absolute;
	font-family:Arial, Verdana;
	position:absolute;
	top:30px;
	left:365px;
	font-size:12px;
	/*font-weight:bold;*/
	color:#666666;
	

}
.leftcol_col{
	width:204px;
	float:left;
}

.leftcol_col2{
	width:250px;
	float:left;
}

#main_menu{
padding-left:10px;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#8AB2E3;
}
#main_menu a{
color:#2C315B;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
#main_menu a:hover{
color:#60A842;
text-decoration:none;
}
#breadcrumb{
padding-left:0px;
margin-top:7px;
margin-bottom:10px;
font-size:1em;
color:#999999;
}
#spacer{
	height:21px;
	background-image:url("../images/spacer.gif");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	
}


#leftcol .modual{
	margin-left:17px;
	font-size:.9em;
}
#leftcol .modual p{
	
}
#leftcol .modual .content{

	padding: 0 0 0.7em 0;
}
#leftcol .modual .title{
color:#0066FF;
font-weight:bold;
}
#leftcol .modual .title a:link, #leftcol .modual .title a:visited{
color:#0066FF;
font-weight:bold;
}
#leftcol .modual .title a:hover{
color:#2C315B;
font-weight:bold;
}
#leftcol .modual .data{
 margin-left:14px;
}
#leftcol .modual .link{
  margin-top:5px;
}
#leftcol .modual a:link, #leftcol .modual a:visited{
color:#60A842;
}
#leftcol .modual a:hover{
	color:#2C315B;
 	text-decoration:none;
}

/* END LEFTCOL STYLES */


			/**********************
** RIGHT COL STYLES  **
**********************/

#rightcol {
	width:160px;
	float:right;
	margin-top:7px;
}
.country{
text-align:right;
font-size:.75em;
padding-right:7px;
margin-bottom:3px;
}

#right_nav2{
	font-size:9px;
	width:158px;
	background-image:url("../images/right_nav2_bg.jpg");
	background-position:0px 40px;
	background-repeat:repeat-y;

}
#right_menu2_head{
	
	background-image:url("../images/right_nav2_head.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}
#right_menu2_content{
	width:158px;
	
	padding-top:47px;


}
#right_menu2_footer{
	height:22px;
	background-image:url("../images/right_nav2_footer.jpg");
	background-position:top;
	background-repeat:no-repeat;

}
#right_menu2_content .center{
	text-align:center;
	font-size:9px;
	color:#666666;
	width:90%;
	margin-left:5%;

}
#right_menu2_content .title{
	color:#5FA83F;
	padding-left:5px;
	margin-top:5px;
}
#right_menu2_content .data{
	width:90%;
	padding-left:5%;
	color:#000000;
}
/*******************
** FOOTER STYLES  **
*******************/
#footer{
	clear:both;
	background-image:url("../images/footerbg.gif");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#aaaaaa;
	margin:0px 0px 0px 0px;

}
#leftfooter{	
	padding-top:30px;
	width:50%;
	border-right:1px solid white;
	float:left;
}

#rightfooter .content, #leftfooter .content{
	font-size:.75em;
	margin-left:18px;
}
#leftfooter a, #leftfooter a:link, #leftfooter a:visited, #leftfooter a:hover, #rightfooter a, #rightfooter a:link, #rightfooter a:visited, #rightfooter a:hover{
	color:#ffffff;
	font-weight:bold;
}
#rightfooter{
	padding-top:30px;
	width:49%;
	float:left;
	color:#ffffff;
}
#leftfooter .content img{
	margin:0px 10px 10px 0px;
	float:left;
}
#rightfooter .content img{
 margin-bottom:10px;
}
#leftfooter .content .graduate{
	width:50%;
	float:left;
}
#rightfooter .content .destination{
	width:85px;
	float:left;
}
#rightfooter .content .destination img{
	margin:0px 12px 0px 0px;
	float:left;
}
#leftfooter .content .graduate img{
	float:left;
	margin-right:5px;
}
.spacer{
	width:100%;
	height:10px;
	clear:both;
}
/* COLOR CHANGES FOR THE JOB CENTER */
/* TOP MENU */
#font label{
color:#ffffff;
}
#top_menu a, #top_menu a:link {
color:#ffffff;

}
#top_menu a:hover{
color:#2C315B;

}
#footermenu, #footermenu a, #footermenu a:link, #footermenu a:visited{
color:#39824B;
}
#footermenu a:hover{
color:#FFFFFF;
}