body {
	background-image:  url(IMG/LJFFull.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
#DivMain
{
	height: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 986px;
	position:relative;
	display:block;
	float:inherit;
	alignment-adjust:central;
	padding-top: 0px;
	padding-left:31px;
		background-color: transparent;
}
#DivHead{
	height: auto;
	width: 972px;
	position:relative;
	display:block;
	float:inherit;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	background-color: transparent;
	margin-bottom:80px;
	font-family: Arial, Helvetica, sans-serif Verdana, Geneva, sans-serif;
	padding-bottom:0px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
		margin-top:180px;
	margin-bottom:0px;
}

	#DivContent
{
	alignment-adjust: auto;
	height: 930px;
	width: 850px;
	position: relative;
	display: block;
	float: inherit;
	color: #999999;
	font-size: 16px;
	background-color: transparent;
	margin-bottom: 0px;
	font-family: arial;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 22px;
	margin-right: 0px;
}

#DivFoot
{
	height: 288px;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 968px;
	position: relative;
	display: block;
	float: inherit;
	alignment-adjust: central;
	padding-top: 0px;
	background-image: url(IMG/LJFNewFooter.jpg);
	background-repeat: no-repeat;
}

.myButton {
	background-color: transparent;
 -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
   -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
	display:inline-block;
	cursor: pointer;
	color: #FFF;
	font-family:arial;
	font-size:18px;
	padding:12px 18px;
	padding-top:4px;
	margin-bottom:10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

.myButton:active {
	position:relative;
	top:1px;
}









ul.enlarge{
 list-style-type:none; /*remove the bullet point*/
 margin-left:0;
 	background-color:transparent;
 }
 ul.enlarge li{
 display:inline-block; /*places the images in a line*/
 position: relative;
 z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
 padding-right:2px;
 margin:10px 40px 0 20px;
 	background-color:transparent;
 }
ul.enlarge img{
 background-color: transparent ;
 padding: 6px;
 -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.ul2.enlarge span{
 position:absolute;
 left: -9999px;
 background-color: transparent;
 padding: 10px;
 font-family:arial;
 font-size:.9em;
 text-align: center; 
color:#2e3192; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
 -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
 box-shadow: 0 0 20px rgba(0,0,0, .75);
 -webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
 }
 ul.enlarge span{
 position:absolute;
 left: -9999px;
 background-color: transparent;
 padding: 10px;
 font-family:arial;
 font-size:.9em;
 text-align: center; 
color: #2e3192; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
 -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
 box-shadow: 0 0 20px rgba(0,0,0, .75);
 -webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
 }
 ul.enlarge li:hover{
 z-index: 50;
 cursor:pointer;
 }

 ul.enlarge span img{
 padding:2px;
	background-color:transparent;
 }
 ul.enlarge li:hover span{ 
top: -200px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
 left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
 }
 ul.enlarge li:hover:nth-child(2) span{
 left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
 left: -200px; 
}
 /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
  ul.enlarge img, ul.enlarge span{
 behavior: url(pie/PIE.htc); 
} 
 nav{
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
 nav ul ul {
	display: none;
	padding-right:2px;
		background-color:transparent;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul {
		background-color:transparent;
	background: linear-gradient(top, transparent, transparent);
	background: -moz-linear-gradient(top, transparent, transparent);
	background: -webkit-linear-gradient(top, transparent,  0%);
	padding-right:1px;
	border-radius: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	visibility: visible;
	z-index: 2;
	
}
	nav ul:after {
		content: ""; clear: both; display: block;
			background-color:transparent;
	}
 nav ul li {
	float: left;
	padding-right:0px;
	background-color:transparent;
}
	nav ul li:hover {
				background-color:#2e3192;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,0%);
 -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
   -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
	}
	nav ul li:hover a {
			color: 0%;	
		}
nav ul li a {
		display: block; padding: 10px 15px;
		color: #2e3192; text-decoration: none;
			border:		-moz-box-shadow: 0px 10px 14px -7px #2e3192;
	border:	-webkit-box-shadow: 0px 10px 14px -7px #2e3192;
	border:	-moz-border-radius:8px;
	border:	-webkit-border-radius:8px;
	}
 nav ul ul {
	background: #2e3192; border-radius: 0px; padding: 4px;
	width:200px;
	position: absolute; top: 100%;
 -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #2e3192;
		padding-top:4px;
		border-bottom: 1px solid #999;
		position: relative;
	}
	
