html {
	xbackground-image: url(/images/home1NEW-SPLASH.jpg);
	xbackground-repeat:no-repeat;
	xbackground-attachment: fixed;
	xbackground-position:top center;
}
			
body {
	width: auto; xborder:1px solid red;
	margin-left:auto;
	margin-top:auto;
	xheight: 180px;
	color: #000000; 
	font-family: 'Trebuchet MS', helvetica, arial, verdana;
	font-size: 13px;
}

a{color:#030D37;font-weight:bold;text-decoration:none !important;}

img {
	border:none !important;
}



#menu{
	
	xborder-bottom:1px solid #fff;
	
	xborder-top:1px solid #fff;
	
	xbackground-color:#000;
	
	height:18px;
	padding-top:5px;
	
	margin-bottom:15px;
	font-size:13px;

}


	
#nav-djgmenu ul
{
	list-style: none;
	padding: 0;
	width:725px;
	margin: 0 0 0 10px;
}



#nav-djgmenu li
{
	float: left;
}



#nav-djgmenu li a
{
	
	line-height: 1.4em;
	float: left;
	display: block;
	
	margin: 0 20px 0 0;
	color: #AEAEAE;
	text-transform:uppercase;
	
	text-decoration: none;
	text-align: center;
}



#nav-djgmenu li a:hover{
	color:#fff;
	text-decoration:underline;
}



.selected{color:#fff !important;text-decoration:underline;}

.banner{
	background-repeat:no-repeat; 
	width:822px; 
	height:100px; 
	margin-left:auto; 
	margin-right:auto; 
	background-image: url(/images/banner_homepage.jpg);
}

.topleft{
	float:left; 
	width: 300px;
}

.article{
	text-align:justify; 
	float: right; 
	width: 514px; 
	padding-right:5px;
}

.column{
	float:left;
	padding-right:5px;
}

div.lb {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1600px;
	width: 100%;
	text-align: center;
	background: url('/images/screen.png');
}

div.lb:target {
	display: block;
}

div.lb {
	display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}


a.image img {
	height: 100px;
}

a.image:active span.f, a.image:focus span.f {
	-khtml-opacity: .8;
	-moz-opacity: .8;
	background: #000;
	display: block;
	filter: alpha(opacity=80);
	height: 1200px;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

a.image:active img, a.image:focus img {
	background: #fff;
	border: 0;
	height: auto;
	left: 50%;
	margin: -250px 0 0 -310px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 50%;
	z-index: 1002;
}

div.boop{
	margin-top:30px;
	}
	
a.float {
text-decoration: none; /* definition for the link that will display the layer */
}
a.float:hover {
background: none; /* correction for an IE bug*/
}
a.float span { /* definition of <span> tag included in <a> */
display: none;
}
a.float{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.float:hover{z-index:25;}

a.float span{display: none}

a.float:hover span{ /*the span will display just on :hover state*/
display: inline;
position: absolute;
top: -120px; /* layer's place and dimension that you can change at will */
left: 40px;
padding:3px;
width: 88px;
height: 40px;
text-align: left;
background-color:#fff;
color:#757D25;
border:1px solid #757D25;
}
