@charset "UTF-8";
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #dfe1e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #383838;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 1px;
	font-weight: lighter;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
	}
.h2small {
	font-size: 10px;
	font-style: normal;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	}
h3.small {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	text-indent: 20px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
p {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
p.overview2 {
	margin-left: 78px;
}
p.information {
	font-size: 17px;
	color: #04598a;
	line-height: 18px;
}
p.information_black {
	font-size: 11px;
	color: #333333;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-top: 0px;
	
}
p.information_grey {
	font-size: 11px;
	color: #999999;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
p.information_blue {
	font-size: 11px;
	color: #04598a;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #04598a;
}
img.paper1 {
	position: absolute;
	height: 10px;
	width: 102px;
	left:73px;
	top:89px;
	z-index:100;

}

img.paper2 {
	position: absolute;
	height: 143px;
	width: 25px;
	left: -25px;
	top: 113px;
}

#container_all{
	margin-left: 1%; 
margin-right: 1%;
padding:0px;
text-align:left;
width: 980px;
position:relative;
}

/* Header */
#header {
	height: 79px;
	width: 980px;
	position: relative;
	top: 0px;
	background-color: #142d5e;	
}
img.headerleft {
	height: 79px;
	width: 4px;
	float: left;
}
img.headerright {
	height: 79px;
	width: 4px;
	float: right;
}
#pageheader {
	height: 79px;
	width: 972px;
	float: left;
	
}
img.logo {
	left: 15px;
	position: relative;
	top: 11px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul {
    height: 28px;
	float: left;
	position: relative;
	left: 50px;
	top: 51px;	
	padding: 0;
	margin: 0px;
}


#menu li {
	display: inline;
	height: 28px;
	width: 110px;
	line-height: 28px;
}
#menu a {
	display: block;
	float: left;
	height: 28px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#menu a:hover {
	background-image: url(images/hover_home.gif);
	font-size: 13px;
}
#menu  .current {
}
#menu  .current  a {
	background-image: url(images/active_home.gif);
	color: #16437c;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}

#logcontainer ul {
	position: absolute;
	right: 4px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#logcontainer ul li {
	display: inline;
	font-size: 11px;
	color: #FFFFFF;
}

#logcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
li.space  {
	padding-right: 3px;
}

#logcontainer a:hover {
	text-decoration: underline;
}
/* End of Header */

/* Container */
#container {
	width: 980px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top:20px;

}

#intro {
	height: 94px;
	width: 667px;
	float: left;
	background-image: url(images/intro_shell.png);
	background-repeat: no-repeat;
	padding-top: 220px;
	padding-left: 30px;
}
#steps {
	float: left;
	margin-left: 10px;
}
#steps  ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#steps  li {
	display: block;
	width: 273px;
}
#steps  a
{
	display: block;
	height: 48px;
	background-image: url(images/steps.png);
	background-repeat: no-repeat;
	width: 273px;
	line-height: 45px;
}
#steps a.top {
	background-image: url(images/stepstop.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 263px;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 33px;
	text-decoration: none;
}
#steps  a.contact {
	height: 38px;
	width: 271px;
	line-height: 40px;
	background-color: #FFFFFF;
	background-image: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#steps li.bottom {
	background-color: #FFFFFF;
	height: 49px;
	width: 223px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	padding-left: 48px;
	line-height: 15px;
}
#steps img {
	float: left;
	padding-left: 8px;
	height: 30px;
	width: 30px;
	padding-top: 5px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-color: #FFFFFF;
	margin-top: 10px;
	float: left;
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 978px;
}
#horizontalmenu  {
	height: 37px;
	float: left;
	background-color: #eeeef0;
	width: 698px;
}
#horizontalmenu ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

#horizontalmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 698px;
}
#horizontalmenu a {
	display: block;
	height: 36px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 128px;
	line-height: 37px;
}
#horizontalmenu  a:hover {
	text-decoration: underline;
}
#horizontalmenu  a.left {
	background-image: url(images/hmenu_left.png);
	height: 37px;
	width: 154px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#horizontalmenu a.right {
	background-image: url(images/hmenu_right.png);
	height: 37px;
	width: 157px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#horizontalmenu a.noborder {
	border-right-style: none;
	width: 129px;
}

#information {
	float: right;
	width: 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 12px;
}


hr.top {
	height: 1px;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
hr.small {
	height: 1px;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#overview1 {
	float: left;
	width: 320px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 25px;
	background-color: #FFFFFF;
	color: #666666;
}
#overview1  a:hover, #overview2 a:hover {
	text-decoration: none;
}
#overview2 {
	width: 290px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 17px;
	background-color: #FFFFFF;
	color: #666666;
}

#overview2 li{
	margin-top: 10px;
	list-style-image: url(images/arrow.gif);
	padding-left: 5px;
	margin-left:0px;
	vertical-align:middle;
	color:#333;
}
img.overview2  {
	float: left;
	padding-right: 25px;
	padding-top: 5px;
}
#overview2 hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	visibility: hidden;
	padding-bottom: 10px;
}
#clear {
	clear: both;
	height: 20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* End of container */
/* Footer */
p.footer {
	font-size: 12px;
	color: #04598a;
	word-spacing: 0.6em;
	padding-top: 25px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	position: relative;
}
.no_spacing {
	word-spacing: normal;
}
p.footer2 {
	font-size: 11px;
	color: #7b7c7f;
	margin-left: 15px;
	letter-spacing: 0.04em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	top: 0px;
	position: relative;

}

