@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}
body{
	background-color:#fff;
	font:20px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
h1{
	font-size:180%;
	margin:0 40px 38px
}
h2{
	background:transparent url(bg-header.png) repeat 0 0;
	font-size:26px;
	margin:56px 0 7px;
	padding:15px 0 21px 80px;
	width:388px
}
a{
	border-bottom:1px dotted;
	color:#fff;
	text-decoration:none
}
	a:hover{border-bottom-style:dashed}
a img{border:0}
strong{
	font-size:22px;
	font-weight:700;
}
ol{padding-left:50px}
	ol li{margin-bottom:20px}
p,ol,ul,address{margin:0 80px 24px}
ins{text-decoration:none}
div#container{
	background:#20406e url(bg.jpg) no-repeat bottom left;
	color:#fff;
	margin:0 auto;
	padding:50px 0 106px;
	text-align:left;
	width:900px
}
	p.big{
		font-size:26px;
		margin-left:55px
	}
		p.big strong{font-size:28px}
ul{
	list-style:none;
	margin-top:20px
}
	ul li{
		display:inline;
		line-height:46px
	}
		ul li a{
			border:0;
			background:transparent url(bg-header.png) repeat 0 0;
			padding:6px 13px;
			white-space:nowrap
		}
			ul li a:hover, ul li a.actived{
				background-color:#fff;
				color:#2a6ab3
			}
div.addthis{
	float:right;
	margin:5px 36px;
	text-align:right;
}
	div.addthis a{border:0}	
ul.menu{
	line-height:normal;
	margin:0 0 43px 36px
}
a.btn{border:0 none}
	a.btn img{margin-top:13px}
