

html{height:100%;}
body {
	 height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#414042;
	font-size:.875em;
	background-image:url(../../images/site/bg.gif);
	background-repeat:repeat-x;
	background-color:#eff0e9;
}

h1{
	font-size:1.286em;
	font-weight:bold;
	color:#333132;
}
h2{
	font-size:1em;
	font-weight:bold;
	margin:6px 0 10px 0;

}
h3{
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
h4{
	font-size:1em;
	font-weight:bold;
}
a {
	font-weight:bold;
	color:#0a436a;
	text-decoration:none;
	font-size:1.036em;
}
a:hover {text-decoration:underline;}
p {
		margin:0 0 10px 0;
	/*clear:both;*/
	overflow:visible;
}

img {border:none;}
	

.wrap {
	width:960px;
	margin:0 auto;
}	
/********** NAV *************/

/*MAIN NAV*/
.nav_main{
	height:52px;
	clear:both;
	margin-left:10px;
}
.nav_main li {
	display:block;
	float:left;
	margin-right:10px;
	
}
.nav_main li a{
	display:block;
	height:12px;
	margin-top:10px;
	padding:10px 20px 20px;
	color:#ffffff;
	font-size:1.429em;
	text-decoration:none;
	font-weight:normal;
}
.nav_main li.first a{
	text-indent:-999px;
	background-image:url(../../images/site/home.png);
	background-repeat:no-repeat;
	width:62px;
	padding:0;
	height:42px;
}
.nav_main li.here a, .nav_main li.parent-here a{
	background-color:#a7cf94;
	color:#333132;
	font-weight:bold;
}
.nav_main li a:hover{
	background-color:#a7cf94;
	color:#333132;
}

/*SUB NAV*/
ul.nav_sub{
	height:52px;
	background-color:#a7cf94;
	clear:both;
}
ul.nav_sub li {
	display:block;
	float:left;
	margin-right:10px;
}
ul.nav_sub li.first {margin-left:10px;}
ul.nav_sub a{
	display:block;
	height:22px;
	margin-top:10px;
	padding:10px 6px;
	color:#333132;
	font-size:1.1em;
	text-decoration:none;
	font-weight:normal;
}
ul.nav_sub li.here a, .nav_sub li.parent-here a{
	background-color:#ffffff;
	color:#333132;
	font-weight:bold;
}
ul.nav_sub a:hover{
	background-color:#ffffff;
	color:#333132;
}
/********** HEADER *************/

.accessible {
	display: none;
	visibility:hidden;
	}
.accessible:focus {visibility:visible;}
		
.logo{	
	display:block;
	width:207px;
	height:148px;
	background-image:url(../../images/site/logo.jpg);
	text-indent:-999px;
	float:left;
}
.rhs {
	float:right;
	color:#414042;
	width:540px;
	
}
.header {/*position:relative;*/}

.social-share {
	height:25px;
	float:right;
	margin:0 0 20px 0;
	}

.social-share .facebook {
	float:left;
	width:52px;
	}

.connect_button_container a.like_button_like,
.connect_button_container a.like_button_no_like {
	padding:2px 5px;
	}
.social-share .twitter,
.social-share .google-plus,
.social-share .linkedin {
	float:left;
	margin: 2px 0 0 10px;
	}
	
/*.fb_edge_widget_with_comment iframe { 
	width: 47px !important;
}*/

ul.headersocial { float:left; padding-top: 4px; margin-right: 10px; }

ul.headersocial li {float:left;}


.font-resize{
	width: 94px;
	height: 40px;
	background-image: url(../../images/site/font-size-bg.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	display:block;
	float:left;
	color:#FFF;
	margin-top:-40px;
	margin-left:886px;
}
.font-resize span.small{
	font-size:16px;
	margin-right:10px;
}
.font-resize span.med{
	font-size:20px;
	margin-right:10px;
}
.font-resize span.large{font-size:27px;}
.font-resize a {
	color:#FFF;	
	font-weight:normal;
}
.freecall{
	font-size:1.429em;
	padding-top:35px;
	padding-bottom:10px;
	float:right;
}
.header_search{float:right;}
.header_search form {float:right;}
.telephone {
	background-image:url(../../images/site/telephone.gif);
	display:block;
	width:26px;
	height:22px;
	float:left;
	margin-right:7px;
	
}

.hidden_label {
	text-indent:-9999px;
	display:none;
	}
	
input[type="text"].search_bar {
	 background-image:url(../../images/site/searchbox.gif);
	 background-repeat:no-repeat;
	 border:none;
	 /*padding-left:10px;
	 width:261px;*/
	 padding-left: 20px;
	 width: 250px;
	 height:36px !important; 
	 float:left;
	 line-height: 38px;
	 font-size:1.071em;
	 color:#555555;
 }
 
input[type="text"]{
	 background-image:url(../../images/site/input-bg.gif);
	 background-repeat:no-repeat;
	 border:none;
	 /*padding-left:10px;
	 width:293px;*/
	padding-left: 8px;
	width: 294px;
	 height:38px; 
	 float:left;
	 /*line-height: 38px;*/
	 font-size:1.071em;
	 color:#555555;
}

 
	
.search_bar, form#office-search input[type="text"], form#training-search input[type="text"]{
	 background-image:url(../../images/site/searchbox.gif);
	 background-repeat:no-repeat;
	 border:none;
	 /*padding-left:10px;
	 width:261px;*/
	 padding-left: 20px;
	 width: 250px;
	 height:36px !important; 
	 float:left;
	 line-height: 38px;
	 font-size:1.071em;
	 color:#555555;
 }
.search_submit, form#office-search input[type="submit"], form#training-search input[type="submit"]{
  	background-image:url(../../images/site/search.gif);
	 background-repeat:no-repeat;
	 text-indent:-999px;
	 border:none;
	 width:37px;
	 height:38px;
	 float:left; 
	 display:block;
	 font-size:0;
	 line-height:0;
	 cursor:pointer;
}



/********** HOME PAGE *************/


.lb_home {
	background-color:#a7cf94;
	height:5px;
	}
.home_intro{
	line-height: 1.2em;
	font-size: 1.800em;
	color: 	#4A9328;
	background-image: url(../../images/site/home/home-intro.gif);
	background-repeat: no-repeat;
        background-position: center right;
	display: block;
	width: 515px;
	padding-right: 415px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
.home_intro p{
	overflow: visible !important;	
}
.jobcount{
	width:260px;
	/*height:267px;*/
	border-color:#b0b0b0;
	border-width:1px;
	border-style:solid;
	display:block;
	float:left;
	margin:10px 27px 10px 0;
	text-align:center;
	color:#faa61c;
	font-size:2.714em;
	line-height:1.2em;
	font-weight:bold;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.count{font-size:2.6em;}
/*
.news{
	width:270px;
	float:left;
	padding:10px;	
	position:relative;
	margin:0 0 0 10px;
}*/

.news h1,
.green h1 {
	margin:16px 0 5px 0;
	}
.news h2,
.green h2 {
	margin:0 0 10px 0;
	font-size:1em;	
	}	
.newsmargin{margin-right:20px;}
.news a.readmore{
	/*position:absolute;
	bottom:0;*/
	
}
.tabs {position:relative;}
.tabs ul li {
	float:left;
	padding:10px;
	margin-left:10px;
	
}

.tab-panel{
	clear:both;
	background-color:#ffffff;
	overflow:auto;
	padding:30px;
	
}
.tab-panel ul li{
	float:none;
	padding:10px;
	margin-left:10px;
}

#services ul, #languages ul , #centrelink ul, #outreach ul, #spotlight ul {
	list-style-type:disc;
	font-size:1em;
	margin-left:20px;
	margin-bottom:10px;
	line-height:18px;
	}
#services li,
#languages li,
#centrelink li,
#outreach li,
#spotlight li {
	list-style-type:disc;
	line-height:18px;
	padding:0;
	}

#spotlight ul li {font-size:1em;}

.lb{
	position:absolute;
	top:2.427em;	
	
}
/* PINK TAB */
.pink div.lb {
	height:5px;
	display:block;
	clear:both;
	width:960px;
	border:none;
	background-color:#b81c54;
	margin:0;
}
.pink ul li{
	font-size:.98em;
	background-color:#ffffff;
	
}
.pink ul li.ui-state-default a{color:#b81c54;}
.pink ul li.ui-tabs-selected{background-color:#b81c54;}
.pink ul li.ui-tabs-selected a{color:#ffffff;}
.pink div.ui-tabs-panel{
	background-color:#FFF;
	overflow: auto;
	/*width:100%;*/
}

.pink h2, .pink h1 {
	color:#b81c54;
	margin: 0 0 13px 0;
	}


/* ORANGE TAB */
.orange div.lb {
	height:5px;
	display:block;
	clear:both;
	width:960px;
	border:none;
	background-color:#fba61c;
	margin:0;
}
.orange ul li{
	font-size:1.286em;
	background-color:#ffffff;
	
}
.orange ul li.ui-state-default a{color:#000000;}
.orange ul li.ui-tabs-selected{background-color:#fba61c;}
.orange ul li.ui-tabs-selected a{color:#000000;}
.orange div.ui-tabs-panel{
	background-color:#FFF;
	overflow: auto;
	/*width:100%;*/
}
/* GREEN TAB */
.green div.lb {
	height:5px;
	display:block;
	clear:both;
	width:960px;
	border:none;
	background-color:#006a5d;
	margin:0;
}
.green ul li{
	font-size:1.286em;
	background-color:#ffffff;
	
}
.green ul li.ui-state-default a{color:#026a5d;}
.green ul li.ui-tabs-selected {
	background-color:#006a5d;
	/*height:30px;*/
}
.green ul li.ui-tabs-selected a {color:#ffffff;}
.green div.ui-tabs-panel{
	background-color:#FFF;
	overflow: auto;
	/*width:100%;*/
}
/* BLUE TAB */
.blue div.lb {
	height:5px;
	display:block;
	clear:both;
	width:960px;
	border:none;
	background-color:#0a4369;
	margin:0;
}
.blue ul li{
	font-size:1.286em;
	background-color:#ffffff;
	
}
.blue ul li.ui-state-default a{color:#0a4369;}
.blue ul li.ui-tabs-selected{background-color:#0a4369;}
.blue ul li.ui-tabs-selected a{color:#ffffff;}
.blue div.ui-tabs-panel{
	background-color:#FFF;
	overflow: auto;
}

#home_page_tab a.readmore,
#home_page_news a.readmore,
#home_page_story a.readmore {margin-top:-5px;}

a.readmore, a.button, input.form_submit {
	/*height:18px;*/
	font-size:0.857em;
	font-weight:bold;
	color:#202020;
	padding: 6px 20px 6px 15px;
	text-decoration:none;
	display:block;
	float:left;
	line-height:1.3em;
	border-radius: 15px 15px 15px 15px;
	moz-border-radius: 15px 15px 15px 15px ;
	-webkit-border-radius: 15px 15px 15px 15px;
	background-image:url(../../images/site/arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:5px;
}
a.readmore:hover, a.button:hover, input.form_submit:hover{text-decoration:underline;}
.button, input.form_submit {
	
	 background-color: #a7cf94;
}
input.form_submit{
/*	background-image:url(../../images/site/arrow-white.png);
*/	border: medium none;
    color: #202020;
    cursor: pointer;
	font-size:1.15em;
   /* height: 24px;
    padding: 5px 20px 27px 15px;
	padding:8px 20px 24px 15px;*/
	height: 31px;
    margin-top: 20px;
    padding: 5px 20px 8px 15px;	
    width: 100px;
	margin-top:20px;
	line-height:22px;
}
.pinkBtn{
	 background-color: #db8da9;
}


.blueBtn{
	background-image:url(../../images/site/arrow-white.png) !important;
	color:#ffffff !important;
	background-color: #0a4369;
}
.orangeBtn{
	background-color: #f6c16d;
}
.greenBtn{
	background-color: #7fb4ae;	
}
.whiteBtn{
	background-color: #ffffff;
}
.lightblueBtn{
		background-color: #99bfd8;
}



/********** DEFAULT PAGE ***************/
.intro {line-height:1.429em;}	
h1.title{
	color:#4a9329;
	font-weight:100;
	font-size:4.357em;
	margin-bottom:20px;
	font-family:Helvetica, Arial, sans-serif
}

.wide .title {
	margin:30px 0 40px 0;
	}
	
.officetitle{
	color:#4a9329;
	font-weight:100;
	font-size:4.357em;
	font-family:Helvetica, Arial, sans-serif;
}	
.section {
	background-color:#FFF;
	display:block;
	padding:30px;
/*	overflow: auto;*/
	width: 900px;
	overflow: hidden;

	
}
.main_body {
	display:block;
	float:left;
	position:relative;
	margin-left:20px;
	margin-top: -2px;
	width:570px;
	line-height:1.429em;
	/*padding-bottom:30px;*/
	height:100%;
}




.main_body h2 {
	color:#4a9329;
	margin-top:	20px;
	margin-bottom: 20px;
}

.main_body ul.section_list, #links ul, .copy ul, #sitemap ul {
	list-style-image:url('../../images/site/blue_arrow.gif');
	margin-left:40px;
	margin-top:10px;
	margin-bottom:20px;
}

.main_body ul, .main_body_form ul {
	list-style:disc;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:20px;
}

.copy ul {
	list-style-image:none;
	list-style-type:disc;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}

.copy ol, .intro ol {
	list-style-image:none;
	list-style-type:decimal;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}


ul#sitemap li ul{
	margin-left:15px !important;	
	width:300px;
	display:block;
	float:left;
}
ul#sitemap li {
	width:300px;
	float:left;
	margin-bottom:10px;
}
#links ul {
	margin-left:20px;
	margin-top:0;
	margin-bottom:0;
}
.main_body ul li a, #links  ul li a, .copy ul li a, ul#sitemap li ul li a{
	text-decoration:none;
	color:#0a436a;
	font-weight:bold;
	height:20px;
}
.main_body ul li a:hover, #links  ul li a:hover, .copy  ul li a:hover, ul#sitemap li ul li a:hover{text-decoration:underline;}
.lhs{
	margin:0 20px 0 0;
	display:block;
	float:left;
	width:280px;
	background-color:#a7cf94;
	color:#FFF;
	font-size:1.429em;
	font-family:Helvetica, Arial, sans-serif
}
.white_bg {background-color:#fff;}
.quote{
	padding:10px;
	display:block;
	float:left;
	position:relative;
	width:240px;	
}
.txt{
	width:170px;
	float:left;
	padding-left:10px;
	padding-top:16px;
	padding-bottom:20px;
	line-height:1.429em;
}
.quotation {
	font-family:"Times New Roman", Times, serif;
	font-size:3.86em;
	width:35px;
	float:left;
	margin-left: 10px;
}
.qright{
	position: absolute; bottom: -10px; right: 0px;
}
/********** DEFAULT ARTICLE ***************/
.article{
	background-color:#FFF;
	padding:30px;
	overflow:auto;
	color:#414042;
	line-height:1.429em;
	position:relative;
}
.panel{
	color:#414042;
	line-height:1.429em;
}
.article h2 {
	color:#4a9329;
	margin-bottom:1.429em;
	font-size:1.1em;
}

.panel h1 {
	color:#414042;
	line-height:1.429em;
}


.panel h1.green,.panel h2.green, .panel h3.green, .story h1.green, .story h2.green, .story h3.green {color:#006a5d;}
.article div.copy, .intro {
	display:block;
	float:left;
	position:relative;
	width:570px;
	padding-bottom:10px;
	/*padding-bottom:30px;*/
}
.wide {
	width:100% !important;	
	margin:0 0 0 0;
	line-height: 1.429em;
}
.news div.intro, .story div.intro, .event div.intro {
	display:block;
	float:left;
	position:relative;
	width:260px;
}
.snip div.intro {
	display:block;
	float:left;
	position:relative;
	width:240px;
}
.float_right{
	display:block;
	float:right;
	margin-left:30px;
}
.float_left{
	display:block;
	float:left;
	margin-right:30px;
}
p.page_intro, .main_body > p:first-child, .main_body_form > p:first-child {
	color:#4a9329;
	font-size:1.37em;
	line-height:1.3em;
	margin-bottom:20px;
}
a.back-to-top{
	background-image:url(../../images/site/back-to-top.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:15px;
	color:#0a436a;
	display:block;
	text-decoration:none;
	float:left;
	position:absolute;
	bottom:0;
	right:0;
}

a.back-to-top:hover{text-decoration:underline;}

/********* JOB SEEKERS ***********/
.jobseekers{
	
}
#what h2, #what h1 {
	margin-bottom:20px;
	font-size:1.286em;
}

#what div.snip{
	color:#414042;	
	padding:20px;
	float:left;
	display:block;
	width:240px;
	
}
#what div.last{
	margin-right:0 !important; 
}
.dark{
	background-color:#99bfd8;
	margin-right:30px;
}
.medium{
	background-color:#b4d7ed;
	margin-right:30px;
}
.light{
	background-color:#cce8f9;
	margin-right:30px;
}
#what div.snip h1{color:#414042;}
/********** OFFICE ***************/

#map_canvas {
width:435px; height:350px;float:left;margin:0 20px 0 0;
}

.intro_image {
	float:left;
	margin:0 30px 0 0;
	}

.office h2{
	color:#4a9329;
	font-size:1.286em;
	font-weight:normal;
	margin-bottom:20px;
	
}
.jsa{
	height:170px;
	background-image:url(../../images/site/offices/jobact.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:315px;
	padding-top:25px;
}
.des {
	height:170px;
	background-image:url(../../images/site/offices/des.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:315px;
	padding-top:25px;
}

.training {
	height:170px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:315px;
	padding-top:25px;
}

.address{
	display:block;
	float:left;
	width:245px;
}
.details{
	display:block;
	float:left;
	width:280px;
}
.details h2{
	font-weight:normal;
	color:#4a9329;
}

#links ul {
	list-style-image:url('../../images/site/blue_arrow.gif');
	margin-top:0;
	width:47%;
	float:left;
}

#links ul li  {
	margin:0;
	padding:0;
	font-size:1em;
	}



.event, .story, .news {
	width:280px;
	float:left;
	margin:10px 30px 0 0;
/*	padding:10px 20px 10px 0;	*/
	position:relative;
}

#news .last, #stories .last, #events .last {
	margin:10px 0 0 0;
	width:280px;
	float:left;
	margin:10px 0px 0 0;

}
.event a.readmore,.story a.readmore{
	/*position:absolute;
	bottom:0;*/
	
}

.event img {
	margin:0 0 20px 0;
	}
.event h1, .event h2, .event h3{color:#006a5d;}
.spotlight h1, .spotlight h2, .spotlight h3{color:#0a436a;}
/********** SEARCH ***************/
.results h2 {font-weight:normal;}
#paginationHolder{
	margin:10px auto;
	color:#0a436a;
	width:100%;
}
ul.pagination{
     margin: 2px auto;
	 text-align:center;
}
ul.pagination li{
	display: inline;
    text-align: center;
	text-decoration:none;
	padding:10px 6px;
}
a.page-previous{
	background-image:url(../../images/site/leftArrow.png);
	background-repeat:no-repeat;
	padding-left:20px;
	top:5px;
	background-position:left;
}
a.page-next{
	background-image:url(../../images/site/rightArrow.png);
	background-repeat:no-repeat;
	padding-right:20px;
	top:5px;
	background-position:right;
}

.ui-tabs .ui-tabs-nav li.link {padding-right:.7em;}	
a.link{
	background-image:url(../../images/site/rightArrow-black.png);
	background-repeat:no-repeat;
	padding-right:20px;
	top:5px;
	background-position:96% 55%;
}

.green a.link{
	background-image:url(../../images/site/rightArrow-green.png);
	background-repeat:no-repeat;
	padding-right:20px;
	top:5px;
	background-position:96% 55%;
}


.results h2.no {
	font-size:1.286em;
	font-weight:bold;
	width:100%;
}
.office_search h2.no{
	font-size:1.286em;
	font-weight:bold;
	width:300px;
}
.office_search h2.no {float:left;}
.office_search a.button{margin-top:20px;}
.office_search{
	width:580px !important;	
}

.results h2.name {margin-top:0;}

.greenBar{
	width:587px;
	height:1px;
	background-color:#a7cf94;
	clear:both;
}
.greenBox{
	width:587px;
	height:68px;
	background-color:#a7cf94;		
}

.trainingform form {
	float:none !important;
    margin: 0 auto 10px auto !important;
    padding-top: 5px;
    position: relative;
    top: 10px;
    width: 310px;
	height: 38px;
}

.office_search .greenBox{
	width:570px;
	height:178px;
	background-color:#a7cf94;	
	padding:20px 0 0 0;	
}

.office_search .greenBox form {float:none;}

.office_search .greenBox .checkboxes {
	position: absolute;
	clear: both;
	text-align: left;
	margin: 0 0 0 50px;
	top: 180px;
}

.big{
	height:88px !important;
}
.greenBox div.instruction{
	margin:0 auto;	
	clear:both;
	text-align:center;
	font-style:italic;
	padding-top:5px;
}
/*
.greenBox div.header_search, .greenBox form{
	margin-right:134px;
	margin-top:0;
}*/
.greenBox form{
	float:right;
	margin-top:15px;	
	/*margin-right:134px;*/
}
.header_search p{overflow:visible;}

/********** FOOTER *************/
.footer{
	display:block;
	height:120px;
	font-size:14px;
	background-color:#fff;
}
.holder {
	width:960px;	
	margin: 0 auto;

}
.inline ul {
	margin:0 !important;
	height: 20px;
	
}
.holder ul {
	clear:both;
	margin-top:15px;
	/*background:#fff url(../../images/site/footer/bg.jpg) top left no-repeat;
	height:40px;*/
}
.language form{
	display:block;
	float:left;
	width:215px;
	margin-top:-7px;
}
.language span{
	display:block;
	float:left;
	margin-right:10px;
}
.language .chzn-drop {font-size:1.1em;}
.language .chzn-container span {
	font-size: .9em;
	}

input.lang{
	text-indent:-999px;
	background-image:url(../../images/site/go-button.png);
	display:block;
	float:left;
	width:29px;
	height:29px;
	border:none;
	font-size:0;
	line-height:0;
}
.holder ul li{
	display:block;
	float:left;
	width:80px;
	vertical-align: middle;
    text-align: center;
	padding-top:7px;
	height:20px;
	font-size:.85em;

}
.holder ul li a{
	text-decoration:none;
	color:#231f20;
	font-weight:normal;
	
}
.holder ul li a:hover{text-decoration:underline;}

.finder {
	height:42px;
	background-color:#4a9328;
	width:100%;
	display:block;
	padding-top:10px;
	color:#231f20;
	font-size:0.786em;
}

.finder a{
	background-image:url(../../images/site/footer/local-office.png);
	width:205px;
	height:22px;
	font-size:1.3em;
	font-weight:bold;
	color:#333132;
	padding-left:45px;
	padding-top:10px;
	text-decoration:none;
	display:block;
}
.finder a:hover{text-decoration:underline;}
li.language {
    text-align: left !important;
	width:276px !important;	
}

li.fb,
li.google,
li.twitter,
li.youtube,
li.linkedin,
li.wordpress {
	margin:1px 10px 0 0;
	width:26px !important;
	padding-top:0 !important;
	background-repeat:none;
}


li.fb a,
li.google a,
li.twitter a,
li.youtube a,
li.linkedin a,
li.wordpress a
 {
	display:block;
	text-indent:-9999px;
	width:26px;
	height:26px;
}

li.linkedin a {
	width:28px !important;
}

li.fb a{background-image:url(../../images/site/footer/facebook.png);}

li.google a{background-image:url(../../images/site/footer/google.png);}

li.twitter a{background-image:url(../../images/site/footer/twitter.png);}

li.youtube a{background-image:url(../../images/site/footer/youtube.png);}

li.linkedin a{background-image:url(../../images/site/footer/linkedin.png);}

li.wordpress a{background-image:url(../../images/site/footer/wordpress.png);}

li.copyright {
	margin-left:5px;
	white-space: nowrap;
	}
/********** HELPERS ***************/
.end-section{
	background-image:url(../../images/site/end-section.gif);
	width:960px;
	height:29px;
	display:block;
	clear:both;
}
/******** OFFICE RESULT *********/
.office_results{
	width:590px;
	margin-top:20px;
}

.office_results.row {clear:both;}

.office_results .col1 {float:left;width:250px;}
.office_results .col2 {width:330px;float:left;}

.office_results h1{
	font-size:1.571em;
	color:#4a9329;
	font-weight:normal;	
}
table thead tr th {
	text-align:left;
	height:40px;
	width:150px;
}
span.distance {font-weight:bold;}

.office_results .button {position:relative;top:-20px;}

/******** FORM ***********/


.notes {
	margin-top:5px;
	font-size:.85em;
	font-style:italic;
	}
/*	
.main_body.form{margin-left:10px;}

form.wise {
	border-top: 1px solid #d0d0d0;
    margin-top: 25px;
    padding-top: 30px;
	color: #414042;
	width:582px;
	float:left;
	overflow:hidden;
}*/

.main_body_form {
	display:block;
	float:left;
	position:relative;
	margin-left:10px;
	margin-top: -2px;
	width:570px;
	padding:0;
	line-height:1.429em;
	/*padding-bottom:30px;*/
	height:100%;
}

.main_body_form form.wise {
	border-top: 1px solid #d0d0d0;
    margin-top: 25px;
    padding-top: 30px;
	color: #414042;
	width:590px;
	float:left;
	overflow:inherit;

}


.noscript_buttons {
	margin:0 0 20px 0;
	}
.noscript_buttons a {margin-right:20px;}

#general,#feedback {padding-bottom:50px;}

#course-individual, #course-employer {display:none;}

form.wise p{
	margin-bottom: 0px;
}


.down_arrow{
	background:url(../../images/site/fieldset-bg.gif) bottom left no-repeat;
	height: 5px;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 20px;
	text-indent: -9999px;
}

form.wise fieldset legend{
	font-size:1.3em; /*18px*/
	font-weight:bold;
	color: #4a9329;
	padding-bottom: 25px;
}

fieldset div{
	display:block;
	margin-bottom:5px;
}
.label{
	display:block;
	float:left;	
	width: 267px;
	padding-right:10px;
}
.field{
	display:block;
	float:right;
	width: 303px;
	margin-bottom:0px;
}

.label.radiorow{
	display:block;
	float:left;	
	width: 100%;
}

label .label{padding-top:5px;}

.text label{
	display:block;
	padding-top: 5px;
	margin-bottom: 0px;
	/*float:left;*/
}

/*.field.radiorow{
	display:block;
	float:left;
	width: 100%;
}*/

.field span.radioval{
	margin-right: 90px;
}

.field span.checkval{
	width: 120px;
	display:inline-block;
}

#referral .field span.checkval{
	width: 270px;
	display:inline-block;
}

.success_message {
	margin:30px 0;
	}

.row {
	clear: both;
    display: block;
    float: left;
	width:100%;
	margin-bottom: 15px;
	width: 582px;
}
.row_nogap {
	clear: both;
    display: block;
    float: left;
	width:100%;
	width: 582px;
	margin-bottom: 10px;

}


input[type=radio]{
	margin: 0 5px 0 0;
}

.label_reqd {
	color:#b71b54;
	text-align:right;
	width:580px;
	font-size:.86em;
	}
	
.reqd {color:#b71b54;}
	
.or {
	height:20px;
	position:relative;
	top:-20px;
	margin-bottom:-15px ;
	float:left;
	display:block;
	}	
.errors{
	clear:both;
	border: 1px solid #b81c54;
	color: #b81c54;
	width: 578px;
	margin-bottom:20px;
}

.error_box {
	border: 1px solid #b81c54;
	color: #b81c54;
	width: 564px;
	margin:15px 0;
	padding:10px;
}



.errors ul {
	margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 10px;
}

.errors li{
	list-style: disc;
}

.error label, .error .label{
	color: #b71b54;
}

#inline_errors {display:none;}

#limited_eligibility, #referral_message {
    padding:40px 20px;
}

.error p{
	color: #b71b54;
	font-size:11px;
}

.error input[type=text] {
	background:url(../../images/site/input-error-bg.gif) top left no-repeat;
	height: 36px;
	color: #000;
	width:296px;
}

.error .chzn-container-single .chzn-single{
	border: 1px solid #B71B54;
    color: #B71B54;
	background-image: none;
	font-weight:normal;
}

form.wise .chzn-container-single .chzn-single{
	background-color: #fff;
	background-image: none;
	font-weight:normal;
}
	
.main_body .privacy{
	margin-top: 10px;
	font-size:.9em;
}

/******** TRAINING RESULT *********/

#training_buttons  {
	margin:20px 0;
}



#training_buttons li {
	height:18px;
	font-size:0.857em;
	font-weight:bold;
	color:#202020;
	padding:8px 0 2px 0;
	text-decoration:none;
	display:block;
	float:left;
	line-height:1em;
	border-radius: 15px;
	moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin:10px 20px 10px 0;
	width:200px;
	text-align:center;
}


#training_buttons li a {
	text-align: center;
	height: 23px;
	background:url(../../images/site/rightArrow-black.png) right center  no-repeat;
	padding-right:15px;
	color:#333;
}

.training_list {
	clear:both;position:relative;top:20px;
	padding-bottom:20px;
}

div.course_row {
	clear:both;
	margin:20px 0;
	display:block;
	}
	
h2.course_detail {
	font-weight:normal;
	margin:0px 0 10px 0;
	font-size:1.55em;
	}
		
.green_text {
	color:#4a9329;
	font-size:1.1em;
	}
	
h2.course_heading {color:#0a436a;}
.course_type {color:#b81c54;}
.red {color:#b81c54;}
.office_loc {
	position:absolute;
	left:190px;
	}
.form_wrapper {
	width:310px;margin:0 auto;
	}	
.follow_back_home {
	position: relative;top: -25px;left: 30px;
	}		
	
.main_body a.button { float: none; display: inline-block }

.pagination strong { font-size: 1.036em; margin-right: 10px; }

.pagination a { margin-right: 10px }

	