/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, blockquote {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url(../bio-gfx/header.jpg) no-repeat center 2px;
}
body {
	width: 825px;
	background: #fff url(../bio-gfx/stretch.jpg) repeat-y center 46px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #242261;
	margin: 0 auto;
	text-align: center;
	margin-top: 46px;
}
#wrapper {	
	/* margin: 46px auto 2px; */
	margin: 0 auto 2px;
	padding: 12px 80px 120px;
	width: 661px;
	background: url(../bio-gfx/footer.jpg) no-repeat center bottom;
	text-align: left;
}

.popup h1.page-title {
	color: #6d8565;
	font: normal bold 30px/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 0 20px;
}

div.photo {
	border: 2px solid #6d8565;
	border-bottom-width: 0;
}
	div.photo img {
		display: block;
		margin: 0 auto;
		border-width: 0;		
	}
	div.photo p {
		width: 100%;
		background-color: #6d8565;
		height: 20px;
		line-height: 20px;
	}
		div.photo a {
			color: #fff;
			text-decoration: none;
			font-size: 12px;
			line-height: 20px;
			font-weight: bold;
		}
			div.photo a:hover {
				text-decoration: underline;
			}
			div.photo a.back {
				margin-left: 10px;
				float: left;
			}
			div.photo a.next {
				margin-right: 10px;
				float: right;
			}
			
.popup h2 {	
	font-size: 18px;
	margin: 1em 0 .5em;
}
object {
	outline: none;
}
.popup blockquote p {
	font-size: 12px;
	line-height: 1.5;	
	padding-top: 5px;
}

.popup h3.instructions {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 10px;
}

.popup #bio_thumbs {
	margin: 0 auto;
	padding: 10px 21px;
	width: 306px;
	height: 56px;
	background: url(../bio-gfx/thumbs-bg.jpg) no-repeat 0 0;
}
	.popup #bio_thumbs a {
		float: left;
		margin-left: 20px;
	}
		.popup #bio_thumbs a.first {
			margin-left: 0;
		}
		.popup #bio_thumbs a.current {
			cursor: default;
		}
		.popup #bio_thumbs img {
			margin: 0;
			border-width: 0;
		}

.popup p.description {
	margin: 15px 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.popup #thumb_navigation {
	width: auto;
	padding-top: 20px;
	text-align: center;
}
	.popup #thumb_navigation h3 {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;	
	}
	.popup #thumb_navigation div.content {
		width: auto;
		display: inline-block;		
		background: url(../images/ref/thumbs-lbg.jpg) no-repeat top left;
	}
	
	.popup #thumb_navigation ul {
		overflow: hidden;
		
		padding: 6px 22px 6px 7px;			
		background: url(../images/ref/thumbs-rbg.jpg) no-repeat top right;
	}
		.popup #thumb_navigation li {
			list-style: none;
			display: inline-block;
			float: left;
			margin-left: 15px;
		}
				.popup #thumb_navigation img {
					border: 3px solid #a4b5c9;
				}
				.popup #thumb_navigation li.active img {
					border: 3px solid #6a8566;	
				}
					.popup #thumb_navigation li a:hover img {
						border-color: #6a8566;	
					}
					.popup #thumb_navigation li.active a:hover {
						cursor: default;
					}

#flashplayer {
	border: 2px solid #6d8565;
	border-bottom-width: 0;
}
	#next_navigation {
		width: 484px;
		height: 20px;
		margin: -3px 0 0 85px;
		padding: 0;
		background-color: #6d8565;
		overflow: hidden;
	}
	/* FF, 'cause you can't seem to put a border on an embed */
	@-moz-document url-prefix() {
		#next_navigation { width: 480px; }
	}
	/* webkit
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#next_navigation { width: 484px; }
	}
	*html #next_navigation {
		width: 484px;
	} */
		#next_navigation li {
			list-style: none;
			list-style-image: none;
			display: inline;
		}
			#next_navigation li.back {
				float: left;
				margin-left: 10px;
			}
			#next_navigation li.next {
				float: right;
				margin-right: 10px;
			}
			#next_navigation a {
				color: #fff;
				text-decoration: none;
				line-height: 20px;
				font-size: 12px;
				font-weight: bold;
			}
				#next_navigation a:hover {
					text-decoration: underline;
				}

