@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.clrboth{
	clear: both;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backer_body.jpg);
	background-repeat: repeat-x;
	background-color: #ffd08e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #cc6600;
}
a span {
	display: none;
}

a img {
border: none;
}

p {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 150%;
}
ul {
	margin-left:10px; padding-left:10px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 10px;
	line-height: 150%;
}
h1 {
	position: relative;
	color: #0b5c89;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	z-index:0;
}
h2 {
	position: relative;
	color: #0b5c89;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
h3 {
	position: relative;
	color: #0b5c89;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 8px 0px;
}
h4 {
        position: relative;
	color: black;
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0px 20px 0px;
}
h5 {
        position: relative;
	color: #0b5c89;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
}
h6 {
        position: relative;
	color: black;
        font-size: 12px;
        font-style: italic;
	font-weight: normal;
}
.main {
	width: 770px;
	margin: 9px auto 10px auto;
	background-color: #fff;
}
.header {
	position: relative;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
	height: 94px;
}
.headerLinks {
	position: absolute;
	width: 200px;
	height: 50px;
	top: 30px;
	right: 20px;
	font-size: 10px;
	text-transform: uppercase;
}
.headerLinks a {
	color: #003399;
	padding: 0px 4px 0px 4px;
}
.headerLinks input {
	position: absolute;
	top: 20px;
	left: 4px;
	border: 1px #a5acb2 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 122px;
	padding: 1px 0px 0px 4px;
}
.btnSearch {
	position: absolute;
	top: 20px;
	right: 0px;
	display: block;
	width: 56px;
	height: 18px;
	background-image: url(../images/btn_search.jpg);
	background-repeat: no-repeat;
}
.nav {	
	background-image: url(../images/backer_nav.jpg);
	background-repeat: no-repeat;
	height: 36px;
	color: #fff;
	font-size: 10px;
}
.nav a {
	display: block;
	float: left;
	height: 28px;
	width: 65px;
	padding: 4px 0px 4px 0px;
	border-left: 1px #fff solid;	
	color: #fff;
	text-decoration: none;
}
.nav a:hover, .currentSection {
	background-image: url(../images/backer_nav_hi.jpg);
	background-repeat: repeat-x;
	color: #093a59;
	text-decoration: none;
}
.navFirst {
	border: none !important;
}
.nav ul, {
	list-style: none;
	text-transform: uppercase;
}
.nav li {
	float: left;
	list-style: none;
}
.navSub {
	clear: both;
	background-image: url(../images/backer_nav_sub.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding: 8px 0px 0px 15px;
	color: #093a59;
	font-size: 11px;
}
.navSub a {
	color: #093a59;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}
.navSub a:hover {
	text-decoration: none;
	color: #fff;
}
.content {
	background-image: url(../images/backer_content.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 30px 0px 30px 0px;
}
.content ul
{
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 150%;	
}
.content ol
{
	margin-left: 30px;	
	padding-bottom: 8px;
}
.content li
{	
	padding-top: 4px;
	padding-bottom: 4px;	
}
.contentSub {
	padding: 0px 30px 0px 50px;
}
.contentLeft {
	width: 450px;
	padding: 0px 30px 0px 50px;
	float: left;
	border-right: 1px #999 solid;
}
.contentRight {
	font-size: 11px;
	width: 200px;
	padding: 0px 20px 0px 10px;
	float: right;
}
.contentRight ul, .contentRight li {
	list-style: square;
	font-size: 11px;
}
.contentRight li {
	margin: 0px 0px 5px 0px;
}
.contentRight ul {
	margin: 0px 0px 15px 15px;
}
.currentProjects {
	background-image: url(../images/backer_current_projects.jpg);
	background-repeat: repeat-x;
	border: 1px #c6dfe6 solid;
	padding: 10px 20px 10px 20px;
	margin: 20px 0px 10px 0px;
	font-size: 11px;
}
.currentProjects ul, .currentProjects li {
	list-style: square;
}
.currentProjects li {
	margin: 0px 0px 5px 20px;
}
.currentProjects ul {
	margin: 0px 0px 15px 0px;
}
.currentProjectsLeft {
	width: 200px;
	float: left;
}
.currentProjectsRight {
	width: 200px;
	float: right;
}
.footer {
	clear: both;
	height: 125px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
}
.homeFeature {
	height: 140px;
	padding: 0px 0px 0px 5px;
	background-image: url(../images/backer_feature.jpg);
	background-repeat: repeat-x;
}
.homeFeature a {
	width: 190px;
	height: 140px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}
.featureLabour {
	background-image: url(../images/feature_labour.jpg);
}
.featureSkill {
	background-image: url(../images/feature_skill.jpg);
}
.featurePromotion {
	background-image: url(../images/feature_promotion.jpg);
}
.featureOpportunities {
	background-image: url(../images/feature_opportunities.jpg);
}



/*****rachelle's styles*****/

.highlight
{
	background-color:#FFFF00;
}

table {
}
.hrissues {
	width: 100%;
	border: none;
}

td {
}
.hrissues-icon {
	width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
}
.hrissues-text {
	width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: 11px;
	font-height: 120%;
}


table {
}
.projects {
	border: 1px solid black;
	margin-left:auto;
	margin-right:auto;
	border: none;
	text-align:center;
}

td {
}
.projects-icons {
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
}
.projects-text {
	margin: 0px 0px 0px 0px;
	padding: 10px 16px 10px 22px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-height: 120%;
}

.indent {
	margin-left: 25px;
}

.excerpt {
	font-size: 11px;
	font-height: 120%;
}

.floatleft {
	width: 320px;
	float: left;
	margin-bottom: 55px;
}

.floatright {
	width: 320px;
	float: right;
	margin-bottom: 55px;
}

.resources-text {
	font-size: 11px;
	font-height: 120%;
	padding: 5px 0px 0px 130px;	
}

.resources-button {
	padding-left: 10px;
}

.pcplist {
	list-style-type: decimal;
}

.dashedbox {
	width: 658px;
	background-color: #FAF5ED;
	border-style: dashed;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 18px 15px 5px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.project
{
	font-size: 12px;
	line-height: 150%;	
}

.project ul {
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.project li {	
	padding-top: 1px;
	padding-bottom: 1px;	
}

.howdoi-header {
	position: relative;
	color: #0b5c89;
	font-size: 18px;
	margin: 5px 0px 15px 0px;
}

.recruitworkers {
	width: 326px;
	height: 369px;
	background-image: url(/images/recruit_workers.jpg);
	background-repeat: no-repeat;
	float: left;
}

.retainworkers {
	width: 326px;
	height: 369px;
	background-image: url(/images/retain_workers.jpg);
	background-repeat: no-repeat;
	float: right;
}

.contentittimplementation {
	padding-top: 100px;
	font-weight: bold;
}

.recruitworkers ul {
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;	
	list-style-type: square;
}

.recruitworkers li {
	padding-top: 0px;
	padding-bottom: 0px;	
}

.retainworkers ul {
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;	
	list-style-type: square;
}

.retainworkers li {
	padding-top: 0px;
	padding-bottom: 0px;	
}

table.program {
	width: 100%;
	border: 1px solid #003366;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 22px;
}

table.program td {
	padding: 5px 4px;
	text-align: center;
	border: 1px solid #003366;
}
table.program  .yellow {
	text-align: center;
	background: #FFF5D9;
}

table.program .blue {
	text-align: center;
	background: #003366;
	font-weight: bold;
	color: #fff;
}
#ittNav {
border-bottom:1px solid #999999;
height:35px;
margin-bottom:12px;
}
#breadcrumb {
color:#666666;
font-size:10px;
margin-bottom:15px;
margin-top:-5px;
}
#breadcrumb a {
font-weight:normal;
}

.occupation-types {
list-style-type: decimal;
}

.occupation-types li {
padding: 0px;
margin: 0px;
font-size: 11px;
}

.centre {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
clear: both;
text-align: center;
}

.afterlist {
margin-top: 15px;
}

.occupation-table {
width: 100%;
border-collapse:collapse;
border: 1px solid black;
}


.occupation-table-light {
background-color: #ffffff;
}

.occupation-table-dark {
background-color: #faf5ed;
}

.occupation-table td {
padding: 2px 5px;
text-align: left;
}

.occupation-table-header {
background-color: #fcbd10;
border: 1px solid black;
}

.occupation-table-header td {
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
text-align: center;
}

.occupation-table-number {
text-align: center !important;
}

/*****rachelle's styles*****/


/*tj's styles*/
#stepButtons
{
clear:right;
float:left;
margin: 30px 0 0 185px;
padding: 0 20px;
width: 275px;
}

#stepButtons #previous{
float:left;
}

#stepButtons #next{
float:right;
}
.content img{
border:none;
}

div.projectFeature {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none no-repeat scroll center center;
float:left;
font-size:11px;
height:260px;
margin:10px 8px 10px 7px;
padding:10px 30px;
width:260px;
}

#sitemap ul{
padding:0px;
margin-left:30px;
}
#sitemap li{
padding:0px;
}
.contentHome{
height:230px;
width:770px;
text-align:center;
}

.contentHome p{
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
line-height:1.5em;
}

#langSelect {
color:#666666;
font-size:0.8em;
font-weight:bold;
height:140px;
margin:0 auto;
padding:75px 0 0;
}


/*tj's styles*/


#videoContent {
	border: 1px dashed #ccc;
	background: #f4f4f4;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
}



/* ---------- LMI ---------- */

img {
	border: 0px;	
}
.featureLMI {
	position: relative;
	height: 120px;
	background-image: url(../images/feature_lmi.jpg);
	background-repeat: no-repeat;	
}
.featureLMI div {
	position: absolute;
	width: 330px;
	top: 54px;
	left: 25px;
	font-size: 11px;
	color: #153e64;
}
.contentLMI {
	background-image: url(../images/backer_content.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 30px 20px 30px 20px;
}
.contentLMI .contentLeft {
	width:710px;
	padding: 10px 30px 0px 8px;
	/*float: left;*/
	border-right: none;	
}
.contentLMI .contentRight {
	font-size: 11px;
	width: 190px;
	padding: 40px 0px 15px 25px;
	float: right;	
}
.navLMI {
	color: #000;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px #ccc solid;
}
.navLMI a {
	color: #0b5c89;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}
.navLMI a:hover {
	text-decoration: underline;	
}
.columnLMI {
	font-size: 11px;
	padding: 10px 10px 10px 0px;
	width: 172px;
	float: left;	
}
.btnLearnMore {
	display: block;
	height: 19px;
	background-image: url(../images/btn_learn_more.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.tagNew {
	padding: 10px 0px 20px 90px;
	margin: 0px 0px 0px -15px;
	background-image: url(../images/tag_new.jpg);
	background-repeat: no-repeat;
}
.toggle-navigation {
	padding: 5px 15px 15px 85px;
	margin: 5px;
}

.lmi-icon-text {
	margin-right: 12px;
}

.toggle-btn {
	background-color: #F6A222;
	color: #fff;
	padding: 6px 9px 6px 9px;
	margin: 3px 6px 0 0;
	text-decoration: none;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(136,136,136, .66) 2px 2px 3px;
    -webkit-box-shadow: rgba(136,136,136, .66) 2px 2px 3px;
    box-shadow: rgba(136,136,136, .66) 2px 2px 3px;
    -webkit-transition: color .15s ease, background-color .25s ease;
  -moz-transition: color .15s ease, background-color .25s ease;
  -o-transition: color .15s ease, background-color .25s ease;
  transition: color .15s ease, background-color .25s ease;
	text-shadow: rgba(0,0,0, .42) 1px 1px 1px;
}
.toggle-btn:hover {
	color: #08739F;
	text-decoration: underline;
    -webkit-transition: color .25s ease, background-color .25s ease;
  -moz-transition: color .25s ease, background-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease;
  transition: color .25s ease, background-color .25s ease;
}


ul.breadcrumbs {
margin:0;
padding:0;
list-style: none;
clear:both;
padding-bottom: 38px;

}

ul.breadcrumbs li {
list-style: none;
float: left;
margin-left: 0;
margin-right: 1em;
}



































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

