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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-ms-interpolation-mode: bicubic;
}
hr {
	background-color: #999;
	color: #999;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: normal;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #D1292C;
	text-decoration: none;
}
.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	position: relative;
	height: 68px;
}
.logo {
	float: left;
}
.nav {
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-size: 1.8em;
}
.selected {
	color: #D1292C;
}
.leftCol {
	float: left;
}
.rightCol {
	margin-left: 20px;
	float: left;
	width: 530px;
}
.panel {
	width: 400px;
	margin-top: 10px;
	float: left;
}
.panelContents {
	width: 360px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
}
.panelContents p {
	font-size: 1.8em;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.panelContents p.text1 {
	font-size: 1.4em;
}
.panelContents p.lead {
	margin-bottom: 0px;
}
.panelContents p.text1.follow {
	margin-top: 0px;
}
.panelContents h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 4.8em;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.panelContents .hr {
	margin-left: 52px;
}
.address {
	float: left;
}
.castleLogo {
	margin-top: 20px;
	margin-left: 30px;
}
.time {
	margin-top: 0px !important; 
	margin-bottom: 0px !important;
}
.btn {
	background-image: url(../img/bg_btn.gif);
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
.btnArrow {
	margin-top: 9px;
	margin-bottom: 8px;
	margin-right: 10px;
	float: left;
}
.btnLabel {
	text-shadow: #ccc 0px 1px 0px;
	font-size: 1.4em;
	line-height: 30px;
	font-weight: bold;
	filter: DropShadow(Color=#ccc, OffX=0, OffY=1, Positive=1);
}
#redPanel {
	background-color: #44000e;
	background-image: url(../img/panel_top_red.jpg);
	background-repeat: no-repeat;
}
#redPanel a:hover {
	color: #44000e;
}
#greenPanel {
	background-color: #313d2d;
	background-image: url(../img/panel_top_green.jpg);
	background-repeat: no-repeat;
}
#greenPanel a:hover {
	color: #00551C;
}
.panelBtm {
	float: left;
}
.mainPic {
	margin-top: 20px;
}
.quote {
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 0px;
}
.referer {
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
}
.imgHolder {
	height: 360px;
	width: 530px;
}
.imgHolder.loading {
	background-image: url(../img/loading_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbs {
	margin-top: 5px;
}
.thumbs img {
	border: 4px solid #999;
}
.thumbs a:hover img.thumb {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.thumbs img.selected {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.instruction {
	margin-top: 3px;
}
.credit {
	font-size: 1.2em;
}
.credit.biography {
	text-align: right;
	margin-top: 5px;
}
.biographyBody {
	width: 950px;
	margin-bottom: 20px;
	background-image: url(../img/dot_vr.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.biographyBody p {
	font-size: 1.4em;
	margin-top: 0px;
}
.biographyBody .leftCol {
	float: left;
	width: 450px;
}
.biographyBody .rightCol {
	float: left;
	margin-left: 50px;
	width: 450px;
}
.dotHr {
	background-image: url(../img/dot_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 450px;
	margin-bottom: 20px;
}

#educationWorkSlide {
	width: 950px;
	height: 630px;
	margin: 20px 0;
}

.educationWorkSlideThumbnail {
	width: 92px;
	height: 61px;	
}

.educationWorkText {
	font-size: 1.4em;
	width: 450px;
	margin-bottom: 40px;
}

.loading {
	background-image: url(../img/loading_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
	
.footer {
	font-size: 1.1em;
	text-align: center;
}
.clear {
	clear: both;
}

