* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 16px "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background: #EDEDEB url("bg.jpg") no-repeat;
	color: #000000;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
a:hover,
.important {
	color: #04669d;
}
.main {
	margin: 25px auto;
	width: 790px;
	background: #ffffff;
 	border: 1px solid #04669d;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	-webkit-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
.logo {
	display: block;
}
.logo img {
	position: absolute;
	width: 300px;
	padding: 30px 0 0 30px;
}
.head {
	position: relative;
}
.head img {
	display: block;
}
.content {
	position: relative;
	padding: 20px 30px;
}
img.important {
	width: 100px;
	margin: 0 10px 0 0;
	display: inline-block;
    vertical-align: bottom;
}
.footer {
	padding: 0px 30px;
	background: #04669d;
	color: #ffffff;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}

.footer_left {
    float: left;
    width: 74%;
    padding-top: 20px;
}
.footer_right {
    float: right;
    width: 22%;
    text-align: right;
    padding-top: 7px;    
}
.footer h3,
.footer a {
	color: #ffffff;
}
h1, h2 {
	font-size: 24px;
	line-height: 1.3;
	color: #ffffff;
	background: #04669d;
	padding: 15px 30px;
}
h1 {
	display: inline-block;
	margin: 0 0 20px -30px;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
h1 span {
 	font-size: 75%;
 	font-weight: 400;
}
.h1_small {
	display:inline-block;
    font-size: 80%;
	line-height: 1.5;
}
h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(4,102,157,.6);
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	padding: 0 0 6px 0;
}
h2, h2 strong, h2 b,
h1, h1 strong, h1 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 0;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 24px;
    position: relative;
}
li:before {
    content: "\00a0";
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 3px 0 0 -23px;
    background: url(../images/li_bf12ed3150.png) no-repeat;
}
ul ul {
    padding-left: 25px;
    padding-bottom: 0;
}
ul ul li:before {
    content: "-";
    position: absolute;
    margin: -1px 0 0 -20px;
background-image: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
 	font-weight: 400;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.onlymobile  {
		display: none;
	}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 2% auto;
	    width: 96%;
	}
	.logo img {
		width: 220px;
		padding: 20px 20px 0 20px;
	}
	.content {
		padding: 20px 20px 5px 20px;
	}
	.footer {
		padding: 0px 20px;
	}
	.box_left,
	.box_right,
	.footer_left,
	.footer_right{
	    float: none;
	    width: 100%;
	}
	.footer_right {
     text-align: left;
 }
	img.important {
		margin: 0 0 10px 0;
	}
	h1, h2 {
		font-size: 20px;
		padding: 15px 20px;
	}
	h1 {
		margin: 0 0 20px -20px;
		border-left: 1px solid #04669d;
	}
	h2 {
		position: static;
		bottom: auto;
		background: #04669d;
 	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
	.onlymobile  {
		display: inherit;
	}
}
@media only screen and (max-width:490px) {
	.logo img {
		position: static;
		width: 240px;
		padding: 20px 20px 0 20px;
	}
}