body {
	overflow-y: scroll;
}
body, html {
	margin: 0;
	padding: 0;
	color: #6F6F6F;
	background-image: url(/images/background-repeat.gif);
}
img, form, table, fieldset { border: none; margin:0px; padding:0px; }

h5 {
	color:#c0107a;
	font-size:16px;
	font-weight:bold;
	margin:5px 10px 5px 0px;
}

.button li {display:inline; padding:0; margin:0; list-style:none; text-decoration:none; cursor:pointer; border-bottom:none;}
.button {float:left; margin:0; padding:0;}
.button li a { text-decoration:none; }
.button li a span {float:left; display:block; margin:0; cursor:pointer; }

#wrapAll {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.layer {
	margin: auto;
	width: 1040px;
	height:100%;
}
#wrap {
	float:left;
	width: 1040px;
	min-height: 100%;
	background: url(/images/background-pixel.png) 20px 0px repeat-y;
}
	#header {
		float: left;
		width: 950px;
		margin: 5px 30px 5px 30px;
	}
		#logo {
			float:left;
			margin:13px 0px 0px 30px;
		}
		#careers {
			float:left;
			margin:34px 0px 0px 100px;
		}
		#applyWrap {
			position: relative;
			top: 0px;
			left: 0px;
		}
			#apply {
				position: absolute;
				top: 5px;
				right: 10px;
				width: 116px;
			}
				.butApply { margin:0px 30px 0px 0px; }
				.butApply li a span {width:116px; height:116px; margin:0px 0px 0px 0px; background:url('/images/buttons.png') 0px 0px no-repeat;}
				.butApply li a:hover span {background-position:0px -116px;}
				.butApply li a:active span {background-position:0px -232px;}

	#main {
		display: block;
		float: left;
		width: 240px;
		margin: 20px 0px 0px 60px;
	}
	
	#sidebar {
		display: block;
		float: left;
		width: 638px;
		margin: 20px 0px 0px 20px;
		background: #fff;
	}
	
	#sidebarContent {
		float: left;
		width: 622px;
		margin: 8px;
	}
		.pageHeader {
			float:left;
			width:622px;
			display: block;
			clear: both;
			margin-bottom: 10px;
			padding: 3px;
		}
		.greyBG { background: #bcbdbf; }
		.greyBD { border:#bcbdbf solid 1px; }
		.pageHeader h1 { color:#fff; font-weight:bold; font-size:16px; margin:7px 10px 7px 10px; }
		.pageHalf {
			float:left;
			width:302px;
			margin:11px 0px 0px 0px;
		}
			.pageHalf a { color:#c0107a !important; text-decoration:none; font-weight:normal !important; }
			.pageHalf a:hover { text-decoration:underline; }
			.margR { margin-right:15px; }
			.pageHalf h2 { color:#fff; font-weight:bold; font-size:16px; padding:7px 10px 5px 10px; background: #bbbdbf; margin: 2px 0 0 0;}
			
			.boxContent { margin:11px 9px 11px 9px; color:#58595b; }
		
/**
 * Sub pages styles
		.pageTextHeader { float:left; color:#8c8d8f; width:622px; }
 */
		.pageTextHeader { float:left; color:#6F6F6F; width:622px; }
		.pageTextHeader h4 { color:#c0107a; font-size:16px; font-weight:bold; margin: 13px 20px 10px 0px; }
		.pageTextHeader a { color:#c0107a; text-decoration:none; }
		.pageTextHeader a:hover { text-decoration:underline; }
		
		
		.subpageLongBox {
			float:left;
			width:378px;
			margin:10px 0px 0px 0px;
			background: url(/images/textBoxBgr.png) repeat-y;
		}
			.tabs { display:none; margin:8px; color:#fff; }
			#tabs-1 { display:block; }
			.hrDashed { border-bottom: #fff dashed 1px; margin:5px 0px 5px 0px; line-height: 0;}
			.subImage { width:364px; height:145px; }
			.tabText { width:364px; }
		
		.subpageSideLinks {
			float:left;
			width:230px;
			margin:10px 0px 0px 10px;
		}
			.subpageSideLinks a { color:#bcbdbf; text-decoration:none; font-weight:bold; }
			.subpageSideLinks a:hover { color:#8c8d8f !important; text-decoration:underline; }
			.subpageSideLinks a.active { color:#c0107a; }
		
		#filler { float:left; width:620px; margin: 10px auto 15px auto; text-align: center; }
		#filler h5 { margin-right:0px; }
		
		.grayList li { margin-left:15px; list-style: disc; }
		
		#sidebarContent a { color:#c0107a; text-decoration:none; font-weight:bold; }
		#sidebarContent a:hover { color:#cfcfcf; text-decoration:underline; }
		.subpageSideLinks li { margin-bottom:5px; }
		
		#cboxLoadedContent strong { color:#c0107a; }
		
		fieldset label { float:left; width:80px; }
		#pass, #login, #passAgain {
			width:150px;
			border-top:#c0107a solid 2px;
			border-right:#bcbdbf solid 1px;
			border-bottom:#bcbdbf solid 1px;
			border-left:#c0107a solid 2px;
		}
/**
 * EOF Sub pages styles
 */
		
	#sidebarCopy {
		float: left;
		width: 638px;
		margin: 10px 0px 20px 315px;
		text-align:right;
	}

	
.white { color:#fff; }
.grey { color: #8c8d8f; }
.hidden { display: none; }
.fl { float: left; display:inline; }
.center { text-align: center; }
.pink { color:#c0107a; }
.feedbackSuccess { font-weight:bold; color:#0d0; }
.feedbackFail { font-weight:bold; color:#e00; }

.vacancyTitle {
	margin-top: 10px;
	display: inline-table;
	color: #C0107A;
	width: 100%;
}

.vacancySubTitle {
	margin: 5px 0px 10px 0px;
	color: #C0107A;
	font-size: 1.05em;
}

h2, h3, h4 {
	color: #C0107A;
	margin: 10px 0px;
}

#sidebarContent h2 {
	/* margin-top: 10px; */
	/* display: inline-table; */
}

dt.field_body_copy, dt.field_intro_copy {
	visibility: hidden;
	width: 1px;
	height: 1px;
	line-height: 1px;
}

dd.value_body_copy, dd.value_intro_copy {
	width: 100% !important;
}

.contentWrapper {
	padding: 10px;
}

.vacancyTxt p {
	padding: 0px;
}

