* {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
}

body {
	background: #fff url(../images/body.background.jpg) repeat-x top center;
	color: #000;
	font: 12px/120% Helvetica, Arial, sans-serif;
}

p, span, div {
	line-height:	160%;
}

strong {
	font-weight: 700;
}

a img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}

	a:hover {
		text-decoration:	underline;
	}

/** */
	a.pdf {
		padding-left:			34px;
		background-image:		url(../images/pdf.png);
		background-position:	3px center;
		background-repeat:		no-repeat;
	}

	#contentContainer a:hover {
		text-decoration: underline;
	}

/** */
.black {
	color:	#000 !important;
}

.darkgray {
	color:	#51555c !important;
}

.gray {
	color:	#858585 !important;
}

.blue {
	color:	#0b4485 !important;
}

.red {
	color:	#af0033 !important;
}

.green {
	color:	#144a29 !important;
}

.white {
	color:	#ffffff !important;
}

.orange {
	color:	#ff7010 !important;
}

/** */
.highlighted {
	padding:			4px 6px;
	text-decoration:	none;
}

	.highlighted.pdf {
		line-height:		100%;
		padding:			8px 6px 7px 26px;
		display:			inline-block;
	}

	.highlighted a {
		text-decoration:	none;
	}

		a.highlighted:hover, .highlighted a:hover {
			text-decoration:	underline;
		}

.hl_red {
	background-color:	#dd005f;
	color:				#ffffff !important;
}

.hl_blue {
	background-color:			#0b4485;
	color:				#ffffff !important;
}

.hl_green {
	background-color:			#144a29;
	color:				#ffffff !important;
}

.hl_white {
	background-color:	#ffffff !important;
}

.hl_shadow {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	behavior: url(../pie/PIE.htc);
}

	.hl_red a, .hl_blue a, .hl_green a {
		color:			#ffffff !important;
		background:		url(../images/aHighlighted.png) no-repeat left 6px;
		padding-left:	15px;
	}

/** */
.oswald {
	font-family:	'Oswald', sans-serif;
}

.sourcesanspro {
	font-family:	'Source Sans Pro', sans-serif;
}

/** */
hr {
	border: none;
	height: 1px;
	background: #dedede;
	margin:	40px auto;
	width: 100%;
}

	hr.auto {
		width:	auto !important;
		margin:	40px 60px;
	}

/** */
#noJsAdvice {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 19px;
	padding: 10px 0 0;
	margin: 0;
	line-height: 100%;
	text-align: center;
	background: url(../images/advicebar.png) repeat-x center top;
	font-weight: bold;
	font-size: 11px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.52);
	behavior: url(../pie/PIE.htc);
	z-index: 999;
}

/** */
.jsonly {
	display:	none !important;
}

/** */
.button {
	display:	inline-block;
	text-shadow:	0 0 2px rgba(0, 0, 0, 0.5);
	color:		#fff;
	border-radius:	5px;
	padding:		8px 10px;
	line-height:	100%;
	
	background: rgb(25,102,165); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NjZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzQwNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(25,102,165,1) 0%, rgba(12,64,105,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,102,165,1)), color-stop(100%,rgba(12,64,105,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(25,102,165,1) 0%,rgba(12,64,105,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(25,102,165,1) 0%,rgba(12,64,105,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(25,102,165,1) 0%,rgba(12,64,105,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(25,102,165,1) 0%,rgba(12,64,105,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1966a5', endColorstr='#0c4069',GradientType=0 ); /* IE6-8 */
	behavior: url(../pie/PIE.htc);
}

/** */
form, fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

label {
	font-size: 13px;
	display: inline-block;
	width: 100px;
}

	label.float_left {
		width: 103px;
	}

label.error {
	color: #c00;
}

.error {
	color: #c00;
}

input.text, select {
	width: 265px;
	margin: 0 0px 10px 0;
	padding: 4px 6px;
	border: 1px solid #999;
}

select {
	width: 279px;
}

input.submit {
	padding: 4px 6px;
	border: none;
	background: #ff7010;
	color: #ffffff;
	font-size: 13px;
	line-height: 100%;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin: 6px 0;
}

textarea {
	resize: vertical;
	font: 12px/140% Arial, Helvetica, sans-serif;
	padding: 4px 6px;
	margin: 0;
	border: 1px solid #999;
}

	#cf_message {
		width: 614px;
	}

#errMessage {
	padding: 6px; border: #c00; background: #eeeeee;
	display: none;
}

/** */
ol {
	width: auto;
	margin-right: 20px;
	padding-left: 20px;
}

	ol li {
		margin-bottom: 1em;
	}

/** */
dl {

}

	dt, dd {
		display: block;
		float: left;
	}

		dt {
			clear: left;
			width: 120px;
		}

.hidden { display: none; }

/** */
hr.dotted {
	height: 1px;
	background: none;
	border: none;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

.no_margin_top {
	margin-top: 0 !important;
}

.no_margin_bottom {
	margin-bottom: 0 !important;
}

.no_margin_right {
	margin-right: 0 !important;
}

.no_margin {
	margin: 0 !important;
}

.fw_light { font-weight: 300 !important; }
.fw_normal { font-weight: 400 !important; }
.fw_semibold { font-weight: 600; }
.fw_bold { font-weight: bold !important; }
.fw_extrabold { font-weight: 800; }

.fs_italic { font-style: italic; }

.ta_left { text-align: left !important; }
.ta_justify { text-align: justify !important; }
.single_justify:after {
	content:	"";
	display:	inline-block;
	width:		100%;
}
.ta_center { text-align: center !important; }
.ta_right { text-align: right !important; }

.tt_uppercase { text-transform: uppercase; }

.td_underline { text-decoration: underline !important; }
	.td_underline:hover { text-decoration: none !important; }

.float_left { float: left; }
.float_right { float: right; }

.clear_left { clear: left; }
.clear_right { clear: right; }

.pos_relative {
	position:	relative !important;
}

.pos_right {
	right:	0;
	left:	auto;
}

.clear { clear: both; display: block; line-height: 1px; height: 1px; }
.clear_left { clear: left; }

.disp_inline { display: inline; }
.disp_block { display: block; }
.disp_inlineBlock { display: inline-block; }

/** */
.ls_none {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.ls_none ul {
		list-style: disc;
	}

/** */
.col {
	float:	left;
}

.grid2col .col {
	width:	45%;
}

	.grid2col .col.last {
		float:	right;
	}
	
	.grid2col .col.big {
		width:	50%;
	}
	
	.grid2col .col.small {
		width:	40%;
	}

/** */
.grid3col {
	width:	100%;
}

	.grid3col.margin_bottom {
		margin-bottom:	4em;
	}

	.grid3col .col {
		width:			31.6%;
		float:			left;
		padding:		0 25px;
	}

		.grid3col .col.first, .grid3col .col.last {
			padding:	0;
		}

.grid4col {
	width:	100%;
}

	.grid4col .col {
		width:			22%;
		float:			left;
		padding:		0 1.5%;
	}

		.grid4col .col.first {
			padding:	0 3% 0 0;
		}

		.grid4col .col.last {
			padding:	0 0 0 3%;
		}

/** */
.sb_wordmark {
	font-family:	Helvetica, Arial, sans-serif; text-decoration: none;
	color:			#000 !important;
}

/** */
.backgroundContainer {
	position:	absolute;
	left:		0px;
	top:		0px;
	width:		100%;
	height:		100%;
	overflow:	hidden;
	background:	#000;
}

	.backgroundContainer img {
		position:	absolute;
	}

	.fullWidth {
		width:	100% !important;
		height:	auto;
	}

	.fullHeight {
		height:	100% !important;
		width:	auto;
	}

	.bottom {
		bottom:	0px;
	}

/** */
h2 {
	font-size:		22px;
	line-height:	100%;
	font-weight:	normal;
	color:			#ff7010;
	margin:			1.24em 0;
}

	h2.teaser, h2 .teaser {
		font-size:	42px;
	}

#contentContainer h2 {
	margin:			0.42em 0 0.82em 0;
}

	h2.border {
		border-bottom:	1px solid #9a9ca0;
		padding:		0 10px 10px;
	}

h3 {
	font-size:		15px;
	font-weight:	bold;
	line-height:	100%;
	margin:			0.6em 0;
	color:			#ff6600;
}

	h3.subline {
		font-size:	14px;
	}

/** */
.pretitle {
	display:		block;
	color:			#525252;
	text-transform:	uppercase;
	margin:			0.72em 0 0;
}

/** */
.teaser {
	font-size:	1.2em;
}

/** */
.grid3col.teaser {
	font-size:	14px;
}

	.grid3col.teaser h3 {
		font-size:	18px;
	}
	
	.grid3col.teaser a {
		text-decoration:	none !important;
		font-weight:		normal;
		color:				#000;
		display:			block;
		transition:			360ms ease 0s;
		-moz-transition:	360ms ease 0s;
		-webkit-transition:	360ms ease 0s;
		-o-transition:		360ms ease 0s;
		-ms-transition:		360ms ease 0s;
	}
	
		.grid3col.teaser a:hover {
			background:	#fafafa;
			box-shadow:	0 0 2px rgba(0, 0, 0, 0.32);
			behavior: url(../pie/PIE.htc);
		}

/** */
.smaller {
	font-size:		0.82em;
	line-height:	0.82em;
}

/** */
#container {
	position:	relative;
	width:		940px;
	margin:		20px auto 0;
}

.headerimage {
	margin-bottom:	20px;
}

	#navigationContainer {
		position:		relative;
		width:			100%;
		height:			100px;
		border-radius:	5px;
		box-shadow:	0px 2px 5px rgba(0, 0, 0, 0.30);
		behavior: url(../pie/PIE.htc);
		
		background: #1966a5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NjZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzQwNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1966a5 0%, #0c4069 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1966a5), color-stop(100%,#0c4069)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1966a5 0%,#0c4069 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1966a5 0%,#0c4069 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1966a5 0%,#0c4069 100%); /* IE10+ */
background: linear-gradient(to bottom, #1966a5 0%,#0c4069 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1966a5', endColorstr='#0c4069',GradientType=0 ); /* IE6-8 */
		
	}
	
		#branding {
			margin:		0;
			padding:	0;
			width:		228px;
			height:		48px;
			position:	absolute;
			top:		10px;
			left:		10px;
		}
		
		#navigation {
			position:	absolute;
			right:		0px;
			bottom:		0px;
			margin:		0;
			padding:	0;
			list-style:	none;
		}
		
			#navigation>li {
				list-style:	none;
				display:	inline-block;
				height:		58px;
				padding:	0 0 0 2px;
				margin:		0;
				background:	url(../images/navi.background.png) no-repeat left bottom;
			}
			
				#navigation>li>a {
					display:	block;
					height:		16px;
					padding:	28px 20px 14px;
					color:		#fff;
					margin:		0;
					font-weight:	bold;
				}
				
					#navigation>li>a:hover {
						text-decoration:	none;
					}
				
					#navigation>li.active>a {
						cursor:	default;
					/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjYwOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(15,96,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(15,96,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(15,96,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(15,96,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(15,96,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(15,96,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0f6093',GradientType=0 ); /* IE6-8 */
						}
		
		#headerContact {
			position:	absolute;
			right:		20px;
			top:		10px;
			background:	url(../images/headercontact.png) no-repeat center center;
			width:		181px;
			height:		33px;
			text-indent:	-999px;
			overflow:	hidden;
		}

/** */
#contentContainer {
	position:		relative;
	border-radius:	5px;
	box-shadow:		0px 2px 5px rgba(0, 0, 0, 0.3);
	margin:			30px 0 0;
	background:		#fff /*url(../images/content.background.png) repeat-y center left*/;
	behavior: url(../pie/PIE.htc);
}

	#contentSidebar {
		position:		relative;
		width:			190px;
		height:			100%;
		float:			left;
		padding-top:	50px;
	}
	
		#contentSidebar .navigation {
			margin:		0 0 40px;
			padding:	0;
			list-style:	none;
		}
		
			#contentSidebar .navigation li {
				margin:			0;
				padding:		0;
				border-bottom:	1px solid #fff;
				font-size:		15px;
			}
			
				#contentSidebar .navigation li.active {
					font-weight:	bold;					
				}
				
					#contentSidebar .navigation li.active>a {
						cursor:	default;
					}
				
				#contentSidebar .navigation li>a {
					display:		block;
					padding:		12px 32px;
					line-height:	100%;
					color:			#333;
				}
				
					#contentSidebar .navigation li>a:hover {
						text-decoration:	none;
						color:				#175e99;
					}
					
						#contentSidebar .navigation li.active>a:hover {
							color:	#333;
						}
	
	#contentMain {
		position:		relative;
		padding:		40px 45px;
		width:			850px;
		float:			left;
	}
	
		#contentMain a {
			color:	#ff7010;
		}
		
		#contentMain ul {
			margin:		0 0 0 20px;
			padding:	0;
		}

/** */
#slideshowContainer {
	position:		relative;
	border-radius:	5px;
	box-shadow:		0px 2px 5px rgba(0, 0, 0, 0.3);
	margin:			30px 0 0;
	background:		#eee;
	width:			100%;
	height:			350px;
	border:			3px solid #fff;
	float:			left;
	overflow:		hidden;
	behavior: url(../pie/PIE.htc);
}

	#slideshowContainer img {
		position:	absolute;
		left:		0px;
		top:		0px;
		width:		100%;
	}
	
	#slideshowControlNext {
		position:	absolute;
		right:		10px;
		top:		50%;
		margin-top:	-13px;
		background:	url(../images/slideshow.next.png) no-repeat center;
		width:		26px;
		height:		26px;
		cursor:		pointer;
		z-index:	20;
	}
	
	#slideshowControlPrev {
		position:	absolute;
		left:		10px;
		top:		50%;
		margin-top:	-13px;
		background:	url(../images/slideshow.prev.png) no-repeat center;
		width:		26px;
		height:		26px;
		cursor:		pointer;
		z-index:	20;
	}

/** */
#companyTeaser {
	position:		relative;
	border-radius:	5px;
	box-shadow:		0px 2px 5px rgba(0, 0, 0, 0.3);
	margin:			30px 0 0;
	background:		#fff;
	behavior: url(../pie/PIE.htc);
	width:			190px;
	padding:		14px;
	float:			right;
}

/** */
#contactMessage {
	width:	264px;
	float:	right;
}

.required {
	font-weight:	bold;
}

/** */
#footerContainer {
	font-size:	11px;
	color:		#666;
	margin:		5px 0;
}

	#footerContainer a {
		color:				#666;
		text-decoration:	none;
	}
	
		#footerContainer a:hover {
			text-decoration:	underline;
			color:				#ff7010;
		}