/* CSS Document */

body {
	text-align: center;
	min-width: 600px;
}

#floater { 
	z-index: 1; 
	position:absolute; 
	right:0px; 
	bottom:0px 
}

#container {
	position: relative; 
	top: 0px;
	margin: 0 auto;
	width: 649px;
	height: 674px;
	text-align: left;
	z-index: 2;
}
	
#content {
	width: 649px;
	height: 604px;
	left: 20px;
	z-index: 3;
	background-image:url(images/bg_index.jpg);
	background-repeat:no-repeat;
}

/* RollOvers */
 
  #RollOverContainer {
 	width: 649px; 
	height: 43px;
	z-index: 100;
	left: -2px;
	top: 100px;
	position:absolute;
	}

 #RollOver {
    width: 649px; 
	height: 43px;
    background: url(images/nav_home.jpg);
    margin: 1px; 
	padding: 0;
    position: relative;
	}
	
  #RollOver li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	}
	
  #RollOver li, #RollOver a {
  	top: 0px;
    height: 43px;
	display: block;
   }

  #panel1b {
   left: 13px; 
   width: 53px;
  }
  
   #panel2b {
   left: 66px; 
   width: 84px;
   z-index: 91;
  }
  
  #panel3b {
   left: 150px; 
   width: 195px;
   z-index: 92;
  }
  
  #panel4b {
   left: 345px; 
   width: 166px;
  }
  
  #panel5b {
   left: 511px; 
   width: 128px;
  }
  
  #panel1b a:hover {
    background: transparent url(images/nav_home.jpg)
    -13px -41px no-repeat;
	}
	
  #panel2b a:hover {
    background: transparent url(images/nav_home.jpg)
    -66px -41px no-repeat;
	}
	
  #panel3b a:hover {
    background: transparent url(images/nav_home.jpg)
    -150px -41px no-repeat;
	}
	
  #panel4b a:hover {
    background: transparent url(images/nav_home.jpg)
    -345px -41px no-repeat;
	}
	
  #panel5b a:hover {
    background: transparent url(images/nav_home.jpg)
    -511px -41px no-repeat;
	}
	

/* Homepage Photos */
	#slide-runner{
	top: 156px;
	width:420px;
	height:281px;
	overflow:hidden;
	position:absolute;
	}
	
	#slide-captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left:0;
	bottom:10px;
	width:420px;
	height:35px;
	position:absolute;
	display: inline;
	background:url(images/slide-bg.png) 0 0;
	}
	#slide-captions p.text{
	float:left;
	color:#fff;
	display:inline;
	font-size: 10px;
	line-height:16px;
	margin:10px 0 0 10px;
	text-transform:uppercase;
	}
	
	a img  {
		border: none;
	}	
    .photo {
	position: relative;
	width: 420px;
	height: 281px;
	}
	
	.photo span{
	width: 420px;
	height: 281px;
	display: block;
	position: absolute;
	background: url(images/corners.png) no-repeat;
	}

/* Content Blocks */

	#block1 {
	position: absolute; 
	top: 155px;
	left: 0px;
	margin: 0 auto;
	width: 430px;
	height: 290px;
	z-index: 20;
	background-image:url(images/index_mainbox.jpg);
	background-repeat:no-repeat;
	}
	
	#text1{
	position: relative;
	list-style: none;
	display: block;
	top: 200px;
	left: 13px;
	width: 405px;
	height: 85px;
	z-index: 100;
	font-family: Verdana;
	font-size: 10px;
	line-height: 100%;
	text-decoration: none;
	color:#333333;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#block2 {
	position: absolute; 
	top: 155px;
	left: 444px;
	margin: 0 auto;
	width: 210px;
	height: 290px;
	z-index: 20;
	background-image:url(images/index_hidaji.jpg);
	background-repeat:no-repeat;
	}
	
	#text2{
	position: relative;
	list-style: none;
	display: block;
	top: 190px;
	left: 12px;
	width: 192px;
	height: 85px;
	z-index: 100;
	font-family: Verdana;
	font-size: 10px;
	line-height: 100%;
	text-decoration: none;
	color:#333333;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#block3 {
	position: absolute; 
	top: 455px;
	left: 0px;
	margin: 0 auto;
	width: 210px;
	height: 125px;
	z-index: 20;
	}
	
	#block4 {
	position: absolute; 
	top: 455px;
	left: 221px;
	margin: 0 auto;
	width: 210px;
	height: 125px;
	z-index: 20;
	}
	
	#block5 {
	position: absolute; 
	top: 456px;
	left: 443px;
	margin: 0 auto;
	width: 210px;
	height: 125px;
	z-index: 20;
	}
	
	#text3{
	position: relative;
	list-style: none;
	display: block;
	top: 585px;
	left: 12px;
	width: 625px;
	height: 50px;
	z-index: 100;
	font-family: Verdana;
	font-size: 10px;
	line-height: 100%;
	text-decoration: none;
	color:#666666;
	padding: 0;
	margin: 0;
	list-style: none;
	}

