/*INDEX IMAGE STYLES*/

html, body {
	padding:0;
	margin:0;
	overflow: hidden;
}

img {
border:none;
}

body {
  /* font-size sets the scale of #content 
  min-width: 800px;
  min-height: 600px;*/
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			
		}
		
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}




#container {
	position: relative; 

}

.resize {
	z-index: 1;
	width: 100%;
	min-width: 1280px;
	}
	
	
/*SUPERSIZE*/
#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
#supersize{
			position:fixed;
		}
#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}

	

#primary_nav {
z-index: 2;
margin:auto; 
width:1024px; 
height:35px; 
background-color:#FFFFFF;
position: absolute;
top:295px;
left:0%;
right:0%;
}

#header {
float: left; 
width:700px; 
margin:10px 0 0 15px;}

#nav{float: right; width: 274px;}

#nav ul {
margin:0;
padding:0;
list-style-type:none;
}

#nav li {
float:left;
margin-left:20px;
margin-top:8px;
border:0;

}

#nav li img {
border-style: none;
}


@media screen and (max-width: 1024px){
#container img {
		left: 50%;
		margin-left: -512px; }
}

.copyright{
margin-top:51%;
text-align: center;
font-size: 9px;
font-family:Lucida Grande, Arial, sans-serif;
color:#333;
}



