/* =Tabber
---------------------------------------- */
.tabberlive {
	margin:0;
	padding:0;
	position:relative;
    background: #fff;
    border-radius: 5px;
	}

/*	Tabber Tabs */
.tabberlive .tabbertabhide {display:none}
.tabberlive .tabbertab {
	clear:both;
	color:#3c3c3c;
	padding:22px 0 0 6px;
	height:260px;
	overflow:visible;;
	margin:0 0 0 238px;
	position: relative;
	z-index: 2;
	}
	.tabbertab h2, .tabbertab .h2 {
        font-family: 'Gotham-Medium';
        font-weight: normal;
		font-size:23px;
		color:#572c80;
		margin:0 0 16px 0;
		line-height:1;
		overflow:hidden;
		}
		.tabbertab h2 i, .tabbertab .h2 i {font-size:43px !important}
		.tabbertab .h2 h1 {width:auto; font-size:23px;}
		.tabbertab h1, .tabbertab .h1 {
			font-size:23px;
			color:#572c80;
			margin:0 0 16px 0;
			line-height:1;
			overflow:hidden;
			}
			.home-head {
				width: 310px;
				margin: 0 0 15px;
				position: relative;
				float: left;
				}
			.home-head h1,
			.home-head .h1 {
				float: left;
				margin: 0;
				position: relative;
				}
			.home-tab-content {
				width: 690px;
				position: relative;
				float: left;
				}
			.home-tab-content a.link-with-arrow,
			.home-tab-content a.link-with-arrow:visited {
				display:block;
				float:left;
				font-weight:bold;
				padding-right:17px;
				font-size:1.35em;
				background:url(/images_new/branding/list-arrow.png) no-repeat right 60%;
				color:#572C80;
				text-decoration:none;
				line-height:1.5em;
				}
				.home-tab-content a.link-with-arrow:hover {
					color:#572C80;
					text-decoration:underline;
					}
	.tabbertab p {
		padding:0 0 8px 0;
		}
	.tabbertab span.rightjob {
		color:#686767;
		font-size:32px;
        font-family: 'Gotham-Medium';
		}
	.tabbertab a.button_arrow_green span {
		padding:11px 13px 0 28px;
		font-size:18px !important;
		}

	.tabbertab .searchbox-courses {
		margin:10px 10px 5px 0;
		float:none;
		}
	.tabbertab a.find { margin:0 5px; }

	.tabberimg {
		float:right;
		margin-left:15px;
		height:260px;
		}
		.tabberimg img {
			position:absolute;
			bottom:0;
			right:0;
			z-index:0;
			}
		.image-right .tabberimg img{
			right:-15px;
			bottom: 48px;
			}
		.image-top .tabberimg img{
			top:-22px;
		}
		.image-very-top .tabberimg img{
			top:-27px;
		}
		.tabberimg img.hidden{
			display:block;
			visibility:hidden;
			position:relative;
			float:right;
			margin:0;
		}
		.tabberimg a { z-index:5; }
		.tabberimg a.first-tab-link { position:absolute; bottom:18px; left:120px; }
		.tabberimg a.fourth-tab-link { position:absolute; bottom:40px; left:94px; }
    .tabberimg .button_arrow_green {
        position: absolute;
        bottom: 10px;
        right: 10px;
        white-space: nowrap;
    }

#nojs .tabber {
	padding:130px 20px 20px;
	overflow:hidden;
	}
	#nojs .tabbertab {
		clear:both;
		}
	




/*	Tabber Navigation */
.tabbernav {
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:282px;
	width:212px;
	overflow:hidden;
	}
	.tabbernav li {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		.tabbernav li a {

			display:block;

			}


