* {margin: 0; padding: 0;}

body {
	
	
	color: #333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	z-index: 0;
}

#background-wrap {
	background: linear-gradient(aqua, blue);
	background-attachment: fixed;
    bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
	
}

a:link { color: #183c5b; text-decoration: none; font-weight: bold; }
a:visited { text-decoration: none; color: #183c5b;  font-weight: bold; }
a:hover { text-decoration: none; color: #1f5e95;  font-weight: bold;  }
a:active { text-decoration: none; color: #183c5b;  font-weight: bold; }

h1 {
font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
font-size: 17px;
padding: 15px 0 0 15px;
clear: both;
text-transform: uppercase;
}

p {
	padding: 15px;
	text-indent: 15px;
	text-align: justify;
	}

#wrapper {
 margin: 0 auto;
 margin-top: 16px;
 margin-bottom: 16px;
 width: 940px;
 background:url('mb_images/bgr_main.gif') repeat-y;
 z-index: 2;
}

#header {
 width: 940px;
 float: left;
 height: 147px;
 background-image:url('mb_images/header_clean.jpg');
 position:relative;
}

.site_title {
	position:absolute;
	width: 700px;
	height: 62px;
	top: 44px;
	left: 83px;
	padding: 0;
	margin: 0;

	}

	.site_title a {
		font-weight: bold;
		color: #FFF;
		font-size: 58px;
		padding: 0;
	    margin: 0;
		line-height: 58px;
		text-shadow:
		0 0 3px #fff,
		0 0 8px #6eb7f5,
		-1px 8px 8px rgba(0,0,0,.2);
		}

			.site_slogan p {
		font-weight: bold;
		position: absolute;
		top: 110px;
		left: 232px;
		color: #FFF;
		font-size: 18px;
		padding: 0;
	    margin: 0;
		line-height: 20px;
		text-shadow:
		1px 1px 3px #929292,
		1px 5px 5px rgba(0,0,0,.1);
		}

#navpanel {
    width: 734px;
	height: 32px;
	text-transform: uppercase;
	list-style: none;
	margin: 0 auto;
	padding-right: 207px;
	padding-left: 3px;
}

#content {
 float: left;
 color: #183c5b;
 margin: 0 auto;
 padding: 2px 10px 4px 15px;
 width: 708px;
}

#rightcolumn {
 color: #FFFFFF;
 margin: 0 auto;
 padding: 4px 20px;
 width: 167px;
 font-size: 12px;
 float: left;
}

#rightcolumn a { color: #FFFFFF; font-weight: bold; }
#rightcolumn a:hover,#rightcolumn a:focus,#rightcolumn a:active { color: #1f5e95; font-weight: bold; text-decoration: none}

#footer {
 width: 940px;
 height: 33px;
 clear: both;
 color: #dddddd;
 margin: 0 auto;
 background-image:url('mb_images/footer.gif');
}

#footer a { color: #dddddd; font-weight: bold; }
#footer a:hover,#footer a:focus,#footer a:active { color: #FFFFFF; font-weight: bold; text-decoration: none}

.newslist {
	width: 167px;
	margin: 0 auto;
	padding: 4px 0;
	list-style-type: none;
	color: #FFFFFF;
}

#copyright {font-size: 12px; padding-top: 6px;}

#nav,#nav li {
width: 122px;
margin:0;
padding: 0;
list-style: none;
display: inline;
}

#nav a {
width: 122px;
height: 28px;
background: url('mb_images/button.gif') no-repeat;
float:left;
text-align: center;
display: block;
text-decoration: none;
padding: 4px 0 0 0;
color: #FFFFFF;
font-weight: bold;
}

#nav a:hover,#nav a:focus,#nav a:active {background-position: 0 -32px;}

img {
	margin: 15px;
	float: left;
	border: 2px solid #1f5e95;}

.banner {margin: 0 auto; padding: 0;}
	.banner img {margin: 15px 15px 0 15px;}

hr {color: #369; width: 80%; margin: 0 auto;}
/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}
