	#wrapper {
		min-height: 100%
		
	}



	body {
		margin: 0 auto;
		padding-bottom: 75px;

		/*background:url(NewBackground.jpg);
		background-size: cover;
		-webkit-background-size: cover;
   		-moz-background-size: cover;
   		-o-background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: left top;
		cursor: default;*/
	}

	body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(background.jpg) no-repeat center center;
    filter: blur(11px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

	#topbar {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		min-width: 1000px;
		min-height: 75px;
		max-height: 75px;
		background: rgba(58,0,163,0.7);
		box-shadow: 0 0 5px #000;
		/*opacity: 0.8;*/
	}

	#logo {
		float: left;
		width: 500px;
		height: 75px;
		background: url(RBname.png);
		
		-webkit-mask-box-image: #3A00A3 url(RBname.png);
		-moz-mask-box-image: #3A00A3 url(RBname.png);
		-o-mask-box-image: #3A00A3 url(RBname.png);

	}

		#plogo {
		float: left;
		width: 500px;
		height: 75px;
		background: url(MSname.png);
		
		-webkit-mask-box-image: #3A00A3 url(MSname.png);
		-moz-mask-box-image: #3A00A3 url(MSname.png);
		-o-mask-box-image: #3A00A3 url(MSname.png);

	}

	#topbar ul {
		float: right;
		min-width: 50%;
		max-width: 100%;
		min-height: 75px;
		max-height: 75px%;
		margin: 0;
		padding: 0;

	
	}


		#topbar ul li {
			float: left;
			max-width: 33%;
			min-width: 33%;
			height: 75px;
			margin: 0;
			padding: 0;
			list-style: none;

	}



		#topbar ul li ul {
			display: none;
			background: rgba(10,255,12,0.7);
		}



		#topbar ul li a:link, #topbar ul li a:visited {
			float: left;
			width: 100%;
			height: 100%;
			font-size: 30px;
			color: #0AFF0C;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, "Lucida Grande", sans-serif;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			-0-font-smoothing: antialiased;
			font-weight: 200;
			text-align: center;
			line-height: 75px;
			text-decoration: none;
			text-transform: uppercase;
			
			
		}

		#topbar ul li:hover ul {
			display: block;
			float: left;
			width: 100%;
			min-height: 75px;
			max-height: 75px;
			background: rgba(10,255,12,0.7);
/*			box-shadow: 0 0 5px #000;*/
			opacity: 0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C)";/*IE 8*/
			-moz-box-shadow: 0px 0px 15px #0AFF0C;/*FF 3.5+*/
			-webkit-box-shadow: 0px 0px 15px #0AFF0C;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
			box-shadow: 0px 0px 15px #0AFF0C;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C); /*IE 5.5-7*/
		}



		#topbar ul li a:hover {
			display: block;
			float: left;
			width: 100%;
			background: #fff;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C)";/*IE 8*/
			-moz-box-shadow: 0px 0px 15px #0AFF0C;/*FF 3.5+*/
			-webkit-box-shadow: 0px 0px 15px #0AFF0C;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
			box-shadow: 0px 0px 15px #0AFF0C;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C); /*IE 5.5-7*/
			background: rgba(4,131,7,0.9);
		}
		#topbar ul li:active {
			background: #3A00A3;
		}

		#topbar ul li ul a:active {
			background: #3A00A3;
			color: #fff;
		}



		#topbar ul li a:hover, #topbar ul li .selected {
			background: rgba(0,0,0,0.5);
			width: 100%;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C)";/*IE 8*/
			-moz-box-shadow: 0px 0px 15px #0AFF0C;/*FF 3.5+*/
			-webkit-box-shadow: 0px 0px 15px #0AFF0C;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
			-o-box-shadow: 0px 0px 15px #0AFF0C;
			box-shadow: 0px 0px 15px #0AFF0C;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#0AFF0C); /*IE 5.5-7*/
			
		}



















		 /*add padding to text for mobile devices*/
      /*@media only screen and (max-width: 640px){
        .sqs-block-html .sqs-block-content {
            padding-right: 25px;
            padding-left: 25px;
        }
      }*/

       /*remove padding for mobile devices*/
 /*@media only screen and (max-width: 640px){
   .index-section-wrapper .content:not(.gallery-content) {
       padding-top: 10px;
       padding-bottom: 10px;
   }
 }*/

 /*@media (max-width: 767px) {
  .front-page-menu-row .fl-row-content-wrap {
    margin-bottom: 30px;
  }
}*/



	/*.gallery {
		float: left;
		width: 100%;
		margin-top: 80px;
	}

	.gallery .column {
		float: left;
		width: 270px;
	}

	.gallery .photo {
		float: left;
		margin: 5px 5px 0px 5px;
		width: 260px;
		box-shadow: 0 0 60px #3A00A3;
		-moz-box-shadow: 0 0 60px #3A00A3;
		-webkit-box-shadow: 0 0 60px #3A00A3;
		-o-box-shadow: 0 0 60px #3A00A3;
	}

	.gallery .photo img {
		float: left;
		border-radius: 0px;
	}*/

	#footer {
		
		float: left;
		left: 0px;
		bottom: 0px;
		width:	100%;
		min-width: 1050px;
		height: 114px;
		background: rgba(0,0,0,0.7);
		margin-top: 50px;
		bottom: 0;
		/*-moz-box-shadow: 0 0 40px #0AFF0C;
		-webkit-box-shadow: 0 0 40px #0AFF0C;
		-o-box-shadow: 0 0 40px #0AFF0C;*/
		opacity: 0.8;
	}

	#footer .social{
    align: center;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0,0,0,0.7);
}

	#footerB {
		float: left;
		width:	100%;
		height: 100%;
		background: rgba(58,0,163,0.7);
		color: #0AFF0C;
		margin-top: 50px;
		bottom: 0;
		opacity: 0.5;
		-moz-box-shadow: 0 0 1000000px #0AFF0C;
		-webkit-box-shadow: 0 0 1000000px #0AFF0C;
		-o-box-shadow: 0 0 1000000px #0AFF0C;
	}


	/*.content {
		float: left;
		width: 100%;
		margin: 5px 5px 0px 5px;
		min-width: 1000px;
	}


	*/

/*}
.page-wrap {
  min-height: 100%;
  margin-bottom: -75px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer, .page-wrap:after {
  height: 75px; 
}
.footer {
  background: #000000;
}*/


