@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
}
.p {
	font-size:16px;
	color:#284262;;
}

@font-face: {
	font family:myriadpro-regular;
	src:url(fonts/myriadpro-regular.otf);
}

h1 {
	font: bold 30px "myriadpro-regular", Arial, sans-serif;
	position: relative;
	color: #000;
	margin: 20 0;
	text-align:center;
}
h1 span {
	background: url(images/text_grad_30.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
}

#prevBtn  a {
	background-color: #000;
}
#nextBtn a {
	border:none;
}
#PictureGallery {
	background:#fff;
	text-align: center;
	padding: 18px;
	margin:0 73px 0;
}
#thumbBio {                                     
	visibility: visible;    
}
#PictureBox {
	float: none;
	position: relative;
	height: 490px;
	width: 680px;
	margin-top: 25px;
	padding-top: 15px;
	background-color:#284262;
	border:10px solid #284262;
}
#PictureBox img{
	text-align:center;
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	border: 1px solid #333;
	background-color: #FFF;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
#BiographyBox {
	margin:10px 0 10px 0;
	width: 680px;
	border: none;
	position: relative;
	background-color:#284262;
	border:10px solid #284262;
	height: 55px;
}
#BiographyBox a {
	color:#AEC2C2;
	font-family: "myriadpro-regular";
	font-size: 14px;
	padding: 10px;
	margin: 15px;
}

#thumbNav {
	border:none;
	background-color: #284262;
}

#thumbBar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 680px;
	background-color: #284262;
	border:10px solid #284262;
	text-align:center;
}

#thumbBar a {
	padding: 1px;
	margin:5px;
	width:80px;
}

#thumbBar a img {
	height:45px;
	background-color: #FFF;
	padding:5px;
	margin: 0;
	opacity:.85;
	border: thin solid #003300;
	top:30px;
}
#thumbBar a img:hover {
	opacity:1;
	height:43px;
}

