/* css Zen Garden submission - 'Kyoto Forest', by John Politowski, http://rpmdesignfactory.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, John Politowski */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #000; 
	background: #000 url(body_background.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#720a0b;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 10px;
	padding: 0;
}
h1 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:20px;
	color:#000000;
	text-align:center;
		margin-top:-3px;


}
h2 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	margin-top:-10px;

}
h3 {
	display:none;
}

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

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 7px;
	margin-bottom: 5px;
}

acronym {
	border-bottom: none;
}

/* content div's */

#container { 
	margin: auto;
	width:852px;
    background:url(content_bg_top2.jpg) no-repeat top center;
	background-color:#fff;
}

#intro{
	width:852px;
	/*height:851px;*/
}

#quickSummary {
	display:none;
}

#preamble{
	padding-top:280px; /*70px 0 235px;*/
	text-align:center;
}

#requirements{
	background: url(header_requirements.gif) no-repeat top center;
	border-bottom:1px solid #000;
	height:100%;
	text-align:center;
}

#footer{
	text-align:center;
	background-color:#000000;
	color:#ffffff;
}
#footer img {
	padding-left:10px;
	padding-right:10px;
	}

/* link list and extra div's */

/*#menu {
	position:absolute;
	width:450px;
	top:220px;
	left:230px;
}*/

#menu1 {
	position:absolute;	
	padding-left:15px;
	top: 230px;
	}
	
#menu1 .menu1a a:hover{
z-index:inherit;
	background:url(images/menu1a.jpg);
	}
	
#menu1 .menu2a a:hover{
	background:url(images/menu2a.jpg);
	}
	
#menu1 .menu3a a:hover{
	background:url(images/menu3a.jpg);
	}
	
#menu1 .menu4a a:hover{
	background:url(images/menu4a.jpg);
	}
	
#albums {
	padding: 20px;
	text-align: left;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#albums img {
	padding: 10px;
	}

.topbar a{
text-decoration:underline;
word-spacing:10px;
}
.topbar a:visited{
text-decoration:underline;
word-spacing:10px;
}
.topbar a:hover{
text-decoration:underline;
letter-spacing:10px;
word-spacing:10px;
}
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:75px;
		height:75px;
		line-height:75px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:75px;
		height:75px;
		line-height:75px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */