/*
Alion.nl
@author: Bernhard Verkade (bernhard@yes2web.nl)
@version: 20090918-01
*/

/* Fontface */
@font-face {
    font-family: 'HelveticaNeueLTStd97BlkCn';
    src: url('../fonts/helveticaneueltstd-blkcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-blkcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-blkcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-blkcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-blkcn-webfont.svg#HelveticaNeueLTStd97BlkCn') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, #publerBody {
	text-align: center;
	background: url(../../images/alion/background/body_bg.png) top left repeat-x;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/alion/background/container_bg.png) top left repeat-x;
}

#header {
	height: 125px;
	position: relative;
}
#header .flashlogo, #header h1{
	position: absolute;
	top: 36px;
	left: 50px;
}
div#main { 
	margin-top: 35px;
}

div#wrapper {
	float: left;
	width: 100%;
}

div#contents {
	margin: 0 20px 0 220px;
	padding: 50px 10px 50px 50px;
	background: #FFF;
	min-height: 190px;
	_height: 190px;
}

ul#navigation {
	position: absolute;
	top: 125px;
	left: 255px;
	height: 35px;
	margin: 0;
	padding: 0;
	}
	ul#navigation li{
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul#navigation li a{
		display: block;
		height: 35px;
		padding: 0 15px;
		line-height: 35px; /* EM please */
		color: #333333;
		text-transform: uppercase;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		_display: inline-block;
	}
	ul#navigation li a:hover{
		background: #FFE08E;
	}
	ul#navigation li.selected a{
		background: #FFF;
	}

div#sidebar{
	float: left;
	width: 170px;
	margin-left: -980px;
	padding: 80px 0 0 50px;
}
address {
	line-height: normal;
	font-size: 12px;
}
address a{
	color: #855E03;
	font-weight: bold;
}

div#extra, div#footer{
	clear: left;
	margin: 0 70px 0 270px;
	padding: 20px 0;
}
div#extra{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
div#extra p{ margin: 0; line-height: normal; }
div#extra p, div#footer p{
	font-size: 0.9em;
	}
	div#footer p{
		color: #999999;
		text-align: center;
	}
	
.actie_container {
	margin-top: 80px;
}
	
/* sIfr */
/*.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}*/

/* sIfr Custom */
/*.sIFR-active #contents h1, .sIFR-active #contents h2 {
	visibility: hidden;
	font-family: sans-serif, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.sIFR-active #contents h1{
	width: 99%;
}*/

h1, h2 {
	padding: 0px;
	margin: 0px;
}
/*.sIFR-active #contents h1, .sIFR-active #contents h2,*/
#contents h1, #contents h2, #contents h3, #contents h4,
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	font-family: HelveticaNeueLTStd97BlkCn, Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 0.9em;
	margin-bottom: 0.5em;
	font-weight: normal;
    text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#contents h1,
#sidebar h1 {
	font-size: 30px;
}
#contents h1.introTitle {
	font-size: 50px;
}
#contents h2, 
#sidebar h2, 
#contents h3, 
#sidebar h3, 
#contents h4, 
#sidebar h4 {
	font-size: 21px;
}
h1.introTitle {
	width: 640px;
}
h2.payoffTop {
	font-family: HelveticaNeueLTStd97BlkCn, Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 0.9em;
	font-weight: normal;
    text-transform: uppercase;
	color: #000000;
	margin: 0;
}
h2.payoffBottom {
	font-family: HelveticaNeueLTStd97BlkCn, Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 0.9em;
	font-weight: normal;
    text-transform: uppercase;
	color: #ffffff;
	margin: 0;
}
