@import url("style.css");
@import url("navigation.css");
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	text-align:center;
}
#container{
	margin:0 auto;
	width:980px;
	background-color:#FFFFFF;
	text-align:left;
}
#blockHeader{
	background-color:#FFFFFF;
	position:relative;
}
#blockHeader .inner{
	padding:40px 20px 20px 20px;
}
#blockHeader #logo{
}
#blockHeader #servicenavigation{
	width:700px;
	text-align:right;
	position:absolute;
	top:40px;
	right:14px;
}
#blockHeader #servicenavigation .subservice{
	/*position:absolute;
	right:0;
	bottom:15px;*/
}
#blockHeader #image{
	width:980px;
	height:180px;
	background-repeat: no-repeat;
	border-bottom-width:10px;
	border-bottom-style:solid;
	margin-bottom:50px;
}
#blockLeft{
	width:180px;
	float:left;
	padding-bottom:50px;
}
#blockLeft .inner{
	padding:0 0 0 20px;
}
#blockCenter{
	width: 400px;
	float:left;
	padding-bottom:50px;
	text-align:left;
}
#blockCenter .inner{
	padding:0 20px 0 20px;
}
#blockRight{
	width:399px;
	float:left;
	margin-bottom:50px;
	border-left:1px solid #004494;
	text-align:left;
}
#blockRight .inner{
	padding: 0 20px 0 20px;
}
#blockFooter{
	clear:left;
	border-top:10px solid #87888a;
}
#blockFooter .inner{
	background-color:#d9dadb;
	padding:10px 0 0 0;
}
#blockFooter a{
	text-decoration:none;
	color:#999999;
}
#blockFooter a:hover{
	text-decoration:none;
	color:#004494;
}