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

Extra Background: 002328

*/
body{
	background: #000000;
  }
#main {
	background: url(../images/layout/main-header.jpg) top center no-repeat;
	padding-top: 1px;
}

#wrapper{
	background: url(../images/layout/main-footer.jpg) bottom center no-repeat;
}

#header{
	height: 95px;
	
	margin-top: 46px;
}
#logomenu{
	height: 45px;
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
}
#logo{
	width: 360px;
	
	margin-top: 12px;
	margin-left: 10px;
	
	float: left;
}

/* STYLE THE PRIMARY MENU */

#menu{
	width: 420px;
	height: 40px;
	overflow: visible;
	
	margin-top: 20px;
	float: right;

}
#menu li{
	
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	
	font-size: .90em;
	text-transform: uppercase;
	list-style-type: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: #009aad;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
        }
.lavaLamp li.back .left {
	background: #009aad;
	height: 30px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; 
	overflow: hidden;
	color: #fff; 
	outline: none;
	text-align: center;
	height: 30px; 
	top: 7px;
	/*left: 10px;*/
	z-index: 10; 
	letter-spacing: 0;
	display: block;
	margin: 0px 8px;
	background: none;
}

.lavaLamp li ul{
	position: absolute;
	top: 46px;
	right: 17px;
	display: none;
}
.lavaLamp li:hover ul{
   /*display: block;*/
}
.lavaLamp li ul li a{
	margin: 3px;
}

#submenu{
	display: block;
	background: url(../images/layout/sub-menu.png);
	
	width: 800px;
	height: 30px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 1px;
}
#submenu li{
	margin-top: 6px;
	margin-left: 5px;
	list-style-type: none;
	float: right;
}
#submenu li:first-child{
	margin-right: 32px;
}
#submenu li a{
	color: white;
	background: none;
}
#submenu li a:hover{
	text-decoration: underline;
}
#pagebody{
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 1px;
	padding-bottom: 1px;
}
#fullwrap{
	width: 760px;
	
	min-height: 500px;
	
	margin: 20px 20px 20px 20px;
}
#titlewrap{
	width: 760px;
	
	margin: 20px 20px 0px 20px;
}
#mainwrapAlpha, #mainwrapOmega{
	width: 510px;
	
	min-height: 500px;
	
	margin: 20px 5px 20px 20px;
}
#sidebarAlpha, #sidebarOmega{
	width: 220px;

	margin: 20px 20px 20px 15px;

}
#mainwrapAlpha, #sidebarAlpha{
	float: left;
}
#mainwrapOmega, #sidebarOmega{
	float: right;
}
#extra{
	background: #002328;
	
	padding: 20px 0px;
	
}
#extrawrap{
	background: url(../images/layout/extra-dividers.gif);

	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	
}
.extrabox{
  width: 265px;

  margin: 0px 1px 0px 1px;
  float: left;
}
#extra3{
  width: 264px;
}
.clear{
  clear: both;
}
#footer{
   background: #010f11;
   
   height: 30px;
}
#footerwrap{
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	}
#stats{display: none}


