/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

.page-body {
	margin: 0 auto 0 auto;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		margin: 0 10% 0 315px;	
		width: 600px;
		padding: 0 0 50px 0;
		text-align: left;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 10px 0 30px 25px; 
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		margin: 0 0 5px 0; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}

	.page-footer p {
		margin: 0;
	}
	
	.page-footer {
		padding: 20px;
	}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
		margin: 5px 0 15px 0;
	}
	


.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}

/*ƒ{ƒ^ƒ“*/
#button {
	padding:10px;
}
.closeup, .pdfopen, .zoomap, .plantmap {
	float:left;
}

.pdfopen, .plantmap {
	margin-left:30px;
}

.closeup a{
	background-image:url(../images/parts/bn_closeup.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 0;
	text-indent:-999999px;
	font-size:0px;
}
.closeup a:hover{
	background-image:url(../images/parts/bn_closeup.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 -50px;
}

.zoomap a{
	background-image:url(../images/parts/bn_zoo.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 0;
	text-indent:-999999px;
	font-size:0px;
}
.zoomap a:hover{
	background-image:url(../images/parts/bn_zoo.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 -50px;
}


.pdfopen a{
	background-image:url(../images/parts/bn_pdfopen.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 0;
	text-indent:-999999px;
	font-size:0px;
}
.pdfopen a:hover{
	background-image:url(../images/parts/bn_pdfopen.gif)
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 -50px;
}

.plantmap a{
	background-image:url(../images/parts/bn_plant.gif);
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 0;
	text-indent:-999999px;
	font-size:0px;
}
.plantmap a:hover{
	background-image:url(../images/parts/bn_plant.gif)
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	display:block;
	background-position:0 -50px;
}


